[geeklog-cvs] geeklog-1.3/public_html/layout/Classic/admin/poll listitem.thtml,1.2,1.3 polllist.thtml,1.3,1.4

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sat Jul 17 14:03:29 EDT 2004


Update of /var/cvs/geeklog-1.3/public_html/layout/Classic/admin/poll
In directory www:/tmp/cvs-serv20074/public_html/layout/Classic/admin/poll

Modified Files:
	listitem.thtml polllist.thtml 
Log Message:
The list of polls is now sorted by date (newest first). Also added parameter filtering, google paging, and a row number.


Index: polllist.thtml
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/layout/Classic/admin/poll/polllist.thtml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** polllist.thtml	4 May 2002 20:45:45 -0000	1.3
--- polllist.thtml	17 Jul 2004 18:03:27 -0000	1.4
***************
*** 2,6 ****
                                  <tr>
                                      <td rowspan="2">
!                                         <img src="{site_url}/images/icons/poll.gif" alt="">
                                      </td>
                                      <td>[ <a href="{site_admin_url}/poll.php?mode=edit">{lang_newpoll}</a> | <a href="{site_admin_url}">{lang_adminhome}</a> ]
--- 2,6 ----
                                  <tr>
                                      <td rowspan="2">
!                                         <img src="{layout_url}/images/icons/poll.gif" alt="">
                                      </td>
                                      <td>[ <a href="{site_admin_url}/poll.php?mode=edit">{lang_newpoll}</a> | <a href="{site_admin_url}">{lang_adminhome}</a> ]
***************
*** 13,16 ****
--- 13,17 ----
                              <table border="0" cellspacing="0" cellpadding="2" width="100%">
                                  <tr>
+                                     <th>#</th>
                                      <th align="left">{lang_question}</th>
                                      <th>{lang_access}</th>
***************
*** 21,22 ****
--- 22,24 ----
                                  {poll_row}
                              </table>
+                             {google_paging}

Index: listitem.thtml
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/layout/Classic/admin/poll/listitem.thtml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** listitem.thtml	4 May 2002 20:45:45 -0000	1.2
--- listitem.thtml	17 Jul 2004 18:03:27 -0000	1.3
***************
*** 1,3 ****
--- 1,4 ----
                                  <tr align="center">
+                                     <td>{row_num}</td>
                                      <td align="left">
                                          <a href="{site_admin_url}/poll.php?mode=edit&qid={question_id}">{poll_question}</a>




More information about the geeklog-cvs mailing list