Update of /cvsroot/phpslash/phpslash-skins/include/templates/en/clean
In directory sc8-pr-cvs1:/tmp/cvs-serv16040/phpslash-skins/include/templates/en/clean
Modified Files:
pollList.tpl pollResultPage.tpl slashHead.tpl storyIndex.tpl
Log Message:
change php3 references to php
Index: pollList.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-skins/include/templates/en/clean/pollList.tpl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** pollList.tpl 12 Mar 2003 16:15:20 -0000 1.1.1.1
--- pollList.tpl 12 Mar 2003 16:29:20 -0000 1.2
***************
*** 10,14 ****
<!-- BEGIN row -->
<li>
! <a href="{ROOTURL}/poll.php3?submit=viewbooth&question_id={QUESTION_ID}">{QUESTION}</a> {POLLDATE}
<!-- BEGIN admin -->
<span class="pollAdminLinks">
--- 10,14 ----
<!-- BEGIN row -->
<li>
! <a href="{ROOTURL}/poll.php?submit=viewbooth&question_id={QUESTION_ID}">{QUESTION}</a> {POLLDATE}
<!-- BEGIN admin -->
<span class="pollAdminLinks">
***************
*** 24,28 ****
</ul>
<!-- BEGIN morelink -->
! <span class="more"><a href="{ROOTURL}/poll.php3?min={ID}">More Polls</a></span>
<!-- END morelink -->
</div> <!-- id="pollList" -->
--- 24,28 ----
</ul>
<!-- BEGIN morelink -->
! <span class="more"><a href="{ROOTURL}/poll.php?min={ID}">More Polls</a></span>
<!-- END morelink -->
</div> <!-- id="pollList" -->
Index: pollResultPage.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-skins/include/templates/en/clean/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:21 -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/clean/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:22 -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: storyIndex.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-skins/include/templates/en/clean/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:22 -0000 1.2
***************
*** 32,37 ****
<tr><td align="right">
! <a href="{ROOTDIR}/article.php3?story_id={STORY_ID}">{MORE}</a>
! [<a href="{ROOTDIR}/article.php3?story_id={STORY_ID}">{COMMENT}]</a>
</td></tr>
--- 32,37 ----
<tr><td align="right">
! <a href="{ROOTDIR}/article.php?story_id={STORY_ID}">{MORE}</a>
! [<a href="{ROOTDIR}/article.php?story_id={STORY_ID}">{COMMENT}]</a>
</td></tr>
|