mcmullen%netscape.com 27d2caceab First Checked In.
git-svn-id: svn://10.0.0.236/trunk@33852 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-04 23:28:56 +00:00

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>