This repository has been archived on 2025-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
qemudb/xinha/plugins/SuperClean/dialog.html

33 lines
1.2 KiB
HTML

<h1 id="[h1]"><l10n>Clean up HTML</l10n></h1>
<div style="margin-left: 10px;">
<l10n>Please select from the following cleaning options...</l10n>
<div id="[divTidy]">
<input type="checkbox" name="[tidy]" id="[tidy]" />
<label for="[tidy]">
<l10n>General tidy up and correction of some problems.</l10n></label>
</div>
<div>
<input type="checkbox" name="[word_clean]" id="[word_clean]" />
<label for="[word_clean]">
<l10n>Clean bad HTML from Microsoft Word</l10n></label>
</div>
<div>
<input type="checkbox" name="[faces]" id="[faces]" />
<label for="[faces]">
<l10n>Remove custom typefaces (font "styles").</l10n></label>
</div>
<div>
<input type="checkbox" name="[sizes]" id="[sizes]" />
<label for="[sizes]">
<l10n>Remove custom font sizes.</l10n></label>
</div>
<div>
<input type="checkbox" name="[colors]" id="[colors]" />
<label for="[colors]">
<l10n>Remove custom text colors.</l10n></label>
</div>
<div style="margin-top: 10px;">
<input type="button" id="[ok]" value="_(OK)" />
<input type="button" id="[cancel]" value="_(CANCEL)" />
</div>
</div>