Changeset 1870
- Timestamp:
- 01/26/07 16:47:41 (1 year ago)
- Files:
-
- trunk/swish_website/hypermail/footer.html (modified) (1 diff)
- trunk/swish_website/hypermail/hypermailrc (modified) (1 diff)
- trunk/swish_website/hypermail/index_head.html (modified) (1 diff)
- trunk/swish_website/hypermail/message_footer.html (modified) (1 diff)
- trunk/swish_website/hypermail/message_head.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/swish_website/hypermail/footer.html
r1869 r1870 8 8 <a href='/license.html'>Swish-e License</a>.<br /> 9 9 Questions may be posted to the 10 <a href=" ./discuss.html" title="email list and list archive">Swish-e Discussion list</a>.10 <a href="/discuss.html" title="email list and list archive">Swish-e Discussion list</a>. 11 11 </span> 12 12 </div> trunk/swish_website/hypermail/hypermailrc
r1869 r1870 36 36 # showhtml = 1, and showhtml = 0 will look pretty dull, but 37 37 # 1 and 2 run risks of altering the appearance in undesired ways. 38 showhtml = 238 showhtml = 0 39 39 40 40 # Set this to 1 to put the individual message links at the top trunk/swish_website/hypermail/index_head.html
r1869 r1870 79 79 </div> 80 80 <!-- index --> 81 <div id="archive"> 82 <div id="listheader"> 81 <div id="archive" class="clearfix"> 83 82 84 <h1>Swish-e User's Discussion List Archive</h1>83 <div id="listheader"><!-- needed because hypermail adds an extra /div --> 85 84 86 <p> 87 <a href="/archive/" title="Archive Table of Contents">List Archive</a>: 88 <span class="titlesubject">%s</span> 89 </p> 85 <h1>Swish-e User's Discussion List Archive</h1> 90 86 91 <div class="archiveform"> 92 <form action="/Discussion/search/swish.cgi" method="get" enctype="application/x-www-form-urlencoded"> 93 <p> 94 <input type="hidden" name="db" value="archive" /> 95 <input type="text" name="query" size="20" /> 96 <input type="submit" value="Search Archive" /> 97 </p> 98 </form> 99 </div> 100 <!-- end message_head.tmpl --> 87 <p> 88 <a href="/archive/" title="Archive Table of Contents">List Archive</a>: 89 <span class="titlesubject">%s</span> 90 </p> 101 91 92 <div class="archiveform"> 93 <form action="/Discussion/search/swish.cgi" method="get" enctype="application/x-www-form-urlencoded"> 94 <p> 95 <input type="hidden" name="db" value="archive" /> 96 <input type="text" name="query" size="20" /> 97 <input type="submit" value="Search Archive" /> 98 </p> 99 </form> 100 </div> 101 <!-- /message_head.tmpl --> 102 102 trunk/swish_website/hypermail/message_footer.html
r1869 r1870 7 7 <a href='/license.html'>Swish-e License</a>.<br /> 8 8 Questions may be posted to the 9 <a href=" ./discuss.html" title="email list and list archive">Swish-e Discussion list</a>.9 <a href="/discuss.html" title="email list and list archive">Swish-e Discussion list</a>. 10 10 </span> 11 11 </div> trunk/swish_website/hypermail/message_head.html
r1869 r1870 79 79 </div> 80 80 <!-- index --> 81 <div id="archive" >81 <div id="archive" class="clearfix"> 82 82 83 <h1>Swish-e User's Discussion List Archive</h1> 83 <p> 84 <a href="/archive/" title="Archive Table of Contents">Back to List Archive</a> 85 </p> 84 86 85 <p> 86 <a href="/archive/" title="Archive Table of Contents">List Archive</a>: 87 <span class="titlesubject">%s</span> 88 </p> 89 90 <div class="archiveform"> 91 <form action="/Discussion/search/swish.cgi" method="get" enctype="application/x-www-form-urlencoded"> 92 <p> 93 <input type="hidden" name="db" value="archive" /> 94 <input type="text" name="query" size="20" /> 95 <input type="submit" value="Search Archive" /> 96 </p> 97 </form> 98 </div> 99 <!-- end message_head.tmpl --> 87 <div class="archiveform"> 88 <form action="/Discussion/search/swish.cgi" method="get" enctype="application/x-www-form-urlencoded"> 89 <p> 90 <input type="hidden" name="db" value="archive" /> 91 <input type="text" name="query" size="20" /> 92 <input type="submit" value="Search Archive" /> 93 </p> 94 </form> 95 </div> 96 <!-- /message_head.tmpl --> 100 97 101 98
