jggui.html 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332
  1. <form method="post" action="#">
  2. <div id="jggui">
  3. <ul class="ui-tabs-nav">
  4. <li><a href="#panel-1"><span>Type</span></a></li>
  5. <li><a href="#panel-2"><span>Options</span></a></li>
  6. <li><a href="#panel-3"><span>Colors</span></a></li>
  7. <li><a href="#panel-4"><span>Background</span></a></li>
  8. <li><a href="#panel-5"><span>Grid</span></a></li>
  9. <li><a href="#panel-6"><span>Export</span></a></li>
  10. </ul>
  11. <div id="panel-1" class="ui-tabs-panel">
  12. <div class="icon"><img src="img/bvg.png" /></div>
  13. <div class="icon"><img src="img/bvs.png" /></div>
  14. <div class="icon"><img src="img/bhg.png" /></div>
  15. <div class="icon"><img src="img/bhs.png" /></div>
  16. <div class="icon"><img src="img/p.png" /></div>
  17. <div class="icon"><img src="img/p3.png" /></div>
  18. <div class="icon"><img src="img/lc.png" /></div>
  19. <div class="icon"><img src="img/fillall.png" /></div>
  20. <div class="icon"><img src="img/fillbottom.png" /></div>
  21. </div>
  22. <div id="panel-2" class="ui-tabs-panel">
  23. <table width="40%" style="float:left;">
  24. <colgroup>
  25. <col width="40%"></col>
  26. <col width="60%"></col>
  27. </colgroup>
  28. <tbody>
  29. <tr>
  30. <th>Title</th>
  31. <td>
  32. <input type="text" name="title" class="title" />
  33. </td>
  34. </tr>
  35. <tr>
  36. <th>Title size</th>
  37. <td >
  38. <input type="text" class="spinner custom" id="title_size" value="12" size="3" />
  39. </td>
  40. </tr>
  41. <tr>
  42. <th>Title color</th>
  43. <td class="color">
  44. <input type="text" id="title_color" name="title_color" class="hex" value="e6e6e6" />
  45. </td>
  46. </tr>
  47. </tbody>
  48. </table>
  49. <table width="40%" style="float:right;">
  50. <colgroup>
  51. <col width="40%"></col>
  52. <col width="60%"></col>
  53. </colgroup>
  54. <tbody>
  55. <tr>
  56. <th>Height</th>
  57. <td><!-- todo : class hex custom , continue bg -->
  58. <input type="text" name="height" class="spinner custom" id="ch_height" size="5"/>
  59. </td>
  60. </tr>
  61. <tr>
  62. <th>Width</th>
  63. <td >
  64. <input type="text" name="width" class="spinner custom" id="ch_width" size="5" />
  65. </td>
  66. </tr>
  67. <tr class="bar">
  68. <th>Bar Width</th>
  69. <td>
  70. <input type="text" name="bar_width" class="spinner custom" id="bar_width" size="5"/>
  71. </td>
  72. </tr>
  73. <tr class="bar">
  74. <th>Bar Spacing</th>
  75. <td >
  76. <input type="text" name="bar_spacing" class="spinner custom" id="bar_spacing" size="5" />
  77. </td>
  78. </tr>
  79. <tr class="axis_step">
  80. <th>Axis step</th>
  81. <td>
  82. <input type="text" class="spinner" id="axis_step" />
  83. </td>
  84. </tr>
  85. </tbody>
  86. </table>
  87. <div class="clearfix">
  88. <div class="right">
  89. <input type="button" name="refresh" value="refresh" class="button refresh" />
  90. </div>
  91. </div>
  92. </div>
  93. <div id="panel-3" class="ui-tabs-panel">
  94. <table width="50%" style="float:left;" id="seriestable">
  95. <thead>
  96. <tr>
  97. <th class="state">Serie</th>
  98. <th>Color</th>
  99. <th class="line">Line Width</th>
  100. <th class="line">Length Line</th>
  101. <th class="line">Length Blank</th>
  102. </tr>
  103. </thead>
  104. <tbody>
  105. </tbody>
  106. </table>
  107. <table width="40%" style="float:left;" id="filltable">
  108. <thead>
  109. <tr>
  110. <th class="state">Option</th>
  111. <th>Value</th>
  112. </tr>
  113. </thead>
  114. <tbody>
  115. <tr class="filltop">
  116. <th>Fill Top Color</th>
  117. <td>
  118. <input type="text" class="hex" id="filltop" />
  119. </td>
  120. </tr>
  121. </tbody>
  122. </table>
  123. <div class="clearfix">
  124. <div class="right">
  125. <input type="button" name="refresh" value="refresh" class="button refresh" />
  126. </div>
  127. </div>
  128. </div>
  129. <div id="panel-4" class="ui-tabs-panel">
  130. <table width="40%" style="float:left;" id="background">
  131. <caption>Background</caption>
  132. <thead>
  133. <tr>
  134. <th class="state">Option</th>
  135. <th>Value</th>
  136. </tr>
  137. </thead>
  138. <tbody>
  139. <tr class="">
  140. <th>Type</th>
  141. <td>
  142. <select name="chart-background" id="chart-background">
  143. <option selected="selected">disabled</option>
  144. <option>solid</option>
  145. <option>gradient</option>
  146. <option>stripes</option>
  147. </select>
  148. </td>
  149. </tr>
  150. <tr class="background1">
  151. <th>Primary color</th>
  152. <td>
  153. <input type="text" class="hex custom" id="background1" />
  154. </td>
  155. </tr>
  156. <tr class="background2">
  157. <th>Secondary color</th>
  158. <td>
  159. <input type="text" class="hex custom" id="background2" />
  160. </td>
  161. </tr>
  162. <tr class="bg_angle">
  163. <th>Angle</th>
  164. <td>
  165. <input type="text" class="spinner custom" id="bg_angle" size="3" />
  166. </td>
  167. </tr>
  168. <tr class="stripe_width">
  169. <th>Stripe width</th>
  170. <td>
  171. <input type="text" class="spinner custom" id="stripe_width" size="3" />
  172. </td>
  173. </tr>
  174. <tr class="bg_trasparency">
  175. <th>Trasparency</th>
  176. <td>
  177. <div class="bg_trasparency_bool">
  178. <input type="text" class="spinner custom" id="bg_trasparency" size="4" />
  179. </div>
  180. <input type="checkbox" id="bg_trasparency_bool" />
  181. </td>
  182. </tr>
  183. </tbody>
  184. </table>
  185. <table width="40%" style="float:left;" id="chartarea">
  186. <caption>Background</caption>
  187. <thead>
  188. <tr>
  189. <th class="state">Option</th>
  190. <th>Value</th>
  191. </tr>
  192. </thead>
  193. <tbody>
  194. <tr class="">
  195. <th>Type</th>
  196. <td>
  197. <select name="chartarea-background" id="chartarea-background">
  198. <option selected="selected">disabled</option>
  199. <option>solid</option>
  200. <option>gradient</option>
  201. <option>stripes</option>
  202. </select>
  203. </td>
  204. </tr>
  205. <tr class="ch_background1">
  206. <th>Primary color</th>
  207. <td>
  208. <input type="text" class="hex custom" id="ch_background1" />
  209. </td>
  210. </tr>
  211. <tr class="ch_background2">
  212. <th>Secondary color</th>
  213. <td>
  214. <input type="text" class="hex custom" id="ch_background2" />
  215. </td>
  216. </tr>
  217. <tr class="ch_bg_angle">
  218. <th>Angle</th>
  219. <td>
  220. <input type="text" class="spinner custom" id="ch_bg_angle" size="3" />
  221. </td>
  222. </tr>
  223. <tr class="ch_stripe_width">
  224. <th>Stripe width</th>
  225. <td>
  226. <input type="text" class="spinner custom" id="ch_stripe_width" size="3" />
  227. </td>
  228. </tr>
  229. <tr class="ch_bg_trasparency">
  230. <th>Trasparency</th>
  231. <td>
  232. <div class="ch_bg_trasparency_bool">
  233. <input type="text" class="spinner custom" id="ch_bg_trasparency" size="4" />
  234. </div>
  235. <input type="checkbox" id="ch_bg_trasparency_bool" />
  236. </td>
  237. </tr>
  238. </tbody>
  239. </table>
  240. <div class="clearfix">
  241. <div class="right">
  242. <input type="button" name="refresh" value="refresh" class="button refresh" />
  243. </div>
  244. </div>
  245. </div>
  246. <div id="panel-5" class="ui-tabs-panel">
  247. <table width="40%" style="float:left;" id="gridtable">
  248. <caption>Grid</caption>
  249. <thead>
  250. <tr>
  251. <th class="state">Option</th>
  252. <th>Value</th>
  253. </tr>
  254. </thead>
  255. <tbody>
  256. <tr class="">
  257. <th>Type</th>
  258. <td>
  259. <input type="checkbox" id="grid" />
  260. </td>
  261. </tr>
  262. <tr class="grid_x">
  263. <th>Grid step x</th>
  264. <td>
  265. <input type="text" class="spinner custom" id="grid_x" size="3" value="10" />
  266. </td>
  267. </tr>
  268. <tr class="grid_y">
  269. <th>Grid step y</th>
  270. <td>
  271. <input type="text" class="spinner custom" id="grid_y" size="3" value="10" />
  272. </td>
  273. </tr>
  274. <tr class="grid_line">
  275. <th>Grid length line</th>
  276. <td>
  277. <input type="text" class="spinner custom" id="grid_line" size="3" value="1" />
  278. </td>
  279. </tr>
  280. <tr class="grid_blank">
  281. <th>Grid length blank</th>
  282. <td>
  283. <input type="text" class="spinner custom" id="grid_blank" size="3" value="1" />
  284. </td>
  285. </tr>
  286. </tbody>
  287. </table>
  288. <div class="clearfix">
  289. <div class="right">
  290. <input type="button" name="refresh" value="refresh" class="button refresh" />
  291. </div>
  292. </div>
  293. </div>
  294. <div id="panel-6" class="ui-tabs-panel">
  295. <ul class="ui-tabs-nav export">
  296. <li><a href="#panel-6a"><span>Html</span></a></li>
  297. <li><a href="#panel-6b"><span>Metadata</span></a></li>
  298. <li><a href="#panel-6c"><span>Url</span></a></li>
  299. <li><a href="#panel-6d"><span>jgcharts</span></a></li>
  300. </ul>
  301. <div id="panel-6a" class="ui-tabs-panel export">
  302. <p>
  303. <textarea id="export_html" rows="6" class="export"></textarea>
  304. </p>
  305. </div>
  306. <div id="panel-6b" class="ui-tabs-panel export">
  307. <p>
  308. <textarea id="export_metadata" rows="6" class="export"></textarea>
  309. </p>
  310. </div>
  311. <div id="panel-6c" class="ui-tabs-panel export">
  312. <p>
  313. <textarea id="export_url" rows="6" class="export"></textarea>
  314. </p>
  315. </div>
  316. <div id="panel-6d" class="ui-tabs-panel export">
  317. <p>
  318. <textarea id="export_jgcharts" rows="6" class="export"></textarea>
  319. </p>
  320. </div>
  321. </div>
  322. </div>
  323. </form>