Changed windows and dialogs to match hyatt's <window> checkins last night.

This commit is contained in:
hangas%netscape.com 1999-07-02 20:27:35 +00:00
Родитель baee7d42c1
Коммит 075afa2a8a
7 изменённых файлов: 43 добавлений и 41 удалений

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

@ -105,10 +105,11 @@
<window xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
style="width:100%;height:100%"
title="&addressbookWindow.title;"
onload="OnLoadAddressBook()">
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
style="width:100%; height:100%"
align="vertical"
title="&addressbookWindow.title;"
onload="OnLoadAddressBook()">
<html:script language="JavaScript" src="chrome://addressbook/content/addressbook.js"/>
<html:script language="javascript" src="chrome://addressbook/content/resultPane.js"/>
@ -220,31 +221,29 @@
</menu>
</menubar>
<box id="header" align="vertical" style="width:100%;height:100%">
<toolbox>
<toolbar>
<titledbutton src="&newcardButton.img;" align="bottom" value="&newcardButton.label;" onclick="AbNewCard()"/>
<titledbutton src="&newlistButton.img;" align="bottom" value="&newlistButton.label;" onclick="AbNewList()"/>
<titledbutton src="&propertiesButton.img;" align="bottom" value="&propertiesButton.label;" onclick="AbProperties()"/>
<titledbutton src="&newmsgButton.img;" align="bottom" value="&newmsgButton.label;" onclick="NewMessage()"/>
<titledbutton src="&deleteButton.img;" align="bottom" value="&deleteButton.label;" onclick="AbDelete()"/>
<toolbox>
<toolbar>
<titledbutton src="&newcardButton.img;" align="bottom" value="&newcardButton.label;" onclick="AbNewCard()"/>
<titledbutton src="&newlistButton.img;" align="bottom" value="&newlistButton.label;" onclick="AbNewList()"/>
<titledbutton src="&propertiesButton.img;" align="bottom" value="&propertiesButton.label;" onclick="AbProperties()"/>
<titledbutton src="&newmsgButton.img;" align="bottom" value="&newmsgButton.label;" onclick="NewMessage()"/>
<titledbutton src="&deleteButton.img;" align="bottom" value="&deleteButton.label;" onclick="AbDelete()"/>
<box align="vertical" flex="100%">
<spring flex="100%"/>
<html:input id="searchtext" type="text" style="min-width: 100px; min-height: 25px"/>
<spring flex="100%"/>
</box>
<box align="vertical" flex="100%">
<spring flex="100%"/>
<html:input id="searchtext" type="text" style="min-width: 100px; min-height: 25px"/>
<spring flex="100%"/>
</box>
<titledbutton src="&stopButton.img;" align="bottom" value="&stopButton.label;" onclick="AbStop()"/>
<spring flex="100%"/>
<titledbutton src="&stopButton.img;" align="bottom" value="&stopButton.label;" onclick="AbStop()"/>
<spring flex="100%"/>
<titledbutton src="&throbber.img;" align="right" onclick="MsgHome('&throbber.url;')"/>
</toolbar>
</toolbox>
<titledbutton src="&throbber.img;" align="right" onclick="MsgHome('&throbber.url;')"/>
</toolbar>
</toolbox>
<!-- The main address book three pane frame -->
<!-- The main address book three pane frame -->
<html:iframe src="chrome://addressbook/content/addresspanes.html" name="browser.2paneaddressbook" flex="100%" />
</box>
</window>

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

@ -9,7 +9,8 @@
<window xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
style="width:100%; height:100%; background-color:white">
style="width:100%; height:100%; background-color:white"
align="vertical">
<html:script language="javascript" src="chrome://addressbook/content/addressbook.js"/>

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

@ -4,10 +4,11 @@
<!DOCTYPE window>
<window style="background-color: #dddddd"
xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns:rdf="http://www.w3.org/TR/WD-rdf-syntax#"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<window xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns:rdf="http://www.w3.org/TR/WD-rdf-syntax#"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
align="vertical"
style="width:100%; height:100%; background-color: #dddddd">
<box id="CardViewBox" align="vertical" style="width:100%; height:100%">
<box align="horizontal" style="width:100%">

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

@ -7,11 +7,11 @@
<!ENTITY directoryColumn.label "Directory">
]>
<window
xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
style="background-color:white">
<window xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
style="width:100%; height:100%; background-color:white"
align="vertical">
<html:script language="javascript" src="chrome://addressbook/content/dirPane.js"/>

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

@ -60,10 +60,11 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
title="&addressbookWindow.title;"
class="dialog"
width="400" style="height:100%">
width="400" style="height:100%"
align="vertical">
<html:script language="JavaScript" src="chrome://addressbook/content/editcard.js"/>
<html:script language="JavaScript" src="resource://res/samples/DumpDOM.js"/>
<html:script language="JavaScript" src="chrome://addressbook/content/editcard.js"/>
<html:script language="JavaScript" src="resource://res/samples/DumpDOM.js"/>
<tabcontrol align="vertical" style="margin: 5px; border: 2px groove white">
<tabbox include="chrome://addressbook/content/nsFrag1.xul" align="horizontal">

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

@ -12,7 +12,8 @@
<window xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
style="width:100%; height:100%; background-color:white">
style="width:100%; height:100%; background-color:white"
align="vertical">
<tree class="abResults" flex="100%" id="resultTree"

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

@ -56,14 +56,14 @@ Rights Reserved.
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
title="&selectAddressWindow.title;"
class="dialog"
style="width:100%; height:100%; padding:0px">
style="width:100%; height:100%; padding:0px"
align="vertical">
<html:script language="JavaScript" src="chrome://addressbook/content/addressbook.js"/>
<html:script language="JavaScript" src="chrome://addressbook/content/selectaddress.js"/>
<html:script language="JavaScript" src="chrome://addressbook/content/resultPane.js"/>
<html:script language="JavaScript" src="resource://res/samples/DumpDOM.js"/>
<box align="vertical" style="width:100%; height:100%">
<!-- Thin box across top, show names containing & stop, search buttons -->
<box align="horizontal" style="width:100%; padding: 0.5em; padding-top: 0px;">
<html:div style="vertical-align: middle;">
@ -169,6 +169,5 @@ Rights Reserved.
<spring style="width:10px"/>
</box>
</box>
</window>