summary refs log tree commit diff stats
path: root/theme/comic.tpl
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-11-19 17:27:03 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-11-19 17:27:03 -0500
commit24503e3abe705acde2df159aeae61be0d009f92e (patch)
tree8debbd53dcd0db2f5934c5e2af4e697e3787781d /theme/comic.tpl
downloadfourisland-24503e3abe705acde2df159aeae61be0d009f92e.tar.gz
fourisland-24503e3abe705acde2df159aeae61be0d009f92e.tar.bz2
fourisland-24503e3abe705acde2df159aeae61be0d009f92e.zip
Imported sources
Diffstat (limited to 'theme/comic.tpl')
-rw-r--r--theme/comic.tpl46
1 files changed, 46 insertions, 0 deletions
diff --git a/theme/comic.tpl b/theme/comic.tpl new file mode 100644 index 0000000..8ce4236 --- /dev/null +++ b/theme/comic.tpl
@@ -0,0 +1,46 @@
1<!--BEGIN BACK--><SPAN CLASS="back-post">&laquo; <A HREF="/comic/<!--BACK.CODED-->/"><!--BACK.TITLE--></A></SPAN><!--END BACK-->
2<!--BEGIN NEXT--><SPAN CLASS="next-post"><A HREF="/comic/<!--NEXT.CODED-->/"><!--NEXT.TITLE--></A> &raquo;</SPAN><!--END NEXT-->
3
4<!--BEGIN COMIC-->
5<DIV CLASS="post vevent" ID="post-<!--COMIC.ID-->">
6 <DIV CLASS="post-date-<!--COMIC.YEARID-->">
7 <ABBR CLASS="dtstart" TITLE="<!--COMIC.DATE-->">
8 <SPAN CLASS="post-month"><!--COMIC.MONTH--></SPAN>
9 <SPAN CLASS="post-day"><!--COMIC.DAY--></SPAN>
10 </ABBR>
11 </DIV>
12
13 <DIV CLASS="post-title">
14 <H2>
15 <!--BEGIN EXTERNAL--><A CLASS="url" HREF="/comic/<!--POST.CODED-->/" REL="bookmark" TITLE="Permalink for <!--COMIC.TITLE-->"><!--END EXTERNAL-->
16 <SPAN CLASS="summary"><!--COMIC.TITLE--></SPAN>
17 <!--BEGIN EXTERNAL--></A><!--END EXTERNAL-->
18 </H2>
19
20 <SPAN CLASS="post-cat-hatkirby category">
21 <A HREF="/blog/author/hatkirby.php">Hatkirby</A>
22 </SPAN>
23
24 <SPAN CLASS="mini-add-comment">
25 <A CLASS="noVisit" HREF="/comic/<!--COMIC.CODED-->/#comments">Add Comment&nbsp;&#187;</A>
26 </SPAN>
27 </DIV>
28
29 <DIV CLASS="entry description">
30 <DIV CLASS="bubble">
31 <DIV CLASS="rounded">
32 <BLOCKQUOTE>
33 <DIV>
34 <A HREF="/images/kfm/<!--COMIC.IMAGE-->" CLASS="thickbox">
35 <IMG SRC="http://fourisland.com/thumb.php?file=images/kfm/<!--COMIC.IMAGE-->&mode=<!--COMIC.MODE-->&by=400" ALIGN="center" WIDTH="400">
36 </A>
37
38 <P><!--COMIC.TEXT--></P>
39 </DIV>
40 </BLOCKQUOTE>
41 </DIV>
42 <CITE CLASS="rounded"><STRONG>Hatkirby</STRONG> on <!--COMIC.DATE--></CITE>
43 </DIV>
44 </DIV>
45</DIV>
46<!--END COMIC-->