summary refs log tree commit diff stats
path: root/theme/layouts/subtle/layout.tpl
blob: 227c87bc4effc8b91b504545f4193e17f5507cdb (plain) (blame)
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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
	<head>
		<title><!--EXTRATITLE-->Four Island</title>
		<link href="/fourm/styles/prosilver/theme/print.css" rel="stylesheet" type="text/css">
		<link rel="stylesheet" type="text/css" href="/theme/css.php" />
		<!--[if IE]><link rel="stylesheet" type="text/css" href="/theme/css/ie.css" /><![endif]-->
		<link rel="stylesheet" type="text/css" href="/theme/css/print.css" media="print" />
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<meta http-equiv="Content-Language" content="en" />
		<link rel="alternate" type="application/rss+xml" href="http://feeds.feedburner.com/FourIsland?format=xml" title="Four Island" />
		<link rel="shortcut" href="/images/kirbyfolder.ico" />
		<link rel="icon" href="/images/kirbyfolder.ico" />
		<link rel="pingback" href="http://fourisland.com/xmlrpc.php" />
		<script type="text/javascript" src="/theme/js/jquery.js"></script>
		<script type="text/javascript" src="/theme/js/audio-player/audio-player.js"></script>  
		<script type="text/javascript">  
AudioPlayer.setup("http://fourisland.com/theme/js/audio-player/player.swf", {  
	width: 290,
	transparentpagebg: "yes"
});  
		</script>
	</head>

	<body id="<!--CATEGORY-->">
		<div id="flash"><!--FLASH--></div>

		<div id="header">
			<div id="banner"><a href="/">Four Island</a></div>
		</div>
		
		<div id="page-content">
			<div id="content">
				<ul class="navbar">
					<li<!--BLOGACTIVE-->>
						<a href="/">
							<img src="/theme/images/icons/newspaper.png" alt="Blog" />
							<span>Blog</span>
						</a>
					</li>

					<li>
						<a href="http://projects.fourisland.com/">Projects</a>
					</li>

					<li<!--FOURMACTIVE-->>
						<a href="/fourm/">
							<img src="/theme/images/icons/comment.png" alt="The Fourm" />
							<span>The Fourm</span>
						</a>
					</li>

					<li<!--WIKIACTIVE-->>
						<a href="/wiki/">
							<img src="/theme/images/icons/report.png" alt="Wiki" />
							<span>Wiki</span>
						</a>
					</li>

					<li<!--QUOTESACTIVE-->>
						<a href="/quotes/">
							<img src="/theme/images/icons/16-file-page.png" alt="Quotes" />
							<span>Quotes</span>
						</a>
					</li>

					<!--BEGIN MEMBERS-->
					<li<!--LOGACTIVE-->>
						<a href="/fourm/ucp.php?mode=log<!--LOGDATA-->&amp;redirect=<!--REDIRPAGE-->&amp;sid=<!--SID-->">
							<img src="/theme/images/icons/door_in.png" alt="Log<!--LOGDATA-->" />
							<span>Log<!--LOGDATA--></span>
						</a>
					</li>
					<!--END MEMBERS-->

					<!--BEGIN ADMIN-->
					<li<!--PANELACTIVE-->>
						<a href="/admin/">
							<img src="/theme/images/icons/rainbow.png" alt="Admin" />
							<span>Admin</span>
						</a>
					</li>
					<!--END ADMIN-->
				</ul>

				<hr />

				<!--BEGIN CREATE_HATNAV-->
				<ul class="navbar">
				<!--END CREATE_HATNAV-->
				
				<!--BEGIN HATNAV-->
					<li>
						<a href="<!--HATNAV.URL-->">
							<img src="/theme/images/icons/<!--HATNAV.ICON-->.png" alt="<!--HATNAV.TITLE-->" />
							<span><!--HATNAV.TITLE--></span>
						</a>
					</li>
				<!--END HATNAV-->
				
				<!--BEGIN CREATE_HATNAV-->
				</ul>
				<!--END CREATE_HATNAV-->

				<div id="actual-content">
					<!--CONTENT-->
				</div>
			</div>

			<div id="sidebar">
				<!--EXTRASIDEBAR-->

				<div class="module rounded sidebar">
					<h3>Affiliates</h3>

					<ul>
						<!--BEGIN AFFILIATES-->
						<li>
							<img src="/theme/images/icons/tag_<!--AFFILIATES.COLOR-->.png" alt="<!--AFFILIATES.TITLE-->" />
							<a href="<!--AFFILIATES.URL-->"><!--AFFILIATES.TITLE--></a>
						</li>
						<!--END AFFILIATES-->
					</ul>
				</div>

				<div class="module rounded sidebar">
					<h3>Website Projects</h3>

					<ul>
						<!--BEGIN WEBPROJS-->
						<li>
							<img src="/theme/images/icons/tag_<!--WEBPROJS.COLOR-->.png" alt="<!--WEBPROJS.TITLE-->" />
							<a href="<!--WEBPROJS.URL-->"><!--WEBPROJS.TITLE--></a>
						</li>
						<!--END WEBPROJS-->
					</ul>
				</div>

				<div class="module rounded sidebar">
					<h3>HatBar</h3>

					<p>
						Hits: <!--HITS--><br />
						Today: <!--TODAY--><br />
						<!--DATEFINDER-->
					</p>

					<p align="center">
						<a href="/addresses.php" title="goodemail@happybobby.com"><img src="/images/btn_bot.png" alt="Addresses galore!" /></a>
						<a href="http://www.prchecker.info/" target="_blank"><img src="http://pr.prchecker.info/getpr.php?codex=aHR0cDovL2ZvdXJpc2xhbmQuY29t&amp;tag=3" alt="Page Rank Check" border="0" /></a>
						<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/us/80x15.png" /></a>
						<a href="http://whos.amung.us/show/t1sj4g2u"><img src="http://whos.amung.us/swidget/t1sj4g2u.gif" alt="website stats" width="80" height="15" border="0" /></a>
						<a href="http://feeds2.feedburner.com/FourIsland"><img src="http://feeds2.feedburner.com/~fc/FourIsland?bg=99CCFF&amp;fg=444444&amp;anim=0" height="26" width="88" style="border:0" alt="" /></a>
					</p>

					<p>
						<strong>Theme Switcher</strong>:
						<select style="width: 55%" onchange="document.location='<!--ME-->?layout='+this.options[this.selectedIndex].value">
							<option value="subtle" selected="selected">Subtle Mode</option>
							<option value="7">7</option>
							<option value="6.2">6.2</option>
							<option value="4.5">4.5</option>
						</select>
					</p>
				</div>
			</div>
			
			<div class="cleardiv"></div>
		</div>
		
		<div id="footer">
			<div class="foot-module">
				<h3>Recent Comments</h3>

				<ul>
					<!--BEGIN COMMENTS-->
					<li style="font-size: 0.9em"><!--COMMENTS.AUTHOR--> on <a href="/<!--COMMENTS.AREA-->/<!--COMMENTS.CODED--><!--COMMENTS.ENDING-->#comment-<!--COMMENTS.ID-->"><!--COMMENTS.TITLE--></a></li>
					<!--END COMMENTS-->
				</ul>
			</div>

			<div class="foot-module">
				<h3>Recent Fourm Posts</h3>

				<ul>
					<!--BEGIN FOURM-->
					<li style="font-size: 0.9em"><!--FOURM.USERNAME--> on <a href="/fourm/viewtopic.php?t=<!--FOURM.TOPIC-->&amp;p=<!--FOURM.POST-->#p<!--FOURM.POST-->"><!--FOURM.SUBJECT--></a></li>
					<!--END FOURM-->
				</ul>
			</div>

			<div class="foot-module">
				<h3>Top Commenters</h3>

				<ul>
					<!--BEGIN TOP-->
					<li style="font-size: 0.9em"><!--TOP.USERNAME--> (<!--TOP.COUNT-->)</li>
					<!--END TOP-->
				</ul>
			</div>

			<div class="foot-module">
				<h3>Popular Posts</h3>

				<ul>
					<!--BEGIN POPULAR-->
					<li style="font-size: 0.9em"><a href="/blog/<!--POPULAR.CODED-->/"><!--POPULAR.TITLE--></a></li>
					<!--END POPULAR-->
				</ul>
			</div>
			
			<div class="cleardiv"></div>
			
			<p>
				Four Island (<a href="http://code.fourisland.com/fourisland/">r<!--REVISION--></a>) is by <a href="http://fourisland.com">Starla Insigna</a>.
				Licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License</a>.
				<a href="http://jigsaw.w3.org/css-validator/"><img src="/theme/images/icons/css_valid.png" alt="Valid CSS" /></a>
				<a href="http://validator.w3.org/check/referer"><img src="/theme/images/icons/xhtml_valid.png" alt="Valid XHTML" /></a>
				<a class="noVisit" href="/rss.php"><img src="/theme/images/icons/feed.png" alt="RSS Feed" /></a>
			</p>
		</div>

		<!--Google Analytics-->
		<script type="text/javascript">
			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
		</script>
		<script type="text/javascript">
			var pageTracker = _gat._getTracker("UA-2895652-1");
			pageTracker._initData();
			pageTracker._trackPageview();
		</script>
		<!--Google Analytics-->
	</body>
</html>