This commit is contained in:
cmanske%netscape.com 1999-06-30 21:09:29 +00:00
Родитель 9c8e49df80
Коммит 1159b4f200
31 изменённых файлов: 0 добавлений и 1499 удалений

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

@ -1,82 +0,0 @@
/* XUL ELEMENTS */
window, WINDOW {
display: block;
/* width: 100%; */
background: silver;
background-color: #CCCCCC; /* not working on Macintosh */
padding: 5px;
font-family: Sans-Serif;
font-size: 10pt;
}
radio, RADIO, checkbox, CHECKBOX {
margin-top: 5px;
margin-right: 3px;
}
tree, TREE {
display: table;
background-color: #000000;
border: none;
border-spacing: 0px;
border-collapse: collapse;
width: 100%;
}
/* HTML ELEMENTS */
/* Force all rows to line up cell contents at the top */
tr, TR { vertical-align: top }
/* FOR DEBUG PURPOSE -- SHOW CELL BORDER
td, TD { border-width: 1px; padding: 0px; border-style: outset }
table, TABLE { border-width: 1px; padding: 0px; border-style: inset }
*/
p, br, td {
font-family: Sans-Serif;
font-size: 10pt;
margin: 0px;
}
fieldset, FIELDSET {
border-width: 2px;
border-style: groove;
padding: 2px;
margin: 0px;
text-align: left;
}
legend, LEGEND {
font-family: Sans-Serif;
font-size: 10pt;
border-width: 0;
width: 100%
height: 100%
/* BUG??? align can't be set - must use <legend align="left"> in the HTML */
text-align: left;
}
/* CLASSES */
[CLASS~=GrooveBorder] { border: 2px groove; padding: 3px }
[CLASS~=RidgeBorder] { border: 2px ridge; padding: 3px }
[CLASS~=OutsetBorder] { border: 1px outset; padding: 3px }
[CLASS~=InsetBorder] { border: 1px inset; padding: 3px }
/*
3/31/99 These don't work because of a bug HYATT knows about
.GrooveBorder { border: 2px groove; padding: 3px }
.RidgeBorder { border: 2px ridge; padding: 3px }
.OutsetBorder { border: 1px outset; padding: 3px }
.InsetBorder { border: 1px inset; padding: 3px }
.tableCenterAlign {
vertical-align: middle;
*/

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

@ -1,5 +0,0 @@
<?xml version="1.0"?>
<!ENTITY AttributeRequestLabel "Enter any attributes you want to add to this tag: &nbsp;&nbsp;">
<!ENTITY HelpButton "Help">
<!ENTITY CancelButton "Cancel">
<!ENTITY OKButton "OK">

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

@ -1,28 +0,0 @@
<?xml version="1.0"?>
<?xml-stylesheet href="EditorDialog.css" type="text/css"?>
<!DOCTYPE window SYSTEM "extrahtmldlog.dtd">
<window xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/TR/REC-html40">
<table xmlns="http://www.w3.org/TR/REC-html40" cellspacing="20">
<tr>
<td>
<p>Enter any attributes you want to add to this tag: &nbsp;&nbsp;</p>
<select size="1" name="extraAttribs.previous">
<optgroup label="prevExtraAttribs">
<option label="attribs 1" value="attribs 1">attribs 1</option>
<option label="attribs 2" value="attribs 2">attribs 2</option>
<option label="attribs 3" value="attribs 3">attribs 3</option>
</optgroup>
</select>
<p/>
<textarea rows="4" cols="50"></textarea>
<input type="button" id="helpbutton" value=" Help " disabled />
<input type="button" id="cancelbutton" value=" Cancel " />
<input type="button" id="okbutton" value=" OK " disabled />
</td>
</tr>
</table>
</window>

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

@ -1,9 +0,0 @@
<?xml version="1.0"?>
<!ENTITY FindLabelAndButton "Find">
<!ENTITY ReplaceLabelAndButton "Replace">
<!ENTITY ReplaceAndFindButton "Replace &amp; Find">
<!ENTITY ReplaceAllButton "Replace All">
<!ENTITY StopButton "Stop">
<!ENTITY CaseSensitiveCheckboxLabel "Case Sensitive">
<!ENTITY SearchBackwordsCheckboxLabel "Search Backwards">
<!ENTITY WrapSearchCheckboxLabel "Wrap Search">

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

@ -1,90 +0,0 @@
<?xml version="1.0"?>
<?xml-stylesheet href="EditorDialog.css" type="text/css"?>
<!DOCTYPE window SYSTEM "findreplacedlog.dtd">
<window xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/TR/REC-html40">
<table xmlns="http://www.w3.org/TR/REC-html40">
<tr>
<td>
<table>
<tr>
<td>
<p>Find</p>
</td>
<td>
<input type="text" size="35" length="35" maxlength="255" name="find.findtext" />
<select size="1" name="find.findrecent">
<optgroup label="findrecent">
<option label="recent 1" value="recent 1">1</option>
<option label="recent 2" value="recent 2">2</option>
<option label="recent 3" value="recent 3">3</option>
</optgroup>
</select>
</td>
</tr>
<tr>
<td>
<p>Replace</p>
</td>
<td>
<input type="text" size="35" length="35" maxlength="255" name="find.replacetext" />
<select size="1" name="find.replacerecent">
<optgroup label="replacerecent">
<option label="r recent 1" value="r recent 1">A</option>
<option label="r recent 2" value="r recent 2">B</option>
<option label="r recent 3" value="r recent 3">C</option>
</optgroup>
</select>
</td>
</tr>
<tr>
<td/>
<td>
<p>
<xul:checkbox value="Case Sensitive" />
Case Sensitive
</p>
</td>
</tr>
<tr>
<td/>
<td>
<p>
<xul:checkbox value="Search Backwards" />
Search Backwards
</p>
</td>
</tr>
<tr>
<td/>
<td>
<p>
<xul:checkbox value="Wrap Search" />
Wrap Search
</p>
</td>
</tr>
</table>
</td>
<td>
<input type="button" class="genericbutton" value=" Find " />
<br/>
<input type="button" class="genericbutton" value=" Replace " />
<br/>
<input type="button" class="genericbutton" value=" Replace &amp; Find " />
<br/>
<input type="button" class="genericbutton" value=" Replace All " />
<br/>
<input type="button" class="genericbutton" value=" Stop " />
</td>
</tr>
</table>
</window>

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

