~dushyant37/+junk/ArchiverUI

« back to all changes in this revision

Viewing changes to ArchiverUI/archiverui/templates/base/conversation-list.html

  • Committer: Dushyant Bansal
  • Date: 2011-07-20 21:14:24 UTC
  • Revision ID: dushyant37@gmail.com-20110720211424-n0wnhyhkh0cvnmt3
Some fixes in search integration code. Started writing unit tests using nosetest and added support in environment for profiling with the help of repoze.profile

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
        The ${c.listname} ${c.archive} Archive by ${c.archtype}
22
22
</%def>
23
23
<%def name="header()">
24
 
        <a name="start"></A>
25
 
        <h1>${c.archive} Archives by ${c.archtype}</h1>
26
 
        <p>
27
 
        <b><a href="${c.listinfo}">More info on this list...</a></b><br>
28
 
        <b>Starting:</b> <i>${c.firstdate}</i><br>
29
 
        <b>Ending:</b> <i>${c.lastdate}</i><br>
30
 
        <b>Conversations:</b> ${c.num_conversations}<br>
31
 
        </p>
 
24
                <div id="header">
 
25
            <div id="logoBox">
 
26
                <h1 style="margin:0">Mailocate</h1>
 
27
            </div>
 
28
            <div id="searchBox">
 
29
               <form action="/archives/search"> 
 
30
                    <input type="text" name="q" value="${c.search_string}" /> 
 
31
                    <input type="submit" value="Search" /> 
 
32
               </form> 
 
33
            </div>
 
34
            <div style="clear:both">
 
35
            </div>
 
36
            <hr />
 
37
        </div>
 
38
        
32
39
</%def>
33
40
 
34
41
<%def name="footer()">