UCC Code Repository
Parent Directory
|
Revision Log
More adding of stuff
1 | theodore | 49 | <div class="description"> |
2 | ${description} | ||
3 | </div> | ||
4 | <div class="language"> | ||
5 | language = ${language} | ||
6 | </div> | ||
7 | <div class="tags"> | ||
8 | Tags = ${tags} | ||
9 | </div> | ||
10 | <div class="snip codearea"> | ||
11 | ${snip} | ||
12 | </div> | ||
13 | <div class="commentoptions"> | ||
14 | theodore | 51 | % if comments > 0: |
15 | <a href="?viewcomments=${snipid}#comments">View all ${comments} comments about this code</a> | | ||
16 | <a href="?addcomment=${snipid}">Add a comment</a> | ||
17 | % else: | ||
18 | No Comments stored for this snip | | ||
19 | <a href="?addcomment=${snipid}">Add a comment</a> | ||
20 | % endif | ||
21 | theodore | 49 | </div> |
Managed by UCC Webmasters | ViewVC Help |
Powered by ViewVC 1.1.26 |