Initial checkin
[mharc.git] / lib / mrc / _nosearch.mrc.in.dist
CommitLineData
01c223d0
BOFG
1<!-- $Id: _nosearch.mrc.in.dist,v 1.1 2002/09/08 04:39:35 ehood Exp $ -->
2<!-- ================================================================== -->
3<!-- Description: --
4 -- Resource file that can be included for archives that have --
5 -- searching disabled. Various resources defined in --
6 -- common.mrc.in are redefined here to remove any search-related --
7 -- markup from archive pages. --
8 -- --
9 -- Usage: --
10 -- <Include> --
11 -- @@MHA_RC_DIR@@/_nosearch.mrc --
12 -- </Include> --
13 -- -->
14<!-- ================================================================== -->
15
16<!-- Clearing $SEARCH-FORM$ is redundant since web-archive does it
17 for us. -->
18<DefineVar>
19SEARCH-FORM
20</DefineVar>
21
22<!-- Link to list to other messages from the current author will not work
23 if searching is disabled. -->
24<DefineVar chop>
25AUTHOR-LINK
26</DefineVar>
27
28<!-- Link to list to other messages with same subject will not work
29 if searching is disabled. -->
30<DefineVar chop>
31SUBJECT-LINK
32</DefineVar>
33