summary refs log tree commit diff stats
path: root/theme/layouts/subtle/layout.tpl
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2010-05-17 19:51:43 -0400
committerStarla Insigna <hatkirby@fourisland.com>2010-05-17 19:51:43 -0400
commitccabcbf3a48d1e96b429cc54c5b755e8fb966b48 (patch)
tree1cbe4d88d94447f542c903fa6f00c0b040a43d17 /theme/layouts/subtle/layout.tpl
parent9466c3d016a0d8f19ce22f42b8e617df222329f1 (diff)
downloadfourisland-ccabcbf3a48d1e96b429cc54c5b755e8fb966b48.tar.gz
fourisland-ccabcbf3a48d1e96b429cc54c5b755e8fb966b48.tar.bz2
fourisland-ccabcbf3a48d1e96b429cc54c5b755e8fb966b48.zip
Created Subtle Mode (SEVERE BETA, LOL IT LOOKS GROSS)
Diffstat (limited to 'theme/layouts/subtle/layout.tpl')
-rw-r--r--theme/layouts/subtle/layout.tpl242
1 files changed, 242 insertions, 0 deletions
diff --git a/theme/layouts/subtle/layout.tpl b/theme/layouts/subtle/layout.tpl new file mode 100644 index 0000000..e23bb8d --- /dev/null +++ b/theme/layouts/subtle/layout.tpl
@@ -0,0 +1,242 @@
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5 <title><!--EXTRATITLE-->Four Island</title>
6 <link href="/fourm/styles/prosilver/theme/print.css" rel="stylesheet" type="text/css">
7 <link rel="stylesheet" type="text/css" href="/theme/css.php" />
8 <!--[if IE]><link rel="stylesheet" type="text/css" href="/theme/css/ie.css" /><![endif]-->
9 <link rel="stylesheet" type="text/css" href="/theme/css/print.css" media="print" />
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11 <meta http-equiv="Content-Language" content="en" />
12 <link rel="alternate" type="application/rss+xml" href="http://feeds.feedburner.com/FourIsland?format=xml" title="Four Island" />
13 <link rel="shortcut" href="/images/kirbyfolder.ico" />
14 <link rel="icon" href="/images/kirbyfolder.ico" />
15 <link rel="pingback" href="http://fourisland.com/xmlrpc.php" />
16 <script type="text/javascript" src="/theme/js/jquery.js"></script>
17 </head>
18
19 <body id="<!--CATEGORY-->">
20 <div id="flash"><!--FLASH--></div>
21
22 <div id="header">
23 <div id="banner"><a href="/">Four Island</a></div>
24 </div>
25
26 <div id="page-content">
27 <div id="content">
28 <ul class="navbar">
29 <li<!--BLOGACTIVE-->>
30 <a href="/">
31 <img src="/theme/images/icons/newspaper.png" alt="Blog" />
32 <span>Blog</span>
33 </a>
34 </li>
35
36 <li>
37 <a href="http://projects.fourisland.com/">Projects</a>
38 </li>
39
40 <li<!--FOURMACTIVE-->>
41 <a href="/fourm/">
42 <img src="/theme/images/icons/comment.png" alt="The Fourm" />
43 <span>The Fourm</span>
44 </a>
45 </li>
46
47 <li<!--WIKIACTIVE-->>
48 <a href="/wiki/">
49 <img src="/theme/images/icons/report.png" alt="Wiki" />
50 <span>Wiki</span>
51 </a>
52 </li>
53
54 <li<!--POLLACTIVE-->>
55 <a href="/poll/">
56 <img src="/theme/images/icons/overlays.png" alt="Polls" />
57 <span>Polls</span>
58 </a>
59 </li>
60
61 <li<!--QUOTESACTIVE-->>
62 <a href="/quotes/">
63 <img src="/theme/images/icons/16-file-page.png" alt="Quotes" />
64 <span>Quotes</span>
65 </a>
66 </li>
67
68 <!--BEGIN MEMBERS-->
69 <li<!--LOGACTIVE-->>
70 <a href="/fourm/ucp.php?mode=log<!--LOGDATA-->&amp;redirect=<!--REDIRPAGE-->&amp;sid=<!--SID-->">
71 <img src="/theme/images/icons/door_in.png" alt="Log<!--LOGDATA-->" />
72 <span>Log<!--LOGDATA--></span>
73 </a>
74 </li>
75 <!--END MEMBERS-->
76
77 <!--BEGIN ADMIN-->
78 <li<!--PANELACTIVE-->>
79 <a href="/admin/">
80 <img src="/theme/images/icons/rainbow.png" alt="Admin" />
81 <span>Admin</span>
82 </a>
83 </li>
84 <!--END ADMIN-->
85 </ul>
86
87 <hr />
88
89 <!--BEGIN CREATE_HATNAV-->
90 <ul class="navbar">
91 <!--END CREATE_HATNAV-->
92
93 <!--BEGIN HATNAV-->
94 <li>
95 <a href="<!--HATNAV.URL-->">
96 <img src="/theme/images/icons/<!--HATNAV.ICON-->.png" alt="<!--HATNAV.TITLE-->" />
97 <span><!--HATNAV.TITLE--></span>
98 </a>
99 </li>
100 <!--END HATNAV-->
101
102 <!--BEGIN CREATE_HATNAV-->
103 </ul>
104 <!--END CREATE_HATNAV-->
105
106 <div id="actual-content">
107 <!--CONTENT-->
108 </div>
109 </div>
110
111 <div id="sidebar">
112 <!--EXTRASIDEBAR-->
113
114 <div class="module rounded sidebar">
115 <h3>Poll of the Week</h3>
116
117 <!--POTW-->
118 </div>
119
120 <div class="module rounded sidebar">
121 <h3>Affiliates</h3>
122
123 <ul>
124 <!--BEGIN AFFILIATES-->
125 <li>
126 <img src="/theme/images/icons/tag_<!--AFFILIATES.COLOR-->.png" alt="<!--AFFILIATES.TITLE-->" />
127 <a href="<!--AFFILIATES.URL-->"><!--AFFILIATES.TITLE--></a>
128 </li>
129 <!--END AFFILIATES-->
130 </ul>
131 </div>
132
133 <div class="module rounded sidebar">
134 <h3>Website Projects</h3>
135
136 <ul>
137 <!--BEGIN WEBPROJS-->
138 <li>
139 <img src="/theme/images/icons/tag_<!--WEBPROJS.COLOR-->.png" alt="<!--WEBPROJS.TITLE-->" />
140 <a href="<!--WEBPROJS.URL-->"><!--WEBPROJS.TITLE--></a>
141 </li>
142 <!--END WEBPROJS-->
143 </ul>
144 </div>
145
146 <div class="module rounded sidebar">
147 <h3>HatBar</h3>
148
149 <p>
150 Hits: <!--HITS--><br />
151 Today: <!--TODAY--><br />
152 <!--DATEFINDER-->
153 </p>
154
155 <p align="center">
156 <a href="/addresses.php" title="goodemail@happybobby.com"><img src="/images/btn_bot.png" alt="Addresses galore!" /></a>
157 <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>
158 <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>
159 <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>
160 <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>
161 </p>
162
163 <p>
164 <strong>Theme Switcher</strong>:
165 <select style="width: 55%" onchange="document.location='<!--ME-->?layout='+this.options[this.selectedIndex].value">
166 <option value="subtle" selected="selected">Subtle Mode</option>
167 <option value="7">7</option>
168 <option value="6.2">6.2</option>
169 <option value="4.5">4.5</option>
170 </select>
171 </p>
172 </div>
173 </div>
174
175 <div class="cleardiv"></div>
176 </div>
177
178 <div id="footer">
179 <div class="foot-module">
180 <h3>Recent Comments</h3>
181
182 <ul>
183 <!--BEGIN COMMENTS-->
184 <li style="font-size: 0.9em"><!--COMMENTS.AUTHOR--> on <a href="/<!--COMMENTS.AREA-->/<!--COMMENTS.CODED--><!--COMMENTS.ENDING-->#comment-<!--COMMENTS.ID-->"><!--COMMENTS.TITLE--></a></li>
185 <!--END COMMENTS-->
186 </ul>
187 </div>
188
189 <div class="foot-module">
190 <h3>Recent Fourm Posts</h3>
191
192 <ul>
193 <!--BEGIN FOURM-->
194 <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>
195 <!--END FOURM-->
196 </ul>
197 </div>
198
199 <div class="foot-module">
200 <h3>Top Commenters</h3>
201
202 <ul>
203 <!--BEGIN TOP-->
204 <li style="font-size: 0.9em"><!--TOP.USERNAME--> (<!--TOP.COUNT-->)</li>
205 <!--END TOP-->
206 </ul>
207 </div>
208
209 <div class="foot-module">
210 <h3>Popular Posts</h3>
211
212 <ul>
213 <!--BEGIN POPULAR-->
214 <li style="font-size: 0.9em"><a href="/blog/<!--POPULAR.CODED-->/"><!--POPULAR.TITLE--></a></li>
215 <!--END POPULAR-->
216 </ul>
217 </div>
218
219 <div class="cleardiv"></div>
220
221 <p>
222 Four Island (<a href="http://code.fourisland.com/fourisland/">r<!--REVISION--></a>) is by <a href="http://fourisland.com">Starla Insigna</a>.
223 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>.
224 <a href="http://jigsaw.w3.org/css-validator/"><img src="/theme/images/icons/css_valid.png" alt="Valid CSS" /></a>
225 <a href="http://validator.w3.org/check/referer"><img src="/theme/images/icons/xhtml_valid.png" alt="Valid XHTML" /></a>
226 <a class="noVisit" href="/rss.php"><img src="/theme/images/icons/feed.png" alt="RSS Feed" /></a>
227 </p>
228 </div>
229
230 <!--Google Analytics-->
231 <script type="text/javascript">
232 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
233 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
234 </script>
235 <script type="text/javascript">
236 var pageTracker = _gat._getTracker("UA-2895652-1");
237 pageTracker._initData();
238 pageTracker._trackPageview();
239 </script>
240 <!--Google Analytics-->
241 </body>
242</html>