gecko-dev/editor/dialogs/targetdlog.xml

30 строки
1.0 KiB
XML
Исходник Обычный вид История

1999-02-25 19:46:58 +03:00
<?xml version="1.0"?>
<?xml-stylesheet href="EditorDialog.css" type="text/css"?>
<!DOCTYPE dialog>
<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>
<xul:label>Target Name:</xul:label>
<p/>
<input type="text" size="40" length="40" maxlength="40" />
<select size="1" name="targets.previous">
<optgroup label="prevTargets">
<option label="target 1" value="target 1">target 1</option>
<option label="target 2" value="target 2">target 2</option>
<option label="target 3" value="target 3">target 3</option>
</optgroup>
</select>
<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>