message
This commit is contained in:
4
templates/default/comments/addcomments.tpl
Normal file
4
templates/default/comments/addcomments.tpl
Normal file
@@ -0,0 +1,4 @@
|
||||
<div class="item">
|
||||
{editor}
|
||||
</div>
|
||||
<div class="item"><input type="checkbox" name="allow_subscribe" id="allow_subscribe" value="1" /><label for="allow_subscribe">Ïîäïèñàòüñÿ íà êîììåíòàðèè</label><div style="float:right; margin-top:-3px;"><input onclick="doAddComments();return false;" name="submit" type="submit" class="comment-block-search-submit" value="Îòïðàâèòü" /></div></div>
|
||||
13
templates/default/comments/comments.tpl
Normal file
13
templates/default/comments/comments.tpl
Normal file
@@ -0,0 +1,13 @@
|
||||
<div class="shadow2 com block3">
|
||||
<table border="0" width="100%" id="table1" cellspacing="0" cellpadding="0"><tr>
|
||||
<td class="com" align="center"><div class="scriptcode line_center" style="margin-top:2px">{author}</div><br />{foto}</td>
|
||||
<td class="mes">
|
||||
<div class="scriptcode" style="margin-top:2px">[news]{status}<div style="float:right">{rate}</div>[/news]</div>
|
||||
<div class="mesbody">{comment}</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="com"><div class="scriptcode line_center" style="margin-top:2px">{repa}</div></td>
|
||||
<td class="mes"><div class="scriptcode" style="margin-top:2px">[com-href]{date}[/com-href]<div style="float:right">[fast][ Öèòàòà ][/fast] [com-edit][ Èçìåíèòü ][/com-edit] [com-del][ Óäàëèòü ][/com-del]</div></div></td>
|
||||
</tr>
|
||||
</table></div>
|
||||
1
templates/default/comments/info.tpl
Normal file
1
templates/default/comments/info.tpl
Normal file
@@ -0,0 +1 @@
|
||||
<div class="shadow2"><div class="block2 line_center"><div class="line"><h1>{title}</h1></div><br />{error}<br /><br></div></div>
|
||||
8
templates/default/comments/main.tpl
Normal file
8
templates/default/comments/main.tpl
Normal file
@@ -0,0 +1,8 @@
|
||||
<div class="widget">
|
||||
{comments}
|
||||
{comm-navigation}
|
||||
<h4 class="comments-title">
|
||||
Äîáàâèòü êîììåíòàðèé
|
||||
</h4>
|
||||
{addcomments}
|
||||
</div>
|
||||
Reference in New Issue
Block a user