diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2008-11-22 18:01:52 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2008-11-22 18:01:52 -0500 |
commit | 284226706885e3b40769dea5853a95e2b32efda8 (patch) | |
tree | 77392f8cdb81eb805660b433c0ae9cfac7174607 /theme | |
parent | 3796eb62b5a6a959d1a45697e08998adf7fd78a3 (diff) | |
download | fourisland-284226706885e3b40769dea5853a95e2b32efda8.tar.gz fourisland-284226706885e3b40769dea5853a95e2b32efda8.tar.bz2 fourisland-284226706885e3b40769dea5853a95e2b32efda8.zip |
Created the 6th layout
Diffstat (limited to 'theme')
94 files changed, 175 insertions, 675 deletions
diff --git a/theme/admin/managePending.tpl b/theme/admin/managePending.tpl index d119b92..8cce14c 100755 --- a/theme/admin/managePending.tpl +++ b/theme/admin/managePending.tpl | |||
@@ -16,6 +16,8 @@ | |||
16 | <A HREF="/admin/editPending.php?id=<!--PENDING.ID-->"><IMG SRC="/theme/images/icons/page_edit.png" ALT="Edit"></A> | 16 | <A HREF="/admin/editPending.php?id=<!--PENDING.ID-->"><IMG SRC="/theme/images/icons/page_edit.png" ALT="Edit"></A> |
17 | <A HREF="/admin/deletePending.php?id=<!--PENDING.ID-->"><IMG SRC="/theme/images/icons/page_delete.png" ALT="Delete"></A> | 17 | <A HREF="/admin/deletePending.php?id=<!--PENDING.ID-->"><IMG SRC="/theme/images/icons/page_delete.png" ALT="Delete"></A> |
18 | <A HREF="/admin/viewPending.php?id=<!--PENDING.ID-->"><IMG SRC="/theme/images/icons/page_go.png" ALT="View"></A> | 18 | <A HREF="/admin/viewPending.php?id=<!--PENDING.ID-->"><IMG SRC="/theme/images/icons/page_go.png" ALT="View"></A> |
19 | <A HREF="/admin/movePending.php?id=<!--PENDING.ID-->&dir=up"><IMG SRC="/theme/images/icons/thumb_up.png" ALT="Move Up"></A> | ||
20 | <A HREF="/admin/movePending.php?id=<!--PENDING.ID-->&dir=down"><IMG SRC="/theme/images/icons/thumb_down.png" ALT="Move Down"></A> | ||
19 | </TD> | 21 | </TD> |
20 | </TR> | 22 | </TR> |
21 | <!--END PENDING--> | 23 | <!--END PENDING--> |
diff --git a/theme/comments.tpl b/theme/comments.tpl index 30c78ba..341d933 100755 --- a/theme/comments.tpl +++ b/theme/comments.tpl | |||
@@ -1,4 +1,8 @@ | |||
1 | <A NAME="comments" /> | ||
2 | |||
1 | <!--BEGIN COMMENTS--> | 3 | <!--BEGIN COMMENTS--> |
4 | <A NAME="comment-<!--COMMENTS.ID-->" /> | ||
5 | |||
2 | <DIV CLASS="bubble"> | 6 | <DIV CLASS="bubble"> |
3 | <BLOCKQUOTE> | 7 | <BLOCKQUOTE> |
4 | <DIV> | 8 | <DIV> |
diff --git a/theme/css.php b/theme/css.php index 4984f03..2acf0c7 100755 --- a/theme/css.php +++ b/theme/css.php | |||
@@ -25,16 +25,8 @@ header('Content-type: text/css'); | |||
25 | include('../../security/config.php'); | 25 | include('../../security/config.php'); |
26 | include('../includes/db.php'); | 26 | include('../includes/db.php'); |
27 | 27 | ||
28 | if (!isset($_GET['background'])) | 28 | include("css/website.php"); |
29 | { | 29 | include("css/bubbles.css"); |
30 | include("css/website.php"); | 30 | include("css/thickbox.css"); |
31 | include("css/headers.php"); | ||
32 | include("css/navigation.php"); | ||
33 | include("css/uniform.php"); | ||
34 | include("css/quotes.php"); | ||
35 | include("css/bubbles.css"); | ||
36 | } | ||
37 | |||
38 | include("css/backgrounds.php"); | ||
39 | 31 | ||
40 | ?> | 32 | ?> |
diff --git a/theme/css/backgrounds.php b/theme/css/backgrounds.php deleted file mode 100755 index 51e7dbf..0000000 --- a/theme/css/backgrounds.php +++ /dev/null | |||
@@ -1,148 +0,0 @@ | |||
1 | <?php | ||
2 | /* | ||
3 | 444444444 | ||
4 | 4::::::::4 | ||
5 | 4:::::::::4 | ||
6 | 4::::44::::4 | ||
7 | 4::::4 4::::4 Four Island | ||
8 | 4::::4 4::::4 | ||
9 | 4::::4 4::::4 Written and maintained by Starla Insigna | ||
10 | 4::::444444::::444 | ||
11 | 4::::::::::::::::4 theme/css/backgrounds.php | ||
12 | 4444444444:::::444 | ||
13 | 4::::4 Please do not use, reproduce or steal the | ||
14 | 4::::4 contents of this file without explicit | ||
15 | 4::::4 permission from Hatkirby. | ||
16 | 44::::::44 | ||
17 | 4::::::::4 | ||
18 | 4444444444 | ||
19 | */ | ||
20 | |||
21 | if (!defined('S_INCLUDE_FILE')) {define('S_INCLUDE_FILE',1);} | ||
22 | |||
23 | require('headerproc.php'); | ||
24 | ?> | ||
25 | /* Four Island Background CSS */ | ||
26 | <?php | ||
27 | |||
28 | include_once('../includes/specialdates.php'); | ||
29 | |||
30 | if (sd_ifNoSpecialDay()) | ||
31 | { | ||
32 | $bgimgm = 'island6'; | ||
33 | } elseif (sd_isSpecialDay('Four Island A')) | ||
34 | { | ||
35 | $bgimgm = 'islandYearly'; | ||
36 | } elseif (sd_isSpecialDay('Christmas Eve')) | ||
37 | { | ||
38 | $bgimgm = 'christmasEve'; | ||
39 | $bgcolor = 'black'; | ||
40 | } elseif (sd_isSpecialDay('Christmas Day')) | ||
41 | { | ||
42 | $bgimgm = 'christmas'; | ||
43 | } elseif (sd_isSpecialDay('New Years Eve')) | ||
44 | { | ||
45 | $bgimgm = 'newYearsEve'; | ||
46 | $bgcolor = 'black'; | ||
47 | } elseif (sd_isSpecialDay('Veterans Day')) | ||
48 | { | ||
49 | $bgimgm = 'veterans'; | ||
50 | } elseif (sd_isSpecialDay('Independance Day')) | ||
51 | { | ||
52 | $bgimgm = '4ofjuly'; | ||
53 | $bgcolor = 'black'; | ||
54 | } elseif (sd_isSpecialDay('Fathers Day')) | ||
55 | { | ||
56 | $bgimgm = 'fathers'; | ||
57 | } elseif (sd_isSpecialDay('Hatkirbys B-Day')) | ||
58 | { | ||
59 | $bgimgm = 'hatkirbybday'; | ||
60 | } elseif (sd_isSpecialDay('Kirby Week')) | ||
61 | { | ||
62 | $bgimgm = 'kirbyweek'; | ||
63 | } elseif (sd_isSpecialDay('Memorial Day')) | ||
64 | { | ||
65 | $bgimgm = 'memorial'; | ||
66 | $bgcolor = 'gray'; | ||
67 | } elseif (sd_isSpecialDay('Mothers Day')) | ||
68 | { | ||
69 | $bgimgm = 'mothers'; | ||
70 | } elseif (sd_isSpecialDay('New Years Day')) | ||
71 | { | ||
72 | $bgimgm = 'newYear'; | ||
73 | } elseif (sd_isSpecialDay('Ash Wednesday')) | ||
74 | { | ||
75 | $bgimgm = 'ashWeds'; | ||
76 | } elseif (sd_isSpecialDay('Columbus Day')) | ||
77 | { | ||
78 | $bgimgm = 'columbus'; | ||
79 | } elseif (sd_isSpecialDay('Easter')) | ||
80 | { | ||
81 | $bgimgm = 'easter'; | ||
82 | } elseif (sd_isSpecialDay('Flag Day')) | ||
83 | { | ||
84 | $bgimgm = 'flagDay'; | ||
85 | } elseif (sd_isSpecialDay('Good Friday')) | ||
86 | { | ||
87 | $bgimgm = 'goodFriday'; | ||
88 | } elseif (sd_isSpecialDay('Groundhog Day')) | ||
89 | { | ||
90 | $bgimgm = 'groundhog'; | ||
91 | } elseif (sd_isSpecialDay('Halloween')) | ||
92 | { | ||
93 | $bgimgm = 'halloween'; | ||
94 | $bgcolor = 'black'; | ||
95 | } elseif (sd_isSpecialDay('Mardi Gras')) | ||
96 | { | ||
97 | $bgimgm = 'mardiGras'; | ||
98 | } elseif (sd_isSpecialDay('Martin Luther King Day')) | ||
99 | { | ||
100 | $bgimgm = 'martinLuther'; | ||
101 | } elseif (sd_isSpecialDay('Valentines Day')) | ||
102 | { | ||
103 | $bgimgm = 'valentines'; | ||
104 | } else { | ||
105 | $bgimgm = 'island6'; | ||
106 | } | ||
107 | |||
108 | if (isset($_GET['nolayout'])) | ||
109 | { | ||
110 | if ((date('G') >= 20) || (date('G') <= 6)) | ||
111 | { | ||
112 | // $bodyID = 'night'; | ||
113 | } else { | ||
114 | $bodyID = 'day'; | ||
115 | } | ||
116 | } else { | ||
117 | $bodyID = $_GET['id']; | ||
118 | } | ||
119 | |||
120 | if (!isset($bgcolor)) {$bgcolor='aqua';} | ||
121 | if (($bgimgm == 'island6') && ($bodyID == 'night')) {$bgcolor='black';} | ||
122 | |||
123 | ?> | ||
124 | /* Body */ | ||
125 | |||
126 | body { | ||
127 | background-color: <?php echo($bgcolor); ?>; | ||
128 | background-image: url(/theme/images/backgrounds/<?php echo($bgimgm); ?>.PNG); | ||
129 | background-repeat: repeat-x; | ||
130 | background-attachment: fixed; | ||
131 | background-position: bottom left; | ||
132 | font-family: Arial, FreeSans; | ||
133 | margin: 0px; | ||
134 | padding: 0px 0px 30px !important; | ||
135 | } | ||
136 | |||
137 | <?php | ||
138 | |||
139 | if ($bgimgm == 'island6') | ||
140 | { | ||
141 | ?> | ||
142 | body#night { | ||
143 | background: black url(/theme/images/backgrounds/island6night.PNG) repeat-x fixed bottom left; | ||
144 | } | ||
145 | |||
146 | <?php | ||
147 | } | ||
148 | ?> | ||
diff --git a/theme/css/headers.php b/theme/css/headers.php deleted file mode 100755 index bb5a179..0000000 --- a/theme/css/headers.php +++ /dev/null | |||
@@ -1,85 +0,0 @@ | |||
1 | <?php | ||
2 | /* | ||
3 | 444444444 | ||
4 | 4::::::::4 | ||
5 | 4:::::::::4 | ||
6 | 4::::44::::4 | ||
7 | 4::::4 4::::4 Four Island | ||
8 | 4::::4 4::::4 | ||
9 | 4::::4 4::::4 Written and maintained by Starla Insigna | ||
10 | 4::::444444::::444 | ||
11 | 4::::::::::::::::4 theme/css/headers.php | ||
12 | 4444444444:::::444 | ||
13 | 4::::4 Please do not use, reproduce or steal the | ||
14 | 4::::4 contents of this file without explicit | ||
15 | 4::::4 permission from Hatkirby. | ||
16 | 44::::::44 | ||
17 | 4::::::::4 | ||
18 | 4444444444 | ||
19 | */ | ||
20 | |||
21 | if (!defined('S_INCLUDE_FILE')) {define('S_INCLUDE_FILE',1);} | ||
22 | |||
23 | require('headerproc.php'); | ||
24 | |||
25 | ?> | ||
26 | /* Four Island Header CSS */ | ||
27 | <?php | ||
28 | |||
29 | include_once('../includes/specialdates.php'); | ||
30 | |||
31 | if (sd_ifNoSpecialDay()) | ||
32 | { | ||
33 | $bgimgm = 'main'; | ||
34 | } elseif (sd_isSpecialDay('Four Island A')) | ||
35 | { | ||
36 | $bgimgm = 'islandYearly'; | ||
37 | } elseif (sd_isSpecialDay('Mothers Day')) | ||
38 | { | ||
39 | $bgimgm = 'mothers'; | ||
40 | } elseif (sd_isSpecialDay('Memorial Day')) | ||
41 | { | ||
42 | $bgimgm = 'memorial'; | ||
43 | } elseif (sd_isSpecialDay('Hatkirbys B-Day')) | ||
44 | { | ||
45 | $bgimgm = 'hatkirbybday'; | ||
46 | } else if (sd_isSpecialDay('CTNH')) | ||
47 | { | ||
48 | $bgimgm = 'ctnh'; | ||
49 | } else { | ||
50 | $bgimgm = 'main'; | ||
51 | } | ||
52 | |||
53 | if ($bgimgm == 'main') | ||
54 | { | ||
55 | //Check for page-based headers | ||
56 | ?> | ||
57 | /* Category-Based Headers */ | ||
58 | body.projects div#banner { | ||
59 | background-image: url("/theme/images/headers/projects.png"); | ||
60 | } | ||
61 | body.wiki div#banner { | ||
62 | background-image: url("/theme/images/headers/kfm.png"); | ||
63 | } | ||
64 | body.fourm div#banner { | ||
65 | background-image: url("/theme/images/headers/fourm.png"); | ||
66 | } | ||
67 | body.misc div#banner { | ||
68 | background-image: url("/theme/images/headers/random.png"); | ||
69 | } | ||
70 | body.webs div#banner { | ||
71 | background-image: url("/theme/images/headers/links.png"); | ||
72 | } | ||
73 | body.quotes div#banner { | ||
74 | background-image: url("/theme/images/headers/quotes.png"); | ||
75 | } | ||
76 | body.poll div#banner { | ||
77 | background-image: url("/theme/images/headers/potw.png"); | ||
78 | } | ||
79 | /* AID-Based Headers */ | ||
80 | <?php | ||
81 | } | ||
82 | ?> | ||
83 | div#banner { | ||
84 | background-image: url("/theme/images/headers/<?php echo($bgimgm); ?>.png"); /*850x129*/ | ||
85 | } | ||
diff --git a/theme/css/navigation.php b/theme/css/navigation.php deleted file mode 100755 index 4b5f117..0000000 --- a/theme/css/navigation.php +++ /dev/null | |||
@@ -1,198 +0,0 @@ | |||
1 | <?php | ||
2 | /* | ||
3 | 444444444 | ||
4 | 4::::::::4 | ||
5 | 4:::::::::4 | ||
6 | 4::::44::::4 | ||
7 | 4::::4 4::::4 Four Island | ||
8 | 4::::4 4::::4 | ||
9 | 4::::4 4::::4 Written and maintained by Starla Insigna | ||
10 | 4::::444444::::444 | ||
11 | 4::::::::::::::::4 theme/css/navigation.php | ||
12 | 4444444444:::::444 | ||
13 | 4::::4 Please do not use, reproduce or steal the | ||
14 | 4::::4 contents of this file without explicit | ||
15 | 4::::4 permission from Hatkirby. | ||
16 | 44::::::44 | ||
17 | 4::::::::4 | ||
18 | 4444444444 | ||
19 | */ | ||
20 | |||
21 | if (!defined('S_INCLUDE_FILE')) {define('S_INCLUDE_FILE',1);} | ||
22 | |||
23 | require('headerproc.php'); | ||
24 | |||
25 | ?> | ||
26 | /* Four Island NavBar CSS */ | ||
27 | |||
28 | ul#bannernav { | ||
29 | list-style: none; | ||
30 | clear: both; | ||
31 | margin: 0px; | ||
32 | } | ||
33 | |||
34 | div#banner-nav { | ||
35 | height: 30px; | ||
36 | clear: both; | ||
37 | margin: 1px 30px 0 30px; | ||
38 | background: url("/theme/images/bg_navbar.gif") repeat-x 0 0; | ||
39 | } | ||
40 | |||
41 | ul#bannernav li { | ||
42 | float: left; | ||
43 | margin: 0; | ||
44 | padding: 0; | ||
45 | padding-right: 6px; | ||
46 | } | ||
47 | |||
48 | ul#bannernav li a { | ||
49 | text-decoration: none; | ||
50 | display: block; | ||
51 | width: 100; | ||
52 | height: 30; | ||
53 | } | ||
54 | |||
55 | ul#bannernav li a span { | ||
56 | visibility: hidden; | ||
57 | } | ||
58 | |||
59 | ul#bannernav li img { | ||
60 | display: none; | ||
61 | } | ||
62 | |||
63 | ul#bannernav li#bannernav-home a { | ||
64 | background-image: url("/theme/images/Home.gif"); | ||
65 | } | ||
66 | |||
67 | body.home ul#bannernav li#bannernav-home a, | ||
68 | ul#bannernav li#bannernav-home a:hover { | ||
69 | background-image: url("/theme/images/Home_ro.gif"); | ||
70 | } | ||
71 | |||
72 | ul#bannernav li#bannernav-projects a { | ||
73 | background-image: url("/theme/images/Projects.gif"); | ||
74 | } | ||
75 | |||
76 | body.projects ul#bannernav li#bannernav-projects a, | ||
77 | ul#bannernav li#bannernav-projects a:hover { | ||
78 | background-image: url("/theme/images/Projects_ro.gif"); | ||
79 | } | ||
80 | |||
81 | ul#bannernav li#bannernav-wiki a { | ||
82 | background-image: url("/theme/images/Wiki.gif"); | ||
83 | } | ||
84 | |||
85 | body.wiki ul#bannernav li#bannernav-wiki a, | ||
86 | ul#bannernav li#bannernav-wiki a:hover { | ||
87 | background-image: url("/theme/images/Wiki_ro.gif"); | ||
88 | } | ||
89 | |||
90 | ul#bannernav li#bannernav-fourm a { | ||
91 | background-image: url("/theme/images/Fourm.gif"); | ||
92 | } | ||
93 | |||
94 | body.fourm ul#bannernav li#bannernav-fourm a, | ||
95 | ul#bannernav li#bannernav-fourm a:hover { | ||
96 | background-image: url("/theme/images/Fourm_ro.gif"); | ||
97 | } | ||
98 | |||
99 | ul#bannernav li#bannernav-misc a { | ||
100 | background-image: url("/theme/images/Random.gif"); | ||
101 | } | ||
102 | |||
103 | body.misc ul#bannernav li#bannernav-misc a, | ||
104 | ul#bannernav li#bannernav-misc a:hover { | ||
105 | background-image: url("/theme/images/Random_ro.gif"); | ||
106 | } | ||
107 | |||
108 | ul#bannernav li#bannernav-webs a { | ||
109 | background-image: url("/theme/images/Links.gif"); | ||
110 | } | ||
111 | |||
112 | body.webs ul#bannernav li#bannernav-webs a, | ||
113 | ul#bannernav li#bannernav-webs a:hover { | ||
114 | background-image: url("/theme/images/Links_ro.gif"); | ||
115 | } | ||
116 | |||
117 | ul#bannernav li#bannernav-poll a { | ||
118 | background-image: url("/theme/images/Poll.gif"); | ||
119 | } | ||
120 | |||
121 | body.poll ul#bannernav li#bannernav-poll a, | ||
122 | ul#bannernav li#bannernav-poll a:hover { | ||
123 | background-image: url("/theme/images/Poll_ro.gif"); | ||
124 | } | ||
125 | |||
126 | ul#bannernav li#bannernav-quotes a { | ||
127 | background-image: url("/theme/images/Quotes.gif"); | ||
128 | } | ||
129 | |||
130 | body.quotes ul#bannernav li#bannernav-quotes a, | ||
131 | ul#bannernav li#bannernav-quotes a:hover { | ||
132 | background-image: url("/theme/images/Quotes_ro.gif"); | ||
133 | } | ||
134 | |||
135 | ul#bannernav li#bannernav-login a { | ||
136 | background-image: url("/theme/images/Login.gif"); | ||
137 | } | ||
138 | |||
139 | body.login ul#bannernav li#bannernav-login a, | ||
140 | ul#bannernav li#bannernav-login a:hover { | ||
141 | background-image: url("/theme/images/Login_ro.gif"); | ||
142 | } | ||
143 | |||
144 | ul#bannernav li#bannernav-logout a { | ||
145 | background-image: url("/theme/images/Logout.gif"); | ||
146 | } | ||
147 | |||
148 | ul#bannernav li#bannernav-logout a:hover { | ||
149 | background-image: url("/theme/images/Logout_ro.gif"); | ||
150 | } | ||
151 | |||
152 | ul#bannernav li#bannernav-panel a { | ||
153 | background-image: url("/theme/images/Panel.gif"); | ||
154 | } | ||
155 | |||
156 | body.panel ul#bannernav li#bannernav-panel a, | ||
157 | ul#bannernav li#bannernav-panel a:hover { | ||
158 | background-image: url("/theme/images/Panel_ro.gif"); | ||
159 | } | ||
160 | |||
161 | ul#bannernav li#bannernav-search { | ||
162 | display: block; | ||
163 | float: right; | ||
164 | width: 165px; | ||
165 | height: 30px; | ||
166 | margin: 0px; | ||
167 | background: url("/theme/images/bg_search.gif") 0 0 no-repeat; | ||
168 | } | ||
169 | |||
170 | ul#bannernav li#bannernav-search fieldset { | ||
171 | border: none; | ||
172 | padding-top: 6px; | ||
173 | border-width:0pt; | ||
174 | font-family:Verdana,Helvetica,Arial,sans-serif; | ||
175 | font-size:1.1em; | ||
176 | } | ||
177 | |||
178 | ul#bannernav li#bannernav-search input { | ||
179 | width: 125px; | ||
180 | height: 19px !important; | ||
181 | margin-left: 13px; | ||
182 | border: none !important; | ||
183 | background-color: transparent; | ||
184 | cursor:pointer; | ||
185 | font-family:Verdana,Helvetica,Arial,sans-serif; | ||
186 | font-weight:normal; | ||
187 | padding:0pt 3px; | ||
188 | vertical-align:middle; | ||
189 | line-height:1.3em; | ||
190 | color:#536482; | ||
191 | margin-top: -20px; | ||
192 | } | ||
193 | |||
194 | body.fourm ul#bannernav li#bannernav-search input { | ||
195 | margin-top: 0px; | ||
196 | font-size: 1.1em !important; | ||
197 | margin-left: 28px; | ||
198 | } | ||
diff --git a/theme/css/website.php b/theme/css/website.php index 9b26d7c..0e2cb32 100755 --- a/theme/css/website.php +++ b/theme/css/website.php | |||
@@ -25,6 +25,21 @@ require('headerproc.php'); | |||
25 | ?> | 25 | ?> |
26 | /* Four Island General CSS */ | 26 | /* Four Island General CSS */ |
27 | 27 | ||
28 | body { | ||
29 | background-color: white; | ||
30 | background-repeat: repeat-x; | ||
31 | background-attachment: fixed; | ||
32 | background-position: bottom left; | ||
33 | font-family: Arial, FreeSans; | ||
34 | margin: 0px; | ||
35 | padding: 0px 0px 30px !important; | ||
36 | } | ||
37 | |||
38 | body.fourm { | ||
39 | font-family: Verdana, Helvetica, Arial, sans-serif ; | ||
40 | } | ||
41 | |||
42 | |||
28 | ul#bannernav, p { | 43 | ul#bannernav, p { |
29 | margin:0pt; | 44 | margin:0pt; |
30 | padding:0pt; | 45 | padding:0pt; |
@@ -34,7 +49,7 @@ ul#bannernav, p { | |||
34 | text-align: none !important; | 49 | text-align: none !important; |
35 | } | 50 | } |
36 | 51 | ||
37 | p {margin-top: 1em;} | 52 | p {margin-top: 1em} |
38 | 53 | ||
39 | ul, ol {margin-top: 1em; margin-bottom: 1em} | 54 | ul, ol {margin-top: 1em; margin-bottom: 1em} |
40 | 55 | ||
@@ -106,8 +121,6 @@ acronym, abbr { | |||
106 | border-bottom: 1px dashed #999; | 121 | border-bottom: 1px dashed #999; |
107 | } | 122 | } |
108 | 123 | ||
109 | <?php if (!isset($_GET['nolayout'])) { ?> | ||
110 | |||
111 | blockquote { | 124 | blockquote { |
112 | padding-left: 10px; | 125 | padding-left: 10px; |
113 | border-left: 3px solid #CCC; | 126 | border-left: 3px solid #CCC; |
@@ -118,8 +131,6 @@ blockquote { | |||
118 | margin-left: 50px; | 131 | margin-left: 50px; |
119 | } | 132 | } |
120 | 133 | ||
121 | <?php } ?> | ||
122 | |||
123 | pre { | 134 | pre { |
124 | line-height: 12px; | 135 | line-height: 12px; |
125 | } | 136 | } |
@@ -129,13 +140,8 @@ pre { | |||
129 | cursor: help; | 140 | cursor: help; |
130 | } | 141 | } |
131 | 142 | ||
132 | * html div#members { | ||
133 | position: absolute; | ||
134 | } | ||
135 | |||
136 | #wrap { | 143 | #wrap { |
137 | width: 910px; | 144 | width: 910px; |
138 | background: #FFFFFF url("/theme/images/bg_body.gif") repeat-y 0 0; | ||
139 | margin: 10px auto; | 145 | margin: 10px auto; |
140 | text-align: left; | 146 | text-align: left; |
141 | padding: 0; | 147 | padding: 0; |
@@ -143,35 +149,6 @@ pre { | |||
143 | /* margin-left: 50px; */ | 149 | /* margin-left: 50px; */ |
144 | } | 150 | } |
145 | 151 | ||
146 | #page-header { | ||
147 | background: url("/theme/images/bg_header.gif") repeat-x 0 0; | ||
148 | height: 150px; | ||
149 | clear: both; | ||
150 | } | ||
151 | |||
152 | span.side-left, span.side-right { | ||
153 | display: block; | ||
154 | width: 20px; | ||
155 | height: 150px; | ||
156 | background: url("/theme/images/sides_top.gif") no-repeat; | ||
157 | } | ||
158 | span.side-left { | ||
159 | float: left; | ||
160 | margin-right: 10px; | ||
161 | } | ||
162 | span.side-right { | ||
163 | background-position: 100% 0; | ||
164 | float: right; | ||
165 | } | ||
166 | span.fcorners-bottom, span.fcorners-bottom span { | ||
167 | font-size: 1px; | ||
168 | line-height: 1px; | ||
169 | display: block; | ||
170 | height: 20px; | ||
171 | background-repeat: no-repeat; | ||
172 | background-image: url("/theme/images/corners_bottom.gif"); | ||
173 | margin: 0; | ||
174 | } | ||
175 | span.fcorners-bottom { | 152 | span.fcorners-bottom { |
176 | background-position: 0 0; | 153 | background-position: 0 0; |
177 | } | 154 | } |
@@ -179,14 +156,12 @@ span.fcorners-bottom span { | |||
179 | background-position: 100% -20px; | 156 | background-position: 100% -20px; |
180 | } | 157 | } |
181 | 158 | ||
182 | <?php //if (!isset($_GET['nolayout'])) { ?> | ||
183 | |||
184 | /* Banner */ | 159 | /* Banner */ |
185 | 160 | ||
186 | div#banner, div#fi-banner { | 161 | div#banner, div#fi-banner { |
187 | background-repeat: no-repeat; | 162 | background-repeat: no-repeat; |
188 | width: 850px; | 163 | width: 900px; /*728*/ |
189 | height: 129px; | 164 | height: 200px; |
190 | float: left; | 165 | float: left; |
191 | margin-top: 21px; | 166 | margin-top: 21px; |
192 | } | 167 | } |
@@ -197,8 +172,8 @@ body div#banner h1, body div#fi-banner h1 { | |||
197 | 172 | ||
198 | body div#banner h1 a, body div#fi-banner h1 a { | 173 | body div#banner h1 a, body div#fi-banner h1 a { |
199 | display: block; | 174 | display: block; |
200 | width: 850px; | 175 | width: 900px; |
201 | height: 129px; | 176 | height: 200px; |
202 | text-indent: -5000px; | 177 | text-indent: -5000px; |
203 | text-decoration: none; | 178 | text-decoration: none; |
204 | margin: 0; | 179 | margin: 0; |
@@ -210,9 +185,10 @@ div#banner h1, div#fi-banner h1 { | |||
210 | font-weight: normal; | 185 | font-weight: normal; |
211 | } | 186 | } |
212 | 187 | ||
213 | div#banner div#bannerNav, div#fi-banner div#bannerNav { | 188 | div#bannernav { |
214 | position: relative; | 189 | /* position: relative; |
215 | top: -20px; | 190 | top: -20px;*/ |
191 | text-align: center; | ||
216 | } | 192 | } |
217 | 193 | ||
218 | #page-body { | 194 | #page-body { |
@@ -270,7 +246,7 @@ body.login div#pageTabs ul li#bannernav-login { | |||
270 | /* Sidebar */ | 246 | /* Sidebar */ |
271 | 247 | ||
272 | div#rightbar { | 248 | div#rightbar { |
273 | float: right; | 249 | float: left; |
274 | width: 250px; /*210*/ | 250 | width: 250px; /*210*/ |
275 | /* clear: right; */ | 251 | /* clear: right; */ |
276 | padding: 0 10; | 252 | padding: 0 10; |
@@ -285,6 +261,10 @@ div#iconbar ul li { | |||
285 | list-style-type: none; | 261 | list-style-type: none; |
286 | } | 262 | } |
287 | 263 | ||
264 | div#banner { | ||
265 | background-image: url("/theme/images/fourisland_header.png"); /*850x129*/ | ||
266 | } | ||
267 | |||
288 | div.sidebar { | 268 | div.sidebar { |
289 | width: 250px; /*250*/ /*240*/ /*210*/ | 269 | width: 250px; /*250*/ /*240*/ /*210*/ |
290 | padding: 0 10px; | 270 | padding: 0 10px; |
@@ -382,7 +362,7 @@ div#sidebar li img { | |||
382 | /* Content */ | 362 | /* Content */ |
383 | 363 | ||
384 | div#content, div#fi-content { | 364 | div#content, div#fi-content { |
385 | float: left; | 365 | float: right; |
386 | width: 555px; /*465*/ /*555*/ | 366 | width: 555px; /*465*/ /*555*/ |
387 | } | 367 | } |
388 | 368 | ||
@@ -394,9 +374,6 @@ body#day div#page div#content code { | |||
394 | overflow: visible; | 374 | overflow: visible; |
395 | } | 375 | } |
396 | 376 | ||
397 | <?php //} ?> | ||
398 | |||
399 | |||
400 | div#content h2 { | 377 | div#content h2 { |
401 | color: #59770e; | 378 | color: #59770e; |
402 | margin: 0px 0px 2px; | 379 | margin: 0px 0px 2px; |
@@ -633,14 +610,10 @@ div#footer ul li img { | |||
633 | vertical-align: top; | 610 | vertical-align: top; |
634 | } | 611 | } |
635 | 612 | ||
636 | <?php if (!isset($_GET['nolayout'])) { ?> | ||
637 | |||
638 | div#content ul { | 613 | div#content ul { |
639 | list-style: url(/theme/images/bullet_disk_big.png); | 614 | list-style: url(/theme/images/bullet_disk_big.png); |
640 | } | 615 | } |
641 | 616 | ||
642 | <?php } ?> | ||
643 | |||
644 | div.push { | 617 | div.push { |
645 | clear: both; | 618 | clear: both; |
646 | height: 20px; | 619 | height: 20px; |
@@ -709,33 +682,6 @@ div.post-date-4 { | |||
709 | background: url(/theme/images/date-bg-4.gif) no-repeat; | 682 | background: url(/theme/images/date-bg-4.gif) no-repeat; |
710 | } | 683 | } |
711 | 684 | ||
712 | div#members { | ||
713 | position: fixed; | ||
714 | left: -40px; | ||
715 | top: 20px; | ||
716 | } | ||
717 | |||
718 | div#members ul li { | ||
719 | list-style-type: none; | ||
720 | } | ||
721 | |||
722 | div#members ul li a { | ||
723 | color: white; | ||
724 | width: 100px; | ||
725 | height: 30px; | ||
726 | padding-right: 5px; | ||
727 | background-image: url(/theme/images/tabBG.png); | ||
728 | display: block; | ||
729 | text-align: right; | ||
730 | padding-top: 5px; | ||
731 | padding-bottom: 0px; | ||
732 | background-repeat: no-repeat; | ||
733 | } | ||
734 | |||
735 | div#members ul li a:hover { | ||
736 | background-image: url(/theme/images/tabBG2.png); | ||
737 | } | ||
738 | |||
739 | div#content a img { | 685 | div#content a img { |
740 | border: solid transparent 1px; | 686 | border: solid transparent 1px; |
741 | } | 687 | } |
@@ -759,41 +705,6 @@ div.breadcrumb { | |||
759 | border-bottom: 1px dotted black; | 705 | border-bottom: 1px dotted black; |
760 | } | 706 | } |
761 | 707 | ||
762 | .delicious-posts { margin: 1em; padding: 0.5em; font-family: sans-serif; } | ||
763 | .delicious-posts ul, .delicious-posts li, .delicious-banner { margin: 0; padding: 0} | ||
764 | .delicious-post { border-top: 1px solid #eee; padding: 0.25em; font-size: 80% } | ||
765 | .delicious-posts a:hover { text-decoration: underline } | ||
766 | |||
767 | /* #twitter_div { | ||
768 | margin: 1em; | ||
769 | padding: 0.5em; | ||
770 | font-family: sans-serif; | ||
771 | } */ | ||
772 | |||
773 | /* #twitter_div ul, #twitter_div li, .twitter-title { | ||
774 | margin: 0; | ||
775 | padding: 0; | ||
776 | } */ | ||
777 | |||
778 | .twitter_update_list { | ||
779 | list-style-type: none; | ||
780 | } | ||
781 | |||
782 | .twitter_update_list li { | ||
783 | /* border-top: 1px solid #eee; | ||
784 | padding: 0.25em; */ | ||
785 | display: inline; | ||
786 | } | ||
787 | |||
788 | /* .twitter-title { | ||
789 | margin-left: -20px; | ||
790 | font-size: 120%; | ||
791 | } */ | ||
792 | |||
793 | .dispIfNew a:visited img { | ||
794 | display: none; | ||
795 | } | ||
796 | |||
797 | /* Tables */ | 708 | /* Tables */ |
798 | 709 | ||
799 | table.webmail { | 710 | table.webmail { |
@@ -821,23 +732,3 @@ table.webmail th { | |||
821 | table.webmail td { | 732 | table.webmail td { |
822 | word-wrap: break-word; | 733 | word-wrap: break-word; |
823 | } | 734 | } |
824 | |||
825 | /* Print Only */ | ||
826 | |||
827 | @media print { | ||
828 | body { | ||
829 | width: 100% !important; | ||
830 | } | ||
831 | |||
832 | div#banner, div#footer, div#members { | ||
833 | display: none; | ||
834 | } | ||
835 | |||
836 | span.print { | ||
837 | display: inline; | ||
838 | } | ||
839 | |||
840 | div#cleardiv { | ||
841 | clear: none; | ||
842 | } | ||
843 | } | ||
diff --git a/theme/footer.tpl b/theme/footer.tpl index fdf62ad..093affa 100755 --- a/theme/footer.tpl +++ b/theme/footer.tpl | |||
@@ -22,38 +22,77 @@ | |||
22 | </DIV> | 22 | </DIV> |
23 | </DIV> | 23 | </DIV> |
24 | 24 | ||
25 | <!--BEGIN USEHATNAV--> | ||
26 | <DIV class="sidebar"> | 25 | <DIV class="sidebar"> |
27 | <DIV CLASS="bubble"> | 26 | <DIV CLASS="bubble"> |
28 | <DIV CLASS="rounded"> | 27 | <DIV CLASS="rounded"> |
29 | <BLOCKQUOTE> | 28 | <BLOCKQUOTE> |
30 | <DIV ID="hatnav"><H3>Hatnav</H3><P> | 29 | <DIV ID="hatbar"><H3>HatNav</H3><P> |
31 | <UL> | 30 | <UL> |
32 | <!--BEGIN HATNAV--> | 31 | <LI> |
33 | <LI STYLE="margin-left: 10"><A ID="<!--HATNAV.AID-->" HREF="<!--HATNAV.HREF-->"><IMG SRC="<!--HATNAV.IMAGE-->"><!--HATNAV.TEXT--><!--HATNAV.NEW--></A></LI> | 32 | <IMG SRC="/theme/images/icons/newspaper.png" /> |
34 | <!--END HATNAV--> | 33 | <A HREF="http://fourisland.com/">Blog</A> |
34 | </LI> | ||
35 | |||
36 | <LI> | ||
37 | <IMG SRC="/theme/images/projects.png" /> | ||
38 | <A HREF="http://projects.fourisland.com/">Projects</A> | ||
39 | </LI> | ||
40 | |||
41 | <LI> | ||
42 | <IMG SRC="/theme/images/icons/comment.png" /> | ||
43 | <A HREF="http://fourisland.com/fourm/">The Fourm</A> | ||
44 | </LI> | ||
45 | |||
46 | <LI> | ||
47 | <IMG SRC="/theme/images/icons/page_edit.png" /> | ||
48 | <A HREF="http://fourisland.com/wiki/">Fouripedia</A> | ||
49 | </LI> | ||
50 | |||
51 | <LI> | ||
52 | <IMG SRC="/theme/images/icons/overlays.png" /> | ||
53 | <A HREF="http://fourisland.com/poll/">Polls</A> | ||
54 | </LI> | ||
55 | |||
56 | <LI> | ||
57 | <IMG SRC="/theme/images/icons/16-file-page.png" /> | ||
58 | <A HREF="http://fourisland.com/quotes/">Quotes</A> | ||
59 | </LI> | ||
60 | |||
61 | <LI> | ||
62 | <IMG SRC="/theme/images/icons/door_<!--LOGDATA-->.png" /> | ||
63 | <A HREF="http://fourisland.com/log<!--LOGDATA-->.php?redirect=<!--REDIRPAGE-->">Log<!--LOGDATA--></A> | ||
64 | </LI> | ||
35 | </UL> | 65 | </UL> |
36 | </P></DIV> | 66 | </DIV> |
67 | </BLOCKQUOTE> | ||
68 | </DIV> | ||
69 | </DIV> | ||
70 | </DIV> | ||
71 | |||
72 | <DIV class="sidebar"> | ||
73 | <DIV CLASS="bubble"> | ||
74 | <DIV CLASS="rounded"> | ||
75 | <BLOCKQUOTE> | ||
76 | <DIV ID="hatbar"><H3>Poll of the Week</H3><P> | ||
77 | <P> | ||
78 | <!--INCLUDE polloftheweek--> | ||
79 | </P> | ||
80 | </DIV> | ||
37 | </BLOCKQUOTE> | 81 | </BLOCKQUOTE> |
38 | </DIV> | 82 | </DIV> |
39 | </DIV> | 83 | </DIV> |
40 | </DIV> | 84 | </DIV> |
41 | <!--END USEHATNAV--> | ||
42 | |||
43 | <!--EXTRASIDEBARS--> | ||
44 | 85 | ||
45 | <DIV class="sidebar"> | 86 | <DIV class="sidebar"> |
46 | <DIV CLASS="bubble"> | 87 | <DIV CLASS="bubble"> |
47 | <DIV CLASS="rounded"> | 88 | <DIV CLASS="rounded"> |
48 | <BLOCKQUOTE> | 89 | <BLOCKQUOTE> |
49 | <DIV ID="hatbar"><H3>Hatbar</H3><P> | 90 | <DIV ID="hatbar"><H3>Hatbar</H3><P> |
50 | Confused? Email the webmaster at hatk<a href="http://mailhide.recaptcha.net/d?k=01gkW_nSHD3Qbf7dcAwJVdsg==&c=M-Dz6vqhsLdR6tNVOO5f7c6jZUsKP1mUNWfmLFkJqak=" onclick="window.open('http://mailhide.recaptcha.net/d?k=01gkW_nSHD3Qbf7dcAwJVdsg==&c=M-Dz6vqhsLdR6tNVOO5f7c6jZUsKP1mUNWfmLFkJqak=', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;" title="Reveal this e-mail address">...</a>@fourisland.com</SMALL> | ||
51 | <P> | 91 | <P> |
52 | <SPAN ID="hitcounter"> | 92 | <SPAN ID="hitcounter"> |
53 | Hits: <!--HITS--><BR> | 93 | Hits: <!--HITS--><BR> |
54 | Today: <!--TODAY--><BR> | 94 | Today: <!--TODAY--><BR> |
55 | <SPAN> | 95 | </SPAN> |
56 | <!--INCLUDE polloftheweek--><BR> | ||
57 | <!--INCLUDE datefinder--> | 96 | <!--INCLUDE datefinder--> |
58 | </P> | 97 | </P> |
59 | 98 | ||
@@ -110,7 +149,7 @@ | |||
110 | <P> | 149 | <P> |
111 | <UL> | 150 | <UL> |
112 | <!--BEGIN COMMENTS--> | 151 | <!--BEGIN COMMENTS--> |
113 | <LI STYLE="font-size: 0.9em"><!--COMMENTS.AUTHOR--> on <A HREF="/<!--COMMENTS.AREA-->/<!--COMMENTS.CODED--><!--COMMENTS.ENDING-->"><!--COMMENTS.TITLE--></A></LI> | 152 | <LI STYLE="font-size: 0.9em"><!--COMMENTS.AUTHOR--> on <A HREF="/<!--COMMENTS.AREA-->/<!--COMMENTS.CODED--><!--COMMENTS.ENDING-->#comment-<!--COMMENTS.ID-->"><!--COMMENTS.TITLE--></A></LI> |
114 | <!--END COMMENTS--> | 153 | <!--END COMMENTS--> |
115 | </UL> | 154 | </UL> |
116 | </P> | 155 | </P> |
diff --git a/theme/header.tpl b/theme/header.tpl index d296a6c..0755f0c 100755 --- a/theme/header.tpl +++ b/theme/header.tpl | |||
@@ -2,8 +2,7 @@ | |||
2 | <HEAD> | 2 | <HEAD> |
3 | <TITLE><!--EXTRATITLE-->Four Island</TITLE> | 3 | <TITLE><!--EXTRATITLE-->Four Island</TITLE> |
4 | 4 | ||
5 | <LINK REL="stylesheet" TYPE="text/css" HREF="http://fourisland.com/theme/css.php?id=<!--BODYID-->" /> | 5 | <LINK REL="stylesheet" TYPE="text/css" HREF="http://fourisland.com/theme/css.php" /> |
6 | <LINK REL="stylesheet" TYPE="text/css" HREF="http://fourisland.com/theme/css/thickbox.css" /> | ||
7 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8" /> | 6 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8" /> |
8 | <META HTTP-EQUIV="Content-Language" CONTENT="en" /> | 7 | <META HTTP-EQUIV="Content-Language" CONTENT="en" /> |
9 | <LINK REL="alternate" TYPE="application/rss+xml" HREF="http://feeds.feedburner.com/FourIsland?format=xml" TITLE="Four Island" /> | 8 | <LINK REL="alternate" TYPE="application/rss+xml" HREF="http://feeds.feedburner.com/FourIsland?format=xml" TITLE="Four Island" /> |
@@ -27,38 +26,16 @@ | |||
27 | </HEAD> | 26 | </HEAD> |
28 | 27 | ||
29 | <BODY ID="<!--BODYID-->" CLASS="<!--CATEGORY--> <!--AID--> <!--CATEGORY-->-<!--AID-->"<!--BODYTAGS-->> | 28 | <BODY ID="<!--BODYID-->" CLASS="<!--CATEGORY--> <!--AID--> <!--CATEGORY-->-<!--AID-->"<!--BODYTAGS-->> |
30 | <DIV ID="stripe"> | ||
31 | You can get notifications on new Four Island posts either via | ||
32 | <A HREF="http://feeds.feedburner.com/FourIsland">RSS</A> | ||
33 | or | ||
34 | <A HREF="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=1464430">Email</A> | ||
35 | </DIV> | ||
36 | |||
37 | <DIV ID="wrap"> | 29 | <DIV ID="wrap"> |
38 | <DIV ID="page-header"> | 30 | <DIV ID="page-header"> |
39 | <SPAN CLASS="side-left"></SPAN> | ||
40 | <DIV ID="banner" STYLE="position: relative;"> | 31 | <DIV ID="banner" STYLE="position: relative;"> |
41 | <H1 ID="logo-banner"><A HREF="/" TITLE="Four Island">Four Island</A></H1> | 32 | <H1 ID="logo-banner"> |
42 | </DIV> | 33 | <A HREF="/" TITLE="Four Island">Four Island</A> |
43 | <SPAN CLASS="side-right"></SPAN> | 34 | </H1> |
44 | </DIV> | 35 | </DIV> |
45 | |||
46 | <DIV ID="banner-nav"> | ||
47 | <UL ID="bannernav"> | ||
48 | <LI id="bannernav-home"><A HREF="/" REL="home"><B><SPAN>Home</SPAN></B></A></LI> | ||
49 | <LI id="bannernav-projects"><A HREF="http://projects.fourisland.com"><B><SPAN>Projects</SPAN></B></A></LI> | ||
50 | <LI id="bannernav-wiki"><A HREF="/wiki/"><B><SPAN>Wiki</SPAN></B></A></LI> | ||
51 | <LI id="bannernav-fourm"><A HREF="/fourm/"><B><SPAN>Fourm</SPAN></B></A></LI> | ||
52 | <LI id="bannernav-poll"><A HREF="/poll/"><B><SPAN>Poll</SPAN></B></A></LI> | ||
53 | <LI id="bannernav-quotes"><A HREF="/quotes/"><B><SPAN>Quotes</SPAN></B></A></LI> | ||
54 | <LI id="bannernav-<!--LOWERLOGDATA-->"><A HREF="/<!--LOWERLOGDATA-->.php?redirect=<!--REDIRPAGE-->"><B><SPAN><!--LOGDATA--></SPAN></B></A></LI> | ||
55 | <!--BEGIN PANEL--> | ||
56 | <LI id="bannernav-panel"><A HREF="/admin/"><B><SPAN>Panel</SPAN></B></A></LI> | ||
57 | <!--END PANEL--> | ||
58 | </UL> | ||
59 | </DIV> | 36 | </DIV> |
60 | 37 | ||
61 | <DIV CLASS="push"></DIV> | 38 | <DIV CLASS="push"></DIV> |
62 | 39 | ||
63 | <DIV id="page-body"> | 40 | <DIV id="page-body"> |
64 | <DIV id="content"><!-- Begin content --> | 41 | <DIV id="content"> |
diff --git a/theme/images/Fourm.gif b/theme/images/Fourm.gif deleted file mode 100755 index 1365fd6..0000000 --- a/theme/images/Fourm.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/Fourm_ro.gif b/theme/images/Fourm_ro.gif deleted file mode 100755 index 8a1cad6..0000000 --- a/theme/images/Fourm_ro.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/Home.gif b/theme/images/Home.gif deleted file mode 100755 index e3e523d..0000000 --- a/theme/images/Home.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/Home_ro.gif b/theme/images/Home_ro.gif deleted file mode 100755 index b409d75..0000000 --- a/theme/images/Home_ro.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/Links.gif b/theme/images/Links.gif deleted file mode 100755 index a223b3e..0000000 --- a/theme/images/Links.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/Links_ro.gif b/theme/images/Links_ro.gif deleted file mode 100755 index d540220..0000000 --- a/theme/images/Links_ro.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/Login.gif b/theme/images/Login.gif deleted file mode 100755 index 3573589..0000000 --- a/theme/images/Login.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/Login_ro.gif b/theme/images/Login_ro.gif deleted file mode 100755 index 404f305..0000000 --- a/theme/images/Login_ro.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/Logout.gif b/theme/images/Logout.gif deleted file mode 100755 index 12696fe..0000000 --- a/theme/images/Logout.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/Logout_ro.gif b/theme/images/Logout_ro.gif deleted file mode 100755 index ff103a2..0000000 --- a/theme/images/Logout_ro.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/Panel.gif b/theme/images/Panel.gif deleted file mode 100755 index 42075dc..0000000 --- a/theme/images/Panel.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/Panel_ro.gif b/theme/images/Panel_ro.gif deleted file mode 100755 index e64c5ad..0000000 --- a/theme/images/Panel_ro.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/Poll.gif b/theme/images/Poll.gif deleted file mode 100755 index 08815d2..0000000 --- a/theme/images/Poll.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/Poll_ro.gif b/theme/images/Poll_ro.gif deleted file mode 100755 index 6a4549f..0000000 --- a/theme/images/Poll_ro.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/Projects.gif b/theme/images/Projects.gif deleted file mode 100755 index bf0cfc7..0000000 --- a/theme/images/Projects.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/Projects_ro.gif b/theme/images/Projects_ro.gif deleted file mode 100755 index 718ab03..0000000 --- a/theme/images/Projects_ro.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/Quotes.gif b/theme/images/Quotes.gif deleted file mode 100755 index 8bf0289..0000000 --- a/theme/images/Quotes.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/Quotes_ro.gif b/theme/images/Quotes_ro.gif deleted file mode 100755 index f15831c..0000000 --- a/theme/images/Quotes_ro.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/Random.gif b/theme/images/Random.gif deleted file mode 100755 index 94cb4be..0000000 --- a/theme/images/Random.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/Random_ro.gif b/theme/images/Random_ro.gif deleted file mode 100755 index 4e62f24..0000000 --- a/theme/images/Random_ro.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/Wiki.gif b/theme/images/Wiki.gif deleted file mode 100755 index e4a0cc7..0000000 --- a/theme/images/Wiki.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/Wiki_ro.gif b/theme/images/Wiki_ro.gif deleted file mode 100755 index b8d9438..0000000 --- a/theme/images/Wiki_ro.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/backgrounds/4ofjuly.PNG b/theme/images/backgrounds/4ofjuly.PNG deleted file mode 100755 index 41c71ea..0000000 --- a/theme/images/backgrounds/4ofjuly.PNG +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/backgrounds/ashWeds.PNG b/theme/images/backgrounds/ashWeds.PNG deleted file mode 100755 index b1f9db4..0000000 --- a/theme/images/backgrounds/ashWeds.PNG +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/backgrounds/christmas.PNG b/theme/images/backgrounds/christmas.PNG deleted file mode 100755 index 7491fa6..0000000 --- a/theme/images/backgrounds/christmas.PNG +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/backgrounds/christmasEve.PNG b/theme/images/backgrounds/christmasEve.PNG deleted file mode 100755 index 7f10edb..0000000 --- a/theme/images/backgrounds/christmasEve.PNG +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/backgrounds/columbus.PNG b/theme/images/backgrounds/columbus.PNG deleted file mode 100755 index 069f2fd..0000000 --- a/theme/images/backgrounds/columbus.PNG +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/backgrounds/easter.PNG b/theme/images/backgrounds/easter.PNG deleted file mode 100755 index 8a40688..0000000 --- a/theme/images/backgrounds/easter.PNG +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/backgrounds/fathers.PNG b/theme/images/backgrounds/fathers.PNG deleted file mode 100755 index f0ba36f..0000000 --- a/theme/images/backgrounds/fathers.PNG +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/backgrounds/flagDay.PNG b/theme/images/backgrounds/flagDay.PNG deleted file mode 100755 index 6440e46..0000000 --- a/theme/images/backgrounds/flagDay.PNG +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/backgrounds/goodFriday.PNG b/theme/images/backgrounds/goodFriday.PNG deleted file mode 100755 index 3eb2c0c..0000000 --- a/theme/images/backgrounds/goodFriday.PNG +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/backgrounds/groundhog.PNG b/theme/images/backgrounds/groundhog.PNG deleted file mode 100755 index 3e7229e..0000000 --- a/theme/images/backgrounds/groundhog.PNG +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/backgrounds/halloween.PNG b/theme/images/backgrounds/halloween.PNG deleted file mode 100755 index b9897c6..0000000 --- a/theme/images/backgrounds/halloween.PNG +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/backgrounds/hatkirbybday.PNG b/theme/images/backgrounds/hatkirbybday.PNG deleted file mode 100755 index f82354e..0000000 --- a/theme/images/backgrounds/hatkirbybday.PNG +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/backgrounds/island.PNG b/theme/images/backgrounds/island.PNG deleted file mode 100755 index 440f8e2..0000000 --- a/theme/images/backgrounds/island.PNG +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/backgrounds/island2.PNG b/theme/images/backgrounds/island2.PNG deleted file mode 100755 index 7127a0f..0000000 --- a/theme/images/backgrounds/island2.PNG +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/backgrounds/island3.PNG b/theme/images/backgrounds/island3.PNG deleted file mode 100755 index bf74ab9..0000000 --- a/theme/images/backgrounds/island3.PNG +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/backgrounds/island4.PNG b/theme/images/backgrounds/island4.PNG deleted file mode 100755 index 3b31e79..0000000 --- a/theme/images/backgrounds/island4.PNG +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/backgrounds/island5.PNG b/theme/images/backgrounds/island5.PNG deleted file mode 100755 index 081a51c..0000000 --- a/theme/images/backgrounds/island5.PNG +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/backgrounds/island6.PNG b/theme/images/backgrounds/island6.PNG deleted file mode 100755 index 319eeeb..0000000 --- a/theme/images/backgrounds/island6.PNG +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/backgrounds/island6night.PNG b/theme/images/backgrounds/island6night.PNG deleted file mode 100755 index 95e9558..0000000 --- a/theme/images/backgrounds/island6night.PNG +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/backgrounds/islandYearly.PNG b/theme/images/backgrounds/islandYearly.PNG deleted file mode 100755 index 4125be6..0000000 --- a/theme/images/backgrounds/islandYearly.PNG +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/backgrounds/kirbyweek.PNG b/theme/images/backgrounds/kirbyweek.PNG deleted file mode 100755 index 202c5e0..0000000 --- a/theme/images/backgrounds/kirbyweek.PNG +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/backgrounds/mardiGras.PNG b/theme/images/backgrounds/mardiGras.PNG deleted file mode 100755 index 131efd2..0000000 --- a/theme/images/backgrounds/mardiGras.PNG +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/backgrounds/martinLuther.PNG b/theme/images/backgrounds/martinLuther.PNG deleted file mode 100755 index 8313af8..0000000 --- a/theme/images/backgrounds/martinLuther.PNG +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/backgrounds/memorial.PNG b/theme/images/backgrounds/memorial.PNG deleted file mode 100755 index cc5be0a..0000000 --- a/theme/images/backgrounds/memorial.PNG +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/backgrounds/mothers.PNG b/theme/images/backgrounds/mothers.PNG deleted file mode 100755 index 3c7d69d..0000000 --- a/theme/images/backgrounds/mothers.PNG +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/backgrounds/newYear.PNG b/theme/images/backgrounds/newYear.PNG deleted file mode 100755 index 9884051..0000000 --- a/theme/images/backgrounds/newYear.PNG +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/backgrounds/newYearsEve.PNG b/theme/images/backgrounds/newYearsEve.PNG deleted file mode 100755 index 81f9a5b..0000000 --- a/theme/images/backgrounds/newYearsEve.PNG +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/backgrounds/valentines.PNG b/theme/images/backgrounds/valentines.PNG deleted file mode 100755 index 7d105a9..0000000 --- a/theme/images/backgrounds/valentines.PNG +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/backgrounds/veterans.PNG b/theme/images/backgrounds/veterans.PNG deleted file mode 100755 index a0a5a03..0000000 --- a/theme/images/backgrounds/veterans.PNG +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/bg_body.gif b/theme/images/bg_body.gif deleted file mode 100755 index 80d75d5..0000000 --- a/theme/images/bg_body.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/bg_body_short.gif b/theme/images/bg_body_short.gif deleted file mode 100755 index b396204..0000000 --- a/theme/images/bg_body_short.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/bg_footer.gif b/theme/images/bg_footer.gif deleted file mode 100755 index ff3f511..0000000 --- a/theme/images/bg_footer.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/bg_header.gif b/theme/images/bg_header.gif deleted file mode 100755 index 46c22e8..0000000 --- a/theme/images/bg_header.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/bg_navbar.gif b/theme/images/bg_navbar.gif deleted file mode 100755 index d96c6ea..0000000 --- a/theme/images/bg_navbar.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/bg_search.gif b/theme/images/bg_search.gif deleted file mode 100755 index 79e040e..0000000 --- a/theme/images/bg_search.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/corners_bottom.gif b/theme/images/corners_bottom.gif deleted file mode 100755 index bea794f..0000000 --- a/theme/images/corners_bottom.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/corners_left.png b/theme/images/corners_left.png deleted file mode 100755 index 256bde3..0000000 --- a/theme/images/corners_left.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/corners_right.png b/theme/images/corners_right.png deleted file mode 100755 index df41823..0000000 --- a/theme/images/corners_right.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/fourisland_header.png b/theme/images/fourisland_header.png new file mode 100644 index 0000000..becd0b1 --- /dev/null +++ b/theme/images/fourisland_header.png | |||
Binary files differ | |||
diff --git a/theme/images/headers/ctnh.png b/theme/images/headers/ctnh.png deleted file mode 100755 index b9542fc..0000000 --- a/theme/images/headers/ctnh.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/headers/fourm.png b/theme/images/headers/fourm.png deleted file mode 100755 index e7bebde..0000000 --- a/theme/images/headers/fourm.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/headers/hatkirbybday.png b/theme/images/headers/hatkirbybday.png deleted file mode 100755 index ba7bff0..0000000 --- a/theme/images/headers/hatkirbybday.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/headers/islandYearly.png b/theme/images/headers/islandYearly.png deleted file mode 100755 index 099d963..0000000 --- a/theme/images/headers/islandYearly.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/headers/kfm.png b/theme/images/headers/kfm.png deleted file mode 100755 index cc568ec..0000000 --- a/theme/images/headers/kfm.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/headers/links.png b/theme/images/headers/links.png deleted file mode 100755 index b24ded0..0000000 --- a/theme/images/headers/links.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/headers/main.png b/theme/images/headers/main.png deleted file mode 100755 index 009d3ac..0000000 --- a/theme/images/headers/main.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/headers/main.xcf b/theme/images/headers/main.xcf deleted file mode 100755 index fd37ee4..0000000 --- a/theme/images/headers/main.xcf +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/headers/memorial.png b/theme/images/headers/memorial.png deleted file mode 100755 index b68b97d..0000000 --- a/theme/images/headers/memorial.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/headers/mothers.png b/theme/images/headers/mothers.png deleted file mode 100755 index e656d7d..0000000 --- a/theme/images/headers/mothers.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/headers/potw.png b/theme/images/headers/potw.png deleted file mode 100755 index 9ce3174..0000000 --- a/theme/images/headers/potw.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/headers/projects.png b/theme/images/headers/projects.png deleted file mode 100755 index d59f47a..0000000 --- a/theme/images/headers/projects.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/headers/projects.xcf b/theme/images/headers/projects.xcf deleted file mode 100755 index f1950ad..0000000 --- a/theme/images/headers/projects.xcf +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/headers/quotes.png b/theme/images/headers/quotes.png deleted file mode 100755 index 9fb966e..0000000 --- a/theme/images/headers/quotes.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/headers/random.png b/theme/images/headers/random.png deleted file mode 100755 index e7db228..0000000 --- a/theme/images/headers/random.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/headers/short.png b/theme/images/headers/short.png deleted file mode 100755 index 4d4d267..0000000 --- a/theme/images/headers/short.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/sides_top.gif b/theme/images/sides_top.gif deleted file mode 100755 index a84383a..0000000 --- a/theme/images/sides_top.gif +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/tabBG.png b/theme/images/tabBG.png deleted file mode 100755 index 6c04d14..0000000 --- a/theme/images/tabBG.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/tabBG2.png b/theme/images/tabBG2.png deleted file mode 100755 index 15821a9..0000000 --- a/theme/images/tabBG2.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/tabSe.png b/theme/images/tabSe.png deleted file mode 100755 index e3955fe..0000000 --- a/theme/images/tabSe.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/images/tabUn.png b/theme/images/tabUn.png deleted file mode 100755 index 7ba116d..0000000 --- a/theme/images/tabUn.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/theme/poll.tpl b/theme/poll.tpl index 3781e47..c5b08fb 100755 --- a/theme/poll.tpl +++ b/theme/poll.tpl | |||
@@ -1,8 +1,18 @@ | |||
1 | <H2><!--QUESTION--></H2> | 1 | <H2><!--QUESTION--></H2> |
2 | <P> | 2 | <P> |
3 | <CENTER> | 3 | <DIV CLASS="sidebar" STYLE="margin: auto"> |
4 | <!--INCLUDE polloftheweek--> | 4 | <DIV CLASS="bubble"> |
5 | </CENTER> | 5 | <DIV CLASS="rounded"> |
6 | <BLOCKQUOTE> | ||
7 | <DIV ID="hatbar"> | ||
8 | <P> | ||
9 | <!--INCLUDE polloftheweek--> | ||
10 | </P> | ||
11 | </DIV> | ||
12 | </BLOCKQUOTE> | ||
13 | </DIV> | ||
14 | </DIV> | ||
15 | </DIV> | ||
6 | <P> | 16 | <P> |
7 | <DIV CLASS="bubble"> | 17 | <DIV CLASS="bubble"> |
8 | <DIV CLASS="rounded"> | 18 | <DIV CLASS="rounded"> |
diff --git a/theme/pollIndex.tpl b/theme/pollIndex.tpl index 2111b39..18b3c43 100755 --- a/theme/pollIndex.tpl +++ b/theme/pollIndex.tpl | |||
@@ -1,8 +1,20 @@ | |||
1 | <H2>Poll of the Week</H2> | 1 | <H2>Poll of the Week</H2> |
2 | <P> | 2 | <P> |
3 | <CENTER><!--INCLUDE polloftheweek--></CENTER> | 3 | <DIV CLASS="sidebar" STYLE="margin: auto"> |
4 | <P> | 4 | <DIV CLASS="bubble"> |
5 | Welcome to the Poll of the Week! Feel free to vote on these! You can review old ones and also comment on them if | 5 | <DIV CLASS="rounded"> |
6 | <BLOCKQUOTE> | ||
7 | <DIV ID="hatbar"> | ||
8 | <P> | ||
9 | <!--INCLUDE polloftheweek--> | ||
10 | </P> | ||
11 | </DIV> | ||
12 | </BLOCKQUOTE> | ||
13 | </DIV> | ||
14 | </DIV> | ||
15 | </DIV> | ||
16 | <P> | ||
17 | Welcome to the Poll of the Week! Feel free to vote on these! You can review old ones and also comment on them if | ||
6 | you're logged in using the links below! | 18 | you're logged in using the links below! |
7 | <P> | 19 | <P> |
8 | <UL> | 20 | <UL> |
diff --git a/theme/polloftheweek.tpl b/theme/polloftheweek.tpl index 13a7dce..7899051 100755 --- a/theme/polloftheweek.tpl +++ b/theme/polloftheweek.tpl | |||
@@ -1,59 +1,63 @@ | |||
1 | <!--BEGIN FORM--> | 1 | <!--BEGIN FORM--> |
2 | <FORM ACTION="/polloftheweek.php?potw=" METHOD="POST" ID="pollOfTheWeek"> | 2 | <FORM ACTION="/polloftheweek.php?potw=" METHOD="POST" ID="pollOfTheWeek"> |
3 | <TABLE BORDER=1 STYLE="background: #d3d3d3; font-size: 12px" ALIGN="center"> | 3 | <SPAN STYLE="font-size: 16px; text-align: center"> |
4 | <!--QUESTION--> | ||
5 | </SPAN> | ||
6 | |||
7 | <P> | ||
8 | <INPUT TYPE="radio" NAME="options" VALUE="1" ID="option1"> | ||
9 | <LABEL FOR="option1"><!--OPTION1--></LABEL> | ||
10 | |||
11 | <BR /> | ||
12 | |||
13 | <INPUT TYPE="radio" NAME="options" VALUE="2" ID="option2"> | ||
14 | <LABEL FOR="option2"><!--OPTION2--></LABEL> | ||
15 | |||
16 | <BR /> | ||
17 | |||
18 | <INPUT TYPE="radio" NAME="options" VALUE="3" ID="option3"> | ||
19 | <LABEL FOR="option3"><!--OPTION3--></LABEL> | ||
20 | |||
21 | <BR /> | ||
22 | |||
23 | <INPUT TYPE="radio" NAME="options" VALUE="4" ID="option4"> | ||
24 | <LABEL FOR="option4"><!--OPTION4--></LABEL> | ||
25 | </P> | ||
26 | |||
27 | <P> | ||
28 | <CENTER> | ||
29 | <INPUT TYPE="submit" VALUE="Vote!"> | ||
30 | </CENTER> | ||
31 | </P> | ||
32 | </FORM> | ||
33 | <!--END FORM--> | ||
34 | |||
35 | <!--BEGIN DISPLAY--> | ||
36 | <SPAN STYLE="font-size: 16px; text-align: center"> | ||
37 | <!--QUESTION--> | ||
38 | </SPAN> | ||
39 | |||
40 | <P> | ||
41 | <TABLE WIDTH="100%" BORDER="0" STYLE="font-size: 12px"> | ||
4 | <TR> | 42 | <TR> |
5 | <TD WIDTH="100%" COLSPAN=2><!--QUESTION--></TD> | 43 | <TD>%<!--PERCENT1--></TD> |
44 | <TD><!--OPTION1--></TD> | ||
6 | </TR> | 45 | </TR> |
7 | 46 | ||
8 | <TR> | 47 | <TR> |
9 | <TD> | 48 | <TD>%<!--PERCENT2--></TD> |
10 | <INPUT TYPE="radio" NAME="options" VALUE="1" ID="option1"> | 49 | <TD><!--OPTION2--></TD> |
11 | <LABEL FOR="option1"><!--OPTION1--></LABEL> | ||
12 | </TD> | ||
13 | |||
14 | <TD> | ||
15 | <INPUT TYPE="radio" NAME="options" VALUE="2" ID="option2"> | ||
16 | <LABEL FOR="option2"><!--OPTION2--></LABEL> | ||
17 | </TD> | ||
18 | </TR> | 50 | </TR> |
19 | 51 | ||
20 | <TR> | 52 | <TR> |
21 | <TD> | 53 | <TD>%<!--PERCENT3--></TD> |
22 | <INPUT TYPE="radio" NAME="options" VALUE="3" ID="option3"> | 54 | <TD><!--OPTION3--></TD> |
23 | <LABEL FOR="option3"><!--OPTION3--></LABEL> | ||
24 | </TD> | ||
25 | |||
26 | <TD> | ||
27 | <INPUT TYPE="radio" NAME="options" VALUE="4" ID="option4"> | ||
28 | <LABEL FOR="option4"><!--OPTION4--></LABEL> | ||
29 | </TD> | ||
30 | </TR> | 55 | </TR> |
31 | 56 | ||
32 | <TR> | 57 | <TR> |
33 | <TD COLSPAN=2> | 58 | <TD>%<!--PERCENT4--></TD> |
34 | <CENTER> | 59 | <TD><!--OPTION4--></TD> |
35 | <INPUT TYPE="submit" VALUE="Vote!"> | ||
36 | </CENTER> | ||
37 | </TD> | ||
38 | </TR> | 60 | </TR> |
39 | </TABLE> | 61 | </TABLE> |
40 | </FORM> | 62 | </P> |
41 | <!--END FORM--> | ||
42 | |||
43 | <!--BEGIN DISPLAY--> | ||
44 | <TABLE BORDER=1 STYLE="background: #d3d3d3; font-size: 12px" ALIGN="center" ID="pollOfTheWeek"> | ||
45 | <TR> | ||
46 | <TD WIDTH="100%" COLSPAN=2><!--QUESTION--></TD> | ||
47 | </TR> | ||
48 | |||
49 | <TR> | ||
50 | <TD>%<!--PERCENT1--><IMG SRC="/theme/images/blue.PNG" WIDTH="<!--PERCENT1-->" HEIGHT="8" ALT="%<!--PERCENT1-->"><BR><!--OPTION1--></TD> | ||
51 | <TD>%<!--PERCENT2--><IMG SRC="/theme/images/blue.PNG" WIDTH="<!--PERCENT2-->" HEIGHT="8" ALT="%<!--PERCENT2-->"><BR><!--OPTION2--></TD> | ||
52 | </TR> | ||
53 | |||
54 | <TR> | ||
55 | <TD>%<!--PERCENT3--><IMG SRC="/theme/images/blue.PNG" WIDTH="<!--PERCENT3-->" HEIGHT="8" ALT="%<!--PERCENT3-->"><BR><!--OPTION3--></TD> | ||
56 | <TD>%<!--PERCENT4--><IMG SRC="/theme/images/blue.PNG" WIDTH="<!--PERCENT4-->" HEIGHT="8" ALT="%<!--PERCENT4-->"><BR><!--OPTION4--></TD> | ||
57 | </TR> | ||
58 | </TABLE> | ||
59 | <!--END DISPLAY--> | 63 | <!--END DISPLAY--> |