]> icculus.org git repositories - duncan/yastx-webclient/blob - railsapp/app/views/layouts/application.rhtml
move to railsapp subdir
[duncan/yastx-webclient] / railsapp / app / views / layouts / application.rhtml
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
2 \r
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\r
4 <head>\r
5 \r
6 <meta name="Description" content="Information architecture, Web Design, Web Standards." />\r
7 <meta name="Keywords" content="your, keywords" />\r
8 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />\r
9 <meta name="Distribution" content="Global" />\r
10 <meta name="Author" content="Erwin Aligam - ealigam@gmail.com" />\r
11 <meta name="Robots" content="index,follow" />\r
12 \r
13 <link rel="stylesheet" href="stylesheets/CoolWater.css" type="text/css" />\r
14 \r
15 <title>miniYaST</title>\r
16         \r
17 </head>\r
18 \r
19 <body>\r
20 <!-- wrap starts here -->\r
21 <div id="wrap">\r
22                 \r
23         <!--header -->\r
24         <div id="header">                       \r
25                                 \r
26                 <h1 id="logo-text"><a href="index.html">YaST</a></h1>           \r
27                 <p id="slogan">remote management</p>            \r
28                         \r
29                 <div id="header-links">\r
30                         <p>\r
31                         <a href="index.html">Home</a> | \r
32                         <a href="index.html">Contact</a> | \r
33                         <a href="index.html">Site Map</a>                       \r
34                         </p>            \r
35                 </div>          \r
36                                                 \r
37         </div>\r
38                 \r
39         <!-- navigation -->     \r
40         <div  id="menu">\r
41                 <ul>\r
42                         <li id="current"><a href="index.html">Home</a></li>\r
43                         <li><a href="index.html">Archives</a></li>\r
44                         <li><a href="index.html">Downloads</a></li>\r
45                         <li><a href="index.html">Services</a></li>\r
46                         <li><a href="index.html">Support</a></li>\r
47                         <li><a href="index.html">About</a></li>         \r
48                 </ul>\r
49         </div>                                  \r
50                         \r
51         <!-- content-wrap starts here -->\r
52         <div id="content-wrap">\r
53                 \r
54                 <div id="main">\r
55 \r
56     <%= yield %>\r
57                         \r
58                 <div id="sidebar">\r
59                         \r
60                         <h2>Search Box</h2>     \r
61                         <form action="#" class="searchform">\r
62                                 <p>\r
63                                 <input name="search_query" class="textbox" type="text" />\r
64                                 <input name="search" class="button" value="Search" type="submit" />\r
65                                 </p>                    \r
66                         </form> \r
67                                         \r
68                         <h2>Sidebar Menu</h2>\r
69                         <ul class="sidemenu">                           \r
70                                 <li><a href="index.html">Home</a></li>\r
71                                 <li><a href="#TemplateInfo">Template Info</a></li>\r
72                                 <li><a href="#SampleTags">Sample Tags</a></li>\r
73                                 <li><a href="http://www.styleshout.com/">More Free Templates</a></li>   \r
74                                 <li><a href="http://www.4templates.com/?aff=ealigam">Premium Templates</a></li> \r
75                         </ul>   \r
76                                 \r
77                         <h2>Links</h2>\r
78                         <ul class="sidemenu">\r
79                                 <li><a href="http://www.pdphoto.org/">PDPhoto.org</a></li>\r
80                                 <li><a href="http://www.squidfingers.com/patterns/">Squidfingers</a></li>\r
81                                 <li><a href="http://www.alistapart.com">Alistapart</a></li>                                     \r
82                                 <li><a href="http://www.cssremix.com">CSS Remix</a></li>\r
83                                 <li><a href="http://www.cssmania/">CSS Mania</a></li>                                   \r
84                         </ul>\r
85                         \r
86                         <h2>Sponsors</h2>\r
87                         <ul class="sidemenu">\r
88                                 <li><a href="http://www.4templates.com/?aff=ealigam"><strong>4templates</strong></a> <br /> Low Cost Hi-Quality Templates</li>\r
89                                 <li><a href="http://store.templatemonster.com?aff=ealigam"><strong>TemplateMonster</strong></a> <br /> Delivering the Best Templates on the Net!</li>\r
90                                 <li><a href="http://tinyurl.com/3cgv2m"><strong>Text Link Ads</strong></a> <br /> Monetized your website</li>\r
91                                 <li><a href="http://www.fotolia.com/partner/114283"><strong>Fotolia</strong></a> <br /> Free stock images or from $1</li>\r
92                                 <li><a href="http://www.dreamstime.com/res338619"><strong>Dreamstime</strong></a> <br /> Lowest Price for High Quality Stock Photos</li>\r
93                                 <li><a href="http://www.dreamhost.com/r.cgi?287326"><strong>Dreamhost</strong></a> <br /> Premium webhosting</li>\r
94                         </ul>\r
95                                 \r
96                         <h2>Wise Words</h2>\r
97                                 \r
98                         <p>&quot;To have a quiet mind is to possess one's mind wholly; to have a calm spirit is to \r
99                         possess one's self.&quot; </p>\r
100                                         \r
101                         <p class="align-right">- Hamilton Mabie</p>\r
102                         \r
103                         <h2>Support Styleshout</h2>\r
104                         <p>If you are interested in supporting my work and would like to contribute, you are\r
105                         welcome to make a small donation through the \r
106                         <a href="http://www.styleshout.com/">donate link</a> on my website - it will \r
107                         be a great help and will surely be appreciated.</p>\r
108                                 \r
109                                         \r
110                 </div>\r
111                                 \r
112         <!-- content-wrap ends here --> \r
113         </div>\r
114         \r
115         <!--footer starts here-->\r
116         <div id="footer">\r
117                         \r
118                 <p>\r
119                 &copy; 2006 <strong>Your Company</strong> | \r
120                 Design by: <a href="http://www.styleshout.com/">styleshout</a> | \r
121                 Valid <a href="http://validator.w3.org/check?uri=referer">XHTML</a> | \r
122                 <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>              \r
123         </p>\r
124                                 \r
125         </div>  \r
126 \r
127 <!-- wrap ends here -->\r
128 </div>\r
129 \r
130 </body>\r
131 </html>\r