Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thsmi/sieve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schmid <schmid-thomas@gmx.net>2018-03-05 00:15:30 +0300
committerThomas Schmid <schmid-thomas@gmx.net>2018-03-05 00:15:30 +0300
commitff3b403a278aafafa9af11c11f103516c2ef66c6 (patch)
tree64c3a13523f15960304a4017de0be5ce0ecb81fc
parenta5a8e3ecc3258ba4edb4faec868ba3b2a1f1bb7d (diff)
Fix document format0.2.10
-rw-r--r--src/common/libSieve/RFC5228/widgets/SieveHeaderTestUI.html147
1 files changed, 70 insertions, 77 deletions
diff --git a/src/common/libSieve/RFC5228/widgets/SieveHeaderTestUI.html b/src/common/libSieve/RFC5228/widgets/SieveHeaderTestUI.html
index 26e28bb2..8bef7550 100644
--- a/src/common/libSieve/RFC5228/widgets/SieveHeaderTestUI.html
+++ b/src/common/libSieve/RFC5228/widgets/SieveHeaderTestUI.html
@@ -13,91 +13,84 @@
<div id="sivSieveDialog" style="background-color: #EEEEEE;">
-<style>
- @import url('./toolkit/widgets/tabDialog.css');
- @import url('./RFC5228/widgets/sivSieveUI.css');
-</style>
+ <style>
+ @import url('./toolkit/widgets/tabDialog.css');
+ @import url('./RFC5228/widgets/sivSieveUI.css');
+ </style>
- <div>
- <!-- System -->
- <div id="sivEditMain">
- <!-- Appbar -->
- <div style="border-bottom: 1px solid #E3E3E3; background-color: #607D8B;">
- <div class="dialogTab">
- <div class="tab-active" tab-content="sivHeaderGeneralContent">BASIC</div>
- <div tab-content="sivHeaderAdvancedContent">ADVANCED</div>
- <div tab-content="sivHeaderHelpContent" >HELP</div>
- </div>
- </div>
- <!-- content -->
- <div class="tab-content">
- <!-- content for help tab -->
- <div id="sivHeaderHelpContent">
-<h1>Compares header as strings</h1>
- <p>You typically use this test with headers containing subject line or a spam score</p>
- <p>Do not use this test, if the header should be matched against a mail addresses.
- The result will be unrealiable, as this test is not aware of display names.
- Use the address test instead
- </p>
- </div>
-
- <!-- content for general tab -->
- <div id="sivHeaderGeneralContent" class="tab-active" >
- <h1>Any of the following header ... </h1>
- <div id="sivHeaderHeaderList"
- list-new="#sivHeaderHeaderListAdd"
- list-items="#sivHeaderHeaderListItems"
- list-template="#sivHeaderHeaderListTemplate"
- list-min="1">
+ <div>
+ <!-- System -->
+ <div id="sivEditMain">
+ <!-- Appbar -->
+ <div style="border-bottom: 1px solid #E3E3E3; background-color: #607D8B;">
+ <div class="dialogTab">
+ <div class="tab-active" tab-content="sivHeaderGeneralContent">BASIC</div>
+ <div tab-content="sivHeaderAdvancedContent">ADVANCED</div>
+ <div tab-content="sivHeaderHelpContent">HELP</div>
+ </div>
+ </div>
+ <!-- content -->
+ <div class="tab-content">
+ <!-- content for help tab -->
+ <div id="sivHeaderHelpContent">
+ <h1>Compares header as strings</h1>
+ <p>You typically use this test with headers containing subject line or a spam score</p>
+ <p>Do not use this test, if the header should be matched against a mail addresses. The result will be unrealiable,
+ as this test is not aware of display names. Use the address test instead
+ </p>
+ </div>
+ <!-- content for general tab -->
+ <div id="sivHeaderGeneralContent" class="tab-active">
+ <h1>Any of the following header ... </h1>
+ <div id="sivHeaderHeaderList" list-new="#sivHeaderHeaderListAdd" list-items="#sivHeaderHeaderListItems" list-template="#sivHeaderHeaderListTemplate"
+ list-min="1">
- <datalist id="sivHeaderDefaults">
- <option value="Subject" />
- <option value="Date" />
- <option value="Message-ID" />
- <option value="Content-Type" />
- </datalist>
- <div id="sivHeaderHeaderListTemplate" style="display:none">
- <div>
- <input type="text" list="sivHeaderDefaults"/>
- <button>remove</button>
- </div>
- </div>
- <div id="sivHeaderHeaderListItems">
- <div>
- <button id="sivHeaderHeaderListAdd">add</button>
- </div>
- </div>
- </div>
+ <datalist id="sivHeaderDefaults">
+ <option value="Subject" />
+ <option value="Date" />
+ <option value="Message-ID" />
+ <option value="Content-Type" />
+ </datalist>
- <div id="sivHeaderMatchTypes"> </div>
- <h1>... any of the keyword(s):</h1>
- <div id="sivHeaderKeyList"
- list-new="#sivHeaderKeyListAdd"
- list-items="#sivHeaderKeyListItems"
- list-template="#sivHeaderKeyListTemplate"
- list-min="1">
+ <div id="sivHeaderHeaderListTemplate" style="display:none">
+ <div>
+ <input type="text" list="sivHeaderDefaults" />
+ <button>remove</button>
+ </div>
+ </div>
+ <div id="sivHeaderHeaderListItems">
+ <div>
+ <button id="sivHeaderHeaderListAdd">add</button>
+ </div>
+ </div>
+ </div>
- <div id="sivHeaderKeyListTemplate" style="display:none">
- <div>
- <input type="text" />
- <button>remove</button>
- </div>
- </div>
- <div id="sivHeaderKeyListItems">
- <div>
- <button id="sivHeaderKeyListAdd">add</button>
- </div>
- </div>
- </div>
- </div>
+ <div id="sivHeaderMatchTypes"> </div>
+ <h1>... any of the keyword(s):</h1>
+ <div id="sivHeaderKeyList" list-new="#sivHeaderKeyListAdd" list-items="#sivHeaderKeyListItems" list-template="#sivHeaderKeyListTemplate"
+ list-min="1">
- <!-- content for advanced tab -->
- <div id="sivHeaderAdvancedContent">
- <div id="sivHeaderComparator"></div>
- </div>
+ <div id="sivHeaderKeyListTemplate" style="display:none">
+ <div>
+ <input type="text" />
+ <button>remove</button>
+ </div>
+ </div>
+ <div id="sivHeaderKeyListItems">
+ <div>
+ <button id="sivHeaderKeyListAdd">add</button>
+ </div>
</div>
+ </div>
+ </div>
+
+ <!-- content for advanced tab -->
+ <div id="sivHeaderAdvancedContent">
+ <div id="sivHeaderComparator"></div>
</div>
+ </div>
</div>
+ </div>
</div> \ No newline at end of file