add advanced panel and testing panel (until RDF datasource is done)

This commit is contained in:
alecf%netscape.com 1999-05-13 23:10:45 +00:00
Родитель 5dd68b5688
Коммит e3e3ee87db
2 изменённых файлов: 54 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,37 @@
<?xml version="1.0"?>
<?xml-stylesheet href="am.css" type="text/css"?>
<?xml-stylesheet href="resource:/res/samples/xul.css" type="text/css"?>
<!DOCTYPE window>
<xul:window xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
style="width: 100%"
onload = "">
<html:div>Advanced Settings</html:div>
<html:div>SMTP Server</html:div>
<box align="vertical" class="bigbox">
<html:div>Some email accounts require a unique
outgoing mail server.</html:div>
<box align="horizontal">
<html:div>SMTP Server Hostname</html:div>
<spring flex="100%"/>
<html:input type="text"/>
</box>
<box align="horizontal">
<html:div>SMTP Server Login</html:div>
<spring flex="100%"/>
<html:input type="text"/>
</box>
</box>
<html:div>Mail Folder Location</html:div>
<box align="vertical" class="bigbox">
<html:div>Store mail in this folder</html:div>
<box align="horizontal">
<html:input type="text" flex="100%"/>
<html:button type="button">Choose Folder...</html:button>
</box>
</box>
</xul:window>

Просмотреть файл

@ -0,0 +1,17 @@
<?xml version="1.0"?>
<?xml-stylesheet href="am.css" type="text/css"?>
<?xml-stylesheet href="resource:/res/samples/xul.css" type="text/css"?>
<!DOCTYPE window>
<xul:window xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload = "">
<html:ul>
<html:li><html:a href="am-main.xul" target="am-main">Main</html:a></html:li>
<html:li><html:a href="am-server.xul" target="am-main">Server</html:a></html:li>
<html:li><html:a href="am-copies.xul" target="am-main">Copies</html:a></html:li>
<html:li><html:a href="am-advanced.xul" target="am-main">Advanced</html:a></html:li>
</html:ul>
</xul:window>