/src/main/webapp/WEB-INF/jsp/tags/list.jsp

http://thoughtsite.googlecode.com/ · JavaServer Pages · 52 lines · 52 code · 0 blank · 0 comment · 0 complexity · 7a55e038af2bddf78049033ef4bb4fad MD5 · raw file

  1. <html>
  2. <head>
  3. <title>Tags!</title>
  4. <!-- Load the home js file. -->
  5. <script type="text/javascript" src="<%=request.getContextPath()%>/public/js/lib/jquery.history.js"></script>
  6. <script type="text/javascript" src="<%=request.getContextPath()%>/public/js/tags/list.js"></script>
  7. <meta name="currentPage" content="tag" />
  8. </head>
  9. <body>
  10. <div id="internal-pg-content">
  11. <!-- start pagination -->
  12. <div class="ie-clear" >
  13. <form onsubmit="return false;">
  14. <input name="tagKeyword" type="text" class="ie-text ie-top" id="tagKeyword" value="Search Tag" size="15" align="top" />
  15. <a href="javascript:void(0)" id="searchTag"><img style="padding-top:4px" src="<%=request.getContextPath()%>/public/images/go.gif" border="0"/></a>
  16. </form>
  17. </div>
  18. <div id="pagination" class="ie-left ie-width-90 ie-text">
  19. A-Z:
  20. <a href="#" class="page_no">A</a>
  21. <a href="#" class="page_no">B</a>
  22. <a href="#" class="page_no">C</a>
  23. <a href="#" class="page_no">D</a>
  24. <a href="#" class="page_no">E</a>
  25. <a href="#" class="page_no">F</a>
  26. <a href="#" class="page_no">G</a>
  27. <a href="#" class="page_no">H</a>
  28. <a href="#" class="page_no">I</a>
  29. <a href="#" class="page_no">J</a>
  30. <a href="#" class="page_no">K</a>
  31. <a href="#" class="page_no">L</a>
  32. <a href="#" class="page_no">M</a>
  33. <a href="#" class="page_no">N</a>
  34. <a href="#" class="page_no">O</a>
  35. <a href="#" class="page_no">P</a>
  36. <a href="#" class="page_no">Q</a>
  37. <a href="#" class="page_no">R</a>
  38. <a href="#" class="page_no">S</a>
  39. <a href="#" class="page_no">T</a>
  40. <a href="#" class="page_no">U</a>
  41. <a href="#" class="page_no">V</a>
  42. <a href="#" class="page_no">W</a>
  43. <a href="#" class="page_no">X</a>
  44. <a href="#" class="page_no">Y</a>
  45. <a href="#" class="page_no">Z</a>
  46. </div>
  47. <!-- close pagination -->
  48. <div id="cloud-main" class="ie-clear">
  49. </div>
  50. </div>
  51. </body>
  52. </html>