|
|
@@ -105,18 +105,6 @@
|
|
|
<label for="passwordInput" id="passwordLabel"></label>
|
|
|
<input type="text" id="passwordInput">
|
|
|
</div>
|
|
|
- <div class="option">
|
|
|
- <label for="createRootDirectoryInput" id="createRootDirectoryLabel"></label>
|
|
|
- <input type="checkbox" id="createRootDirectoryInput">
|
|
|
- </div>
|
|
|
- <div class="option">
|
|
|
- <label for="preventAppendedDataInput" id="preventAppendedDataLabel"></label>
|
|
|
- <input type="checkbox" id="preventAppendedDataInput">
|
|
|
- </div>
|
|
|
- <div class="option">
|
|
|
- <label for="insertTextBodyInput" id="insertTextBodyLabel"></label>
|
|
|
- <input type="checkbox" id="insertTextBodyInput">
|
|
|
- </div>
|
|
|
<div class="option">
|
|
|
<label id="insertEmbeddedImageLabel"></label>
|
|
|
<input type="checkbox" id="insertEmbeddedImageInput" name="embeddedImageInput">
|
|
|
@@ -129,6 +117,18 @@
|
|
|
<label for="insertEmbeddedCustomImageInput" id="insertEmbeddedCustomImageLabel"></label>
|
|
|
<input type="radio" id="insertEmbeddedCustomImageInput" name="embeddedImageInput">
|
|
|
</div>
|
|
|
+ <div class="option">
|
|
|
+ <label for="createRootDirectoryInput" id="createRootDirectoryLabel"></label>
|
|
|
+ <input type="checkbox" id="createRootDirectoryInput">
|
|
|
+ </div>
|
|
|
+ <div class="option">
|
|
|
+ <label for="preventAppendedDataInput" id="preventAppendedDataLabel"></label>
|
|
|
+ <input type="checkbox" id="preventAppendedDataInput">
|
|
|
+ </div>
|
|
|
+ <div class="option">
|
|
|
+ <label for="insertTextBodyInput" id="insertTextBodyLabel"></label>
|
|
|
+ <input type="checkbox" id="insertTextBodyInput">
|
|
|
+ </div>
|
|
|
</details>
|
|
|
<details>
|
|
|
<summary id="htmlContentLabel"></summary>
|