Changeset 1870

Show
Ignore:
Timestamp:
01/26/07 16:47:41 (1 year ago)
Author:
whmoseley
Message:

Few more css updates and archive headers

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/swish_website/hypermail/footer.html

    r1869 r1870  
    88        <a href='/license.html'>Swish-e License</a>.<br /> 
    99        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>. 
    1111    </span> 
    1212</div> 
  • trunk/swish_website/hypermail/hypermailrc

    r1869 r1870  
    3636# showhtml = 1, and showhtml = 0 will look pretty dull, but 
    3737# 1 and 2 run risks of altering the appearance in undesired ways. 
    38 showhtml = 2 
     38showhtml = 0 
    3939 
    4040# Set this to 1 to put the individual message links at the top 
  • trunk/swish_website/hypermail/index_head.html

    r1869 r1870  
    7979  </div> 
    8080  <!-- index --> 
    81 <div id="archive"> 
    82 <div id="listheader"> 
     81<div id="archive" class="clearfix"> 
    8382 
    84 <h1>Swish-e User's Discussion List Archive</h1
     83    <div id="listheader"><!-- needed because hypermail adds an extra /div --
    8584 
    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> 
    9086 
    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> 
    10191 
     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 --> 
    102102 
  • trunk/swish_website/hypermail/message_footer.html

    r1869 r1870  
    77        <a href='/license.html'>Swish-e License</a>.<br /> 
    88        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>. 
    1010    </span> 
    1111</div> 
  • trunk/swish_website/hypermail/message_head.html

    r1869 r1870  
    7979  </div> 
    8080  <!-- index --> 
    81 <div id="archive"
     81<div id="archive" class="clearfix"
    8282 
    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> 
    8486 
    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 --> 
    10097 
    10198