mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
15 lines
544 B
XML
15 lines
544 B
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet href="resource:/res/samples/xul.css" type="text/css"?>
|
|
<?xml-stylesheet href="chrome://messenger/skin/" type="text/css"?>
|
|
|
|
<!DOCTYPE window>
|
|
|
|
<xul:window xmlns="http://www.w3.org/TR/REC-html40"
|
|
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
onload = "">
|
|
<frameset rows="20%,80%">
|
|
<frame id="server-top" src="am-server-top.xul" scrolling="auto" border="0"/>
|
|
<frame id="server-type" src="am-server-pop3.xul" scrolling="auto" border="0"/>
|
|
</frameset>
|
|
</xul:window>
|