gecko-dev/mailnews/ui/messenger/resources/am-server.xul

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>