Revision 826b4fd8
Added by koszko about 2 years ago
| html/display-panel.html | ||
|---|---|---|
| 35 | 35 |
</style> |
| 36 | 36 |
</head> |
| 37 | 37 |
<body> |
| 38 |
<!-- The invisible div below is for elements that will be cloned. --> |
|
| 39 |
<div class="hide"> |
|
| 40 |
<li id="pattern_li_template"> |
|
| 38 |
<template> |
|
| 39 |
<li id="pattern_li"> |
|
| 41 | 40 |
<span></span> |
| 42 | 41 |
<button>View in settings</button> |
| 43 | 42 |
</li> |
| 44 |
<li id="query_match_li_template" class="queried_pattern_match" data-template="li">
|
|
| 43 |
<li id="query_match_li" class="queried_pattern_match" data-template="li"> |
|
| 45 | 44 |
<div> |
| 46 | 45 |
<span>pattern:</span> |
| 47 | 46 |
<span class="bold" data-template="pattern"></span> |
| 48 | 47 |
<button data-template="btn">Install</button> |
| 49 | 48 |
</div> |
| 50 |
<div id="unrollable_component_template" data-template="unroll_container">
|
|
| 49 |
<div id="unrollable_component" data-template="unroll_container"> |
|
| 51 | 50 |
<span data-template="component_label">payload:</span> |
| 52 | 51 |
<input type="checkbox" class="unroll_chbx" data-template="chbx"></input> |
| 53 | 52 |
<br data-template="br"/> |
| ... | ... | |
| 61 | 60 |
<div data-template="unroll"></div> |
| 62 | 61 |
</div> |
| 63 | 62 |
</li> |
| 64 |
</div>
|
|
| 63 |
</template>
|
|
| 65 | 64 |
|
| 66 | 65 |
<input id="show_install_view_chbx" type="checkbox" class="show_hide_next2"></input> |
| 67 | 66 |
<div id="install_view"> |
Also available in: Unified diff
start using `' tag