From: Verdon V. <ve...@us...> - 2009-02-19 23:17:07
|
Update of /cvsroot/phpwebsite-comm/modules/elections/templates In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19786/templates Added Files: edit_ballot.tpl info.tpl list_ballots.tpl list_candidates.tpl list_votes.tpl main_admin.tpl main_user.tpl reports.tpl select_ballot.tpl Log Message: prep for 2.0.0 --- NEW FILE: edit_ballot.tpl --- {START_FORM} <fieldset> <legend><strong>{DETAILS_LABEL}</strong></legend> <p>{TITLE} {TITLE_LABEL}</p> <p>{DESCRIPTION_LABEL}<br />{DESCRIPTION}</p> <p>{FILE_MANAGER}</p> <p>{SHOW_IN_BLOCK} {SHOW_IN_BLOCK_LABEL}<br /> {PUBVIEW} {PUBVIEW_LABEL}<br /> {PUBVOTE} {PUBVOTE_LABEL} </p> <p>{VOTEGROUPS_LABEL}<br />{VOTEGROUPS}</p> <p>{MINCHOICE} {MINCHOICE_LABEL}<br /> {MAXCHOICE} {MAXCHOICE_LABEL}<br /> {RANKING} {RANKING_LABEL} </p> <p>{OPENING} {OPENING_CAL} {OPENING_LABEL} <span class="smaller">{EXAMPLE}</span><br /> {CLOSING} {CLOSING_CAL} {CLOSING_LABEL} <span class="smaller">{EXAMPLE}</span> </p> <p> {CUSTOMFIELDS_TEXT}<br /> <span class="smalltext">{CUSTOMFIELDS_NOTE}</span><br /> {CUSTOM1LABEL}{CUSTOM1LABEL_LABEL}<br /> {CUSTOM2LABEL}{CUSTOM2LABEL_LABEL}<br /> {CUSTOM3LABEL}{CUSTOM3LABEL_LABEL}<br /> {CUSTOM4LABEL}{CUSTOM4LABEL_LABEL}<br /> </p> </fieldset> {SUBMIT} {END_FORM} --- NEW FILE: select_ballot.tpl --- {START_FORM} <fieldset> <legend><strong>{BALLOT_ID_GROUP_LABEL}</strong></legend> <p>{BALLOT_ID} {BALLOT_ID_LABEL}</p> <p>{NO_BALLOTS_NOTE}</p> </fieldset> {SAVE} {END_FORM} --- NEW FILE: info.tpl --- <fieldset> <legend><strong>{TITLE}</strong></legend> <p>{INFO}</p> <p>{DONATE}</p> </fieldset> --- NEW FILE: list_candidates.tpl --- <table width="99%" cellpadding="4"> <tr> <th>{TITLE_HEADER} {TITLE_SORT}</th> <th>{BALLOT_HEADER} {BALLOT_ID_SORT}</th> <th>{VOTES_HEADER} {VOTES_SORT}</th> <th> </th> </tr> <!-- BEGIN listrows --> <tr {TOGGLE}> <td>{TITLE}</td> <td>{BALLOT}</td> <td>{VOTES}</td> <td>{ACTION}</td> </tr> <tr {TOGGLE}> <td colspan="6" class="smaller">{DESCRIPTION}</td> </tr> <!-- END listrows --> </table> {EMPTY_MESSAGE} <div class="align-center"> {TOTAL_ROWS}<br /> {PAGE_LABEL} {PAGES}<br /> {LIMIT_LABEL} {LIMITS} </div> <div class="align-right"> {SEARCH} </div> --- NEW FILE: list_votes.tpl --- <table width="99%" cellpadding="4"> <tr> <th>{BALLOT_HEADER} {BALLOT_ID_SORT}</th> <th>{USER_HEADER} {USERNAME_SORT}</th> <th>{DATE_HEADER} {VOTEDATE_SORT}</th> <th>{IP_HEADER} {IP_SORT}</th> <th> </th> </tr> <!-- BEGIN listrows --> <tr {TOGGLE}> <td>{BALLOT}</td> <td>{USER}</td> <td>{DATE}</td> <td>{IP}</td> <td>{ACTION}</td> </tr> <!-- END listrows --> </table> {EMPTY_MESSAGE} <div class="align-center"> {TOTAL_ROWS}<br /> {PAGE_LABEL} {PAGES}<br /> {LIMIT_LABEL} {LIMITS} </div> <div class="align-right"> {SEARCH} </div> --- NEW FILE: main_admin.tpl --- <div class="panel-title"><h1>{TITLE}</h1></div> <!-- BEGIN message --><h2>{MESSAGE}</h2><!-- END message --> {CONTENT} --- NEW FILE: reports.tpl --- {START_FORM} <fieldset> <legend><strong>{RESULTS_TITLE}</strong></legend> <p class="smaller">{RESULTS_INFO}</p> <p>{RESULTS} {EXPORT_RESULTS_BUTTON} {LIST_RESULTS_BUTTON}</p> </fieldset> <fieldset> <legend><strong>{CANDIDATES_TITLE}</strong></legend> <p class="smaller">{CANDIDATES_INFO}</p> <p>{CANDIDATES} {CANDIDATES_BUTTON}</p> </fieldset> <fieldset> <legend><strong>{VOTES_TITLE}</strong></legend> <p class="smaller">{VOTES_INFO}</p> <p>{VOTES} {EXPORT_VOTES_BUTTON} {LIST_VOTES_BUTTON} {PURGE_VOTES_BUTTON}</p> </fieldset> {END_FORM} --- NEW FILE: list_ballots.tpl --- <table width="99%" cellpadding="4"> <tr> <th>{TITLE_HEADER} {TITLE_SORT}</th> <th>{OPENS_HEADER} {OPENING_SORT}</th> <th>{CLOSES_HEADER} {CLOSING_SORT}</th> <th>{CANDIDATES_HEADER}</th> <!-- BEGIN votes_header --><th>{VOTES_HEADER}</th><!-- END votes_header --> <th> </th> </tr> <!-- BEGIN listrows --> <tr {TOGGLE}> <td>{TITLE}</td> <td>{OPENS}</td> <td>{CLOSES}</td> <td>{CANDIDATES}</td> <!-- BEGIN votes --><td>{VOTES}</td><!-- END votes --> <td>{ACTION}</td> </tr> <tr {TOGGLE}> <td colspan="6" class="smaller">{DESCRIPTION}</td> </tr> <!-- END listrows --> </table> {EMPTY_MESSAGE} <div class="align-center"> {TOTAL_ROWS}<br /> {PAGE_LABEL} {PAGES}<br /> {LIMIT_LABEL} {LIMITS} </div> <div class="align-right"> {SEARCH} </div> --- NEW FILE: main_user.tpl --- <div class="box elections"> <!-- BEGIN title --><div class="box-title"><h1>{TITLE}</h1></div><!-- END title --> <div class="box-content"> <!-- BEGIN message --><h2>{MESSAGE}</h2><!-- END message --> {CONTENT} </div> </div> |