File: logfiles.html

package info (click to toggle)
scorched3d 41.3dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 159,620 kB
  • ctags: 26,898
  • sloc: cpp: 110,179; xml: 36,743; ansic: 31,536; makefile: 4,321; sh: 3,708; perl: 1,522; java: 209; python: 188; sql: 146
file content (21 lines) | stat: -rw-r--r-- 406 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#include header.html

#include menu.html

<table align=center border=0>
<tr><td align=center>Log Files</td></tr>
<tr><td>
<table border=1 width=600>
	<tr class=heading><td>File</td><td>Date</td></tr>
	[[LOG]]
</table>
</td></tr>
<tr align=right><td>
<form method="post">
<input type="text" name="search">
<input type="submit" name="action" value="Search">
</form>
</td></tr>
</table>

#include footer.html