0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
7.0-0
/
standard
/
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} {norecords _colspan=6} {/section} </table> </div>