remove seemingly old useless ed
[mharc.git] / lib / mrc / _nosearch.mrc.in.dist
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>
19 SEARCH-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>
25 AUTHOR-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>
31 SUBJECT-LINK
32 </DefineVar>
33