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
@@ -2,4 +2,4 @@
<h1>BEAUTIFY</h1>
<h2>Message is</h2>
{{=message}}
{{=message}}
@@ -2,4 +2,4 @@
<h1>Strings are automatically escaped</h1>
<h2>Message is</h2>
{{=message}}
{{=message}}
@@ -4,4 +4,4 @@
{{itemlink('http://www.google.com')}}
{{itemlink('http://www.yahoo.com')}}
{{itemlink('http://www.nyt.com')}}
</ul>
</ul>
@@ -4,3 +4,4 @@
{{for number in ['one','two','three']:}}
<h2>{{=number.capitalize()}}</h2>
{{pass}}
@@ -8,3 +8,4 @@
{{else:}}
<h2>{{=a}} is odd</h2>
{{pass}}
@@ -5,4 +5,4 @@
<h2>a={{=1/0}}</h2>
{{except:}}
infinity</h2>
{{pass}}
{{pass}}
@@ -1,4 +1,4 @@
{{extend 'layout.html'}}
<h1>Your variables</h1>
<h2>a={{=a}}</h2>
<h2>a={{=b}}</h2>
<h2>a={{=b}}</h2>
@@ -2,4 +2,4 @@
<h1>XML</h1>
<h2>Message is</h2>
{{=message}}
{{=message}}