0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
7.0-0
/
standard
/
htdocs
/
templates
/
trackeroutput
/
[
Home
]
File: popup.tpl
{capture name=popup} <div class="cbox"> <table> {cycle values="odd,even" print=false} {foreach from=$popupFields item=field} <tr class="{cycle}"><th>{$field.name}</th><td>{trackeroutput field=$field item=$popupItem showpopup=n showlinks=n}</th></tr> {/foreach} </table> </div> {/capture} {popup text=$smarty.capture.popup|escape:"javascript"|escape:"html" fullhtml="1" hauto=true vauto=true sticky=$stickypopup}