Update of /cvsroot/phpslash/phpslash-skins/include/templates/en/AHP
In directory sc8-pr-cvs1:/tmp/cvs-serv16040/phpslash-skins/include/templates/en/AHP
Modified Files:
pollResultPage.tpl slashHead.tpl story.tpl storyIndex.tpl
Log Message:
change php3 references to php
Index: pollResultPage.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-skins/include/templates/en/AHP/pollResultPage.tpl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** pollResultPage.tpl 12 Mar 2003 16:15:20 -0000 1.1.1.1
--- pollResultPage.tpl 12 Mar 2003 16:29:10 -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.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-skins/include/templates/en/AHP/slashHead.tpl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** slashHead.tpl 12 Mar 2003 16:15:20 -0000 1.1.1.1
--- slashHead.tpl 12 Mar 2003 16:29:13 -0000 1.2
***************
*** 18,22 ****
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
! <link rel="alternate" type="application/rss+xml" title="RSS" href="{ROOTDIR}/backend.php3" />
<link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{SKIN}.css" />
--- 18,22 ----
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
! <link rel="alternate" type="application/rss+xml" title="RSS" href="{ROOTDIR}/backend.php" />
<link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{SKIN}.css" />
Index: story.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-skins/include/templates/en/AHP/story.tpl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** story.tpl 12 Mar 2003 16:15:20 -0000 1.1.1.1
--- story.tpl 12 Mar 2003 16:29:14 -0000 1.2
***************
*** 21,25 ****
<td>
<div id="storyAdditional">
! <a href="{ROOTDIR}/search.php3?topic_id={TOPIC_ID}">
<img src="{IMAGEDIR}/topics/{TOPICIMAGE}" width="{TOPICWIDTH}" height="{TOPICHEIGHT}" border="0" alt="{ALTTEXT}" hspace="0" vspace="10" /></a><br />
<!-- BEGIN alsotext -->
--- 21,25 ----
<td>
<div id="storyAdditional">
! <a href="{ROOTDIR}/search.php?topic_id={TOPIC_ID}">
<img src="{IMAGEDIR}/topics/{TOPICIMAGE}" width="{TOPICWIDTH}" height="{TOPICHEIGHT}" border="0" alt="{ALTTEXT}" hspace="0" vspace="10" /></a><br />
<!-- BEGIN alsotext -->
***************
*** 27,31 ****
<!-- END alsotext -->
<!-- BEGIN row -->
! <a href="{ROOTDIR}/search.php3?topic_id={LIST_TOPIC_ID}">{LIST_TOPIC_NAME}</a><br />
<!-- END row -->
</div> <!-- id="storyAdditional" -->
--- 27,31 ----
<!-- END alsotext -->
<!-- BEGIN row -->
! <a href="{ROOTDIR}/search.php?topic_id={LIST_TOPIC_ID}">{LIST_TOPIC_NAME}</a><br />
<!-- END row -->
</div> <!-- id="storyAdditional" -->
Index: storyIndex.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-skins/include/templates/en/AHP/storyIndex.tpl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** storyIndex.tpl 12 Mar 2003 16:15:20 -0000 1.1.1.1
--- storyIndex.tpl 12 Mar 2003 16:29:14 -0000 1.2
***************
*** 19,29 ****
</div>
<div id="storyFooter">
! <a href="{ROOTDIR}/article.php3?story_id={STORY_ID}">{MORE}</a>
! [<a href="{ROOTDIR}/article.php3?story_id={STORY_ID}">{COMMENT}]</a>
</div>
</td>
<td>
<div id="storyAdditional">
! <a href="{ROOTDIR}/search.php3?topic_id={TOPIC_ID}">
<img src="{IMAGEDIR}/topics/{TOPICIMAGE}" width="{TOPICWIDTH}" height="{TOPICHEIGHT}" border="0" alt="{ALTTEXT}" hspace="0" vspace="10" /></a><br />
<!-- BEGIN alsotext -->
--- 19,29 ----
</div>
<div id="storyFooter">
! <a href="{ROOTDIR}/article.php?story_id={STORY_ID}">{MORE}</a>
! [<a href="{ROOTDIR}/article.php?story_id={STORY_ID}">{COMMENT}]</a>
</div>
</td>
<td>
<div id="storyAdditional">
! <a href="{ROOTDIR}/search.php?topic_id={TOPIC_ID}">
<img src="{IMAGEDIR}/topics/{TOPICIMAGE}" width="{TOPICWIDTH}" height="{TOPICHEIGHT}" border="0" alt="{ALTTEXT}" hspace="0" vspace="10" /></a><br />
<!-- BEGIN alsotext -->
***************
*** 31,35 ****
<!-- END alsotext -->
<!-- BEGIN row -->
! <a href="{ROOTDIR}/search.php3?topic_id={LIST_TOPIC_ID}">{LIST_TOPIC_NAME}</a><br />
<!-- END row -->
</div> <!-- id="storyAdditional" -->
--- 31,35 ----
<!-- END alsotext -->
<!-- BEGIN row -->
! <a href="{ROOTDIR}/search.php?topic_id={LIST_TOPIC_ID}">{LIST_TOPIC_NAME}</a><br />
<!-- END row -->
</div> <!-- id="storyAdditional" -->
|