templates/tags.tmpl
author mark.williamson@cl.cam.ac.uk
Mon, 15 Aug 2005 11:46:41 -0800
changeset 912 302f83b85054
parent 586 11578820b5d7
child 974 aedb47764f29
child 980 5197fb9d65d5
child 981 4f81068ed8cd
permissions -rw-r--r--
Minor tweak: os.STOPSIG -> os.WSTOPSIG. Pychecker spotted this one.

#header#
<title>#repo#: tags</title>
</head>
<body>

<div class="buttons">
<a href="?cmd=changelog;rev=#rev#">changelog</a>
<a href="?cmd=manifest;manifest=#manifest#;path=/">manifest</a>
</div>

<h2>tags:</h2>

<ul id="tagEntries">
#entries#
</ul>

#footer#