gecko-dev/editor/dialogs/opendlog.xml

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

1999-02-25 19:35:36 +03:00
<?xml version="1.0"?>
<?xml-stylesheet href="EditorDialog.css" type="text/css"?>
1999-03-02 18:23:28 +03:00
<!DOCTYPE window SYSTEM "opendlog.dtd">
1999-02-25 19:35:36 +03: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 18:23:28 +03:00
<table xmlns="http://www.w3.org/TR/REC-html40" cellspacing="20">
1999-02-25 19:35:36 +03:00
<tr>
<td>
1999-03-02 18:23:28 +03:00
<p>
Open page in
<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>
</p>
1999-02-25 19:35:36 +03:00
</td>
</tr>
<tr>
<td>
1999-03-02 18:23:28 +03:00
<p>Enter the URL or location of the local file you would like to open</p>
1999-02-25 19:35:36 +03:00
<p/>
<input type="file" value=" Choose File... " size="50" length="50" maxlength="255" name="image.url" />
1999-03-02 18:23:28 +03:00
<p> [don't forget to add the recent popdown list] </p>
1999-02-25 19:35:36 +03:00
</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>