Mozilla/mozilla/suite/common/pref/pref-applications.xul
mcmullen%netscape.com 61c06327eb Continuing development (not yet in build).
git-svn-id: svn://10.0.0.236/trunk@34246 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-08 20:51:34 +00:00

61 lines
1.9 KiB
XML

<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://global/skin/dialogs.css" type="text/css"?>
<?xml-stylesheet href="chrome://pref/skin/pref.css" type="text/css"?>
<!DOCTYPE window
[
<!ENTITY window.title "Advanced">
<!ENTITY appsHeader "Applications">
<!ENTITY descript "Description">
<!ENTITY aimLaunchSelect.label "AOL Instant Messenger Launch">
<!ENTITY newTypeButton.label "New Type">
<!ENTITY editButton.label "Edit...">
<!ENTITY removeButton.label "Remove">
<!ENTITY file "File type details">
<!ENTITY exten "Extention:">
<!ENTITY mimeType "Mime Type">
<!ENTITY handle "Handled By:">
]>
<window xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="return StartUp('Applications');" title="&window.title;">
<html:script language="javascript" src="PrefsWindow.js"/>
<html:DIV ID="top">
<html:SPAN ID="lefttext">&appsHeader;</html:SPAN>
</html:DIV>
<html:form>
<html:table>
<html:tr><html:td>&descript;</html:td></html:tr>
<html:tr><html:td>
<html:select name="textstyle" size="5" >
<html:optgroup>
<html:option value="0" />
&aimLaunchSelect.label;
</html:optgroup>
</html:select>
</html:td>
<html:td>
<html:input name="choose" type="button" value="&newTypeButton.label;" />
<html:br /><html:input name="choose" type="button" value="&editButton.label;" />
<html:br /><html:input name="choose" type="button" value="&removeButton.label;" />
</html:td></html:tr>
</html:table>
</html:form>
<html:br />
<html:form>
<html:table>
<html:tr><html:td>&file;</html:td></html:tr>
<html:tr><html:td>&exten;</html:td></html:tr>
<html:tr><html:td>&mimeType;</html:td></html:tr>
<html:tr><html:td>&handle;</html:td></html:tr>
</html:table>
</html:form>
</html:window>