-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathoffline-template.html
125 lines (120 loc) · 3.51 KB
/
offline-template.html
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Nonzero1.0 by nodethirtythree design
http://www.nodethirtythree.com
missing in a maze
-->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>OpenEuphoria: @@title@@</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link rel="stylesheet" type="text/css" href="style.css" />
<script src="js/search.js" type="text/javascript"></script>
</head>
<body>
<div id="header">
<div id="header_inner" class="fluid">
<div id="logo">
<h1><a href="index.html"><span>Open</span>Euphoria Manual</a></h1>
<h2>@@title@@</h2>
</div>
</div>
</div>
<div id="main">
<div id="main_inner" class="fluid">
<div id="docs">
<form method=get action="javascript:void(0)" onsubmit="search(srchval); return false;">
<table width="100%" border=0 padding=0 cellpadding=0>
<tr align="left">
<td>
<b>routine</b> or <b>constant</b> name search</td>
</tr>
<tr>
<td><input type=text name=srchval value=""><input type=submit></td>
</tr>
<tr>
<td><span id="searchresults" name="searchresults"></td></span>
</table>
</form>
<!-- BEGIN NAV -->
<div class="doc-tools">
<table border=0 padding=0 cellpadding=0 width="100%">
<tr>
<td><a href="@@previous@@"><img src="images/prev.png" /></a></td>
<td><a href="@@currchap@@">Up</a></td>
<td><a href="@@next@@"><img src="images/next.png" /></a></td>
<!-- Spacer -->
<td width="100%" colspan="3"> </td>
<td><a href="index.html">TOC</a></td>
<td><a href="key_index.html">Index</a></td>
</tr>
<tr>
<td width="20%" colspan="3">
<<
<a href="@@prevchap@@">@@pctext@@</a>
</td>
<td width="20%">
<
<a href="@@previous@@">@@pptext@@</a>
</td>
<td width="20%">
Up: <a href="@@currchap@@">@@chaptext@@</a>
</td>
<td width="20%">
<a href="@@next@@">@@nptext@@</a>
>
</td>
<td width="20%" colspan="2">
<a href="@@nextchap@@">@@nctext@@</a>
>>
</td>
</tr>
</table>
</div>
<!-- END NAV -->
<div class="body">
@@body@@
</div>
<!-- BEGIN NAV -->
<div class="doc-tools">
<table border=0 padding=0 cellpadding=0 width="100%">
<tr>
<td><a href="@@previous@@"><img src="images/prev.png" /></a></td>
<td><a href="@@currchap@@">Up</a></td>
<td><a href="@@next@@"><img src="images/next.png" /></a></td>
<!-- Spacer -->
<td width="100%" colspan="3"> </td>
<td><a href="index.html">TOC</a></td>
<td><a href="key_index.html">Index</a></td>
</tr>
<tr>
<td width="20%" colspan="3">
<<
<a href="@@prevchap@@">@@pctext@@</a>
</td>
<td width="20%">
<
<a href="@@previous@@">@@pptext@@</a>
</td>
<td width="20%">
Up: <a href="@@currchap@@">@@chaptext@@</a>
</td>
<td width="20%">
<a href="@@next@@">@@nptext@@</a>
>
</td>
<td width="20%" colspan="2">
<a href="@@nextchap@@">@@nctext@@</a>
>>
</td>
</tr>
</table>
</div>
<!-- END NAV -->
</div>
</div>
</div>
</body>
</html>