sitemap_tpl.html
2.84 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
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Site Map <TVAR PAGE> - Generated by www.xml-sitemaps.com</title>
<TIF PCHARSET><meta http-equiv="content-type" content="text/html; charset=<TVAR PCHARSET>" /></TIF>
<meta name=viewport content="width=device-width, initial-scale=1">
<style type="text/css">
body {
background-color: #DDD;
font: normal 100% "Trebuchet MS", "Helvetica", sans-serif;
margin:0;
text-align:center;
}
#cont{
margin:auto;
text-align:left;
}
a:link,a:visited {
color: #0180AF;
text-decoration: underline;
}
a:hover {
color: #666;
}
h1 {
background-color:#fff;
padding:20px;
color:#00AEEF;
text-align:left;
font-size:32px;
margin:0px;
}
h3 {
background-color:#B8DCE9;
margin:0px;
padding:10px;
}
h3 a {
float:right;
font-weight:normal;
display:block;
}
th {
text-align:center;
background-color:#00AEEF;
color:#fff;
padding:6px;
font-weight:normal;
}
td {
padding:6px;
text-align:left;
}
tr {background: #fff}
tr:nth-child(odd) {background: #f0f0f0}
#footer {
background-color:#B8DCE9;
padding:10px;
}
.pager,.pager a {
background-color:#00AEEF;
color:#fff;
padding:6px;
}
.lhead {
background-color:#fff;
padding:3px;
font-weight:bold;
}
.lpart {
background-color:#f0f0f0;
padding:0px;
}
.lpartpages {
padding-bottom:25px;
}
.lpage {
font:normal 100% verdana;
word-break: break-all;
}
.lcount {
background-color:#00AEEF;
color:#fff;
padding:2px;
margin:2px;
font:bold 100% verdana;
}
a.aemphasis {
color:#009;
font-weight:bold;
}
</style>
</head>
<body>
<div id="cont">
<h1>HTML Site Map</h1>
<h3><a href="<TVAR TOPURL>">Homepage</a>
Last updated: <TVAR LASTUPDATE>
<br />
Total pages: <TVAR TOTALURLS></h3>
<TIF APAGER>
<div class="pager">
<TLOOP APAGER>
<TIF current>[<TVAR num>]<TELSE><a href="<TVAR link>"><TVAR num></a></TIF>
</TLOOP>
</div>
</TIF>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<TLOOP slots>
<tr valign="top">
<td class="lpart<TIF cnt> lpartpages</TIF>">
<table width="100%" cellpadding="0" cellspacing="0"><tr>
<TLOOP alevel><td class="lbullet"> </td>
</TLOOP>
<td width="100%">
<div class="lhead"><TVAR folder><TIF cnt><span class="lcount"><TVAR cnt> <TIF cntmulti>pages<TELSE>page</TIF></span></TIF></div>
<table cellspacing="0" cellpadding="0" width="100%">
<TLOOP pages>
<tr><td class="lpage"><a href="<TVAR link>" title="<TVAR title_clean>"><TVAR title></a>
<TIF desc><br /><small><TVAR desc></small></TIF>
</td></tr>
</TLOOP>
</table>
</td></tr></table>
</td>
</tr>
</TLOOP>
</table>
<TIF APAGER>
<div class="pager">
<TLOOP APAGER>
<TIF current>[<TVAR num>]<TELSE><a href="<TVAR link>"><TVAR num></a></TIF>
</TLOOP>
</div>
</TIF>
<div id="footer">
Page generated by XML-Sitemaps.com - A <a href="https://www.xml-sitemaps.com">Google sitemaps</a>
and html sitemaps generator
</div>
</div>
</body>
</html>