Apache-SetWWWTheme
view release on metacpan or search on metacpan
templates/Configuration view on Meta::CPAN
@TOPBAR=0;
@BOTTOMBAR=0;
@TOPBOTTOMLINKS=<A HREF="/">Home</a>;
# This sets the color of the alink/vlink/link in the HTML BODY tag
# Set them to something sensible and then reactivate them if you
# want to use them.
@ ALINK=#0000FF;
@ VLINK=#00FF00;
@ LINK=#FF0000;
# This would give us a background picture (<BODY BACKGROUND=....> but
# it's deactivated. I don't like background pictures. :)
# If it's disallowed, the users won't be able to change this setting. :)
@ALLOWBGPICTURE=1;
@ BGPICTURE="/images/wallpaper";
# this sets the name displayed at the top of the sidebar. Normally you'd
# put some kind of a title here.
@SIDEBARTOP=Chad's Home Pages;
# this is the title of the main sidebar subpanel
@SIDEBARMENUTITLE=Good Stuff;
# A comma-separated list of links to display in the main subpanel on the
# sidebar. These should be major sections in your webtree or something
# like that.
@SIDEBARMENULINKS=<a href="http://www.jach.hawaii.edu">JAC</a>,
<A href="http://www.dao.nrc.ca" >DAO</a>;
# Here are the so-called "infolinks" that appear in the second submenu
# on the sidebar. Notice that it is a comma-separated list, terminated
# by a semi-colon.
@INFO=<A HREF="http://www.slashdot.org">slashdot</a>,
<A HREF="http://www.sun.com" >sun</a>;
# toggle to use the side search box. 1 means "use it", 0 means "don't".
# Naturally, if no sidebar is generated, there won't be a search box :)
@SIDEBARSEARCHBOX=1;
# The template that the program uses to interface to the cgi search
# engine. You'll -definitely- have to edit this, unless you happen to
# have CNIDR's isearch installed, and you've got the same directory
# structure as I do :)
@SEARCHTEMPLATE=
<B>Search Site</B><BR><HR>
<DIV align="center">
<form method="POST" action="/cgi-bin/isearch">
<input name="SEARCH_TYPE" type=hidden value="ADVANCED">
<input name="HTTP_PATH" type=hidden value="/WWW">
<input name="DATABASE" type=hidden value="webindex">
<input name="FIELD_1" type=hidden value="FULLTEXT">
<input name="WEIGHT_1" type=hidden value= "1">
<input name="ELEMENT_SET" type=hidden value="TITLE">
<input name="MAXHITS" type=hidden value="50">
<input name="ISEARCH_TERM" size="14" border="0">
</form>
</DIV>
<H6><a href="http://www.yoursite.edu/search.html">More searching....</a></h6>;
( run in 0.915 second using v1.01-cache-2.11-cpan-2398b32b56e )