/app/views/layouts/customers.html.erb
Ruby HTML | 44 lines | 41 code | 3 blank | 0 comment | 0 complexity | 978a5d4dba06723cf3636fac98e5e655 MD5 | raw file
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
-
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <%= stylesheet_link_tag 'inc/style' %>
- <title><%= @title ||= 'Welcome!' %></title>
- </head>
- <body>
- <div id="wrapper">
- <div id="header">
- <div id="hright">
- <div id="hrighttop">
- <p><%= render :partial => "users/user_bar" %></p>
- </div>
- <div id="menu">
- <ul>
-
- <li><a href="http://127.0.0.1:3000/">Home</a> |</li>
- <li><a href="http://www.free-css.com/">Services</a> |</li>
- <li><a href="http://www.free-css.com/">Our people</a> |</li>
- <li><a href="http://www.free-css.com/">Client list</a> |</li>
- <li><a href="http://www.free-css.com/">Our Process</a> |</li>
- <li><a href="http://www.free-css.com/">Contact us</a></li>
- </ul>
- </div>
- </div>
- <div id="title">
- <h3>Bay Web Soft Marketing</h3>
- <p>Keep connected.</p>
- </div>
- </div>
- <div id="bottomcontenttop"></div>
- <div id="bottomcontent">
- <p style="color: green"><%= flash[:notice] %></p>
- <%= yield %>
- </div>
- <div id="bottomcontentbtm"></div>
- <div id="footer">
- <p>©2009 Baywebsoft - <a href="http://www.modetwentythree.com/">m23</a> | <a href="mailto:collingrasley@gmail.com">coll23</a> | <a href="http://www.free-css.com/">Home</a> | <a href="http://www.free-css.com/">Our people</a> | <a href="http://www.free-css.com/">Client list</a> | <a href="http://www.free-css.com/">Our process</a> | <a href="http://www.free-css.com/">Contact us</a> | <a href="http://www.free-css.com/">RSS Feed</a> | <a target="_blank" href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> and <a target="_blank" href="http://validator.w3.org/check?uri=referer">XHTML</a></p>
- </div>
- </body>
- </html>