PageRenderTime 44ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/cms/docs/template_examples/popup_content_example.html

https://github.com/syfisher/limb
HTML | 154 lines | 140 code | 10 blank | 4 comment | 0 complexity | e63767f7a91b707a2c27f24791ecd86d 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>
  3. <head>
  4. <!-- Powered by LIMB | http://www.limb-project.com/ -->
  5. <!-- Designed by BIT | http://www.bit-creative.com/ -->
  6. <title>Панель управления</title>
  7. <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
  8. <link rel="stylesheet" type="text/css" href="../../shared/styles/cp.css">
  9. <!--[if IE]><link rel="stylesheet" type="text/css" href="../../shared/styles/cp_ie.css" /><![endif]-->
  10. <!--[if lt IE 7]><link rel="stylesheet" type="text/css" href="../../shared/styles/cp_ie6.css" /><![endif]-->
  11. <link rel="stylesheet" type="text/css" href="../../shared/styles/thickbox.css">
  12. </head>
  13. <body>
  14. <div id="popup_wrapper">
  15. <form id="test_form" enctype="multipart/form-data" method="post" name="test_form">
  16. <h1>Test</h1>
  17. <div class="tabs">
  18. <ul class="bookmarks">
  19. <li id="fields"><a href="#">Fields</a></li>
  20. <li id="multiline"><a href="#">Multiline</a></li>
  21. <li id="cols"><a href="#">Cols</a></li>
  22. </ul>
  23. <div id="tab_fields" class="bookmarks_content">
  24. <dl class="field">
  25. <dt><label for="text">Text:</label></dt>
  26. <dd><input type="text" name="text" class="input"/></dd>
  27. </dl>
  28. <dl class="field">
  29. <dt><label for="select">Select:</label></dt>
  30. <dd>
  31. <select name="select">
  32. <option>Тест</option>
  33. <option>Тест1</option>
  34. <option>Тест</option>
  35. <option>Тест1</option>
  36. <option>Тест</option>
  37. <option>Тест1</option>
  38. </select>
  39. </dd>
  40. </dl>
  41. <dl class="field">
  42. <dt><label for='textarea'>Textarea:</label></dt>
  43. <dd>
  44. <textarea></textarea>
  45. </dd>
  46. </dl>
  47. </div>
  48. <div id="tab_multiline" class="bookmarks_content">
  49. <dl class="field multiline">
  50. <dt><label for="text">Text:</label></dt>
  51. <dd><input type="text" name="text" class="input"/></dd>
  52. </dl>
  53. <dl class="field multiline">
  54. <dt><label for="select">Select:</label></dt>
  55. <dd>
  56. <select name="select">
  57. <option>Тест</option>
  58. <option>Тест1</option>
  59. <option>Тест</option>
  60. <option>Тест1</option>
  61. <option>Тест</option>
  62. <option>Тест1</option>
  63. </select>
  64. </dd>
  65. </dl>
  66. <dl class="field multiline">
  67. <dt><label for='textarea'>Textarea:</label></dt>
  68. <dd>
  69. <textarea></textarea>
  70. </dd>
  71. </dl>
  72. </div>
  73. <div id="tab_cols" class="bookmarks_content">
  74. <div class="left_side">
  75. <dl class="field multiline">
  76. <dt><label for="text">Text:</label></dt>
  77. <dd><input type="text" name="text" class="input"/></dd>
  78. </dl>
  79. <dl class="field multiline">
  80. <dt><label for="select">Select:</label></dt>
  81. <dd>
  82. <select name="select">
  83. <option>Тест</option>
  84. <option>Тест1</option>
  85. <option>Тест</option>
  86. <option>Тест1</option>
  87. <option>Тест</option>
  88. <option>Тест1</option>
  89. </select>
  90. </dd>
  91. </dl>
  92. <dl class="field multiline">
  93. <dt><label for='textarea'>Textarea:</label></dt>
  94. <dd>
  95. <textarea></textarea>
  96. </dd>
  97. </dl>
  98. </div>
  99. <div class="right_side">
  100. <dl class="field multiline">
  101. <dt><label for="text">Text:</label></dt>
  102. <dd><input type="text" name="text" class="input"/></dd>
  103. </dl>
  104. <dl class="field multiline">
  105. <dt><label for="select">Select:</label></dt>
  106. <dd>
  107. <select name="select">
  108. <option>Тест</option>
  109. <option>Тест1</option>
  110. <option>Тест</option>
  111. <option>Тест1</option>
  112. <option>Тест</option>
  113. <option>Тест1</option>
  114. </select>
  115. </dd>
  116. </dl>
  117. <dl class="field multiline">
  118. <dt><label for='textarea'>Textarea:</label></dt>
  119. <dd>
  120. <textarea></textarea>
  121. </dd>
  122. </dl>
  123. </div>
  124. </div>
  125. </div>
  126. <div class="list_actions">
  127. <input id="create" type="submit" value="создать"/>
  128. <input id="cancel" type="button" runat="client" value="Отмена"/>
  129. </div>
  130. </form>
  131. </div>
  132. <script src="../../../js/shared/js/jquery.js"></script>
  133. <script src="../../../js/shared/js/limb.js"></script>
  134. <script src="../../shared/js/url.js"></script>
  135. <script src="../../shared/js/flash.js"></script>
  136. <script src="../../shared/js/window.js"></script>
  137. <script src="../../shared/js/forms.js"></script>
  138. <script src="../../shared/js/form_elements.js"></script>
  139. <script src="../../shared/js/tabs.js"></script>
  140. <script src="../../shared/js/auto_tabs.js"></script>
  141. <script src="../../shared/js/thickbox.js"></script>
  142. <script src="../../shared/js/cp.js"></script>
  143. </body>
  144. </html>