source: tmcsimulator/branches/Highways/views/default/list.html @ 543

Revision 543, 166 bytes checked in by jdalbey, 6 years ago (diff)

Add branch for web2py example application: Highways

Line 
1{{extend 'layout.html'}}
2<h1>List of Current Log Entries</h1>
3<ul>
4{{for hwy in highways:}}
5{{=LI(A(hwy.lognum, _href=URL("show", args=hwy.lognum)))}}
6{{pass}}
7</ul>
Note: See TracBrowser for help on using the repository browser.