mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
30 lines
1.0 KiB
XML
30 lines
1.0 KiB
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet href="EditorDialog.css" type="text/css"?>
|
|
<!DOCTYPE window SYSTEM "targetdlog.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>Target Name:</p>
|
|
<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>
|