close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
| Line | |
|---|
| 1 | // ************************************************************************************************************************************************* |
|---|
| 2 | // Libreria de scripts de Javascript |
|---|
| 3 | // Autor: José Manuel Alonso (E.T.S.I.I.) Universidad de Sevilla |
|---|
| 4 | // Fichero: reservas.js |
|---|
| 5 | // Este fichero implementa las funciones javascript del fichero reservas.php |
|---|
| 6 | // ************************************************************************************************************************************************* |
|---|
| 7 | //________________________________________________________________________________________________________ |
|---|
| 8 | // |
|---|
| 9 | // Muestra formulario de programaciones para tareas y trabajos |
|---|
| 10 | //________________________________________________________________________________________________________ |
|---|
| 11 | function programacion(tipoaccion){ |
|---|
| 12 | reset_contextual(-1,-1) |
|---|
| 13 | var identificador=currentNodo.toma_identificador() |
|---|
| 14 | var descripcion=currentNodo.toma_infonodo() |
|---|
| 15 | var whref="../varios/programaciones.php?idreserva="+identificador+"&descripcionreserva="+descripcion+"&tipoaccion="+EJECUCION_RESERVA |
|---|
| 16 | window.open(whref,"frame_contenidos") |
|---|
| 17 | } |
|---|
| 18 | //________________________________________________________________________________________________________ |
|---|
| 19 | // |
|---|
| 20 | // Muestra la cola de reservas |
|---|
| 21 | //________________________________________________________________________________________________________ |
|---|
| 22 | function cola_reservas(tiporeserva){ |
|---|
| 23 | reset_contextual(-1,-1); // Oculta menu contextual |
|---|
| 24 | var ambito=AMBITO_GRUPOSRESERVAS; |
|---|
| 25 | var idambito=currentNodo.toma_identificador() // identificador del ámbito |
|---|
| 26 | if(idambito==null) idambito=0; |
|---|
| 27 | var nombreambito= currentNodo.toma_infonodo() // nombre del ámbito desde página aula.php |
|---|
| 28 | var wurl="../principal/programacionesaulas.php?ambito="+ambito+"&idambito="+idambito+"&nombreambito="+nombreambito+"&tipocola="+tiporeserva |
|---|
| 29 | window.open(wurl,"frame_contenidos") |
|---|
| 30 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.