mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
44 lines
2.1 KiB
XML
44 lines
2.1 KiB
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
|
<?xml-stylesheet href="chrome://communicator/skin/profile/profile.css" type="text/css"?>
|
|
<?xul-overlay href="chrome://global/content/wizardOverlay.xul"?>
|
|
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
|
|
|
<!DOCTYPE window [
|
|
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd">
|
|
%brandDTD;
|
|
<!ENTITY % profileDTD SYSTEM "chrome://communicator/locale/profile/createProfileWizard.dtd">
|
|
%profileDTD;
|
|
]>
|
|
|
|
|
|
<window title="&newprofile.title;" orient="vertical"
|
|
class="color-dialog"
|
|
xmlns:html="http://www.w3.org/1999/xhtml"
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
onclose="onCancel();"
|
|
onload="Startup('newProfile1_1','content');">
|
|
|
|
<stringbundle id="bundle_createProfileWizard"
|
|
src="chrome://communicator/locale/profile/createProfileWizard.properties"/>
|
|
<stringbundle id="bundle_profileManager"
|
|
src="chrome://communicator/locale/profile/profileManager.properties"/>
|
|
|
|
<!-- XXX: strres.js is needed so that wizardManager.js will work -->
|
|
<script type="application/x-javascript" src="chrome://global/content/strres.js"/>
|
|
<script type="application/x-javascript" src="chrome://communicator/content/profile/createProfileWizard.js"/>
|
|
<script type="application/x-javascript" src="chrome://global/content/wizardOverlay.js"/>
|
|
<script type="application/x-javascript" src="chrome://global/content/wizardHandlerSet.js"/>
|
|
<script type="application/x-javascript" src="chrome://global/content/wizardManager.js"/>
|
|
<script type="application/x-javascript" src="chrome://global/content/widgetStateManager.js"/>
|
|
|
|
<hbox class="box-header" id="header" title="&window.title.label;" description="&profileWizard.title;"/>
|
|
<hbox class="wizard-box" flex="1">
|
|
<html:iframe src="about:blank" style="width: 40em; height: 23em; overflow: auto;" name="content" id="content" flex="1"/>
|
|
</hbox>
|
|
<separator class="groove"/>
|
|
<hbox id="wizardButtons"/>
|
|
|
|
</window>
|