0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
14.1-0
/
standard
/
htdocs
/
templates
/
[
Home
]
File: tiki-view_cache.tpl
<!DOCTYPE html> <html> <head> <base href="{$info.url}"> <title>{tr}Cached:{/tr} {$info.url}</title> </head> <body> <br> <div align="center"> <table bgcolor="#EAEAEA" border="0" cellpadding="0" cellspacing="0"> <tr> <th>{tr}URL{/tr}</th> <td class="text">{$info.url}</td> </tr> <tr> <th>{tr}Cached{/tr}</th> <td class="text">{$info.refresh|tiki_long_datetime}</td> </tr> <tr> <td class="text" colspan="2"> <br>{tr}This is a cached version of the page.{/tr} <a class="wikicache" href="{$ggcacheurl}">({tr}Click here to view the Google cache of the page instead.{/tr})</a> </td> </tr> </table> </div> <br> <div class="cachedpage"> {$info.data} </div> </body> </html>