0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
tikiwiki
/
1.9.7-31
/
htdocs
/
templates
/
[
Home
]
File: tiki-userversions.tpl
<h2>{tr}User_versions_for{/tr}: {$ruser}</h2> {if $preview} <h2>{tr}Version{/tr}: {$version}</h2> <div class="wikitext">{$preview.data}</div> <br /> {/if} <br /> <div align="center"> <table border="1" cellpadding="0" cellspacing="0"> <tr> <td id="heading">{tr}Date{/tr}</td> <td id="heading">{tr}Page{/tr}</td> <td id="heading">{tr}Version{/tr}</td> <td id="heading">{tr}Ip{/tr}</td> <td id="heading">{tr}Comment{/tr}</td> <td id="heading">{tr}Action{/tr}</td> </tr> {cycle values="even,odd" print=false} {section name=hist loop=$history} <tr> <td id="{cycle advance=false}"> {$history[hist].lastModif|tiki_long_datetime} </td> <td id="{cycle advance=false}"> <a href="tiki-index.php?page={$history[hist].pageName|escape:"url"}">{$history[hist].pageName}</a> </td> <td id="{cycle advance=false}"> {$history[hist].version} </td> <td id="{cycle advance=false}"> {$history[hist].ip} </td> <td id="{cycle advance=false}"> {$history[hist].comment} </td> <td id="{cycle}"> <a href="tiki-userversions.php?ruser={$ruser}&page={$history[hist].pageName|escape:"url"}&preview=1&version={$history[hist].version}">{tr}view{/tr}</a> </td> </tr> {sectionelse} <tr><td colspan="6"> <b>{tr}No records found{/tr}</b> </td></tr> {/section} </table> </div>