/src/main/webapp/WEB-INF/includes/header.jsp

http://thoughtsite.googlecode.com/ · JavaServer Pages · 24 lines · 23 code · 1 blank · 0 comment · 0 complexity · dc56289d2c994781ee71651cf7f072bc MD5 · raw file

  1. <div id="header" >
  2. <div id="logo">
  3. <a href="/" border="0">
  4. <img border="0" src="<%=request.getContextPath()%>/public/images/thoughtsite-logo.gif" alt="" width="158" height="70" class="ie-top ie-top-mar-10 ie-bottom-mar-5"/>
  5. </a>
  6. </div>
  7. <!-- search form -->
  8. <div id="search-form">
  9. <form action="<%=request.getContextPath()%>/search/ideas" method="get" onsubmit="return validateSearch();">
  10. <ul class="ie-hm">
  11. <li class="ie-hm" id="signin">
  12. </li>
  13. <li class="ie-hm ie-top-mar-15">
  14. <input name="offset" type="hidden" value="0" />
  15. <input name="type" type="hidden" value="search" />
  16. <input name="keyword" type="text" class="ie-text ie-top" id="keyword" value="Enter Search Keyword" size="20" align="top" >
  17. <input type="image" src="<%=request.getContextPath()%>/public/images/go.gif" name="go" border="0" style="border:none" >
  18. </li>
  19. </ul>
  20. </form>
  21. </div>
  22. <!-- end search form -->
  23. </div>