@ -1,15 +0,0 @@
<?xml version="1.0"?>
<!ENTITY HeightLabel "Height">
<!ENTITY WidthLabel "Width">
<!ENTITY PixelsLabelAndOption "pixels">
<!ENTITY PercentOfWindowOption "% of Window">
<!ENTITY AlignmentPickerLabel "Alignment">
<!ENTITY LeftAlignmentOption "Left Alignment">
<!ENTITY CenterAlignmentOption "Center Alignment">
<!ENTITY RightAlignmentOption "Right Alignment">
<!ENTITY ThreeDCheckboxLabel "3-D Shading">
<!ENTITY ExtraHTMLButton "Extra HTML...">
<!ENTITY HelpButton "Help">
<!ENTITY CancelButton "Cancel">
<!ENTITY ApplyButton "Apply">
<!ENTITY OKButton "OK">

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

@ -1,76 +0,0 @@
<?xml version="1.0"?>
<?xml-stylesheet href="EditorDialog.css" type="text/css"?>
<?xml-stylesheet href="xul.css" type="text/css"?>
<!DOCTYPE window SYSTEM "hruledlog.dtd">
<window xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/TR/REC-html40">
<table xmlns="http://www.w3.org/TR/REC-html40" cellspacing="20">
<tr>
<td>
<table class="tableCenterAlign" cellspacing="0" cellpadding="3">
<tr>
<td>
<p>&HeightLabel;</p>
</td>
<td>
<p>
<input type="text" size="4" length="4" maxlength="4" />
&PixelsLabelAndOption;
</p>
</td>
</tr>
<tr>
<td>
<p>&WidthLabel;</p>
</td>
<td>
<input type="text" size="4" length="4" maxlength="4" />
<select size="1" name="hrule.widthType">
<optgroup label="pixels">
<option label="pixels" value="pixels">&PixelsLabelAndOption;</option>
<option label="% of window" value="% of window">&PercentOfWindowOption;</option>
</optgroup>
</select>
</td>
</tr>
</table>
</td>
<td>
<p>
&AlignmentPickerLabel;
<select size="1" name="hrule.alignType">
<optgroup label="alignment">
<option label="left alignment" value="left alignment">&LeftAlignmentOption;</option>
<option label="center alignment" value="center alignment">&CenterAlignmentOption;</option>
<option label="right alignment" value="right alignment">&RightAlignmentOption;</option>
</optgroup>
</select>
</p>
<p/>
<p>
<xul:checkbox value="3DShading" />
&ThreeDCheckboxLabel;
</p>
</td>
</tr>
<tr>
<td>
<p/>
<input type="button" id="extrahtmlbutton" value=&ExtraHTMLButton; disabled />
<p/>
<input type="button" id="helpbutton" value=&HelpButton; disabled />
<input type="button" id="cancelbutton" value=&CancelButton; />
<input type="button" id="applybutton" value=&ApplyButton; disabled />
<input type="button" id="okbutton" value=&OKButton; disabled />
</td>
</tr>
</table>
</window>

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

@ -1,5 +0,0 @@
<?xml version="1.0"?>
<!ENTITY TagRequestLabel "Enter one or more HTML tags and attributes: &nbsp;&nbsp;">
<!ENTITY HelpButton "Help">
<!ENTITY CancelButton "Cancel">
<!ENTITY OKButton "OK">

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

@ -1,29 +0,0 @@
<?xml version="1.0"?>
<?xml-stylesheet href="EditorDialog.css" type="text/css"?>
<!DOCTYPE window SYSTEM "htmldlog.dtd">
<window xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/TR/REC-html40">
<table xmlns="http://www.w3.org/TR/REC-html40" cellspacing=20>
<tr>
<td>
<p>Enter one or more HTML tags and attributes: &nbsp;&nbsp;</p>
<select size="1" name="htmltags.previous">
<optgroup label="prevTags">
<option label="tag 1" value="tag 1">tag 1</option>
<option label="tag 2" value="tag 2">tag 2</option>
<option label="tag 3" value="tag 3">tag 3</option>
</optgroup>
</select>
<p/>
<textarea rows="4" cols="50"></textarea>
<p/>
<input type="button" id="helpbutton" value=" Help " disabled />
<input type="button" id="cancelbutton" value=" Cancel " />
<input type="button" id="okbutton" value=" OK " disabled />
</td>
</tr>
</table>
</window>

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

@ -1,30 +0,0 @@
<?xml version="1.0"?>
<!ENTITY ImageLocationLabel "Image Location and Name">
<!ENTITY ChooseImageButton "Choose File...">
<!ENTITY LeaveLocationCheckboxLabel "Leave Image at Original Location">
<!ENTITY PageBackgroundCheckboxLabel "Page Background">
<!ENTITY EditImageButton "Edit Image">
<!ENTITY AlternativeTextLabel "Alternative Text">
<!ENTITY DimensionsLabel "Dimensions">
<!ENTITY OriginalSizeRadioLabel "Original Size">
<!ENTITY CustomSizeRadioLabel "Custom Size">
<!ENTITY ImageHeightLabel "Height">
<!ENTITY PixelsLabelAndOption "pixels">
<!ENTITY PercentOfWindowOption "% of Window">
<!ENTITY ImageWidthLabel "Width">
<!ENTITY ConstrainCheckboxLabel "Constrain">
<!ENTITY TopAlignmentOption "Top Alignment">
<!ENTITY CenterAlignmentOption "Center Alignment">
<!ENTITY BottomAlignmentOption "Bottom Alignment">
<!ENTITY TextWrapAroundLeftImageOption "Around Left Alignment">
<!ENTITY TextWrapAroundRightImageOption "Around Right Alignment">
<!ENTITY SpaceAroundImageLabel "Space Around Image">
<!ENTITY LeftAndRightSpacingLabel "Left and Right">
<!ENTITY TopAndBottomSpacingLabel "Top and Bottom">
<!ENTITY BorderSpacingLabel "Solid Border">
<!ENTITY RemoveImageMapButton "Remove Image Map">
<!ENTITY ExtraHTMLButton "Extra HTML...">
<!ENTITY HelpButton "Help">
<!ENTITY CancelButton "Cancel">
<!ENTITY ApplyButton "Apply">
<!ENTITY OKButton "OK">

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

