From: Verdon V. <ve...@us...> - 2009-03-02 19:59:31
|
Update of /cvsroot/phpwebsite-comm/modules/elections/templates In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10916/templates Modified Files: list_ballots.tpl view_ballot.tpl view_candidate.tpl Log Message: preparing 2.0.1 Index: view_candidate.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/elections/templates/view_candidate.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** view_candidate.tpl 19 Feb 2009 20:32:02 -0000 1.2 --- view_candidate.tpl 2 Mar 2009 19:59:11 -0000 1.3 *************** *** 1,4 **** --- 1,5 ---- <div align="right"{CANDIDATE_LINKS}</div> <strong>{TITLE}</strong> + <!-- BEGIN file --><div style="float: right; margin: 0 0 .2em .5em;">{FILE}</div><!-- END file --> <!-- BEGIN description --><p>{DESCRIPTION}</p><!-- END description --> <!-- BEGIN custom1 --><div><strong>{CUSTOM1_LABEL}:</strong> {CUSTOM1}</div><!-- END custom1 --> Index: list_ballots.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/elections/templates/list_ballots.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** list_ballots.tpl 19 Feb 2009 21:30:11 -0000 1.1 --- list_ballots.tpl 2 Mar 2009 19:59:11 -0000 1.2 *************** *** 18,22 **** </tr> <tr {TOGGLE}> ! <td colspan="6" class="smaller">{DESCRIPTION}</td> </tr> <!-- END listrows --> --- 18,22 ---- </tr> <tr {TOGGLE}> ! <td colspan="6" class="smaller"><!-- BEGIN thumbnail --><div style="float: left; margin: 0 .5em .2em 0;">{THUMBNAIL}</div><!-- END thumbnail -->{DESCRIPTION}</td> </tr> <!-- END listrows --> Index: view_ballot.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/elections/templates/view_ballot.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** view_ballot.tpl 19 Feb 2009 20:35:36 -0000 1.1 --- view_ballot.tpl 2 Mar 2009 19:59:11 -0000 1.2 *************** *** 2,10 **** --- 2,13 ---- <div align="right">{BALLOT_LINKS}</div> <strong>{TITLE}</strong> + <!-- BEGIN file --><div style="float: right; margin: 0 0 .2em .5em;">{FILE}</div><!-- END file --> <!-- BEGIN description --><p>{DESCRIPTION}</p><!-- END description --> + <br style="clear: both;" /> <!-- BEGIN msg --><p>{MSG}</p><!-- END msg --> <!-- BEGIN candidates --> <div class="elections-candidate"> <fieldset><legend>{CANDIDATE_TITLE}</legend> + <!-- BEGIN candidate_thumbnail --><div style="float: right; margin: 0 0 .2em .5em;">{CANDIDATE_THUMBNAIL}</div><!-- END candidate_thumbnail --> <p>{DESCRIPTION}</p> <!-- BEGIN custom1 --><div><strong>{CUSTOM1_LABEL}:</strong> {CUSTOM1}</div><!-- END custom1 --> *************** *** 12,16 **** <!-- BEGIN custom3 --><div><strong>{CUSTOM3_LABEL}:</strong> {CUSTOM3}</div><!-- END custom3 --> <!-- BEGIN custom4 --><div><strong>{CUSTOM4_LABEL}:</strong> {CUSTOM4}</div><!-- END custom4 --> ! <p> <!-- BEGIN vote_box --><div style="float: right;">{VOTE_BOX}</div><!-- END vote_box --> {LINKS} --- 15,19 ---- <!-- BEGIN custom3 --><div><strong>{CUSTOM3_LABEL}:</strong> {CUSTOM3}</div><!-- END custom3 --> <!-- BEGIN custom4 --><div><strong>{CUSTOM4_LABEL}:</strong> {CUSTOM4}</div><!-- END custom4 --> ! <p style="clear: both;"> <!-- BEGIN vote_box --><div style="float: right;">{VOTE_BOX}</div><!-- END vote_box --> {LINKS} |