summaryrefslogtreecommitdiff
path: root/cgi-bin/tags.html
blob: 1714a7830d130f43ad084307bb348ed8e897a06f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>issues tags</title> 
<body>
<link rel="stylesheet" href="style.css" type="text/css" />	
<div id="container"> 
	<img src="logo.png" id="logo"/>
	<br/>
	<div id="tags_container"> 
		<!--tags-->
		<!--根据tag_unit.html生成的一些tag条目-->
		{tags}
		<!--tags end-->
	</div>
</div>
</body>
</html>