@ -1,168 +0,0 @@
<?xml version="1.0"?>
<?xml-stylesheet href="EditorDialog.css" type="text/css"?>
<!DOCTYPE window SYSTEM "imagedlog.dtd">
<window xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/TR/REC-html40">
<table xmlns="http://www.w3.org/TR/REC-html40">
<tr>
<td width="500">
<fieldset><legend> Image Location and Name </legend>
<input type="file" value=" Choose File... " size="50" length="50" maxlength="255" name="image.url" />
<p/>
<p>
<xul:checkbox value="Leave Image at Original Location" disabled />
Leave Image at Original Location
<xul:checkbox value="Page Background" disabled />
Page Background
<input type="button" class="genericbutton" value=" Edit Image " disabled />
</p>
<p/>
<p>
Alternative Text
<input type="text" size="30" length="30" maxlength="255" name="image.alttext" />
</p>
</fieldset>
<table cellspacing="0" cellpadding="0" width="100%">
<tr>
<td width="55%" valign="top">
<fieldset><legend> Dimensions </legend>
<p />
<p>
<xul:radio name="image.dimensionType" value="Original Size" checked />
Original Size
</p>
<p>
<xul:radio name="image.dimensionType" value="Custom Size" />
Custom Size
</p>
<table cellspacing="0" cellpadding="2" width="100%" valign="top">
<tr>
<td width="8"></td>
<td width="40" valign="middle" align="right">
<p>Height</p>
</td>
<td valign="middle">
<input type="text" size="4" length="4" maxlength="4" name="image.height" />
<select size="1" name="image.heightType">
<optgroup label="pixels">
<option label="pixels" value="pixels">pixels</option>
<option label="% of window" value="% of window">% of window</option>
</optgroup>
</select>
</td>
</tr>
<tr>
<td/>
<td valign="middle" align="right">
<p>Width</p>
</td>
<td>
<input type="text" size="4" length="4" maxlength="4" name="image.width" />
<select size="1" name="image.widthType">
<optgroup label="pixels">
<option label="pixels" value="pixels">pixels</option>
<option label="% of window" value="% of window">% of window</option>
</optgroup>
</select>
</td>
</tr>
<tr>
<td/>
<td/>
<td>
<p>
<xul:checkbox value="Constrain" disabled />
Constrain
</p>
</td>
</tr>
</table>
</fieldset>
</td>
<td width="45%">
<select size="1" name="image.alignType">
<optgroup label="alignment">
<option label="top alignment" value="top alignment">top alignment</option>
<option label="center alignment" value="center alignment">center alignment</option>
<option label="bottom alignment" value="bottom alignment">bottom alignment</option>
<option label="text wrap around left-aligned image" value="around left alignment">around left alignment</option>
<option label="text wrap around right-aligned image" value="around right alignment">around right alignment</option>
</optgroup>
</select>
<p/>
<fieldset><legend> Space Around Image </legend>
<table cellspacing="0" cellpadding="2" width="100%">
<tr valign="middle">
<td align="right">
<p>Left and Right</p>
</td>
<td>
<input type="text" size="4" length="4" maxlength="4" name="image.leftRightSpacing" />
</td>
<td>
<p>pixels</p>
</td>
</tr>
<tr valign="middle">
<td>
<p>Top and Bottom</p>
</td>
<td>
<input type="text" size="4" length="4" maxlength="4" name="image.topBottomSpacing" />
</td>
<td>
<p>pixels</p>
</td>
</tr>
<tr valign="middle">
<td align="right">
<p>Solid Border</p>
</td>
<td>
<input type="text" size="4" length="4" maxlength="4" name="image.borderWidth" />
</td>
<td>
<p>pixels</p>
</td>
</tr>
</table>
</fieldset>
</td>
</tr>
<tr>
<td>
<input type="button" class="genericbutton" value=" Remove Image Map " disabled />
</td>
<td align="right">
<input type="button" class="genericbutton" value=" Extra HTML... " disabled />
</td>
</tr>
</table>
<input type="button" id="helpbutton" value=" Help " disabled />
<input type="submit" id="cancelbutton" value=" Cancel " />
<input type="button" id="applybutton" value=" Apply " disabled />
<input type="submit" id="okbutton" value=" OK " />
</td>
</tr>
</table>
</window>

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

@ -1,6 +0,0 @@
<?xml version="1.0"?>
<!ENTITY FileNameLabel "File Name:">
<!ENTITY PickFormatLabel "Pick a Format:">
<!ENTITY HelpButton "Help">
<!ENTITY CancelButton "Cancel">
<!ENTITY OKButton "OK">

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

@ -1,35 +0,0 @@
<?xml version="1.0"?>
<?xml-stylesheet href="EditorDialog.css" type="text/css"?>
<!DOCTYPE window SYSTEM "imageformatdlog.dtd">
<window xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/TR/REC-html40">
<table xmlns="http://www.w3.org/TR/REC-html40" cellspacing="10">
<tr>
<td>
<p>File Name:</p>
<input type="text" size="40" length="40" maxlength="40" />
<p/>
<br/>
<p>Pick a Format:</p>
<select width="100%" size="8" name="fileFormatList">
<optgroup label="format">
<option label="format1" value="format 1">Format 1</option>
<option label="format2" value="format 2">Format 2</option>
<option label="format3" value="format 3">Format 3</option>
<option label="format4" value="format 4">Format 4</option>
<option label="format5" value="format 5">Format 5</option>
<option label="format6" value="format 6">Format 6</option>
</optgroup>
</select>
<p/>
<input type="button" id="helpbutton" value=" Help " disabled />
<input type="button" id="cancelbutton" value=" Cancel " />
<input type="button" id="okbutton" value=" OK " disabled />
</td>
</tr>
</table>
</window>

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

