Update of /cvsroot/phpslash/phpslash-dev/include/templates/en/basic
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15436/phpslash-dev/include/templates/en/basic
Modified Files:
comment.tpl commentDisplay.tpl storyIndex.tpl
Log Message:
comment submitter's IP or domain should display if not comment Admin.
Index: comment.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basic/comment.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** comment.tpl 19 Oct 2004 16:55:32 -0000 1.2
--- comment.tpl 26 Oct 2004 19:43:57 -0000 1.3
***************
*** 2,6 ****
<div id="comment">
<div id="commentForm">
! <form method="get" action="comment.php">
Comment Style:
<select name="mode">
--- 2,6 ----
<div id="comment">
<div id="commentForm">
! <form method="get" action="{ACTION_URL}">
Comment Style:
<select name="mode">
***************
*** 10,14 ****
</select>
Order:
! <select name="order">
<option value="ASC">Ascending</option>
<option value="DESC">Descending</option>
--- 10,14 ----
</select>
Order:
! <select name="asc">
<option value="ASC">Ascending</option>
<option value="DESC">Descending</option>
Index: commentDisplay.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basic/commentDisplay.tpl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** commentDisplay.tpl 12 Mar 2003 16:12:52 -0000 1.1.1.1
--- commentDisplay.tpl 26 Oct 2004 19:43:59 -0000 1.2
***************
*** 16,20 ****
<input type="checkbox" name="bulkdel_ary[]" value="{COMMENT_ID}">Mark for Bulk Delete |
! <a href="{ROOTY}/comment.php?submit=post&story_id={STORY_ID}&parent_id={COMMENT_ID}">Reply</a>
| <a href="{ADMINURL}/commentAdmin.php?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=delete">Delete</a>
--- 16,20 ----
<input type="checkbox" name="bulkdel_ary[]" value="{COMMENT_ID}">Mark for Bulk Delete |
! <a href="{ROOTY}/index.php?submit=post&story_id={STORY_ID}&parent_id={COMMENT_ID}">Reply</a>
| <a href="{ADMINURL}/commentAdmin.php?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=delete">Delete</a>
***************
*** 35,39 ****
<!-- BEGIN regular_perm -->
<div id="commentFooter">
! [ <a href="{ROOTY}/comment.php?submit=post&story_id={STORY_ID}&parent_id={COMMENT_ID}">Reply</a> ]
</div> <!-- id="commentFooter" -->
<!-- END regular_perm -->
--- 35,39 ----
<!-- BEGIN regular_perm -->
<div id="commentFooter">
! [ <a href="{ROOTY}/index.php?submit=post&story_id={STORY_ID}&parent_id={COMMENT_ID}">Reply</a> ]
</div> <!-- id="commentFooter" -->
<!-- END regular_perm -->
Index: storyIndex.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basic/storyIndex.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** storyIndex.tpl 6 Nov 2003 19:15:11 -0000 1.3
--- storyIndex.tpl 26 Oct 2004 19:44:00 -0000 1.4
***************
*** 5,9 ****
<a href="{ROOTDIR}/article.php?story_id={STORY_ID}">{MORE}</a>
<!-- BEGIN comment_block -->
! <a href="{ROOTDIR2}/article.php?story_id={STORY_ID}">[{COMMENTCOUNT}{COMMENT}]</a>
<!-- END comment_block -->
</div>
--- 5,9 ----
<a href="{ROOTDIR}/article.php?story_id={STORY_ID}">{MORE}</a>
<!-- BEGIN comment_block -->
! <a href="{ROOTDIR2}/article.php?story_id={STORY_ID}">[{COMMENTCOUNT} {COMMENT}]</a>
<!-- END comment_block -->
</div>
|