1
|
<template>
|
2
|
<li id="import_li">
|
3
|
<span></span>
|
4
|
<input type="checkbox" style="display: inline;" checked></input>
|
5
|
<span></span>
|
6
|
</li>
|
7
|
</template>
|
8
|
<h2> Settings import </h2>
|
9
|
<input id="import_loading_radio" type="radio" name="import_window_content" class="show_next"></input>
|
10
|
<span> Loading... </span>
|
11
|
<input id="import_failed_radio" type="radio" name="import_window_content" class="show_next"></input>
|
12
|
<div>
|
13
|
<span id="import_errormsg"></span>
|
14
|
<input id="import_errordetail_chbx" type="checkbox" class="show_next"></input>
|
15
|
<pre id="import_errordetail"></pre>
|
16
|
<button id="import_failok_but"> OK </button>
|
17
|
</div>
|
18
|
<input id="import_selection_radio" type="radio" name="import_window_content" class="show_next"></input>
|
19
|
<div>
|
20
|
<button id="check_all_import_but"> Check all </button>
|
21
|
<button id="uncheck_all_import_but"> Uncheck all </button>
|
22
|
<button id="uncheck_colliding_import_but"> Uncheck existing </button>
|
23
|
<ul id="import_ul">
|
24
|
</ul>
|
25
|
<button id="commit_import_but"> OK </button>
|
26
|
<button id="cancel_import_but"> Cancel </button>
|
27
|
</div>
|