Revision 826b4fd8
Added by koszko about 2 years ago
| html/options.html | ||
|---|---|---|
| 78 | 78 | </style> | 
| 79 | 79 | </head> | 
| 80 | 80 | <body> | 
| 81 | <!-- The invisible div below is for elements that will be cloned. --> | |
| 82 | <div class="hide"> | |
| 83 | <li id="item_li_template"> | |
| 81 | <template> | |
| 82 | <li id="item_li"> | |
| 84 | 83 | <span></span> | 
| 85 | 84 | <button> Edit </button> | 
| 86 | 85 | <button> Remove </button> | 
| 87 | 86 | <button> Export </button> | 
| 88 | 87 | </li> | 
| 89 |       <li id="bag_component_li_template">
 | |
| 88 | <li id="bag_component_li"> | |
| 90 | 89 | <span></span> | 
| 91 | 90 | <button> Remove </button> | 
| 92 | 91 | </li> | 
| 93 |       <li id="chbx_component_li_template">
 | |
| 92 | <li id="chbx_component_li"> | |
| 94 | 93 | <input type="checkbox" style="display: inline;"></input> | 
| 95 | 94 | <span></span> | 
| 96 | 95 | </li> | 
| 97 |       <li id="radio_component_li_template">
 | |
| 96 | <li id="radio_component_li"> | |
| 98 | 97 | <input type="radio" style="display: inline;" name="page_components"></input> | 
| 99 | 98 | <span></span> | 
| 100 | 99 | </li> | 
| 101 |     </div>
 | |
| 100 |     </template>
 | |
| 102 | 101 |  | 
| 103 | 102 | <!-- Mind the show_*s ids below - their format is assumed in js code --> | 
| 104 | 103 | <input type="radio" name="tabs" id="show_repos"></input> | 
Also available in: Unified diff
start using `' tag