Import xinha so we can switch from htmlarea and fix a bunch of in-browser issues that htmlarea has

This commit is contained in:
Chris Morgan
2005-09-30 02:25:07 +00:00
committed by WineHQ
parent 2311d4d572
commit 9242a68c4a
375 changed files with 26623 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
<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>