summary refs log tree commit diff stats
path: root/theme/header.tpl
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2009-08-09 09:14:58 -0400
committerStarla Insigna <hatkirby@fourisland.com>2009-08-09 09:14:58 -0400
commit893957c41481a0cd5eb624096337762ffa54ff28 (patch)
tree09d2487f8add5a6281e3482a471abf21faa4f819 /theme/header.tpl
parentd27a3784c81f0c582e43655509e806978b7e65e4 (diff)
downloadfourisland-893957c41481a0cd5eb624096337762ffa54ff28.tar.gz
fourisland-893957c41481a0cd5eb624096337762ffa54ff28.tar.bz2
fourisland-893957c41481a0cd5eb624096337762ffa54ff28.zip
Created layout 7
The following changes were also made in this revision:

* All HTML was changed to XHTML and a !DOCTYPE was included to reflect this
* Rewrote quotes tracking system to be much less complicated and actually working
* Changed quotes rendering to look more like Chirpy than Rash
* Fixed comment textarea bug
* Rewrote a ton of CSS so it's not as bloated
* Added a JavaScript confirmation when deleting a comment
* AJAXified voting on the POTW
* AJAXified voting and flagging quotes
* AJAXified commenting
* AJAXified voting on posts
* Added DateFinder back after it was accidentally deleted in Layout 4.5

The following database changes must be performed as soon as possible:

* Fix title of NO <!DOCTYPE> post (the &lt; is missing the semicolon)
* Restore post Frasty Tha Snaman from a backup
* Reset "flag" field of all rows in "rash_quotes" to 0
* Remove the "vote" and "flag" columns of "rash_tracking"
* Rename the "quote_id" column of "rash_tracking" to "vote"

The following external code changes must also be performed as soon as possible:

* Add the following line to the end of the // Four Island block in The Fourm's functions.php:
  require('/svr/www/hatkirby/fourisland/main/includes/specialdates.php');
