Mercurial > hg > CommitWatcher
view commitwatcher/web/templates/listing.html @ 28:f82331d875f0
wip
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Sat, 05 Oct 2013 15:38:32 -0700 |
parents | 6ac606ca9ba5 |
children | 826155711744 |
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 listing in sorted(listing)}} <li></li> {{endfor}} </ul> </body> </html>