54 lines
1.9 KiB
PHP
54 lines
1.9 KiB
PHP
<?php
|
|
/****************************************************************************
|
|
./lang/de/ocstyle/removelogs.tpl.php
|
|
-------------------
|
|
begin : July 9 2004
|
|
|
|
For license information see doc/license.txt
|
|
****************************************************************************/
|
|
|
|
/****************************************************************************
|
|
|
|
Unicode Reminder メモ
|
|
|
|
remove a cache log
|
|
|
|
****************************************************************************/
|
|
?>
|
|
<div class="content2-pagetitle"><img src="lang/de/ocstyle/images/description/22x22-logs.png" style="align: left; margin-right: 10px;" width="22" height="22"/>{t}remove log entry for <a href="viewcache.php?cacheid={cacheid}">{cachename}</a>{/t}</div>
|
|
<form action="removelog.php" method="post" enctype="application/x-www-form-urlencoded" name="removelog_form" dir="ltr">
|
|
<input type="hidden" name="commit" value="1" />
|
|
<input type="hidden" name="logid" value="{logid}" />
|
|
<table class="table">
|
|
|
|
<tr><td colspan="2">{t}are you sure that this log entry shall be removed?{/t}</td></tr>
|
|
<tr><td class="spacer"></td></tr>
|
|
|
|
<tr>
|
|
<td> </td>
|
|
<td>
|
|
<div class="textblock">
|
|
<p>{logimage} {date}{time} {typetext}</p>
|
|
<p>{logtext}</p>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr><td class="spacer"> </td></tr>
|
|
|
|
<tr><td class="header-small" colspan="2">{t}do you want to send {log_user_name} a note?{/t}</td></tr>
|
|
<tr>
|
|
<td> </td>
|
|
<td>
|
|
<textarea class="removelogs" name="logowner_message"></textarea>
|
|
</td>
|
|
</tr>
|
|
<tr><td class="spacer"></td></tr>
|
|
|
|
<tr>
|
|
<td class="header-small" colspan="2">
|
|
<input type="submit" name="submit" value="{t}Remove log entry{/t}" class="formbutton" style="width: 150px;" onclick="submitbutton('submit')" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|