mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
60 lines
1.0 KiB
HTML
60 lines
1.0 KiB
HTML
<html>
|
|
<head>
|
|
<title>
|
|
Preferences
|
|
</title>
|
|
</head>
|
|
<body onload = "return StartUp('Top');">
|
|
<STYLE>
|
|
body {
|
|
background-color:#CCCCCC
|
|
}
|
|
|
|
#pref-appearance {
|
|
border : 0}
|
|
|
|
#preftree {
|
|
border : yes
|
|
border-style : ridge}
|
|
|
|
</style>
|
|
<script language="JavaScript" src="PrefsWindow.js">
|
|
</script>
|
|
</body>
|
|
|
|
Category:
|
|
<br>
|
|
<IFRAME NAME="preftree" id="preftree" SRC="preftree.xul" scrolling="auto" width="25%" height="326" resize="yes"></iframe>
|
|
|
|
<IFRAME NAME="pref-appearance" ID="pref-appearance" SRC="pref-appearance.html" width="72%" height="326" resize="yes" scrolling="no"></iframe>
|
|
|
|
|
|
<table border=0 width="100%" cellpadding=0 cellspacing=0>
|
|
<tr>
|
|
<td valign="right" width="160">
|
|
<center>
|
|
<form>
|
|
|
|
<input type="button" align="bottom" value="Help">
|
|
</input>
|
|
|
|
<input type="button" align="bottom" value="Cancel" onclick="DoCancel();">
|
|
</input>
|
|
|
|
<input type="button" align="bottom" value="OK" onClick="DoSave();">
|
|
</input>
|
|
|
|
</form>
|
|
</center>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|