/[hyperestraier_wrappers]/0.0.12/examples/subway/view/mail.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/mail.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: 1185 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="/">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     <h2>$doc.attr('subject')</h2>
32     <p>
33     From: $doc.attr('from').replace('@', ' at ')<br />
34     Date: $doc.attr('date')<br />
35     </p>
36     <p>
37     #for $text in $doc.texts()
38     <p>$text</p>
39     #end for
40     </p>
41     </div>
42    
43     <!--
44     <div id="footer">
45     <p>Copyright &copy; 2005 blah blah.</p>
46     </div>
47     -->
48     </div>
49    
50    
51     </body>
52     </html>
53    

  ViewVC Help
Powered by ViewVC 1.1.26