summary refs log tree commit diff stats
path: root/theme/quotes
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-12-14 09:39:10 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-12-14 09:39:10 -0500
commit9cb1fcba82027daa21eb457f1b2912ee02e5c7eb (patch)
treeb9ad822ca0f186f42da00e1a2c882ede77d2ee14 /theme/quotes
parentf037e1d6baa069b324b7a0fd6eaffbdfb5c6f4dc (diff)
downloadfourisland-9cb1fcba82027daa21eb457f1b2912ee02e5c7eb.tar.gz
fourisland-9cb1fcba82027daa21eb457f1b2912ee02e5c7eb.tar.bz2
fourisland-9cb1fcba82027daa21eb457f1b2912ee02e5c7eb.zip
Major design and code overhaul
I don't know, a lot of stuffses happened that I don't quite remember anymore. Goodness, that's not good.
Diffstat (limited to 'theme/quotes')
-rwxr-xr-xtheme/quotes/browse.tpl18
-rw-r--r--theme/quotes/header.tpl47
2 files changed, 11 insertions, 54 deletions
diff --git a/theme/quotes/browse.tpl b/theme/quotes/browse.tpl index 7b4312a..2880dfb 100755 --- a/theme/quotes/browse.tpl +++ b/theme/quotes/browse.tpl
@@ -2,16 +2,20 @@
2<!--INCLUDE quotes/pagenumbers--> 2<!--INCLUDE quotes/pagenumbers-->
3<!--END PAGENUMBERS--> 3<!--END PAGENUMBERS-->
4 4
5<P><!--ORIGIN--></P> 5<H2><!--ORIGIN--></H2>
6 6
7<!--BEGIN QUOTES--> 7<!--BEGIN QUOTES-->
8<A HREF="/quotes/<!--QUOTES.NUMBER-->.php">#<!--QUOTES.NUMBER--></A> 8<P>
9<A HREF="/quotes/vote.php?id=<!--QUOTES.NUMBER-->&dir=plus">+</A> 9 <A HREF="/quotes/<!--QUOTES.NUMBER-->.php">#<!--QUOTES.NUMBER--></A>
10<SPAN>(<!--QUOTES.RATING-->)</SPAN> 10 <A HREF="/quotes/vote.php?id=<!--QUOTES.NUMBER-->&dir=plus">+</A>
11<A HREF="/quotes/vote.php?id=<!--QUOTES.NUMBER-->&dir=minus">-</A> 11 <SPAN>(<!--QUOTES.RATING-->)</SPAN>
12<A HREF="/quotes/flag.php?id=<!--QUOTES.NUMBER-->">[X]</A> 12 <A HREF="/quotes/vote.php?id=<!--QUOTES.NUMBER-->&dir=minus">-</A>
13 <A HREF="/quotes/flag.php?id=<!--QUOTES.NUMBER-->">[X]</A>
13 14
14<P><!--QUOTES.QUOTE--></P> 15 <BR />
16
17 <!--QUOTES.QUOTE-->
18</P>
15<!--END QUOTES--> 19<!--END QUOTES-->
16 20
17<!--BEGIN PAGENUMBERS--> 21<!--BEGIN PAGENUMBERS-->
diff --git a/theme/quotes/header.tpl b/theme/quotes/header.tpl deleted file mode 100644 index 620a4d0..0000000 --- a/theme/quotes/header.tpl +++ /dev/null
@@ -1,47 +0,0 @@
1<DIV CLASS="sidebar" STYLE="margin: auto">
2 <DIV CLASS="bubble">
3 <DIV CLASS="rounded">
4 <BLOCKQUOTE>
5 <DIV ID="hatbar" CLASS="quotes-options">
6 <H3>Quote Options</H3>
7 <UL>
8 <LI>
9 <IMG SRC="/theme/images/icons/16-star-hot.png" />
10 <A HREF="/quotes/latest.php">Latest</A>
11 </LI>
12
13 <LI>
14 <IMG SRC="/theme/images/icons/medal_gold_1.png" />
15 <A HREF="/quotes/top.php">Best</A>
16 </LI>
17
18 <LI>
19 <IMG SRC="/theme/images/icons/16-message-warn.png" />
20 <A HREF="/quotes/bottom.php">Worst</A>
21 </LI>
22
23 <LI>
24 <IMG SRC="/theme/images/icons/16-file-archive.png" />
25 <A HREF="/quotes/browse.php">Browse All</A>
26 </LI>
27
28 <LI>
29 <IMG SRC="/theme/images/icons/16-clock.png" />
30 <A HREF="/quotes/random.php">Random</A>
31 </LI>
32
33 <LI>
34 <IMG SRC="/theme/images/icons/16-em-pencil.png" />
35 <A HREF="/quotes/add.php">Add</A>
36 </LI>
37
38 <LI>
39 <IMG SRC="/theme/images/icons/book_open.png" />
40 <A HREF="/quotes/search.php">Search</A>
41 </LI>
42 </UL>
43 </DIV>
44 </BLOCKQUOTE>
45 </DIV>
46 </DIV>
47</DIV>