Artifact 209e13c45933349e85687e3921345f798c978e84:
- File applications/examples/views/session_examples/counter.html — part of check-in [eba4a35a21] at 2011-08-08 04:53:38 on branch develop — Added web2py 1.98.2 (user: spiffy, size: 196) [annotate] [blame] [check-ins using]
{{extend 'layout.html'}} <h1>session counter</h1> <h2>{{for i in range(counter):}}{{=i}}... {{pass}}</h2> <a href="{{=URL(r=request)}}">{{=T('click me to count')}}</a> {{block sidebar}} {{end}}