зеркало из https://github.com/mozilla/gecko-dev.git
Added preference ids to all the prefs widgets.
This commit is contained in:
Родитель
77e1993e15
Коммит
7c0d23f78c
|
@ -45,10 +45,10 @@
|
||||||
|
|
||||||
<FORM>
|
<FORM>
|
||||||
<table>
|
<table>
|
||||||
<tr><td><input type="checkbox">Navigator</td></tr>
|
<tr><td><input type="checkbox" id="pref:0:bool:general.startup.browser">Navigator</td></tr>
|
||||||
<tr><td><input type="checkbox">Messenger</td></tr>
|
<tr><td><input type="checkbox" id="pref:0:bool:general.startup.mail">Messenger</td></tr>
|
||||||
<tr><td><input type="checkbox">Composer</td></tr>
|
<tr><td><input type="checkbox" id="pref:0:bool:general.startup.editor">Composer</td></tr>
|
||||||
<tr><td><input type="checkbox">Calendar</td></tr>
|
<tr><td><input type="checkbox" id="pref:0:bool:general.startup.calendar">Calendar</td></tr>
|
||||||
</table>
|
</table>
|
||||||
</FORM>
|
</FORM>
|
||||||
|
|
||||||
|
@ -59,9 +59,9 @@
|
||||||
|
|
||||||
<FORM>
|
<FORM>
|
||||||
<table>
|
<table>
|
||||||
<tr><td><input name="showtoolbar" type="radio">Pictures and Text</td></tr>
|
<tr><td><input name="showtoolbar" type="radio" id="pref:2:int:browser.chrome.toolbar_style">Pictures and Text</td></tr>
|
||||||
<tr><td><input name="showtoolbar" type="radio">Pictures Only</td></tr>
|
<tr><td><input name="showtoolbar" type="radio" id="pref:0:int:browser.chrome.toolbar_style">Pictures Only</td></tr>
|
||||||
<tr><td><input name="showtoolbar" type="radio">Text Only</td></tr>
|
<tr><td><input name="showtoolbar" type="radio" id="pref:1:int:browser.chrome.toolbar_style">Text Only</td></tr>
|
||||||
</table>
|
</table>
|
||||||
</FORM>
|
</FORM>
|
||||||
|
|
||||||
|
|
|
@ -40,51 +40,61 @@ background-color: grey
|
||||||
<DIV ID=top>
|
<DIV ID=top>
|
||||||
<SPAN ID=lefttext>Navigator</SPAN>
|
<SPAN ID=lefttext>Navigator</SPAN>
|
||||||
</DIV>
|
</DIV>
|
||||||
<br>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Navigator starts with
|
Navigator starts with
|
||||||
<table ID="tableb">
|
<table ID="tableb">
|
||||||
<tr>
|
<FORM>
|
||||||
<FORM>
|
<tr><td><input name=starts type="radio"
|
||||||
<tr><td><input name=starts type="radio">Blank Page</td></tr>
|
id="pref:0:int:browser.startup.page">Blank Page</td>
|
||||||
<tr><td><input name=starts type="radio">Home Page</td></tr>
|
</tr>
|
||||||
<tr><td><input name=starts type="radio">Last Page vistited</td></tr>
|
<tr><td><input name=starts type="radio"
|
||||||
</FORM>
|
id="pref:1:int:browser.startup.page" checked>Home Page</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><input name=starts type="radio"
|
||||||
|
id="pref:2:int:browser.startup.page">Last Page visited</td>
|
||||||
|
</tr>
|
||||||
|
</FORM>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
Home page
|
Home page
|
||||||
<table ID="tableb">
|
<table ID="tableb">
|
||||||
<tr>
|
<tr><td>Clicking the Home button will take you to this page.</td></tr>
|
||||||
<tr><td>Clicking the Home button will take you to this page.<td><tr>
|
<FORM>
|
||||||
<FORM>
|
<tr><td>Location: <input
|
||||||
<tr><td>Location: <input name="homepage" type="text" value="http://my.netscape.com" size="20"><td>
|
name="homepage"
|
||||||
<tr><td><input name=starts type="button" value="Use Current Page">
|
type="text"
|
||||||
<input name="browse" type="button" value="browsefile"><td></tr>
|
value="http://my.netscape.com"
|
||||||
</FORM>
|
id="pref:string:browser.startup.homepage"
|
||||||
|
size="54">
|
||||||
|
</td></tr>
|
||||||
|
<tr><td><input name=starts type="button" value="Use Current Page">
|
||||||
|
<input name="browse" type="button" value="browsefile">
|
||||||
|
</td></tr>
|
||||||
|
</FORM>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
History
|
History
|
||||||
<table ID="tableb">
|
<table ID="tableb">
|
||||||
<tr>
|
<tr>
|
||||||
<FORM>
|
<FORM>
|
||||||
History is a list of the pages you have previously vistited.
|
History is a list of the pages you have previously vistited.
|
||||||
<td>Pages in history expire after:<input type="text" value="9" size=3>days</td>
|
<td>Pages in history expire after:<input type="text" value="9" size=3>days
|
||||||
<td><input name="Clearit" type="button" value="Clear History"></td>
|
</td>
|
||||||
</FORM>
|
<td><input name="Clearit" type="button" value="Clear History">
|
||||||
|
</td>
|
||||||
|
</FORM>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
Home page
|
Home page
|
||||||
<table ID="tableb">
|
<table ID="tableb">
|
||||||
<tr>
|
<FORM>
|
||||||
<FORM>
|
<tr><td>Clear the list of sites on the location bar:
|
||||||
<tr><td>Clear the list of sites on the location bar: <input name=starts type="button" value="Clear Location Bar"><td>
|
<input name=starts type="button" value="Clear Location Bar">
|
||||||
</FORM>
|
</td></tr>
|
||||||
|
</FORM>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
Загрузка…
Ссылка в новой задаче