0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
7.0-0
/
standard
/
htdocs
/
templates
/
debug
/
[
Home
]
File: tiki-debug_watch_tab.tpl
<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>