gecko-dev/editor/dialogs/opendlog.xml

40 строки
1.3 KiB
XML

<?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>Open page in</xul:label>
<select size="1" name="open.where">
<optgroup label="prevTargets">
<option label="Navigator" value="Navigator">Navigator</option>
<option label="Composer" value="Composer">Composer</option>
<option label="New Message" value="New Message">New Message</option>
</optgroup>
</select>
</td>
</tr>
<tr>
<td>
<xul:label>Enter the URL or location of the local file you would like to open</xul:label>
<p/>
<input type="file" value=" Choose File... " size="50" length="50" maxlength="255" name="image.url" />
<xul:label> [don't forget to add the recent popdown list] </xul:label>
</td>
</tr>
<tr>
<td>
<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>