source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/applications/admin/views/default.mobile/peek.html

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: 387 bytes
Line 
1{{extend 'default.mobile/layout.html'}}
2
3{{block sectionclass}}peek{{end}}
4
5<h2>{{=T("Peeking at file")}} "{{=filename}}"</h2>
6
7<p>
8{{=button(URL('design',args=request.args[0]), T('back'))}}
9{{=button(URL('edit',args=request.args), T('Edit'))}}
10</p>
11
12{{
13if filename[-3:]=='.py': language='python'
14else: language='html'
15}}
16{{=CODE(data,language=language,link='/examples/global/vars/')}}
17
Note: See TracBrowser for help on using the repository browser.