1999-02-25 16:07:25 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<?xml-stylesheet href="EditorDialog.css" type="text/css"?>
|
1999-03-02 15:18:54 +00:00
|
|
|
<!DOCTYPE window SYSTEM "extrahtmldlog.dtd">
|
1999-02-25 16:07:25 +00:00
|
|
|
<window xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
xmlns:html="http://www.w3.org/TR/REC-html40">
|
|
|
|
|
1999-03-02 15:18:54 +00:00
|
|
|
<table xmlns="http://www.w3.org/TR/REC-html40" cellspacing="20">
|
1999-02-25 16:07:25 +00:00
|
|
|
<tr>
|
|
|
|
<td>
|
1999-03-02 15:18:54 +00:00
|
|
|
<p>Enter any attributes you want to add to this tag: </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>
|
1999-02-25 16:07:25 +00:00
|
|
|
<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>
|