0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
tikiwiki
/
1.9.7-31
/
htdocs
/
templates
/
[
Home
]
File: tiki-old_polls.tpl
<h1><a class="pagetitle" href="tiki-old_polls.php">{tr}Polls{/tr}</a></h1> <div align="center"> <table class="findtable"> <tr><td class="findtable">{tr}Find{/tr}</td> <td class="findtable"> <form method="get" action="tiki-old_polls.php"> <input type="text" name="find" value="{$find|escape}" /> <input type="submit" value="{tr}find{/tr}" name="search" /> <input type="hidden" name="sort_mode" value="{$sort_mode|escape}" /> </form> </td> </tr> </table> <table class="normal"> <tr> <td class="heading"><a class="tableheading" href="tiki-old_polls.php?offset={$offset}&sort_mode={if $sort_mode eq 'title_desc'}title_asc{else}title_desc{/if}">{tr}Title{/tr}</a></td> <td class="heading"><a class="tableheading" href="tiki-old_polls.php?offset={$offset}&sort_mode={if $sort_mode eq 'publishDate_desc'}publishDate_asc{else}publishDate_desc{/if}">{tr}Published{/tr}</a></td> <td class="heading"><a class="tableheading" href="tiki-old_polls.php?offset={$offset}&sort_mode={if $sort_mode eq 'votes_desc'}votes_asc{else}votes_desc{/if}">{tr}Votes{/tr}</a></td> <td class="heading">{tr}Action{/tr}</td> </tr> {section name=changes loop=$listpages} <tr> {if $smarty.section.changes.index % 2} <td class="odd"> {$listpages[changes].title} </td> <td class="odd"> {$listpages[changes].publishDate|tiki_short_datetime} </td> <td class="odd"> {$listpages[changes].votes} </td> <td class="odd"> <a class="link" href="tiki-poll_results.php?pollId={$listpages[changes].pollId}">{tr}Results{/tr}</a> {if $tiki_p_vote_poll ne 'n'} <a class="link" href="tiki-poll_form.php?pollId={$listpages[changes].pollId}">{tr}Vote{/tr}</a> {/if} </td> {else} <td class="even"> {$listpages[changes].title} </td> <td class="even"> {$listpages[changes].publishDate|tiki_short_datetime} </td> <td class="even"> {$listpages[changes].votes} </td> <td class="even"> <a class="link" href="tiki-poll_results.php?pollId={$listpages[changes].pollId}">{tr}Results{/tr}</a> {if $tiki_p_vote_poll ne 'n'} <a class="link" href="tiki-poll_form.php?pollId={$listpages[changes].pollId}">{tr}Vote{/tr}</a> {/if} </td> {/if} </tr> {sectionelse} <tr><td colspan="6"> <b>{tr}No records found{/tr}</b> </td></tr> {/section} </table> <br /> <div class="mini"> {if $prev_offset >= 0} [<a class="prevnext" href="tiki-old_polls.php?find={$find}&offset={$prev_offset}&sort_mode={$sort_mode}">{tr}prev{/tr}</a>] {/if} {tr}Page{/tr}: {$actual_page}/{$cant_pages} {if $next_offset >= 0} [<a class="prevnext" href="tiki-old_polls.php?find={$find}&offset={$next_offset}&sort_mode={$sort_mode}">{tr}next{/tr}</a>] {/if} {if $direct_pagination eq 'y'} <br /> {section loop=$cant_pages name=foo} {assign var=selector_offset value=$smarty.section.foo.index|times:$maxRecords} <a class="prevnext" href="tiki-old_polls.php?find={$find}&offset={$selector_offset}&sort_mode={$sort_mode}"> {$smarty.section.foo.index_next}</a> {/section} {/if} </div> </div>