main
Last change
on this file was
42bd667,
checked in by David Fuertes <dfuertes@…>, 4 years ago
|
Historial Limpio
|
-
Property mode set to
100755
|
File size:
664 bytes
|
Line | |
---|
1 | {{extend 'layout.html'}} |
---|
2 | {{block sectionclass}}generated{{end}} |
---|
3 | <!-- begin "generated" block --> |
---|
4 | <div class="controls row-buttons"> |
---|
5 | {{=button(URL(app,'default','index'), T('Open new app in new window'))}} |
---|
6 | {{=button(URL('step1'), T('Back to wizard'))}} |
---|
7 | {{=button(URL('default','design',args=app), T('Admin design page'))}} |
---|
8 | {{if have_mercurial:}} |
---|
9 | {{=button(URL('mercurial','commit',args=app), T('Admin versioning page'))}} |
---|
10 | {{pass}} |
---|
11 | {{=button(URL(app,'appadmin','index'), T('Database administration'))}} |
---|
12 | </div> |
---|
13 | <br/><br/> |
---|
14 | <iframe style="width: 100%; height: 100%; min-height:600px" src="{{=URL(app,'default','index')}}"></iframe> |
---|
15 | <!-- end "generated" block --> |
---|
Note: See
TracBrowser
for help on using the repository browser.