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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128
|
__section__
default
__description__
Text that makes up the top of a page
* link, an optional variable with data for the <LINK> tags
__title__
__page__
misc
__lang__
en_US
__name__
header
__template__
[%# reserved for article.pl links only ... others possible. %]
[%# journals, comments, admin story list? %]
[%# should this be a separate template? %]
[% IF env.script_name.search('article\.pl') -%]
[%- IF link.prev %]
<LINK REL="prev" HREF="[% constants.rootdir %]/article.pl?sid=[% link.prev.sid %]" TITLE="[% link.prev.title | strip_attribute %]">
[%- END ; IF link.next %]
<LINK REL="next" HREF="[% constants.rootdir %]/article.pl?sid=[% link.next.sid %]" TITLE="[% link.next.title | strip_attribute %]">
[%- END ; IF link.author # author is uid %]
<LINK REL="author" HREF="[% constants.rootdir %]/search.pl?op=stories&author=[% link.author %]">
[%- END ;
ELSE ; # default author link, where author is a nickname
IF link.author %]
<LINK REL="author" HREF="[% constants.rootdir %]/~[% link.author | fixparam %]/" TITLE="[% link.author | strip_attribute %]">
[%- END ;
END ; IF link.section %]
<LINK REL="parent" HREF="[% constants.rootdir %]/index.pl?section=[% link.section | fixparam %]" TITLE="[% link.section | strip_attribute %]">
[%- END %]
<LINK REL="top" HREF="[% constants.rootdir %]/" TITLE="[% constants.slogan | strip_attribute %]">
<LINK REL="search" HREF="[% constants.rootdir %]/search.pl" TITLE="Search [% constants.sitename | strip_attribute %]">
</HEAD>
<BODY BGCOLOR="[% user.bg.0 %]" TEXT="[% user.fg.1 %]" LINK="[% user.bg.3 %]" VLINK="[% user.fg.1 %]">
[% IF constants.run_ads %]
<!-- add code. You can use your own ad system - we use one that
sets a env variable in apache that contains the ad itself and just put it
in this block -->
<!-- end ad code -->
[% END %]
<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="99%" ALIGN="CENTER">
<TR VALIGN="TOP">
<TD BACKGROUND="[% constants.imagedir %]/line-bg.gif" ALIGN="LEFT"><IMG SRC="[% constants.imagedir %]/line-corner.gif" WIDTH="1" HEIGHT="74" ALT=""></TD>
<TD BACKGROUND="[% constants.imagedir %]/line-bg.gif" ALIGN="LEFT" WIDTH="100%"><A HREF="[% constants.rootdir %]/"><IMG SRC="[% constants.imagedir %]/slashhead.gif" WIDTH="300" HEIGHT="74" BORDER="0" ALT="[% constants.sitename %]"></A></TD>
<TD VALIGN="BOTTOM" BACKGROUND="[% constants.imagedir %]/line-bg.gif">
[% UNLESS user.noicons || user.light %]
<TABLE BORDER="0"><TR>
[% PROCESS recentTopics %]
</TR></TABLE>
[% END %]
</TD>
<TD VALIGN="MIDDLE" BACKGROUND="[% constants.imagedir %]/line-bg.gif" ALIGN="RIGHT">
<FORM ACTION="[% constants.rootdir %]/search.pl">
<FONT FACE="[% constants.mainfontface %]" SIZE="1">search [% constants.sitename %]:<BR></FONT>
<INPUT TYPE="text" NAME="query"> <INPUT TYPE="submit" VALUE=" Go ">
</FORM>
</TD>
<TD BACKGROUND="[% constants.imagedir %]/line-bg.gif" ALIGN="RIGHT"><IMG SRC="[% constants.imagedir %]/line-corner.gif" WIDTH="1" HEIGHT="74" ALT=""></TD>
</TR>
<TR>
<TD BACKGROUND="[% constants.imagedir %]/wl.gif" ALIGN="LEFT"><IMG SRC="[% constants.imagedir %]/pix.gif" WIDTH="11" HEIGHT="11"></TD>
<TD BGCOLOR="[% user.bg.1 %]" ALIGN="LEFT" WIDTH="100%"><IMG SRC="[% constants.imagedir %]/slashslogan.gif" WIDTH="300" HEIGHT="20" ALT="[% constants.slogan %]"></TD>
<TD BGCOLOR="[% user.bg.1 %]" COLSPAN="2"><IMG SRC="[% constants.imagedir %]/pix.gif" WIDTH="1" HEIGHT="1"></TD>
<TD BACKGROUND="[% constants.imagedir %]/wr.gif" ALIGN="RIGHT"><IMG SRC="[% constants.imagedir %]/pix.gif" WIDTH="11" HEIGHT="11"></TD>
</TR>
<TR><TD BGCOLOR="[% user.bg.3 %]" COLSPAN="5"><IMG SRC="[% constants.imagedir %]/pix.gif" WIDTH="1" HEIGHT="1"></TD></TR>
</TABLE>
<TABLE WIDTH="99%" ALIGN="CENTER" CELLPADDING="0" CELLSPACING="0" BORDER="0">
<TR><TD VALIGN="TOP" ROWSPAN="5" WIDTH="100">
<TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0">
<TR VALIGN="TOP">
<TD BGCOLOR="[% user.bg.2 %]"><IMG SRC="[% constants.imagedir %]/pix.gif" WIDTH="3" HEIGHT="3" ALT=""></TD>
<TD BGCOLOR="[% user.bg.3 %]"><IMG SRC="[% constants.imagedir %]/cl.gif" WIDTH="7" HEIGHT="10" ALT=""></TD>
<TD BGCOLOR="[% user.bg.3 %]"><FONT FACE="[% constants.mainfontface %]" SIZE="1" COLOR="[% user.bg.1 %]"><B>[% constants.sitename %]</B></FONT></TD>
<TD BGCOLOR="[% user.bg.3 %]" ALIGN="RIGHT"><IMG SRC="[% constants.imagedir %]/cr.gif" WIDTH="7" HEIGHT="10" ALT=""></TD>
<TD BGCOLOR="[% user.bg.2 %]" ALIGN="right"><IMG SRC="[% constants.imagedir %]/pix.gif" WIDTH="3" HEIGHT="3" ALT=""></TD>
</TR>
</TABLE>
<TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0">
<TR><TD BGCOLOR="[% user.bg.3 %]" COLSPAN="3"><IMG SRC="[% constants.imagedir %]/pix.gif" WIDTH="1" HEIGHT="1"></TD></TR>
<TR>
<TD BACKGROUND="[% constants.imagedir %]/sl.gif"><IMG SRC="[% constants.imagedir %]/pix.gif" WIDTH="3" HEIGHT="3" ALT=""></TD>
<TD BGCOLOR="[% user.bg.1 %]" WIDTH="100%">
<TABLE WIDTH="100%" BORDER="0" CELLPADDING="5" CELLSPACING="0"><TR><TD>
<FONT FACE="[% constants.mainfontface %]" SIZE="1">
<!-- begin mainmenu block -->
[% PROCESS mainmenu %]
<!-- end mainmenu block -->
</FONT>
</TD></TR></TABLE>
</TD>
<TD BACKGROUND="[% constants.imagedir %]/sr.gif" ALIGN="right"><IMG SRC="[% constants.imagedir %]/pix.gif" WIDTH="3" HEIGHT="3" ALT=""></TD>
</TR>
<TR><TD BGCOLOR="[% user.bg.3 %]" COLSPAN="3"><IMG SRC="[% constants.imagedir %]/pix.gif" WIDTH="1" HEIGHT="1"></TD></TR>
</TABLE>
<BR>
<P>
<!-- begin organisation block -->
[% PROCESS organisation %]
<!-- end organisation block -->
</P>
</TD><TD> </TD><TD VALIGN="TOP" ALIGN="LEFT"><FONT COLOR="[% user.fg.1 %]">
__seclev__
10000
|