-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathrefdoc.html
51 lines (46 loc) · 1.75 KB
/
refdoc.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="../shared/css/html.css" type="text/css">
</head>
<body>
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center">{{ page.title }}</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="events.html">Prev</a> </td>
<th width="60%" align="center"> </th>
<td width="20%" align="right"> <a accesskey="n" href="queryhql.html">Next</a></td>
</tr>
</table>
<hr>
</div>
<div class="chapter" style="height: auto !important;">
<h1>{{ page.title }}</h1>
{% include google_adsense.html %}
{{ content }}
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p" href="{{ page.previous_page_url }}">Prev</a>
</td>
<td width="20%" align="center"><a accesskey="u" href="index.html">Up</a></td>
<td width="40%" align="right"> <a accesskey="n" href="{{ page.next_page_url }}">Next</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">{{ page.previous_page_title }}</td>
<td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td>
<td width="40%" align="right" valign="top">{{ page.next_page_title }}
</td>
</tr>
</table>
</div>
{% include google_analytics.html %}
</body>
</html>