@ -1,8 +0,0 @@
<?xml version="1.0"?>
<!ENTITY PickQualityLabel "Choose the quality for this image:">
<!ENTITY HighQualityLabel "High Quality (bigger image file size, longest time to view)">
<!ENTITY MediumQualityLabel "Medium Quality">
<!ENTITY LowQualityLabel "Low Quality (smaller image file size, shortest time to view)">
<!ENTITY HelpButton "Help">
<!ENTITY CancelButton "Cancel">
<!ENTITY OKButton "OK">

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

@ -1,37 +0,0 @@
<?xml version="1.0"?>
<?xml-stylesheet href="EditorDialog.css" type="text/css"?>
<!DOCTYPE window SYSTEM "imagequalitydlog.dtd">
<window xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/TR/REC-html40">
<table xmlns="http://www.w3.org/TR/REC-html40" cellspacing="20">
<tr>
<td>
<p>Choose the quality for this image:</p>
<p/>
<xul:box>
<p>
<xul:radio name="imageQualityType" value="High" />
High Quality (bigger image file size, longest time to view)
</p>
<br/>
<p>
<xul:radio checked="true" name="imageQualityType" value="Medium" />
Medium Quality
</p>
<br/>
<p>
<xul:radio name="imageQualityType" value="Low" />
Low Quality (smaller image file size, shortest time to view)
</p>
</xul:box>
<p/>
<input type="button" id="helpbutton" value=" Help " disabled />
<input type="button" id="cancelbutton" value=" Cancel " />
<input type="button" id="okbutton" value=" OK " disabled />
</td>
</tr>
</table>
</window>

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

@ -1,17 +0,0 @@
<?xml version="1.0"?>
<!ENTITY LinkedTextLabel "Linked Text">
<!ENTITY LinkToLabel "Link to">
<!ENTITY LocationLabel "URL or file location">
<!ENTITY ChooseFileButton "Choose File...">
<!ENTITY ClearButton "Clear">
<!ENTITY TargetsLabel "Targets (optional) ">
<!ENTITY ShowTargetsLabel "Show Targets in:">
<!ENTITY CurrentPageRadioLabel "Current Page">
<!ENTITY DestinationPageRadioLabel "Destination Page">
<!ENTITY LinkToTargetLabel "Link to a target on the page">
<!ENTITY DestinationPageRadioLabel "Destination Page">
<!ENTITY ExtraHTMLButton "Extra HTML...">
<!ENTITY HelpButton "Help">
<!ENTITY CancelButton "Cancel">
<!ENTITY ApplyButton "Apply">
<!ENTITY OKButton "OK">

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

@ -1,70 +0,0 @@
<?xml version="1.0"?>
<?xml-stylesheet href="EditorDialog.css" type="text/css"?>
<!DOCTYPE window SYSTEM "linkdlog.dtd">
<window xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/TR/REC-html40">
<table xmlns="http://www.w3.org/TR/REC-html40">
<tr>
<td>
<p>Linked Text</p>
<input type="text" style="width:400px; margin:10px"/>
<fieldset id="linkToSet"><legend align="left"> Link to </legend>
<p>URL or file location</p>
<input type="file" id="linkURL" value=" Choose FileÉ " size="40" maxlength="255" cols="40" />
<input type="button" id="clearbutton" value=" Clear " disabled />
</fieldset>
<fieldset id="targetSet"><legend> Targets (optional) </legend>
<table cellspacing="0" cellpadding="0" width="100%" valign="top">
<tr>
<td valign="top">
<fieldset id="targetLocation" border-width="0"><legend> Show Targets in: </legend>
<p/>
<p>
<xul:radio checked="true" name="linkTargettype" value="Current Page" />
Current Page
</p>
<br/>
<p>
<xul:radio name="linkTargettype" value="Destination Page" />
Destination Page
</p>
<p/>
</fieldset>
</td>
<td>
<fieldset id="targetList"><legend> Link to a target on the page </legend>
<p/>
<select width="100%" size="5" name="linkTargetlist">
<optgroup label="dummy">
<option label="dummy1" value="Dummy 1">Item 1</option>
<option label="dummy2" value="Dummy 2">Item 2</option>
<option label="dummy3" value="Dummy 3">Item 3</option>
<option label="dummy4" value="Dummy 4">Item 4</option>
<option label="dummy5" value="Dummy 5">Item 5</option>
<option label="dummy6" value="Dummy 6">Item 6</option>
</optgroup>
</select>
</fieldset>
</td>
</tr>
</table>
</fieldset>
<p/>
<input type="button" id="extrahtmlbutton" value=" Extra HTMLÉ " disabled />
<p/>
<input type="button" id="helpbutton" value=" Help " disabled />
<input type="button" id="cancelbutton" value=" Cancel " />
<input type="button" id="applybutton" value=" Apply " disabled />
<input type="button" id="okbutton" value=" OK " disabled />
</td>
</tr>
</table>
</window>

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

@ -1,7 +0,0 @@
<?xml version="1.0"?>
<!ENTITY StopIconLocation "image">
<!ENTITY OutOfRangeSentence "The number you have entered is out of range.">
<!ENTITY NumberRequestLabel "Please enter a number between:">
<!ENTITY MinimumNumberLabel "Minimum Number: %d">
<!ENTITY MaxmumNumberLabel "Maximum Number: %d">
<!ENTITY OKButton "OK">

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

@ -1,33 +0,0 @@
<?xml version="1.0"?>
<?xml-stylesheet href="EditorDialog.css" type="text/css"?>
<!DOCTYPE window SYSTEM "numrangedlog.dtd">
<window xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/TR/REC-html40">
<table xmlns="http://www.w3.org/TR/REC-html40" cellspacing="20">
<tr>
<td>
image
</td>
<td>
<p>The number you have entered is out of range.</p>
<p/>
<p>Please enter a number between:</p>
<br/>
<p>Minimum Number: 1</p>
<br/>
<p>Maximum Number: 100</p>
</td>
</tr>
<tr>
<td></td>
<td>
<p/>
<input type="button" id="okbutton" value=" OK " disabled />
</td>
</tr>
</table>
</window>

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

