source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/applications/admin/views/toolbar/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 100755
File size: 726 bytes
Line 
1<html>
2  <head>
3    {{response.files.append(URL('static','js/jquery.js'))}}
4    {{include 'web2py_ajax.html'}}
5  </head>
6  <body style="border:0; margin:0; padding:0;">
7    <div style="background: #aaaaaa; font-family:hevetica;font-size:9px">
8      URL: {{=URL(app,'default','index')}}
9      <button onclick="ajax('{{=URL('admin','toolbar','profiler')}}',[],'profiler_inner');jQuery('#profiler').slideDown()">profiler</button>
10      <div id="profiler" class="hidden">
11        <button onclick="jQuery('#profiler').slideUp()">close</button>
12        <pre id="profiler_inner">profiler info</pre>
13      </div>
14    </div>
15    <iframe style="border:0;" width="100%" height="100%" src="{{=URL(app,'default','index')}}"></iframe>
16  </body>
17</html>
18
Note: See TracBrowser for help on using the repository browser.