source:
OpenRLabs-Git/web2py/applications/rlabs/views/setup/enable.html
Last change on this file was 42bd667, checked in by , 4 years ago | |
---|---|
|
|
File size: 266 bytes |
Line | |
---|---|
1 | {{extend 'layout.html'}} |
2 | <link href="{{=URL('static', 'css/setup.css')}}" rel="stylesheet" type="text/css" /> |
3 | |
4 | <div class="container_setup"> |
5 | <div class="menu_config"> |
6 | {{include 'setup/menu.html'}} |
7 | </div> |
8 | |
9 | <div class="form_config"> |
10 | {{=grid}} |
11 | </div> |
12 | </div> |
13 |
Note: See TracBrowser
for help on using the repository browser.