mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
29 lines
1.0 KiB
XML
29 lines
1.0 KiB
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet href="EditorDialog.css" type="text/css"?>
|
|
<!DOCTYPE window SYSTEM "htmldlog.dtd">
|
|
<window xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
xmlns:html="http://www.w3.org/TR/REC-html40">
|
|
|
|
<table xmlns="http://www.w3.org/TR/REC-html40" cellspacing=20>
|
|
<tr>
|
|
<td>
|
|
<p>Enter one or more HTML tags and attributes: </p>
|
|
<select size="1" name="htmltags.previous">
|
|
<optgroup label="prevTags">
|
|
<option label="tag 1" value="tag 1">tag 1</option>
|
|
<option label="tag 2" value="tag 2">tag 2</option>
|
|
<option label="tag 3" value="tag 3">tag 3</option>
|
|
</optgroup>
|
|
</select>
|
|
<p/>
|
|
<textarea rows="4" cols="50"></textarea>
|
|
|
|
<p/>
|
|
<input type="button" id="helpbutton" value=" Help " disabled />
|
|
<input type="button" id="cancelbutton" value=" Cancel " />
|
|
<input type="button" id="okbutton" value=" OK " disabled />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</window> |