source: OpenRLabs-Git/web2py/applications/rlabs/views/setup/index.html

main
Last change on this file was 42bd667, checked in by David Fuertes <dfuertes@…>, 4 years ago

Historial Limpio

  • Property mode set to 100644
File size: 354 bytes
Line 
1{{extend 'layout.html'}}
2<script type="text/javascript">
3        var error = "{{=error}}"
4        console.log(error)
5        if ( error !== "null" ) {
6                alert(error);
7        }
8</script>
9       
10<link href="{{=URL('static', 'css/setup.css')}}" rel="stylesheet"       type="text/css" />
11
12 <div class="container_setup">
13         <div class="menu_config">
14         {{include 'setup/menu.html'}}
15        </div>
16</div>
Note: See TracBrowser for help on using the repository browser.