gecko-dev/editor/dialogs/extrahtmldlog.xml
1999-03-02 15:18:54 +00:00

29 lines
1.1 KiB
XML

<?xml version="1.0"?>
<?xml-stylesheet href="EditorDialog.css" type="text/css"?>
<!DOCTYPE window SYSTEM "extrahtmldlog.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 any attributes you want to add to this tag: &nbsp;&nbsp;</p>
<select size="1" name="extraAttribs.previous">
<optgroup label="prevExtraAttribs">
<option label="attribs 1" value="attribs 1">attribs 1</option>
<option label="attribs 2" value="attribs 2">attribs 2</option>
<option label="attribs 3" value="attribs 3">attribs 3</option>
</optgroup>
</select>
<p/>
<textarea rows="4" cols="50"></textarea>
<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>