15 lines
630 B
HTML
15 lines
630 B
HTML
{{extend 'layout.html'}}
|
|
|
|
{{block sectionclass}}generated{{end}}
|
|
|
|
<a class="button" href="{{=URL(app,'default','index')}}">Open new app in new window</a>
|
|
<a class="button" href="{{=URL('step1')}}">Back to wizard</a>
|
|
<a class="button" href="{{=URL('default','design',args=app)}}">Admin design page</a>
|
|
{{if have_mercurial:}}
|
|
<a class="button" href="{{=URL('mercurial','commit',args=app)}}">Admin versioning page</a>
|
|
{{pass}}
|
|
<a class="button" href="{{=URL(app,'appadmin','index')}}">Database administration</a>
|
|
<br/><br/>
|
|
<iframe style="width: 100%; height: 100%; min-height:600px" src="{{=URL(app,'default','index')}}"></iframe>
|
|
|