1999-06-04 23:28:56 +00:00
|
|
|
<?xml version="1.0"?>
|
1999-06-08 20:51:34 +00:00
|
|
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
1999-06-04 23:28:56 +00:00
|
|
|
<!DOCTYPE window
|
|
|
|
[
|
|
|
|
<!ENTITY window.title "Advanced">
|
1999-08-05 21:41:40 +00:00
|
|
|
<!ENTITY lHeader "Applications">
|
|
|
|
<!ENTITY rHeader "Specify helper applications for different file types">
|
1999-06-04 23:28:56 +00:00
|
|
|
<!ENTITY descript "Description">
|
|
|
|
<!ENTITY aimLaunchSelect.label "AOL Instant Messenger Launch">
|
1999-08-05 22:10:12 +00:00
|
|
|
<!ENTITY newTypeButton.label "New Type...">
|
1999-06-04 23:28:56 +00:00
|
|
|
<!ENTITY editButton.label "Edit...">
|
|
|
|
<!ENTITY removeButton.label "Remove">
|
|
|
|
<!ENTITY file "File type details">
|
|
|
|
<!ENTITY exten "Extention:">
|
1999-08-05 22:10:12 +00:00
|
|
|
<!ENTITY mimeType "Mime Type:">
|
1999-06-04 23:28:56 +00:00
|
|
|
<!ENTITY handle "Handled By:">
|
|
|
|
]>
|
|
|
|
|
|
|
|
|
1999-06-19 01:00:05 +00:00
|
|
|
<xul:window xmlns:html="http://www.w3.org/TR/REC-html40"
|
1999-06-04 23:28:56 +00:00
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
onload="return StartUp('Applications');" title="&window.title;">
|
|
|
|
|
1999-08-05 21:41:40 +00:00
|
|
|
<html:script language="javascript" src="chrome://pref/content/PrefsWindow.js"/>
|
1999-07-03 18:00:43 +00:00
|
|
|
<html:div flex="100%">
|
1999-08-05 21:41:40 +00:00
|
|
|
|
|
|
|
<box id="header" align="horizontal">
|
|
|
|
<spring style="width:20px"/>
|
|
|
|
<html:div style="vertical-align: middle;">
|
|
|
|
<html:B>&lHeader;</html:B>
|
|
|
|
</html:div>
|
|
|
|
<spring flex="100%"/><spring style="width:60px"/>
|
|
|
|
<html:div >&rHeader;</html:div><spring style="width:5px"/>
|
|
|
|
</box>
|
|
|
|
<html:form>
|
|
|
|
<box align="horizontal" style="width: 100%;">
|
|
|
|
<box align="vertical" style="width: 100%;">
|
|
|
|
&descript;
|
|
|
|
<html:select name="textstyle" size="5" >
|
|
|
|
<html:optgroup>
|
1999-06-04 23:28:56 +00:00
|
|
|
<html:option value="0" />
|
|
|
|
&aimLaunchSelect.label;
|
|
|
|
</html:optgroup>
|
|
|
|
</html:select>
|
1999-08-05 21:41:40 +00:00
|
|
|
</box>
|
|
|
|
<box align="vertical">
|
|
|
|
|
|
|
|
<titledbutton id="newTypeButton" value="&newTypeButton.label;" />
|
|
|
|
<titledbutton id="editButton" value="&editButton.label;" />
|
|
|
|
<titledbutton id="removeButton" value="&removeButton.label;" />
|
|
|
|
|
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</html:form>
|
|
|
|
|
|
|
|
<box align="vertical" style="width: 100%;">
|
|
|
|
<html:fieldset style="width: 100%;">
|
|
|
|
<html:legend align="left">
|
|
|
|
<html:div>&file;</html:div>
|
|
|
|
</html:legend>
|
|
|
|
<html:div>&exten;</html:div>
|
|
|
|
<html:div>&mimeType;</html:div>
|
|
|
|
<html:div>&handle;</html:div>
|
|
|
|
</html:fieldset>
|
|
|
|
</box>
|
|
|
|
|
1999-07-03 18:00:43 +00:00
|
|
|
</html:div>
|
|
|
|
</xul:window>
|