diff options
author | chai <chaifix@163.com> | 2018-01-24 20:04:34 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-01-24 20:04:34 +0800 |
commit | 6562ad5da1548247e50c2b592332c9f56afda072 (patch) | |
tree | 9b8adbf557d0d7126ca16aee29d1c603e1705e14 /cgi-bin/issue_unit.html | |
parent | 131cf12827e64f527da69251b6a6221d130c1cc7 (diff) |
*修改
Diffstat (limited to 'cgi-bin/issue_unit.html')
-rw-r--r-- | cgi-bin/issue_unit.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cgi-bin/issue_unit.html b/cgi-bin/issue_unit.html new file mode 100644 index 0000000..b4d5fd6 --- /dev/null +++ b/cgi-bin/issue_unit.html @@ -0,0 +1,8 @@ +<div class="issue_unit issue_unit_{oddoreven}"> + <a href="/issue?id={issueid}">#{issueid} {title}</a> + <br/> + {tags} + <br/> + {description} + <br/> +</div> |