Diffstat (limited to 'theme/header.tpl')
-rw-r--r--[-rwxr-xr-x]theme/header.tpl293
1 files changed, 198 insertions, 95 deletions
diff --git a/theme/header.tpl b/theme/header.tpl index 2117d3d..64cc902 100755..100644 --- a/theme/header.tpl +++ b/theme/header.tpl
@@ -1,95 +1,198 @@
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 2
3<HTML> 3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <HEAD> 4 <head>
5 <TITLE><!--EXTRATITLE-->Four Island</TITLE> 5 <title><!--EXTRATITLE-->Four Island</title>
6 6 <link rel="stylesheet" type="text/css" href="http://fourisland.com/theme/css.php" />
7 <LINK REL="stylesheet" TYPE="text/css" HREF="http://fourisland.com/theme/css.php?id=<!--BODYID-->&amp;cat=<!--CATEGORY-->"> 7 <!--[if IE]><link rel="stylesheet" type="text/css" href="http://fourisland.com/theme/css/ie.css" /><![endif]-->
8 <!--[if IE]><LINK REL="stylesheet" TYPE="text/css" HREF="http://fourisland.com/theme/css/ie.css"><![endif]--> 8 <link rel="stylesheet" type="text/css" href="http://fourisland.com/theme/css/print.css" media="print" />
9 <LINK REL="stylesheet" TYPE="text/css" HREF="http://fourisland.com/theme/css/print.css" MEDIA="print"> 9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"> 10 <meta http-equiv="Content-Language" content="en" />
11 <META HTTP-EQUIV="Content-Language" CONTENT="en"> 11 <link rel="alternate" type="application/rss+xml" href="http://feeds.feedburner.com/FourIsland?format=xml" title="Four Island" />
12 <LINK REL="alternate" TYPE="application/rss+xml" HREF="http://feeds.feedburner.com/FourIsland?format=xml" TITLE="Four Island"> 12 <link rel="shortcut" href="/images/kirbyfolder.ico" />
13 <LINK REL="shortcut" HREF="/images/kirbyfolder.ico"> 13 <link rel="icon" href="/images/kirbyfolder.ico" />
14 <LINK REL="icon" HREF="/images/kirbyfolder.ico"> 14 <link rel="pingback" href="http://fourisland.com/xmlrpc.php" />
15 <LINK REL="pingback" HREF="http://fourisland.com/xmlrpc.php"> 15 <script type="text/javascript" src="/theme/js/jquery.js"></script>
16 <SCRIPT TYPE="text/javascript" SRC="/theme/js/jquery.js"></SCRIPT> 16 </head>
17 17
18 <!--HEADTAGS--> 18 <body id="<!--CATEGORY-->">
19 </HEAD> 19 <div id="flash"></div>
20 20
21 <BODY ID="<!--BODYID-->" CLASS="<!--CATEGORY--> <!--AID--> <!--CATEGORY-->-<!--AID-->"<!--BODYTAGS-->> 21 <div id="header">
22 <DIV ID="wrap"> 22 <div id="banner"><a href="http://fourisland.com/">Four Island</a></div>
23 <DIV ID="page-header"> 23 </div>
24 <DIV ID="banner" STYLE="position: relative;"> 24
25 <H1 ID="logo-banner"> 25 <div id="page-content">
26 <A HREF="/" TITLE="Four Island">Four Island</A> 26 <div id="sidebar">
27 </H1> 27 <div class="module rounded pimped sidebar">
28 </DIV> 28 Hi! My name is Hatkirby, and I run Four Island.
29 </DIV> 29
30 30 <p>
31 <DIV ID="fi-navbar"> 31 Four Island is a fun place with a blog,
32 <DIV> 32 a fourm, a wiki, many projects and a quotes database!<br />
33 <UL> 33
34 <LI<!--HOMEACTIVE-->> 34 I hope you enjoy your time on Four Island!
35 <A HREF="http://fourisland.com/"> 35 </p>
36 <IMG SRC="/theme/images/icons/newspaper.png" ALT="Blog"> 36 </div>
37 <SPAN>Blog</SPAN> 37
38 </A> 38 <cite class="rounded"><strong>Hatkirby</strong> on Four Island</cite>
39 </LI> 39
40 40 <!--BEGIN CREATE_HATNAV-->
41 <LI> 41 <ul class="hatnav">
42 <A HREF="http://projects.fourisland.com/">Projects</A> 42 <!--END CREATE_HATNAV-->
43 </LI> 43
44 44 <!--BEGIN HATNAV-->
45 <LI<!--FOURMACTIVE-->> 45 <li>
46 <A HREF="http://fourisland.com/fourm/"> 46 <a href="<!--HATNAV.URL-->">
47 <IMG SRC="/theme/images/icons/comment.png" ALT="The Fourm"> 47 <img src="/theme/images/icons/<!--HATNAV.ICON-->.png" alt="<!--HATNAV.TITLE-->" />
48 <SPAN>The Fourm</SPAN> 48 <span><!--HATNAV.TITLE--></span>
49 </A> 49 </a>
50 </LI> 50 </li>
51 51 <!--END HATNAV-->
52 <LI<!--WIKIACTIVE-->> 52
53 <A HREF="http://fourisland.com/wiki/"> 53 <!--BEGIN CREATE_HATNAV-->
54 <IMG SRC="/theme/images/icons/page_edit.png" ALT="Fouripedia"> 54 </ul>
55 <SPAN>Fouripedia</SPAN> 55 <!--END CREATE_HATNAV-->
56 </A> 56
57 </LI> 57 <div class="module rounded sidebar">
58 58 <h3>Poll of the Week</h3>
59 <LI<!--POLLACTIVE-->> 59
60 <A HREF="http://fourisland.com/poll/"> 60 <!--POTW-->
61 <IMG SRC="/theme/images/icons/overlays.png" ALT="Polls"> 61 </div>
62 <SPAN>Polls</SPAN> 62
63 </A> 63 <div class="module rounded sidebar">
64 </LI> 64 <h3>Affiliates</h3>
65 65
66 <LI<!--QUOTESACTIVE-->> 66 <ul>
67 <A HREF="http://fourisland.com/quotes/"> 67 <li>
68 <IMG SRC="/theme/images/icons/16-file-page.png" ALT="Quotes"> 68 <img src="/theme/images/icons/tag_blue.png" alt="The S Site" />
69 <SPAN>Quotes</SPAN> 69 <a href="http://ssite.fourisland.com/">The S Site</a>
70 </A> 70 </li>
71 </LI> 71
72 72 <li>
73 <!--BEGIN MEMBERS--> 73 <img src="/theme/images/icons/tag_green.png" alt="Wikipinia" />
74 <LI<!--LOGACTIVE-->> 74 <a href="http://nablecak.fourisland.com/">Wikipinia</a>
75 <A HREF="http://fourisland.com/fourm/ucp.php?mode=log<!--LOGDATA-->&amp;redirect=<!--REDIRPAGE-->&amp;sid=<!--SID-->"> 75 </li>
76 <IMG SRC="/theme/images/icons/door_in.png" ALT="Log<!--LOGDATA-->"> 76
77 <SPAN>Log<!--LOGDATA--></SPAN> 77 <li>
78 </A> 78 <img src="/theme/images/icons/tag_orange.png" alt="Color Pencils" />
79 </LI> 79 <a href="http://gryph.fourisland.com/">Color Pencils</a>
80 <!--END MEMBERS--> 80 </li>
81 81
82 <!--BEGIN ADMIN--> 82 <li>
83 <LI<!--PANELACTIVE-->> 83 <img src="/theme/images/icons/tag_pink.png" alt="Dream Weaver" />
84 <A HREF="http://fourisland.com/admin/"> 84 <a href="http://timbo94.fourisland.com/">Dream Weaver</a>
85 <IMG SRC="/theme/images/icons/rainbow.png" ALT="Admin"> 85 </li>
86 <SPAN>Admin</SPAN> 86
87 </A> 87 <li>
88 </LI> 88 <img src="/theme/images/icons/tag_purple.png" alt="Randomness" />
89 <!--END ADMIN--> 89 <a href="http://pyro.fourisland.com/">Randomness</a>
90 </UL> 90 </li>
91 </DIV> 91
92 </DIV> 92 <li>
93 93 <img src="/theme/images/icons/tag_red.png" alt="Bubble Blog" />
94 <DIV id="page-body"> 94 <a href="http://sammi9494.fourisland.com/">Bubble Blog</a>
95 <DIV id="content"> 95 </li>
96 </ul>
97 </div>
98
99 <div class="module rounded sidebar">
100 <h3>Website Projects</h3>
101
102 <ul>
103 <li>
104 <img src="/theme/images/icons/tag_blue.png" alt="The Sabrina FanWiki" />
105 <a href="http://sabrina.fourisland.com/">The Sabrina FanWiki</a>
106 </li>
107
108 <li>
109 <img src="/theme/images/icons/tag_green.png" alt="True Falsities" />
110 <a href="http://false.fourisland.com/">True Falsities</a>
111 </li>
112
113 <li>
114 <img src="/theme/images/icons/tag_orange.png" alt="Pillowcase" />
115 <a href="http://pillowcase.fourisland.com/">Pillowcase</a>
116 </li>
117
118 <li>
119 <img src="/theme/images/icons/tag_pink.png" alt="Endlenge" />
120 <a href="http://endlenge.fourisland.com/">Endlenge</a>
121 </li>
122 </ul>
123 </div>
124
125 <div class="module rounded sidebar">
126 <h3>HatBar</h3>
127
128 <p>
129 Hits: <!--HITS--><br />
130 Today: <!--TODAY--><br />
131 <!--DATEFINDER-->
132 </p>
133
134 <p align="center">
135 <a href="/addresses.php" title="goodemail@happybobby.com"><img src="/images/btn_bot.png" alt="Addresses galore!" /></a>
136 <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>
137 <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>
138 <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>
139 <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>
140 </p>
141 </div>
142 </div>
143
144 <div id="content">
145 <ul id="navbar">
146 <li<!--BLOGACTIVE-->>
147 <a href="http://fourisland.com/">
148 <img src="/theme/images/icons/newspaper.png" alt="Blog" />
149 <span>Blog</span>
150 </a>
151 </li>
152
153 <li>
154 <a href="http://projects.fourisland.com/">Projects</a>
155 </li>
156
157 <li<!--FOURMACTIVE-->>
158 <a href="http://fourisland.com/fourm/">
159 <img src="/theme/images/icons/comment.png" alt="The Fourm" />
160 <span>The Fourm</span>
161 </a>
162 </li>
163
164 <li<!--POLLACTIVE-->>
165 <a href="http://fourisland.com/poll/">
166 <img src="/theme/images/icons/overlays.png" alt="Polls" />
167 <span>Polls</span>
168 </a>
169 </li>
170
171 <li<!--QUOTESACTIVE-->>
172 <a href="http://fourisland.com/quotes/">
173 <img src="/theme/images/icons/16-file-page.png" alt="Quotes" />
174 <span>Quotes</span>
175 </a>
176 </li>
177
178 <!--BEGIN MEMBERS-->
179 <li<!--LOGACTIVE-->>
180 <a href="http://fourisland.com/fourm/ucp.php?mode=log<!--LOGDATA-->&amp;redirect=<!--REDIRPAGE-->&amp;sid=<!--SID-->">
181 <img src="/theme/images/icons/door_in.png" alt="Log<!--LOGDATA-->" />
182 <span>Log<!--LOGDATA--></span>
183 </a>
184 </li>
185 <!--END MEMBERS-->
186
187 <!--BEGIN ADMIN-->
188 <li<!--PANELACTIVE-->>
189 <a href="http://fourisland.com/admin/">
190 <img src="/theme/images/icons/rainbow.png" alt="Admin" />
191 <span>Admin</span>
192 </a>
193 </li>
194 <!--END ADMIN-->
195 </ul>
196
197 <div id="window" class="rounded">
198 <div id="actual-content" class="rounded">