repo.or.cz
/
gruta.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
New template COMMENTS.
[gruta.git]
/
templates
/
art5
/
COMMENTS
blob
c9002159a02805d01a3013bb7e8e965b4891f727
1
<{header}>
2
3
<{column1}>
4
5
<{column2}>
6
7
<div class = 'main'>
8
9
<{main_top}>
10
11
<h1><{@"Comments"}></h1>
12
13
<{foreach {comments %num} {
14
'<p>'
15
{link {url 'STORY' 'topic' $0 'id' $1} {story_title $0 $1}}
16
'</p>'
17
{_comment $0 $1 $2}
18
}
19
'<p>'}>
20
21
<{main_bottom}>
22
23
</div>
24
25
<{footer}>