Add a bunch of new site files
This commit is contained in:
parent
b82b27f6cd
commit
628a435997
12 changed files with 420 additions and 0 deletions
49
inc/404.tpl
Normal file
49
inc/404.tpl
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
<h1>The page requested doesn't exist</h1>
|
||||
|
||||
<br />
|
||||
Try searching in cat-v.org:
|
||||
|
||||
<div class="spam">
|
||||
<!-- SiteSearch Google -->
|
||||
<form method="get" action="http://www.google.com/custom" target="_top">
|
||||
<table border="0" bgcolor="#ffffff">
|
||||
<tr><td nowrap="nowrap" valign="top" align="left" height="32">
|
||||
|
||||
</td>
|
||||
<td nowrap="nowrap">
|
||||
<input type="hidden" name="domains" value="harmful.cat-v.org;cat-v.org"></input>
|
||||
<label for="sbi" style="display: none">Enter your search terms</label>
|
||||
% echo '<input type="text" name="q" size="32" maxlength="255" value="'$title'" id="sbi"></input>'
|
||||
<label for="sbb" style="display: none">Submit search form</label>
|
||||
<input type="submit" name="sa" value="Google Search" id="sbb"></input>
|
||||
</td></tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td nowrap="nowrap">
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<input type="radio" name="sitesearch" value="" id="ss0"></input>
|
||||
<label for="ss0" title="Search the Web"><font size="-1" color="#000000">Web</font></label></td>
|
||||
<td>
|
||||
<input type="radio" name="sitesearch" value="harmful.cat-v.org" checked id="ss1"></input>
|
||||
<label for="ss1" title="Search harmful.cat-v.org"><font size="-1" color="#000000">harmful.cat-v.org</font></label></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<input type="radio" name="sitesearch" value="cat-v.org" id="ss2"></input>
|
||||
<label for="ss2" title="Search cat-v.org"><font size="-1" color="#000000">cat-v.org</font></label></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
<input type="hidden" name="client" value="pub-2060328396151526"></input>
|
||||
<input type="hidden" name="forid" value="1"></input>
|
||||
<input type="hidden" name="channel" value="6944454412"></input>
|
||||
<input type="hidden" name="ie" value="UTF-8"></input>
|
||||
<input type="hidden" name="oe" value="UTF-8"></input>
|
||||
<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:48;LW:48;L:http://plan9.bell-labs.com/plan9/img/9logo.jpg;S:http://harmful.cat-v.org;LP:1;FORID:1"></input>
|
||||
<input type="hidden" name="hl" value="en"></input>
|
||||
</td></tr></table>
|
||||
</form>
|
||||
<!-- SiteSearch Google -->
|
||||
</div>
|
||||
20
inc/headers.tpl
Normal file
20
inc/headers.tpl
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
Content-Type: text/html
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
|
||||
<meta name="verify-v1" content="6zEoK0WMlnLmIS/w7Pnh6+srZECHsvnMGN0kQmowSGk=" />
|
||||
|
||||
% echo '<title>'$"title' - '$"siteTitle'</title>'
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<meta name="author" content="k" />
|
||||
|
||||
<link rel="stylesheet" href="/pub/style/style.css" type="text/css" media="screen" title="default" />
|
||||
<link rel="stylesheet alternative" type="text/css" href="/pub/style/style_old.css" media="screen" title="Old Style" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue