0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
3.2.0-5
/
standard
/
htdocs
/
templates
/
debug
/
[
Home
]
File: tiki-debug_watch_tab.tpl
{* $Id: tiki-debug_watch_tab.tpl 17630 2009-03-26 03:37:22Z luciash $ *} <table id="watchlist"> <caption> {tr}Watchlist{/tr} </caption> <tr> <th>Variable</th> <th>Value</th> </tr> {cycle values="even,odd" print=false} {section name=i loop=$watchlist} <tr> <td class="{cycle advance=false}"{if $smarty.section.i.index == 0} id="firstrow"{/if}> <code>{$watchlist[i].var}</code> </td> <td class="{cycle}"{if $smarty.section.i.index == 0} id="firstrow"{/if}> <pre>{$watchlist[i].value|escape:"html"|wordwrap:60:"\n":true|replace:"\n":"<br />"}</pre> </td> </tr> {/section} </table>