main
Last change
on this file was
648257b,
checked in by David Fuertes <dfuertes@…>, 4 years ago
|
Creado menu inserción de pre-reservas laboratorios
|
-
Property mode set to
100644
|
File size:
558 bytes
|
Line | |
---|
1 | {{extend 'layout.html'}} |
---|
2 | <link href="{{=URL('static', 'css/setup.css')}}" rel="stylesheet" type="text/css" /> |
---|
3 | |
---|
4 | <script type="text/javascript"> |
---|
5 | |
---|
6 | function set_lab_name(event) { |
---|
7 | // console.log(event.target.options[event.target.selectedIndex].text); |
---|
8 | var lab_name = event.target.options[event.target.selectedIndex].text; |
---|
9 | document.getElementById('labs_timetable_lab_name').value = lab_name; |
---|
10 | } |
---|
11 | |
---|
12 | </script> |
---|
13 | |
---|
14 | <div class="container_setup"> |
---|
15 | <div class="menu_config"> |
---|
16 | {{include 'setup/menu.html'}} |
---|
17 | </div> |
---|
18 | |
---|
19 | <div class="form_config"> |
---|
20 | {{=grid}} |
---|
21 | </div> |
---|
22 | </div> |
---|
23 | |
---|
Note: See
TracBrowser
for help on using the repository browser.