Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Samples / MindDump / Castle.Applications.MindDump.Web / views / layouts / anothertheme.vm
blobc73e6e3d5794710962e8972f129a84d163b0f8da
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">\r
2 <html>\r
3 <head>\r
4     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">\r
5     <meta http-equiv="Content-Language" content="en">\r
6     <title>${blog.name}</title>\r
7 \r
8     <link rel="stylesheet" type="text/css" href="/css/base.css" />\r
9     <link rel="stylesheet" type="text/css" href="/css/theme.css" />\r
10     <style type="text/css">\r
11     </style>\r
12     <script type="text/javascript" src="/theme/scripts/roller.js"></script>\r
13 </head>\r
15 <body>\r
16   <table border="0" cellspacing="0" cellpadding="0" width="100%">\r
17      <tbody>\r
18         <tr>\r
19            <td width="100%" bgcolor="#666666">\r
20            </td>\r
21         </tr>\r
22         <tr>\r
23            <td width="100%" bgcolor="#ffffff">\r
24            </td>\r
25         </tr>\r
26         <tr>\r
27            <td class="title" width="100%" bgcolor="#cccc99" valign="top">${blog.name}<br>\r
28              <font class="descrip">${blog.description}</font>\r
29            </td>\r
30         </tr>\r
31         <tr>\r
32            <td width="100%" bgcolor="#000000">\r
33            </td>\r
34         </tr>\r
35      </tbody>\r
36   </table>\r
38   <table border="0" cellspacing="0" cellpadding="0" width="100%">\r
39      <tbody>\r
40         <tr>\r
41            <td valign="top" width="555" class="body">\r
42 <br />\r
44 <p>\r
45    <h3>${lastpost.title}</h3>\r
46    \r
47    <div>\r
48    ${lastpost.contents}\r
49    </div>\r
50  \r
51    <span class="dateStamp">(First Published at ${lastpost.date})</span>\r
52    \r
53 </p>\r
54     \r
55            </td>\r
57            <td width="1" bgcolor="#000000" rowspan="2">\r
58            </td>\r
60            <td valign="top" width="175">\r
62               <table border="0" cellspacing="0" cellpadding="0"\r
63               width="100%">\r
64                  <tbody>\r
65                     <tr>\r
66                        <td bgcolor="#cccccc">\r
67                        </td>\r
68                     </tr>\r
69                  </tbody>\r
70               </table>\r
72               <table border="0" cellspacing="0" cellpadding="0" width="100%">\r
74                  <tbody>\r
75                     <tr>\r
76                        <td bgcolor="#cccccc"><font class="\r
77                        subhead">Links</font></td>\r
78                     </tr>\r
79                     <tr>\r
80                        <td bgcolor="#000000">\r
81                        </td>\r
82                     </tr>\r
83                     <tr>\r
84                        <td>\r
85 <ul>\r
86         <li><a id="MyLinks1_HomeLink" href="/${blog.author.login}/view.rails">Home</a></li>\r
87         <li><a id="MyLinks1_Admin" href="/account/authentication.rails">Login</a></li>\r
88         <li><a id="MyLinks1_HomeLink" href="/${blog.author.login}/view.rails?printable=true">Printable</a></li>\r
89 </ul>\r
90                        </td>\r
91                     </tr>\r
92                  </tbody>\r
94               </table>\r
97               <table border="0" cellspacing="0" cellpadding="0" width="100%">\r
99                  <tbody>\r
100                     <tr>\r
101                        <td bgcolor="#cccccc"><font class="\r
102                        subhead">Old posts</font></td>\r
103                     </tr>\r
104                     <tr>\r
105                        <td bgcolor="#000000">\r
106                        </td>\r
107                     </tr>\r
108                     <tr>\r
109                        <td>\r
110 <ul>\r
111 #foreach( $entry in $posts )\r
112         <li><a href="view.rails?entryid=$entry.id">$entry.title</a> </li>\r
113 #end\r
114 </ul>\r
115                        </td>\r
116                     </tr>\r
117                  </tbody>\r
119               </table>\r
120            </td>\r
122            <td width="1" bgcolor="#000000" rowspan="2">\r
123            </td>\r
125            <td bgcolor="#aaaaaa" rowspan="2">\r
126            </td>\r
127         </tr>\r
129         <tr>\r
130            <td width="375">\r
131            </td>\r
132            <td width="175" bgcolor="#666666">\r
133            </td>\r
134         </tr>\r
136         <tr>\r
137            <td colspan="5" bgcolor="#999999">\r
139            </td>\r
140         </tr>\r
142      </tbody>\r
143   </table>\r
144   <br>\r
145   <br>\r
146   <br>\r
147   <br>\r
149 </body>\r
150 </html>\r