-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.html
More file actions
62 lines (62 loc) · 1.69 KB
/
template.html
File metadata and controls
62 lines (62 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>{{ name }} - alglab.net</title>
<link rel="stylesheet" type="text/css" href="/default.css">
</head>
<body>
<div id="navi">
<table>
<tr>
<td style="width:550px;">{{ description }}</td>
<td>
<form action="http://www.google.com/cse" method="get" style="margin-top:0em;margin-bottom:0em;">
<input type="hidden" name="cx" value="017470105403622007220:xfmsgzurk0u">
<input type="hidden" name="ie" value="UTF-8">
<input type="text" size="20" name="q" value="">
<input type="submit" value="検索" style="font-size:0.7em;">
</form>
</td>
</tr>
</table>
</div>
<div id="header">
<h1>alglab.net</h1>
</div>
<div id="middle">
<div id="main">
{{ text }}
</div>
<div id="sub">
<div id="ad">
<h5>広告</h5>
<p>
<!-- ad start -->
<script type="text/javascript"><!--
in_uid = '241937';
in_templateid = '11025';
in_charset = 'UTF-8';
in_group = 'DefaultGroup';
in_matchurl = '';
in_HBgColor = 'FFFFFF';
in_HBorderColor = 'B4D0DC';
in_HTitleColor = '3399FF';
in_HTextColor = '6F6F6F';
in_HUrlColor = '000080';
frame_width = '160';
frame_height = '600';
--></script>
<script type='text/javascript' src='http://cache.microad.jp/send0100.js'></script>
<p>マイクロアドBTパートナー登録は<a href="https://associate.microad.jp/associate/login?ID=241937" target="_blank">こちら</a>から</p>
<!-- ad end -->
</p>
</div>
</div>
</div>
<div id="footer">
最終更新:{{ lastupdate|date:"Y/m/d H:i" }}<br>
Copyright(C) 2010-2011 alglab.net, all rights reserved.<br><a href="./contact.html"><img src="./img/mail.png" alt="alg_dot_info_atmark_gmail_dot_com"></a>
</div>
</body>
</html>