Update of /cvsroot/phpslash/phpslash-skins/include/templates/en/PostNuke
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28171/phpslash-skins/include/templates/en/PostNuke
Modified Files:
comment.tpl commentDisplay.tpl storyIndex.tpl
Log Message:
replace any .php3 extensions
Index: comment.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-skins/include/templates/en/PostNuke/comment.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** comment.tpl 3 Apr 2003 21:53:17 -0000 1.1
--- comment.tpl 29 Sep 2004 18:23:51 -0000 1.2
***************
*** 7,11 ****
<tr>
<td bgcolor="#F6F7EB" align="center" width="100%">
! <form method="get" action="comment.php3">
Comment Style:
<select name="mode">
--- 7,11 ----
<tr>
<td bgcolor="#F6F7EB" align="center" width="100%">
! <form method="get" action="comment.php">
Comment Style:
<select name="mode">
Index: commentDisplay.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-skins/include/templates/en/PostNuke/commentDisplay.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** commentDisplay.tpl 3 Apr 2003 21:53:17 -0000 1.1
--- commentDisplay.tpl 29 Sep 2004 18:23:51 -0000 1.2
***************
*** 25,46 ****
<input type="checkbox" name="bulkdel_ary[]" value="{COMMENT_ID}">Mark for Bulk Delete |
! <a href="{ROOTY}/comment.php3?submit=post&story_id={STORY_ID}&parent_id={COMMENT_ID}">Reply</a>
! | <a href="{ADMINURL}/commentAdmin.php3?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=delete">Delete</a>
! | <a href="{ADMINURL}/commentAdmin.php3?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=edit">Edit</a>
! | <a href="{ADMINURL}/commentAdmin.php3?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=markpend">Mark Pending</a> ]<br />
! [ <a href="{ADMINURL}/commentAdmin.php3?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=unmarkpend">Unmark Pending</a>
! | <a href="{ADMINURL}/commentAdmin.php3?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=reparentupone">Reparent Up One Level</a>
! | <a href="{ADMINURL}/commentAdmin.php3?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=reparentuptop">Reparent Up To Top</a>
]
<!-- END admin_perm -->
<!-- BEGIN regular_perm -->
! [ <a href="{ROOTY}/comment.php3?submit=post&story_id={STORY_ID}&parent_id={COMMENT_ID}">Reply</a> ]
<!-- END regular_perm -->
</td>
--- 25,46 ----
<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>
]
<!-- END admin_perm -->
<!-- BEGIN regular_perm -->
! [ <a href="{ROOTY}/comment.php?submit=post&story_id={STORY_ID}&parent_id={COMMENT_ID}">Reply</a> ]
<!-- END regular_perm -->
</td>
Index: storyIndex.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-skins/include/templates/en/PostNuke/storyIndex.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** storyIndex.tpl 3 Apr 2003 21:53:17 -0000 1.1
--- storyIndex.tpl 29 Sep 2004 18:23:51 -0000 1.2
***************
*** 2,7 ****
<!-- BEGIN each_story -->
{THESTORY}
! <a href="{ROOTDIR}/article.php3?story_id={STORY_ID}">{MORE}</a>
! [<a href="{ROOTDIR}/article.php3?story_id={STORY_ID}">{COMMENT}]</a>
<!-- END each_story -->
<!-- end storyIndex.tpl -->
--- 2,7 ----
<!-- BEGIN each_story -->
{THESTORY}
! <a href="{ROOTDIR}/article.php?story_id={STORY_ID}">{MORE}</a>
! [<a href="{ROOTDIR}/article.php?story_id={STORY_ID}">{COMMENT}]</a>
<!-- END each_story -->
<!-- end storyIndex.tpl -->
|