PageRenderTime 59ms CodeModel.GetById 30ms RepoModel.GetById 1ms app.codeStats 0ms

/app/views/layouts/customers.html.erb

https://github.com/dhponrails/mycustomers
Ruby HTML | 44 lines | 41 code | 3 blank | 0 comment | 0 complexity | 978a5d4dba06723cf3636fac98e5e655 MD5 | raw file
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  5. <%= stylesheet_link_tag 'inc/style' %>
  6. <title><%= @title ||= 'Welcome!' %></title>
  7. </head>
  8. <body>
  9. <div id="wrapper">
  10. <div id="header">
  11. <div id="hright">
  12. <div id="hrighttop">
  13. <p><%= render :partial => "users/user_bar" %></p>
  14. </div>
  15. <div id="menu">
  16. <ul>
  17. <li><a href="http://127.0.0.1:3000/">Home</a> |</li>
  18. <li><a href="http://www.free-css.com/">Services</a> |</li>
  19. <li><a href="http://www.free-css.com/">Our people</a> |</li>
  20. <li><a href="http://www.free-css.com/">Client list</a> |</li>
  21. <li><a href="http://www.free-css.com/">Our Process</a> |</li>
  22. <li><a href="http://www.free-css.com/">Contact us</a></li>
  23. </ul>
  24. </div>
  25. </div>
  26. <div id="title">
  27. <h3>Bay Web Soft Marketing</h3>
  28. <p>Keep connected.</p>
  29. </div>
  30. </div>
  31. <div id="bottomcontenttop"></div>
  32. <div id="bottomcontent">
  33. <p style="color: green"><%= flash[:notice] %></p>
  34. <%= yield %>
  35. </div>
  36. <div id="bottomcontentbtm"></div>
  37. <div id="footer">
  38. <p>&copy;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>
  39. </div>
  40. </body>
  41. </html>