Update of /cvsroot/phpslash/phpslash-skins/include/templates/en/ShankZen
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28171/phpslash-skins/include/templates/en/ShankZen
Modified Files:
comment.tpl commentDisplay.tpl commentIndex.tpl
pollDisplay.tpl pollResultPage.tpl slashHead-htmlarea3.tpl
slashHead.tpl story.tpl
Log Message:
replace any .php3 extensions
Index: comment.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-skins/include/templates/en/ShankZen/comment.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** comment.tpl 8 Apr 2003 21:12:31 -0000 1.1
--- comment.tpl 29 Sep 2004 18:23:51 -0000 1.2
***************
*** 1,5 ****
<!-- START comment.tpl -->
<div class="psl-block">
! <form method="get" action="comment.php3">
Comment Style:
<select name="mode" class="psl-text">
--- 1,5 ----
<!-- START comment.tpl -->
<div class="psl-block">
! <form method="get" action="comment.php">
Comment Style:
<select name="mode" class="psl-text">
Index: commentDisplay.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-skins/include/templates/en/ShankZen/commentDisplay.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** commentDisplay.tpl 8 Apr 2003 21:12:32 -0000 1.1
--- commentDisplay.tpl 29 Sep 2004 18:23:51 -0000 1.2
***************
*** 16,26 ****
<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>
]
</div>
--- 16,26 ----
<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>
***************
*** 29,33 ****
<!-- BEGIN regular_perm -->
<div>
! [ <a href="{ROOTY}/comment.php3?submit=post&story_id={STORY_ID}&parent_id={COMMENT_ID}">Reply</a> ]
</div>
<!-- END regular_perm -->
--- 29,33 ----
<!-- 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 -->
Index: commentIndex.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-skins/include/templates/en/ShankZen/commentIndex.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** commentIndex.tpl 8 Apr 2003 21:12:32 -0000 1.1
--- commentIndex.tpl 29 Sep 2004 18:23:51 -0000 1.2
***************
*** 1,5 ****
<!-- start commentIndex.tpl -->
<span class="psl-commentSubject">
! <a href="{ROOTDIR}/comment.php3?submit=view&mode={MODE}&order={ORDER}&story_id={STORY_ID}&parent_id={PARENT_ID}">{SUBJECT}</a></span>
<span class="psl-commentID">[{COMMENT_ID}]</span>
<span class="psl-commentAuthor">by {NAME} on {TIME}</span>
--- 1,5 ----
<!-- start commentIndex.tpl -->
<span class="psl-commentSubject">
! <a href="{ROOTDIR}/comment.php?submit=view&mode={MODE}&order={ORDER}&story_id={STORY_ID}&parent_id={PARENT_ID}">{SUBJECT}</a></span>
<span class="psl-commentID">[{COMMENT_ID}]</span>
<span class="psl-commentAuthor">by {NAME} on {TIME}</span>
Index: pollDisplay.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-skins/include/templates/en/ShankZen/pollDisplay.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pollDisplay.tpl 8 Apr 2003 21:12:32 -0000 1.1
--- pollDisplay.tpl 29 Sep 2004 18:23:51 -0000 1.2
***************
*** 9,14 ****
<input type="submit" value="Vote" class="psl-button">
</form>
! [ <a href="{ROOTURL}/poll.php3?submit=viewresults&question_id={QUESTION_ID}">Results</a>
! | <a href="{ROOTURL}/poll.php3">Polls</a> ]
[ Comments: <span class="psl-commentCount">{COMMENT_COUNT}</span> | Votes: <span class="psl-voteCount">{VOTE_COUNT} </span>]
<!-- END: pollDisplay.tpl -->
--- 9,14 ----
<input type="submit" value="Vote" class="psl-button">
</form>
! [ <a href="{ROOTURL}/poll.php?submit=viewresults&question_id={QUESTION_ID}">Results</a>
! | <a href="{ROOTURL}/poll.php">Polls</a> ]
[ Comments: <span class="psl-commentCount">{COMMENT_COUNT}</span> | Votes: <span class="psl-voteCount">{VOTE_COUNT} </span>]
<!-- END: pollDisplay.tpl -->
Index: pollResultPage.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-skins/include/templates/en/ShankZen/pollResultPage.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pollResultPage.tpl 8 Apr 2003 21:12:33 -0000 1.1
--- pollResultPage.tpl 29 Sep 2004 18:23:51 -0000 1.2
***************
*** 4,8 ****
{RESULT}
! <p>[ <a href="{ROOTURL}/comment.php3?submit=post&story_id={QUESTION_ID}&parent_id=0">Post a Comment About this Poll</b></a> ]</p>
{COMMENT}
--- 4,8 ----
{RESULT}
! <p>[ <a href="{ROOTURL}/comment.php?submit=post&story_id={QUESTION_ID}&parent_id=0">Post a Comment About this Poll</b></a> ]</p>
{COMMENT}
Index: slashHead-htmlarea3.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-skins/include/templates/en/ShankZen/slashHead-htmlarea3.tpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** slashHead-htmlarea3.tpl 8 Sep 2004 20:09:06 -0000 1.7
--- slashHead-htmlarea3.tpl 29 Sep 2004 18:23:51 -0000 1.8
***************
*** 14,18 ****
<meta name="{METANAME}" content="{METADESCRIPTION}" />
<!-- END each_metatag -->
! <link rel="alternate" type="application/rss+xml" title="RSS" href="{ROOTDIR}/backend.php3" />
<link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{SKIN}.css" />
<!-- <style type="text/css" media="screen">@import "{ROOTDIR}/styles/{SKIN}_ext.css";</style> -->
--- 14,18 ----
<meta name="{METANAME}" content="{METADESCRIPTION}" />
<!-- END each_metatag -->
! <link rel="alternate" type="application/rss+xml" title="RSS" href="{ROOTDIR}/backend.php" />
<link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{SKIN}.css" />
<!-- <style type="text/css" media="screen">@import "{ROOTDIR}/styles/{SKIN}_ext.css";</style> -->
Index: slashHead.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-skins/include/templates/en/ShankZen/slashHead.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** slashHead.tpl 2 Sep 2004 17:32:14 -0000 1.2
--- slashHead.tpl 29 Sep 2004 18:23:51 -0000 1.3
***************
*** 14,18 ****
<meta name="{METANAME}" content="{METADESCRIPTION}" />
<!-- END each_metatag -->
! <link rel="alternate" type="application/rss+xml" title="RSS" href="{ROOTDIR}/backend.php3" />
<link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{SKIN}.css" />
<style type="text/css" media="screen">@import "{ROOTDIR}/styles/{SKIN}_ext.css";</style>
--- 14,18 ----
<meta name="{METANAME}" content="{METADESCRIPTION}" />
<!-- END each_metatag -->
! <link rel="alternate" type="application/rss+xml" title="RSS" href="{ROOTDIR}/backend.php" />
<link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{SKIN}.css" />
<style type="text/css" media="screen">@import "{ROOTDIR}/styles/{SKIN}_ext.css";</style>
Index: story.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-skins/include/templates/en/ShankZen/story.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** story.tpl 2 Sep 2004 17:32:14 -0000 1.3
--- story.tpl 29 Sep 2004 18:23:51 -0000 1.4
***************
*** 1,4 ****
<!-- START story.tpl -->
! <div class="psl-block"> <!-- added so that display by article.php3 has outline -->
{TITLEBAR}
<span class="psl-additional">
--- 1,4 ----
<!-- START story.tpl -->
! <div class="psl-block"> <!-- added so that display by article.php has outline -->
{TITLEBAR}
<span class="psl-additional">
***************
*** 10,14 ****
<!-- END alsotext -->
<!-- BEGIN row -->
! <a href="{ROOTDIR}/search.php3?topic_id={LIST_TOPIC_ID}">{LIST_TOPIC_NAME}</a><br />
<!-- END row -->
</span> <!-- id="storyAdditional" -->
--- 10,14 ----
<!-- END alsotext -->
<!-- BEGIN row -->
! <a href="{ROOTDIR}/search.php?topic_id={LIST_TOPIC_ID}">{LIST_TOPIC_NAME}</a><br />
<!-- END row -->
</span> <!-- id="storyAdditional" -->
|