Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default
In directory usw-pr-cvs1:/tmp/cvs-serv3364/public_html/templates/en/default
Modified Files:
pollDisplay.tpl
Log Message:
fix parse error, unquoted strings and finish last commit
Index: pollDisplay.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/pollDisplay.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** pollDisplay.tpl 8 Jun 2001 21:30:00 -0000 1.4
--- pollDisplay.tpl 28 Apr 2002 02:08:27 -0000 1.5
***************
*** 9,14 ****
<!-- END each_choice -->
<input type=submit value=Vote>
! [ <a href="{ROOTDIR}/poll.php3?submit=viewresults&question_id={QUESTION_ID}">Results</a>
! | <a href="{ROOTDIR}/poll.php3">Polls</a> ]
<br>Comments: <b>{COMMENT_COUNT}</b> | Votes: <b>{VOTE_COUNT}</b>
</FONT>
--- 9,14 ----
<!-- END each_choice -->
<input type=submit value=Vote>
! [ <a href="{ROOTURL}/poll.php3?submit=viewresults&question_id={QUESTION_ID}">Results</a>
! | <a href="{ROOTURL}/poll.php3">Polls</a> ]
<br>Comments: <b>{COMMENT_COUNT}</b> | Votes: <b>{VOTE_COUNT}</b>
</FONT>
|