diff options
author | Wojtek Kosior <koszko@koszko.org> | 2021-08-14 10:07:28 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2021-08-14 10:07:28 +0200 |
commit | 443bc095a72949adb4a007c9a19a43da7dd8843d (patch) | |
tree | 4b3e392057d8939961a3e707ae596cd85e6fa623 /html/import_frame.html | |
parent | ae1844f9ac935eb3c89314cd402b4ec2c3d0f537 (diff) | |
parent | 2fbab2f07d3cebde1fba0e801df4f3e9129e463b (diff) | |
download | browser-extension-443bc095a72949adb4a007c9a19a43da7dd8843d.tar.gz browser-extension-443bc095a72949adb4a007c9a19a43da7dd8843d.zip |
merge facility to install from Hydrilla
Diffstat (limited to 'html/import_frame.html')
-rw-r--r-- | html/import_frame.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/html/import_frame.html b/html/import_frame.html new file mode 100644 index 0000000..c86c3de --- /dev/null +++ b/html/import_frame.html @@ -0,0 +1,27 @@ +<div style="display: none;"> + <li id="import_li_template"> + <span></span> + <input type="checkbox" style="display: inline;" checked></input> + <span></span> + </li> +</div> +<h2> Settings import </h2> +<input id="import_loading_radio" type="radio" name="import_window_content" class="show_next"></input> +<span> Loading... </span> +<input id="import_failed_radio" type="radio" name="import_window_content" class="show_next"></input> +<div> + <span id="import_errormsg"></span> + <input id="import_errordetail_chbx" type="checkbox" class="show_next"></input> + <pre id="import_errordetail"></pre> + <button id="import_failok_but"> OK </button> +</div> +<input id="import_selection_radio" type="radio" name="import_window_content" class="show_next"></input> +<div> + <button id="check_all_import_but"> Check all </button> + <button id="uncheck_all_import_but"> Uncheck all </button> + <button id="uncheck_colliding_import_but"> Uncheck existing </button> + <ul id="import_ul"> + </ul> + <button id="commit_import_but"> OK </button> + <button id="cancel_import_but"> Cancel </button> +</div> |