1 {literal}<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
5 <title>Squasher</title>
9 background-color:#E2EBD8;
33 background-color:#FFFFFF;
42 background-color:#66CC00;
51 background-color:#C7F09E;
60 background-color:#339900;
68 background-color:#339900;
73 background-color:#C7F09E;
80 tr.logentry_download:hover{
81 background-color:#339900;
86 background-color:#C7F09E;
93 tr.logentry_delete:hover{
94 background-color:#339900;
99 background-color:#C7F09E;
103 border-color:#C7F09E;
106 tr.logentry_login:hover{
107 background-color:#339900;
112 background-color:#339900;
115 border-color:#C7F09E;
124 .item, .status1, .status2, .status3{
130 border-color:#FFFFFF;
135 background-color:#E2EBD8;
139 background-color:#FFCCCC;
143 background-color:#FFFFCC;
147 background-color:#CCFFCC;
216 background-color:#66CC00;
220 background:#66CC00 url(img/squash.gif) no-repeat 30px 50%;
224 background-color:#66CC00;
229 background-color:#66CC00;
231 background:#66CC00 url(img/gplogobottomright.gif) no-repeat 100%;
235 background: #FFFFFF url(img/gp1.gif) no-repeat 95% 95%;
251 border-top:0px solid #FFFFFF;
252 border-bottom:0px solid #FFFFFF;
255 .check_all, .check_allow, .check_deny{
260 .sample_all, .sample_allow, .sample_deny{
265 .check_all, .sample_all{
266 background-color:#AAEEAA;
269 .check_allow, .sample_allow{
270 background-color:#EEEEAA;
273 .check_deny, .sample_deny{
274 background-color:#EEAAAA;
277 {foreach item=style_row from=$style}{$style_row}{/foreach}
280 <body align="center" style="min-width:1000px;">
281 <div class="wrapper">
282 <div class="container">
284 <div class="banner"> <div class="control">{if $user_level > 99}<a href="?">home</a> | <a href="?tools=access">access</a> |{/if}{if $user_level > 99} <a href="?tools=users">users</a> | <a href="?tools=logs">logs</a> |{/if} <a href="index.php?tools=logout">logout({$user_name})</a> </div></div>
286 <div class="spacer"></div>
288 <div class="menucontainer">
292 <div class="menuhead"> logs </div>
294 <div {if $logtype eq "all" }class="menuitem_selected"{else}class="menuitem"{/if} onClick="location.href='?tools=logs&logtype=all'" style="cursor:pointer" > all </div>
295 <div {if $logtype eq "delete" }class="menuitem_selected"{else}class="menuitem"{/if} onClick="location.href='?tools=logs&logtype=delete'" style="cursor:pointer" > delete </div>
296 <div {if $logtype eq "download"}class="menuitem_selected"{else}class="menuitem"{/if} onClick="location.href='?tools=logs&logtype=download'" style="cursor:pointer" > download </div>
297 <div {if $logtype eq "login" }class="menuitem_selected"{else}class="menuitem"{/if} onClick="location.href='?tools=logs&logtype=login'" style="cursor:pointer" > login </div>
298 <div {if $logtype eq "debug" }class="menuitem_selected"{else}class="menuitem"{/if} onClick="location.href='?tools=logs&logtype=debug'" style="cursor:pointer" > squasher </div>
302 <div class="clear"></div>
304 <div class="menu"></div>
306 <div class="clear"></div>
310 <div class="spacer"></div>
312 <div class="content">
313 <table style="border-spacing:0;spacing:0;padding:0;width:990px;background-color:#C7F09E;">
315 <tr class="logentry_header" align="center">
316 <td width='*' colspan="5">Today</td>
319 {foreach item=entry from=$logs.today key=id}
320 <tr class="logentry_{$entry.action}" align="left">
321 <td width='160px'> {$entry.date}</td>
322 <td width='40px' > {$entry.user_name}</td>
323 <td width='120px' title="{$entry.users_from_ip}"> {$entry.ip}</td>
324 <td width='80px' > {$entry.action}</td>
325 <td width='*' title="{$entry.file|substr:10}{if $entry.ip eq 'retry'}\n : This file did not pass validation. A request was mailed to the RO to restart the upload.{/if}{if $entry.ip eq 'cleanup'}\n : This file entry was missing all chunks. This entry was removed.{/if}"> {$entry.file|substr:10:64}</td>
328 <tr style="background-color:#C7F09E;" align="center">
329 <td width='*' colspan="3"><hr></td>
330 <td width='120px'>Log is empty</td>
331 <td width='*'><hr></td>
335 <tr class="logentry_header" align="center">
336 <td width='*' colspan="5">Yesterday</td>
339 {foreach item=entry from=$logs.yesterday key=id} <tr class="logentry_{$entry.action}" align="left">
340 <td width='160px'> {$entry.date}</td>
341 <td width='40px' > {$entry.user_name}</td>
342 <td width='120px' title="{$entry.users_from_ip}"> {$entry.ip}</td>
343 <td width='80px'> {$entry.action}</td>
344 <td width='*' title="{$entry.file|substr:10}{if $entry.ip eq 'retry'}\n : This file did not pass validation. A request was mailed to the RO to restart the upload.{/if}{if $entry.ip eq 'cleanup'}\n : This file entry was missing all chunks. This entry was removed.{/if}"> {$entry.file|substr:10:64}</td>
347 <tr style="background-color:#C7F09E;" align="center">
348 <td width='*' colspan="3"><hr></td>
349 <td width='120px'>Log is empty</td>
350 <td width='*'><hr></td>
354 <tr class="logentry_header" align="center">
355 <td width='*' colspan="5">Last week</td>
358 {foreach item=entry from=$logs.lastweek key=id}
359 <tr class="logentry_{$entry.action}" align="left">
360 <td width='160px'> {$entry.date}</td>
361 <td width='40px' > {$entry.user_name}</td>
362 <td width='120px' title="{$entry.users_from_ip}"> {$entry.ip}</td>
363 <td width='80px'> {$entry.action}</td>
364 <td width='*' title="{$entry.file|substr:10}{if $entry.ip eq 'retry'}\n : This file did not pass validation. A request was mailed to the RO to restart the upload.{/if}{if $entry.ip eq 'cleanup'}\n : This file entry was missing all chunks. This entry was removed.{/if}"> {$entry.file|substr:10:64}</td>
367 <tr style="background-color:#C7F09E;" align="center">
368 <td width='*' colspan="3"><hr></td>
369 <td width='120px'>Log is empty</td>
370 <td width='*'><hr></td>
374 <tr class="logentry_header" align="center">
375 <td width='*' colspan="5">Older</td>
378 {foreach item=entry from=$logs.older key=id}
379 <tr class="logentry_{$entry.action}" align="left">
380 <td width='160px'> {$entry.date}</td>
381 <td width='40px' > {$entry.user_name}</td>
382 <td width='120px' title="{$entry.users_from_ip}"> {$entry.ip}</td>
383 <td width='80px'> {$entry.action}</td>
384 <td width='*' title="{$entry.file|substr:10}{if $entry.ip eq 'retry'}\n : This file did not pass validation. A request was mailed to the RO to restart the upload.{/if}{if $entry.ip eq 'cleanup'}\n : This file entry was missing all chunks. This entry was removed.{/if}"> {$entry.file|substr:10:64}</td>
387 <tr style="background-color:#C7F09E;" align="center">
388 <td width='*' colspan="3"><hr></td>
389 <td width='120px'>Log is empty</td>
390 <td width='*'><hr></td>
396 <div class="spacer"></div>
398 <div class="bottomimage"></div>
400 <div class="clear"></div>
402 <div class="spacer"></div>
404 <div class="footer"> </div>
407 {if $debug}{debug}{/if}