summary refs log tree commit diff stats
path: root/theme/quotes/header.tpl
blob: 620a4d0d119ebda18c795a9991d242b761f667ce (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
<DIV CLASS="sidebar" STYLE="margin: auto">
	<DIV CLASS="bubble">
        	<DIV CLASS="rounded">
	                <BLOCKQUOTE>
        	                <DIV ID="hatbar" CLASS="quotes-options">
					<H3>Quote Options</H3>
                	                <UL>
						<LI>
							<IMG SRC="/theme/images/icons/16-star-hot.png" />
							<A HREF="/quotes/latest.php">Latest</A>
						</LI>

						<LI>
							<IMG SRC="/theme/images/icons/medal_gold_1.png" />
							<A HREF="/quotes/top.php">Best</A>
						</LI>

						<LI>
							<IMG SRC="/theme/images/icons/16-message-warn.png" />
							<A HREF="/quotes/bottom.php">Worst</A>
						</LI>

						<LI>
							<IMG SRC="/theme/images/icons/16-file-archive.png" />
							<A HREF="/quotes/browse.php">Browse All</A>
						</LI>

						<LI>
							<IMG SRC="/theme/images/icons/16-clock.png" />
							<A HREF="/quotes/random.php">Random</A>
						</LI>

						<LI>
							<IMG SRC="/theme/images/icons/16-em-pencil.png" />
							<A HREF="/quotes/add.php">Add</A>
						</LI>

						<LI>
							<IMG SRC="/theme/images/icons/book_open.png" />
							<A HREF="/quotes/search.php">Search</A>	
						</LI>
					</UL>
                                </DIV>
                        </BLOCKQUOTE>
                </DIV>
	</DIV>
</DIV>