зеркало из https://github.com/mozilla/pjs.git
44 строки
1.5 KiB
XML
44 строки
1.5 KiB
XML
<?xml version="1.0"?>
|
|
<!-- -*- Mode: SGML; indent-tabs-mode: nil; -*- -->
|
|
<!--
|
|
|
|
The contents of this file are subject to the Netscape Public License
|
|
Version 1.0 (the "NPL"); you may not use this file except in
|
|
compliance with the NPL. You may obtain a copy of the NPL at
|
|
http://www.mozilla.org/NPL/
|
|
|
|
Software distributed under the NPL is distributed on an "AS IS" basis,
|
|
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
|
for the specific language governing rights and limitations under the
|
|
NPL.
|
|
|
|
The Initial Developer of this code under the NPL is Netscape
|
|
Communications Corporation. Portions created by Netscape are
|
|
Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
|
Reserved.
|
|
|
|
-->
|
|
|
|
<!-- this is PAGE ONE of the Profile Creation Wizard -->
|
|
|
|
<?xml-stylesheet href="chrome://profile/skin/" type="text/css"?>
|
|
|
|
<!DOCTYPE window SYSTEM "chrome://profile/locale/newProfile1_1.dtd" >
|
|
<window
|
|
xmlns:html="http://www.w3.org/TR/REC-html40"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" class="dialog wizardPanel"
|
|
onload="parent.wizardManager.onPageLoad('newProfile1_1');">
|
|
|
|
<box flex="100%" align="vertical">
|
|
<html:div>&pnl1.p1.text;</html:div>
|
|
<spring style="height: 10px;"/>
|
|
<html:div>&pnl1.p2.text;</html:div>
|
|
<spring style="height: 10px;"/>
|
|
<html:div>&pnl1.p3.text;</html:div>
|
|
<spring style="height: 10px;"/>
|
|
<html:div>&pnl1.p4.text;</html:div>
|
|
</box>
|
|
|
|
</window>
|
|
|