@ -1,10 +0,0 @@
<?xml version="1.0"?>
<!ENTITY DestinationPickerLabel "Open page in">
<!ENTITY NavigatorOption "Navigator">
<!ENTITY ComposerOption "Composer">
<!ENTITY NewMessageOption "New Message">
<!ENTITY ChooseFileLabel "Enter the URL or location of the local file you would like to open">
<!ENTITY ChooseFileButton "Choose File...">
<!ENTITY HelpButton "Help">
<!ENTITY CancelButton "Cancel">
<!ENTITY OKButton "OK">

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

@ -1,41 +0,0 @@
<?xml version="1.0"?>
<?xml-stylesheet href="EditorDialog.css" type="text/css"?>
<!DOCTYPE window SYSTEM "opendlog.dtd">
<window xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/TR/REC-html40">
<table xmlns="http://www.w3.org/TR/REC-html40" cellspacing="20">
<tr>
<td>
<p>
Open page in
<select size="1" name="open.where">
<optgroup label="prevTargets">
<option label="Navigator" value="Navigator">Navigator</option>
<option label="Composer" value="Composer">Composer</option>
<option label="New Message" value="New Message">New Message</option>
</optgroup>
</select>
</p>
</td>
</tr>
<tr>
<td>
<p>Enter the URL or location of the local file you would like to open</p>
<p/>
<input type="file" value=" Choose File... " size="50" length="50" maxlength="255" name="image.url" />
<p> [don't forget to add the recent popdown list] </p>
</td>
</tr>
<tr>
<td>
<input type="button" id="helpbutton" value=" Help " disabled />
<input type="button" id="cancelbutton" value=" Cancel " />
<input type="button" id="okbutton" value=" OK " disabled />
</td>
</tr>
</table>
</window>

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

@ -1,34 +0,0 @@
<?xml version="1.0"?>
<!ENTITY ParagraphAlignmentPickerLabel "Paragraph Alignment">
<!ENTITY LeftAlignmentOption "Left Alignment">
<!ENTITY CenterAlignmentOption "Center Alignment">
<!ENTITY RightAlignmentOption "Right Alignment">
<!ENTITY ParagraphStylePickerLabel "Paragraph Style">
<!ENTITY NormalStyleOption "Normal">
<!ENTITY H1StyleOption "Heading 1">
<!ENTITY H2StyleOption "Heading 2">
<!ENTITY H3StyleOption "Heading 3">
<!ENTITY H4StyleOption "Heading 4">
<!ENTITY H5StyleOption "Heading 5">
<!ENTITY H6StyleOption "Heading 6">
<!ENTITY AddressStyleLabel "Address">
<!ENTITY FormattedStyleLabel "Formatted">
<!ENTITY BulletedListStyleLabel "Bulleted List">
<!ENTITY NumberedListStyleLabel "Numbered List">
<!ENTITY DefinitionTitleStyleLabel "Definition Title">
<!ENTITY DefinitionTextStyleLabel "Definition Text">
<!ENTITY BlockQuoteIndentCheckboxLabel "Indent paragraph with Blockquote">
<!ENTITY TemporarySpacerLabel "&nbsp;&nbsp;&nbsp;">
<!ENTITY IndentLevelLabel "Indent Level">
<!ENTITY ListStylesLabel "List Styles">
<!ENTITY NumberedListStylePickerLabel "Numbered List Style">
<!ENTITY AutomaticOption "Automatic">
<!ENTITY StartingNumberLabel "Starting Number">
<!ENTITY BulletedListStylePickerLabel "Bulleted List Style">
<!ENTITY SolidCircleBulletOption "Solid Circle">
<!ENTITY OpenCircleBulletOption "Open Circle">
<!ENTITY OpenSquareBulletOption "Open Square">
<!ENTITY HelpButton "Help">
<!ENTITY CancelButton "Cancel">
<!ENTITY ApplyButton "Apply">
<!ENTITY OKButton "OK">

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

@ -1,125 +0,0 @@
<?xml version="1.0"?>
<?xml-stylesheet href="EditorDialog.css" type="text/css"?>
<!DOCTYPE window SYSTEM "paragraphstyledlog.dtd">
<window xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/TR/REC-html40">
<table xmlns="http://www.w3.org/TR/REC-html40">
<tr>
<td>
<p> Paragraph Alignment </p>
</td>
<td>
<select size="1" name="paragraph.alignment">
<optgroup label="alignment">
<option label="Left" value="Left">Left</option>
<option label="Center" value="Center">Center</option>
<option label="Right" value="Right">Right</option>
</optgroup>
</select>
</td>
</tr>
<tr>
<td>
<p>Paragraph Style</p>
</td>
<td>
<select size="1" name="paragraph.style">
<optgroup label="parastyle">
<option label="Normal" value="Normal">Normal</option>
<option label="Heading 1" value="Heading 1">Heading 1</option>
<option label="Heading 2" value="Heading 2">Heading 2</option>
<option label="Heading 3" value="Heading 3">Heading 3</option>
<option label="Heading 4" value="Heading 4">Heading 4</option>
<option label="Heading 5" value="Heading 5">Heading 5</option>
<option label="Heading 6" value="Heading 6">Heading 6</option>
<option label="Address" value="Address">Address</option>
<option label="Formatted" value="Formatted">Formatted</option>
<option label="Bulleted List" value="Bulleted List">Bulleted List</option>
<option label="Numbered List" value="Numbered List">Numbered List</option>
<option label="Definition Title" value="Definition Title">Definition Title</option>
<option label="Definition Text" value="Definition Text">Definition Text</option>
</optgroup>
</select>
</td>
</tr>
<tr>
<td/>
<td>
<p>
<xul:checkbox value="Indent paragraph with Blockquote" />
Indent paragraph with Blockquote
</p>
<p> &nbsp;&nbsp;&nbsp; </p>
<p>
Indent level
<input type="text" size="2" length="2" maxlength="2" name="paragraph.indent" />
</p>
</td>
</tr>
<tr>
<td/>
<td>
<fieldset><legend> List Styles </legend>
<table>
<tr>
<td>
<p>Numbered List Style</p>
</td>
<td>
<select size="1" name="number.style">
<optgroup label="numberstyle">
<option label="Automatic" value="Automatic">Automatic</option>
<option label="1, 2, 3..." value="1, 2, 3...">1, 2, 3...</option>
<option label="I, II, III..." value="I, II, III...">I, II, III...</option>
<option label="i, ii, iii..." value="i, ii, iii...">i, ii, iii...</option>
<option label="A, B, C..." value="A, B, C...">A, B, C...</option>
<option label="a, b, c..." value="a, b, c...">a, b, c...</option>
</optgroup>
</select>
</td>
<td>
<p>
Starting Number
<input type="text" size="5" length="5" maxlength="5" name="paragraph.liststartnumber" />
</p>
</td>
</tr>
<tr>
<td>
<p/>
<p>Bulleted List Style</p>
</td>
<td>
<p/>
<select size="1" name="bullet.style">
<optgroup label="bulletstyle">
<option label="Automatic" value="Automatic">Automatic</option>
<option label="Solid Circle" value="Solid Circle">Solid Circle</option>
<option label="Open Circle" value="Open Circle">Open Circle</option>
<option label="Open Square" value="Open Square">Open Square</option>
</optgroup>
</select>
</td>
</tr>
</table>
</fieldset>
</td>
</tr>
<tr>
<td>
<input type="button" id="helpbutton" value=" Help " disabled />
<input type="button" id="cancelbutton" value=" Cancel " />
<input type="button" id="applybutton" value=" Apply " disabled />
<input type="button" id="okbutton" value=" OK " disabled />
</td>
</tr>
</table>
</window>

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

@ -1,6 +0,0 @@
<?xml version="1.0"?>
<!ENTITY WarningIconLocation "image">
<!ENTITY ContainsLinkSentence "The selected text contains one or more links.">
<!ENTITY LinkWillBeErasedSentence "Removing all text styles will also erase the links.">
<!ENTITY CancelButton "Cancel">
<!ENTITY OKButton "OK">

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

@ -1,31 +0,0 @@
<?xml version="1.0"?>
<?xml-stylesheet href="EditorDialog.css" type="text/css"?>
<!DOCTYPE window SYSTEM "removelinkdlog.dtd">
<window xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/TR/REC-html40">
<table xmlns="http://www.w3.org/TR/REC-html40" cellspacing="20">
<tr>
<td>
image
</td>
<td>
<p>The selected text contains one or more links.</p>
<br/>
<p>Removing all text styles will also erase the links.</p>
<p/>
</td>
</tr>
<tr>
<td></td>
<td>
<p/>
<input type="button" id="cancelbutton" value=" Cancel " />
<input type="button" id="okbutton" value=" Remove " />
</td>
</tr>
</table>
</window>

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

@ -1,39 +0,0 @@
<?xml version="1.0"?>
<!ENTITY TableSelectionLabel "Selection">
<!ENTITY CellSelectionOption "Cell">
<!ENTITY ColumnSelectionOption "Column">
<!ENTITY RowSelectionOption "Row">
<!ENTITY MixedSelectionOption "Mixed">
<!ENTITY PreviousButton "Previous">
<!ENTITY NextButton "Next">
<!ENTITY CellSizeLabel "Cell Size">
<!ENTITY CellWidthCheckboxLabel "Width:">
<!ENTITY PixelsOption "pixels">
<!ENTITY PercentOfWindowOption "% of Window">
<!ENTITY SpansLabel "Spans:">
<!ENTITY RowsSpannedLabel "rows">
<!ENTITY CellHeightCheckboxLabel "Height:">
<!ENTITY ColumnsSpannedLabel "columns">
<!ENTITY ContentAlignmentLabel "Content Alignment">
<!ENTITY HorizontalAlignmentPickerLabel "Horizontal">
<!ENTITY LeftAlignmentOption "Left Alignment">
<!ENTITY HorizontalCenterAlignmentOption "Center Alignment">
<!ENTITY RightAlignmentOption "Right Alignment">
<!ENTITY VerticalAlignmentPickerLabel "Vertical">
<!ENTITY TopAlignmentOption "Top Alignment">
<!ENTITY VerticalCenterAlignmentOption "Center Alignment">
<!ENTITY BaselineAlignmentOption "Baseline Alignment">
<!ENTITY BottomAlignmentOption "Bottom Alignment">
<!ENTITY TextStyleLabel "Text Style">
<!ENTITY HeaderCheckboxLabel "Header">
<!ENTITY NonbreakingCheckboxLabel "Nonbreaking">
<!ENTITY CellBackgroundLabel "Cell Background">
<!ENTITY BackgroundColorCheckboxLabel "Color:">
<!ENTITY BackgroundImageCheckboxLabel "Image:">
<!ENTITY ChooseBackgroundImageButton "Choose Image...">
<!ENTITY LeaveImageLocationCheckboxLabel "Leave Image at Original Location">
<!ENTITY ExtraHTMLButton "Extra HTML...">
<!ENTITY HelpButton "Help">
<!ENTITY CancelButton "Cancel">
<!ENTITY ApplyButton "Apply">
<!ENTITY OKButton "OK">

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

@ -1,204 +0,0 @@
<?xml version="1.0"?>
<?xml-stylesheet href="EditorDialog.css" type="text/css"?>
<!DOCTYPE window SYSTEM "tablecelldlog.dtd">
<window xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/TR/REC-html40">
<table xmlns="http://www.w3.org/TR/REC-html40">
<tr>
<td width="500">
<fieldset><legend> Selection </legend>
<select size="1" name="tablecell.selection">
<optgroup label="selection">
<option label="Cell" value="Cell">Cell</option>
<option label="Column" value="Column">Column</option>
<option label="Row" value="Row">Row</option>
<option label="Mixed" value="Mixed">Mixed (?)</option>
</optgroup>
</select>
<input type="button" class="genericbutton" value=" Previous " />
<input type="button" class="genericbutton" value=" Next " />
</fieldset>
<fieldset><legend> Cell Size </legend>
<table>
<tr>
<td>
<p>
<xul:checkbox value="Width:" />
Width:
</p>
</td>
<td>
<input type="text" size="4" length="4" maxlength="4" name="cell.width" />
<select size="1" name="cell.widthType">
<optgroup label="pixels">
<option label="pixels" value="pixels">pixels</option>
<option label="% of window" value="% of window">% of window</option>
</optgroup>
</select>
</td>
<td width="20px"/>
<td>
<p>Spans:</p>
</td>
<td>
<p>
<input type="text" size="4" length="4" maxlength="4" name="table.spannumrows" />
rows
</p>
</td>
</tr>
<tr>
<td>
<p>
<xul:checkbox value="Height:" />
Height:
</p>
</td>
<td>
<input type="text" size="4" length="4" maxlength="4" name="cell.height" />
<select size="1" name="cell.heightType">
<optgroup label="pixels">
<option label="pixels" value="pixels">pixels</option>
<option label="% of window" value="% of window">% of window</option>
</optgroup>
</select>
</td>
<td width="20px"/>
<td/>
<td>
<p>
<input type="text" size="4" length="4" maxlength="4" name="table.spannumcols" />
columns
</p>
</td>
</tr>
</table>
</fieldset>
<table cellspacing="0" cellpadding="0" width="100%">
<tr>
<td width="60%" valign="top">
<fieldset><legend> Content Alignment </legend>
<table cellspacing="0" cellpadding="2">
<tr>
<td valign="middle" align="right">
<p>Horizontal</p>
</td>
<td>
<select size="1" name="cell.horizontalalignment">
<optgroup label="alignment">
<option label="Left" value="Left">Left</option>
<option label="Center" value="Center">Center</option>
<option label="Right" value="Right">Right</option>
</optgroup>
</select>
</td>
</tr>
<tr>
<td valign="middle" align="right">
<p>Vertical</p>
</td>
<td>
<select size="1" name="cell.verticalalignment">
<optgroup label="valignment">
<option label="Top" value="Top">Top</option>
<option label="Center" value="Center">Center</option>
<option label="Baselines" value="Baselines">Baselines</option>
<option label="Bottom" value="Bottom">Bottom</option>
</optgroup>
</select>
</td>
</tr>
</table>
</fieldset>
</td>
<td width="40%" align="right">
<table>
<tr>
<td>
<fieldset><legend> Text Style </legend>
<table>
<tr>
<td>
<p>
<xul:checkbox value="Header" />
Header
</p>
</td>
<td width="20" />
<td>
<p>
<xul:checkbox value="Nonbreaking" />
Nonbreaking
</p>
</td>
</tr>
</table>
</fieldset>
</td>
</tr>
<tr>
<td align="right">
<p/>
<input type="button" class="genericbutton" value=" Extra HTML... " disabled />
</td>
</tr>
</table>
</td>
</tr>
</table>
<fieldset><legend> Cell Background </legend>
<table cellspacing="0" cellpadding="2" width="100%">
<tr>
<td valign="middle">
<p>
<xul:checkbox value="Color:" />
Color:
</p>
</td>
<td valign="middle">
<p>[Color Picker Here]</p>
</td>
</tr>
<tr valign="middle">
<td>
<xul:checkbox value="Image:" />
<p>Image:</p>
</td>
<td>
<input type="file" value=" Choose Image... " size="50" length="50" maxlength="255" name="table.imageurl" />
</td>
</tr>
<tr>
<td/>
<td valign="middle">
<p>
<xul:checkbox value="Leave image at the original location" />
Leave image at the original location
</p>
</td>
</tr>
</table>
</fieldset>
<input type="button" id="helpbutton" value=" Help " disabled />
<input type="submit" id="cancelbutton" value=" Cancel " />
<input type="button" id="applybutton" value=" Apply " disabled />
<input type="submit" id="okbutton" value=" OK " />
</td>
</tr>
</table>
</window>

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

@ -1,33 +0,0 @@
<?xml version="1.0"?>
<!ENTITY TableSizeLabel "Table Size">
<!ENTITY NumberOfRowsLabel "Rows:">
<!ENTITY TableHeightCheckboxLabel "Height:">
<!ENTITY PixelsLabelAndOption "pixels">
<!ENTITY PercentOfWindowOption "% of Window">
<!ENTITY OriginalSizeRadioLabel "Original Size">
<!ENTITY NumberOfColumnsLabel "Columns:">
<!ENTITY TableWidthCheckboxLabel "Width:">
<!ENTITY TableBordersAndSpacingLabel "Borders and Spacing">
<!ENTITY BorderWidthLabel "Border Width:">
<!ENTITY SpacingLabel "Spacing:">
<!ENTITY PixelsBetweenCellsLabel "pixels between cells">
<!ENTITY PaddingLabel "Padding:">
<!ENTITY PaddingBetweenLabel "pixels between border and cell contents">
<!ENTITY TableAlignmentPickerLabel "Table Alignment">
<!ENTITY LeftAlignmentOption "Left Alignment">
<!ENTITY CenterAlignmentOption "Center Alignment">
<!ENTITY RightAlignmentOption "Right Alignment">
<!ENTITY CaptionCheckboxLabel "Caption">
<!ENTITY CaptionNoneOption "None">
<!ENTITY CaptionAboveOption "Above Table">
<!ENTITY CaptionBelowOption "Below Table">
<!ENTITY TableBackgroundLabel "Table Background">
<!ENTITY BackgroundColorCheckboxLabel "Color:">
<!ENTITY BackgroundImageCheckboxLabel "Image:">
<!ENTITY ChooseBackgroundImageButton "Choose Image...">
<!ENTITY LeaveImageLocationCheckboxLabel "Leave Image at Original Location">
<!ENTITY ExtraHTMLButton "Extra HTML...">
<!ENTITY HelpButton "Help">
<!ENTITY CancelButton "Cancel">
<!ENTITY ApplyButton "Apply">
<!ENTITY OKButton "OK">

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

@ -1,192 +0,0 @@
<?xml version="1.0"?>
<?xml-stylesheet href="EditorDialog.css" type="text/css"?>
<!DOCTYPE window SYSTEM "tabletabledlog.dtd">
<window xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/TR/REC-html40">
<table xmlns="http://www.w3.org/TR/REC-html40">
<tr>
<td width="500">
<fieldset><legend> Table Size </legend>
<table>
<tr>
<td>
<p>Rows:</p>
</td>
<td>
<input type="text" size="4" length="4" maxlength="4" name="table.numrows" />
</td>
<td width="30px"/>
<td>
<p>
<xul:checkbox value="Height:" />
Height:
</p>
</td>
<td>
<input type="text" size="4" length="4" maxlength="4" name="table.rowheight" />
<select size="1" name="tablerow.heightType">
<optgroup label="pixels">
<option label="pixels" value="pixels">pixels</option>
<option label="% of window" value="% of window">% of window</option>
</optgroup>
</select>
</td>
</tr>
<tr>
<td>
<p>Columns:</p>
</td>
<td>
<input type="text" size="4" length="4" maxlength="4" name="table.numrows" />
</td>
<td width="30px"/>
<td>
<p>
<xul:checkbox value="Width:" />
Width:
</p>
</td>
<td>
<input type="text" size="4" length="4" maxlength="4" name="table.colwidth" />
<select size="1" name="tablcol.widthType">
<optgroup label="pixels">
<option label="pixels" value="pixels">pixels</option>
<option label="% of window" value="% of window">% of window</option>
</optgroup>
</select>
</td>
</tr>
</table>
</fieldset>
<table cellspacing="0" cellpadding="0" width="100%">
<tr>
<td width="60%" valign="top">
<fieldset><legend> Borders and Spacing </legend>
<table cellspacing="0" cellpadding="2">
<tr>
<td valign="middle" align="right">
<p>
<xul:checkbox value="Border Width:" />
Border Width:
</p>
</td>
<td valign="middle">
<input type="text" size="4" length="4" maxlength="4" name="table.borderwidth" />
</td>
<td valign="middle">
<p>pixels</p>
</td>
</tr>
<tr>
<td valign="middle" align="right">
<p>Spacing:</p>
</td>
<td valign="middle">
<input type="text" size="4" length="4" maxlength="4" name="table.cellspacing" />
</td>
<td valign="middle">
<p>pixels between cells</p>
</td>
</tr>
<tr>
<td valign="middle" align="right">
<p>Padding:</p>
</td>
<td valign="middle">
<input type="text" size="4" length="4" maxlength="4" name="table.cellpadding" />
</td>
<td valign="middle">
<p>pixels between border and cell contents</p>
</td>
</tr>
</table>
</fieldset>
</td>
<td width="40%" align="right">
<p/>&nbsp;
<p/>
<p>
Table Alignment
<select size="1" name="table.alignType">
<optgroup label="alignment">
<option label="left alignment" value="left alignment">left alignment</option>
<option label="center alignment" value="center alignment">center alignment</option>
<option label="right alignment" value="right alignment">right alignment</option>
</optgroup>
</select>
</p>
<p/>&nbsp;
<p/>
<p>
Caption
<select size="1" name="table.caption">
<optgroup label="caption">
<option label="None" value="None">None</option>
<option label="Above Table" value="Above Table">Above Table</option>
<option label="Below Table" value="Below Table">Below Table</option>
</optgroup>
</select>
</p>
<p/>
<input type="button" class="genericbutton" value=" Extra HTML... " style="align:right" disabled />
</td>
</tr>
</table>
<fieldset><legend> Table Background </legend>
<table cellspacing="0" cellpadding="2" width="100%">
<tr>
<td valign="middle">
<p>
<xul:checkbox value="Color:" />
Color:
</p>
</td>
<td valign="middle">
<p>[Color Picker Here]</p>
</td>
</tr>
<tr valign="middle">
<td>
<p>
<xul:checkbox value="Image:" />
Image:
</p>
</td>
<td>
<input type="file" value=" Choose Image... " size="50" length="50" maxlength="255" name="table.imageurl" />
</td>
</tr>
<tr>
<td/>
<td valign="middle">
<p>
<xul:checkbox value="Leave image at the original location" />
Leave image at the original location
</p>
</td>
</tr>
</table>
</fieldset>
<input type="button" id="helpbutton" value=" Help " disabled />
<input type="submit" id="cancelbutton" value=" Cancel " />
<input type="button" id="applybutton" value=" Apply " disabled />
<input type="submit" id="okbutton" value=" OK " />
</td>
</tr>
</table>
</window>

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

@ -1,5 +0,0 @@
<?xml version="1.0"?>
<!ENTITY TargetNameLabel "Target Name:">
<!ENTITY HelpButton "Help">
<!ENTITY CancelButton "Cancel">
<!ENTITY OKButton "OK">

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

@ -1,29 +0,0 @@
<?xml version="1.0"?>
<?xml-stylesheet href="EditorDialog.css" type="text/css"?>
<!DOCTYPE window SYSTEM "targetdlog.dtd">
<window xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/TR/REC-html40">
<table xmlns="http://www.w3.org/TR/REC-html40" cellspacing="20">
<tr>
<td>
<p>Target Name:</p>
<p/>
<input type="text" size="40" length="40" maxlength="40" />
<select size="1" name="targets.previous">
<optgroup label="prevTargets">
<option label="target 1" value="target 1">target 1</option>
<option label="target 2" value="target 2">target 2</option>
<option label="target 3" value="target 3">target 3</option>
</optgroup>
</select>
<p/>
<input type="button" id="helpbutton" value=" Help " disabled />
<input type="button" id="cancelbutton" value=" Cancel " />
<input type="button" id="okbutton" value=" OK " disabled />
</td>
</tr>
</table>
</window>