Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic
In directory usw-pr-cvs1:/tmp/cvs-serv630/public_html/templates/en/basic
Modified Files:
pollDisplay.tpl pollList.tpl pollMoreLink.tpl
Log Message:
Poll Cleanups
Index: pollDisplay.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/pollDisplay.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pollDisplay.tpl 9 Apr 2002 16:57:06 -0000 1.2
--- pollDisplay.tpl 28 Apr 2002 01:55:08 -0000 1.3
***************
*** 1,17 ****
! <!-- START: pollDisplay.tpl -->
! <div id="pollDisplay">
! <p class="question">{QUESTION}</p>
! <form action="{ACTION_URL}" method="post">
! <input type="hidden" name="question_id" value="{QUESTION_ID}" />
! <input type="hidden" name="submit" value="vote" />
! <!-- BEGIN each_choice -->
! <input type="radio" name="answer_id" value="{ANSWER_ID}">{ANSWER}<br />
! <!-- END each_choice -->
! <input type="submit" value="Vote">
! </form>
! [ <a href="{ROOTDIR}/poll.php3?submit=viewresults&question_id={QUESTION_ID}">Results</a>
! | <a href="{ROOTDIR}/poll.php3">Polls</a> ]
! <br />
! Comments: <span class="commentCount">{COMMENT_COUNT}</span> | Votes: <span class="voteCount">{VOTE_COUNT}</span>
! </div> <!-- id="pollDisplay" -->
! <!-- END: pollDisplay.tpl -->
--- 1,17 ----
! <!-- START: pollDisplay.tpl -->
! <div id="pollDisplay">
! <p class="question">{QUESTION}</p>
! <form action="{ACTION_URL}" method="post">
! <input type="hidden" name="question_id" value="{QUESTION_ID}" />
! <input type="hidden" name="submit" value="vote" />
! <!-- BEGIN each_choice -->
! <input type="radio" name="answer_id" value="{ANSWER_ID}">{ANSWER}<br />
! <!-- END each_choice -->
! <input type="submit" value="Vote">
! </form>
! [ <a href="{ROOTURL}/poll.php3?submit=viewresults&question_id={QUESTION_ID}">Results</a>
! | <a href="{ROOTURL}/poll.php3">Polls</a> ]
! <br />
! Comments: <span class="commentCount">{COMMENT_COUNT}</span> | Votes: <span class="voteCount">{VOTE_COUNT}</span>
! </div> <!-- id="pollDisplay" -->
! <!-- END: pollDisplay.tpl -->
Index: pollList.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/pollList.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pollList.tpl 9 Apr 2002 16:57:06 -0000 1.2
--- pollList.tpl 28 Apr 2002 01:55:08 -0000 1.3
***************
*** 1,28 ****
! <!-- Start pollList.tpl -->
! <div id="pollList">
! <!-- BEGIN newpollbutton -->
! <form action="{ADMIN_URL}" method="post">
! <input type="submit" name="submit" value="new" />
! </form>
! <!-- END newpollbutton -->
! <ul>
! <!-- BEGIN row -->
! <li>
! <a href="{ROOTDIR}/poll.php3?submit=viewbooth&question_id={QUESTION_ID}">{QUESTION}</a> {POLLDATE}
! <!-- BEGIN admin -->
! <span class="pollAdminLinks">
! (
! <a href="{ADMIN_URL}?submit=edit&question_id={QUESTION_ID}">Edit</a> |
! <a href="{ADMIN_URL}?submit=delete&question_id={QUESTION_ID}">Delete</a> |
! <a href="{ADMIN_URL}?submit=makecurrent&question_id={QUESTION_ID}">Make Current</a>
! )
! </span>
! <!-- END admin -->
! </li>
! <!-- END row -->
! </ul>
! <!-- BEGIN morelink -->
! <span class="more"><a href="{ROOTDIR}/poll.php3?min={ID}">More Polls</a></span>
! <!-- END morelink -->
! </div> <!-- id="pollList" -->
! <!-- End pollList.tpl -->
--- 1,28 ----
! <!-- Start pollList.tpl -->
! <div id="pollList">
! <!-- BEGIN newpollbutton -->
! <form action="{ADMIN_URL}" method="post">
! <input type="submit" name="submit" value="new" />
! </form>
! <!-- END newpollbutton -->
! <ul>
! <!-- BEGIN row -->
! <li>
! <a href="{ROOTURL}/poll.php3?submit=viewbooth&question_id={QUESTION_ID}">{QUESTION}</a> {POLLDATE}
! <!-- BEGIN admin -->
! <span class="pollAdminLinks">
! (
! <a href="{ADMIN_URL}?submit=edit&question_id={QUESTION_ID}">Edit</a> |
! <a href="{ADMIN_URL}?submit=delete&question_id={QUESTION_ID}">Delete</a> |
! <a href="{ADMIN_URL}?submit=makecurrent&question_id={QUESTION_ID}">Make Current</a>
! )
! </span>
! <!-- END admin -->
! </li>
! <!-- END row -->
! </ul>
! <!-- BEGIN morelink -->
! <span class="more"><a href="{ROOTURL}/poll.php3?min={ID}">More Polls</a></span>
! <!-- END morelink -->
! </div> <!-- id="pollList" -->
! <!-- End pollList.tpl -->
Index: pollMoreLink.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/pollMoreLink.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pollMoreLink.tpl 9 Apr 2002 16:57:06 -0000 1.2
--- pollMoreLink.tpl 28 Apr 2002 01:55:08 -0000 1.3
***************
*** 1,2 ****
! <p>
! <font size=4><b><a href="{ROOTDIR}/poll.php3?min={ID}">More Polls</a></b></font>
--- 1,2 ----
! <p>
! <font size=4><b><a href="{ROOTURL}/poll.php3?min={ID}">More Polls</a></b></font>
|