0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
tikiwiki
/
1.9.7-31
/
htdocs
/
templates
/
[
Home
]
File: tiki-list_trackers.tpl
<h1><a class="pagetitle" href="tiki-list_trackers.php">{tr}Trackers{/tr}</a> {if $feature_help eq 'y'} <a href="http://tikiwiki.org/tiki-index.php?page=Trackers#id187996" target="tikihelp" class="tikihelp" title="{tr}Tikiwiki.org help{/tr}: {tr}Trackers{/tr}"> <img border='0' src='img/icons/help.gif' alt="{tr}help{/tr}" /></a> {/if} {if $feature_view_tpl eq 'y'} <a href="tiki-edit_templates.php?template=tiki-list_trackers.tpl" target="tikihelp" class="tikihelp" title="{tr}View tpl{/tr}: {tr}list trackers tpl{/tr}"> <img src="img/icons/info.gif" border="0" height="16" width="16" alt='{tr}edit tpl{/tr}' /></a>{/if} </h1> <form method="get" action="tiki-list_trackers.php"> <table class="findtable"><tr> <td>{tr}Find{/tr}</td> <td><input type="text" name="find" value="{$find|escape}" /></td> <td><input type="submit" value="{tr}find{/tr}" name="search" /></td> <td><input type="hidden" name="sort_mode" value="{$sort_mode|escape}" /></td> </tr></table> </form> <!-- beginning of table --> <table class="normal"> <tr> <td class="heading"> <a class="tableheading" href="tiki-list_trackers.php?offset={$offset}&sort_mode={if $sort_mode eq 'name_desc'}name_asc{else}name_desc{/if}">{tr}name{/tr}</a> </td> <td class="heading"> <a class="tableheading" href="tiki-list_trackers.php?offset={$offset}&sort_mode={if $sort_mode eq 'description_desc'}description_asc{else}description_desc{/if}">{tr}description{/tr}</a> </td> <td class="heading"> <a class="tableheading" href="tiki-list_trackers.php?offset={$offset}&sort_mode={if $sort_mode eq 'created_desc'}created_asc{else}created_desc{/if}">{tr}created{/tr}</a> </td> <td class="heading"><a class="tableheading" href="tiki-list_trackers.php?offset={$offset}&sort_mode={if $sort_mode eq 'lastModif_desc'}lastModif_asc{else}lastModif_desc{/if}">{tr}last modif{/tr}</a></td> <td style="text-align:right;" class="heading"><a class="tableheading" href="tiki-list_trackers.php?offset={$offset}&sort_mode={if $sort_mode eq 'items_desc'}items_asc{else}items_desc{/if}">{tr}items{/tr}</a></td> </tr> {cycle values="odd,even" print=false} {section name=user loop=$channels} {if $channels[user].individual eq 'n' or $channels[user].individual_tiki_p_view_trackers eq 'y'} <tr class="{cycle}"> <td><a class="tablename" href="tiki-view_tracker.php?trackerId={$channels[user].trackerId}">{$channels[user].name}</a></td> <td>{$channels[user].description}</td> <td>{$channels[user].created|tiki_short_datetime}</td> <td>{$channels[user].lastModif|tiki_short_datetime}</td> <td style="text-align:right;">{$channels[user].items}</td> {/if} </tr> {sectionelse} <tr><td colspan="5" class="odd">{tr}No records found{/tr}</td></tr> {/section} </table> <! --- Beginning of the prev/next advance buttons found at bottom of page --> <div align="center"> <div class="mini"> {if $prev_offset >= 0} [<a class="prevnext" href="tiki-list_trackers.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-list_trackers.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-list_trackers.php?find={$find}&offset={$selector_offset}&sort_mode={$sort_mode}"> {$smarty.section.foo.index_next}</a> {/section} {/if} </div> </div>