Mercurial > hg > CommitWatcher
view commitwatcher/web/templates/listing.html @ 36:33c5e632d50e
remove
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 04 Nov 2013 21:41:37 -0800 |
parents | 826155711744 |
children |
line wrap: on
line source
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15"> <title>{{path}}</title> </head> <body> <h1>{{path}}</h1> <a href="{{src}}">{{src}}</a> <ul> {{for item in sorted(listing)}} <li><a href="TODO">{{item}}</a></li> {{endfor}} </ul> </body> </html>