home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
- <?xml-stylesheet href="chrome://browser/skin/preferences/preferences.css"?>
- <?xml-stylesheet href="chrome://minimap/skin/maps.css" type="text/css"?>
-
- <!DOCTYPE prefwindow SYSTEM "chrome://minimap/locale/mapsprefs.dtd" >
-
- <prefwindow id="geoflock-pref-window"
- title="&prefpane.minimap;"
- type="prefwindow"
- width="380"
- onload="sizeToContent()"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <prefpane id="mapspane" label="&prefpane.minimap;">
- <script type="application/x-javascript" src="chrome://minimap/content/help.js"/>
- <preferences>
- <preference id="startpref" name="extensions.gmaps.startprefnew" type="string"/>
- <preference id="domain" name="extensions.gmaps.domain" type="string"/>
- <preference id="ydomain" name="extensions.gmaps.ydomain" type="string"/>
- <preference id="gsspref" name="extensions.gmaps.gsspref" type="bool"/>
- <preference id="mapHomeLat" name="extensions.gmaps.mapHomeLat" type="string"/>
- <preference id="mapHomeLon" name="extensions.gmaps.mapHomeLon" type="string"/>
- <preference id="addheight" name="extensions.gmaps.addresslistheight" type="int"/>
- <preference id="ctrldnd" name="extensions.gmaps.append.address" type="string"/>
- </preferences>
- <groupbox>
- <caption>
- <label value="&tab.label.home;"/>
- <image class="mgHelpButton" mgHelpDesc="&help.home.description;" onclick="openHelpWindow(this.parentNode.firstChild.value, this, event);"/>
- </caption>
- <grid flex="1">
- <columns align="center">
- <column/>
- <column flex="1"/>
- </columns>
- <rows>
- <row align="center">
- <label value="&label.my.start.mapHomeLat;"/>
- <textbox preference="mapHomeLat" id="homelat"/>
- </row>
- <row align="center">
- <label value="&label.my.start.mapHomeLon;"/>
- <textbox preference="mapHomeLon" id="homelon"/>
- </row>
- <row align="center">
- <label value="&label.my.start.address;"/>
- <textbox preference="startpref" id="addresstypebox" />
- </row>
- </rows>
- </grid>
- </groupbox>
- <groupbox>
- <caption>
- <label value="&tab.label.google;"/>
- <image class="mgHelpButton" mgHelpDesc="&help.google.description;" onclick="openHelpWindow(this.parentNode.firstChild.value, this, event);"/>
- </caption>
- <grid flex="1">
- <columns align="center">
- <column/>
- <column flex="1"/>
- </columns>
- <rows>
- <row align="center">
- <label value="&label.my.start.domain;"/>
- <textbox preference="domain" id="domain"/>
- </row>
- </rows>
- </grid>
- </groupbox>
- <groupbox>
- <caption>
- <label value="&tab.label.yahoo;"/>
- <image class="mgHelpButton" mgHelpDesc="&help.yahoo.description;" onclick="openHelpWindow(this.parentNode.firstChild.value, this, event);"/>
- </caption>
- <grid flex="1">
- <columns align="center">
- <column/>
- <column flex="1"/>
- </columns>
- <rows>
- <row align="center">
- <label value="&label.my.start.ydomain;"/>
- <textbox preference="ydomain" id="ydomain"/>
- </row>
- </rows>
- </grid>
- </groupbox>
- <groupbox>
- <caption>
- <label value="&tab.label.ctrldnd;"/>
- <image class="mgHelpButton" mgHelpDesc="&help.ctrldnd.description;" onclick="openHelpWindow(this.parentNode.firstChild.value, this, event);"/>
- </caption>
- <hbox align="center">
- <label value="&label.my.start.ctrldnd;"/>
- <textbox flex="1" preference="ctrldnd" id="ctrldnd"/>
- </hbox>
- </groupbox>
- <groupbox>
- <caption label="&tab.label.misc;"/>
- <hbox align="center">
- <checkbox label="&checkbox.disable.gss;" preference="gsspref"/>
- </hbox>
- <hbox align="center">
- <label value="&label.my.start.addlistheight;"/>
- <textbox preference="addheight" id="addheight" width="30"/>
- </hbox>
- </groupbox>
- </prefpane>
- </prefwindow>
-