This commit is contained in:
brade%netscape.com 1999-03-02 15:18:54 +00:00
Родитель 8fe328a354
Коммит ddf6bfa1c4
1 изменённых файлов: 10 добавлений и 11 удалений

Просмотреть файл

@ -1,24 +1,23 @@
<?xml version="1.0"?>
<?xml-stylesheet href="EditorDialog.css" type="text/css"?>
<!DOCTYPE dialog>
<!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>
<table xmlns="http://www.w3.org/TR/REC-html40" cellspacing="20">
<tr>
<td>
<xul:label>Enter any attributes you want to add to this tag: &nbsp;&nbsp;</xul:label>
<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>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>
<p/>
<input type="button" id="helpbutton" value=" Help " disabled />
<input type="button" id="cancelbutton" value=" Cancel " />
<input type="button" id="okbutton" value=" OK " disabled />