Update of /cvsroot/phpslash/phpslash-skins/include/templates/en/ShankZen
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18215/phpslash-skins/include/templates/en/ShankZen
Modified Files:
comment.tpl commentDisplay.tpl storyIndex.tpl
Log Message:
comment link updates.
Index: comment.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-skins/include/templates/en/ShankZen/comment.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** comment.tpl 29 Sep 2004 18:23:51 -0000 1.2
--- comment.tpl 26 Oct 2004 19:56:41 -0000 1.3
***************
*** 1,5 ****
<!-- START comment.tpl -->
<div class="psl-block">
! <form method="get" action="comment.php">
Comment Style:
<select name="mode" class="psl-text">
--- 1,5 ----
<!-- START comment.tpl -->
<div class="psl-block">
! <form method="get" action="{ACTION_URL}">
Comment Style:
<select name="mode" class="psl-text">
***************
*** 9,13 ****
</select>
Order:
! <select name="order">
<option value="ASC">Ascending</option>
<option value="DESC">Descending</option>
--- 9,13 ----
</select>
Order:
! <select name="asc">
<option value="ASC">Ascending</option>
<option value="DESC">Descending</option>
Index: commentDisplay.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-skins/include/templates/en/ShankZen/commentDisplay.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** commentDisplay.tpl 29 Sep 2004 18:23:51 -0000 1.2
--- commentDisplay.tpl 26 Oct 2004 19:56:41 -0000 1.3
***************
*** 1,36 ****
! <!-- START commentDisplay.tpl -->
! <div class="psl-block">
!
! <div>
! <span class="psl-commentSubject">{SUBJECT}</span> <span class="psl-commentID">[{COMMENT_ID}]</span><br />
! <span class="psl-commentAuthor">by {NAME} {EMAIL_LINK_ON}{EMAIL}{EMAIL_LINK_OFF} on {TIME}</span>
! </div> <!-- id="commentHeader" -->
!
! <div id="commentText">
! {COMMENT}
! </div> <!-- id="commentText" -->
!
! <!-- BEGIN admin_perm -->
! <div>
! [
! <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>
! | <a href="{ADMINURL}/commentAdmin.php?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=edit">Edit</a>
! | <a href="{ADMINURL}/commentAdmin.php?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=markpend">Mark Pending</a> ]<br />
! [ <a href="{ADMINURL}/commentAdmin.php?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=unmarkpend">Unmark Pending</a>
! | <a href="{ADMINURL}/commentAdmin.php?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=reparentupone">Reparent Up One Level</a>
! | <a href="{ADMINURL}/commentAdmin.php?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=reparentuptop">Reparent Up To Top</a>
! ]
! </div>
! <!-- END admin_perm -->
!
! <!-- BEGIN regular_perm -->
! <div>
! [ <a href="{ROOTY}/comment.php?submit=post&story_id={STORY_ID}&parent_id={COMMENT_ID}">Reply</a> ]
! </div>
! <!-- END regular_perm -->
!
! </div> <!-- id="commentDisplay" -->
! <!-- END commentDisplay.tpl -->
--- 1,72 ----
! <!-- START commentDisplay.tpl -->
!
! <div class="psl-block">
!
!
!
! <div>
!
! <span class="psl-commentSubject">{SUBJECT}</span> <span class="psl-commentID">[{COMMENT_ID}]</span><br />
!
! <span class="psl-commentAuthor">by {NAME} {EMAIL_LINK_ON}{EMAIL}{EMAIL_LINK_OFF} on {TIME}</span>
!
! </div> <!-- id="commentHeader" -->
!
!
!
! <div id="commentText">
!
! {COMMENT}
!
! </div> <!-- id="commentText" -->
!
!
!
! <!-- BEGIN admin_perm -->
!
! <div>
!
! [
!
! <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>
!
! | <a href="{ADMINURL}/commentAdmin.php?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=edit">Edit</a>
!
! | <a href="{ADMINURL}/commentAdmin.php?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=markpend">Mark Pending</a> ]<br />
!
! [ <a href="{ADMINURL}/commentAdmin.php?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=unmarkpend">Unmark Pending</a>
!
! | <a href="{ADMINURL}/commentAdmin.php?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=reparentupone">Reparent Up One Level</a>
!
! | <a href="{ADMINURL}/commentAdmin.php?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=reparentuptop">Reparent Up To Top</a>
!
! ]
!
! </div>
!
! <!-- END admin_perm -->
!
!
!
! <!-- BEGIN regular_perm -->
!
! <div>
!
! [ <a href="{ROOTY}/index.php?submit=post&story_id={STORY_ID}&parent_id={COMMENT_ID}">Reply</a> ]
!
! </div>
!
! <!-- END regular_perm -->
!
!
!
! </div> <!-- id="commentDisplay" -->
!
! <!-- END commentDisplay.tpl -->
!
Index: storyIndex.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-skins/include/templates/en/ShankZen/storyIndex.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** storyIndex.tpl 11 Nov 2003 20:57:21 -0000 1.2
--- storyIndex.tpl 26 Oct 2004 19:56:41 -0000 1.3
***************
*** 4,8 ****
<div class="psl-block"> <!-- has to be separate block because story has to sit in its own -->
<a class="psl-more" href="{ROOTDIR}/article.php?story_id={STORY_ID}">{MORE}</a>
! <a class="psl-more" href="{ROOTDIR}/article.php?story_id={STORY_ID}">[{COMMENT}]</a>
</div><!-- end: block -->
<!-- END each_story -->
--- 4,8 ----
<div class="psl-block"> <!-- has to be separate block because story has to sit in its own -->
<a class="psl-more" href="{ROOTDIR}/article.php?story_id={STORY_ID}">{MORE}</a>
! <a class="psl-more" href="{ROOTDIR}/article.php?story_id={STORY_ID}">[{COMMENT_COUNT} {COMMENT}]</a>
</div><!-- end: block -->
<!-- END each_story -->
|