fixws and 'new' button in grid query

This commit is contained in:
Massimo Di Pierro
2011-12-05 11:39:42 -06:00
parent 01f6f82cdf
commit d281acb421
305 changed files with 8352 additions and 8032 deletions
+4 -3
View File
@@ -2,8 +2,8 @@
<head>
{{response.files.append(URL('static','js/jquery.js'))}}
{{include 'web2py_ajax.html'}}
</head>
<body style="border:0; margin:0; padding:0;">
</head>
<body style="border:0; margin:0; padding:0;">
<div style="background: #aaaaaa; font-family:hevetica;font-size:9px">
URL: {{=URL(app,'default','index')}}
<button onclick="ajax('{{=URL('admin','toolbar','profiler')}}',[],'profiler_inner');jQuery('#profiler').slideDown()">profiler</button>
@@ -12,6 +12,7 @@
<pre id="profiler_inner">profiler info</pre>
</div>
</div>
<iframe style="border:0;" width="100%" height="100%" src="{{=URL(app,'default','index')}}"></iframe>
<iframe style="border:0;" width="100%" height="100%" src="{{=URL(app,'default','index')}}"></iframe>
</body>
</html>