0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
tikiwiki
/
3.2.0-5
/
standard
/
htdocs
/
templates
/
[
Home
]
File: tiki-charts.tpl
{* $Id: tiki-charts.tpl 17646 2009-03-26 20:31:06Z pkdille $ *} {popup_init src="lib/overlib.js"} {title}{tr}Charts{/tr}{/title} {if $items or ($find ne '')} {include file='find.tpl'} {/if} <form action="tiki-charts.php" method="post"> <input type="hidden" name="offset" value="{$offset|escape}" /> <input type="hidden" name="find" value="{$find|escape}" /> <input type="hidden" name="where" value="{$where|escape}" /> <input type="hidden" name="sort_mode" value="{$sort_mode|escape}" /> <table class="normal"> <tr> <th><a href="{if $sort_mode eq 'title_desc'}{sameurl sort_mode="title_asc"}{else}{sameurl sort_mode="title_desc"}{/if}">{tr}Title{/tr}</a></th> </tr> {cycle values="odd,even" print=false} {section name=ix loop=$items} <tr> <td class="{cycle advance=false}"> <a class="link" href="tiki-view_chart.php?chartId={$items[ix].chartId}">{$items[ix].title}</a> </td> </tr> {sectionelse} <tr> <td class="{cycle advance=false}" colspan="5"> {tr}No charts defined yet{/tr} </td> </tr> {/section} </table> </form> {pagination_links cant=$cant_pages step=$prefs.maxRecords offset=$offset}{/pagination_links}