0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
tikiwiki
/
1.9.7-31
/
htdocs
/
templates
/
debug
/
[
Home
]
File: tiki-debug_watch_tab.tpl
{* $Header: /cvsroot/tikiwiki/tiki/templates/debug/tiki-debug_watch_tab.tpl,v 1.3.12.1 2004/06/22 19:51:56 ohertel Exp $ *} <table id="watchlist"> <caption> {tr}Watchlist{/tr} </caption> <tr> <td class="heading">Variable</td> <td class="heading">Value</td> </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>