/[hyperestraier_wrappers]/0.0.12/examples/subway/view/search.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /0.0.12/examples/subway/view/search.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations)
Sat Sep 3 18:02:31 2005 UTC (18 years, 7 months ago) by dpavlin
File MIME type: text/html
File size: 1257 byte(s)
import of hyper_estraier_wrappers-0.0.12.tar.gz

1 dpavlin 1 #filter WebSafe
2     <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4     <html xmlns="http://www.w3.org/1999/xhtml">
5     <head>
6     <title>Mail search engine powered by Subway and Hyper Estraier</title>
7     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8     <style type="text/css">@import url('/public/styles/site.css');</style>
9     </head>
10    
11     <body>
12     <div id="main">
13    
14     <div id="header">
15     <h1><a href="/">$keyword - Mail Search</a></h1>
16     </div>
17    
18     <!-- menu -->
19    
20     <!--
21     <div id="menu">
22     <ul id="nav">
23     <li><a id="a_home" href="/"><span>Home</span></a></li>
24     <li><a id="a_about" href="/about"><span>About</span></a></li>
25     </ul>
26     </div>
27     -->
28    
29     <!-- content -->
30     <div id="content">
31     #include "view/form.html"
32    
33     #for $id in $numbers
34     #set $doc = $db.get_doc($id, 0)
35     <h2>$doc.attr('subject')</h2>
36     <p>
37     From: $doc.attr('from').replace("@", " at ")<br />
38     Date: $doc.attr('date')<br />
39     <a href="mail?id=$doc.id()">more</a>
40     </p>
41     #end for
42     </div>
43    
44     <!--
45     <div id="footer">
46     <p>Copyright &copy; 2005 blah blah.</p>
47     </div>
48     -->
49     </div>
50    
51    
52     </body>
53     </html>
54    

  ViewVC Help
Powered by ViewVC 1.1.26