зеркало из https://github.com/mozilla/gecko-dev.git
Added <LABEL> tag to all the checkboxes and radiobuttons.
This commit is contained in:
Родитель
1ca7c07405
Коммит
bff632482d
|
@ -1,6 +1,6 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Untitled Document</title>
|
||||
<title>Print Setup</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
</head>
|
||||
|
@ -54,24 +54,23 @@ BODY {
|
|||
<TABLE width="100%">
|
||||
<TR>
|
||||
<TD NOWRAP>
|
||||
<LABEL><input type=checkbox id="bevellines" size=15 maxlength=80 style="margin-right:5px; background-color: rgb(190, 190, 190);">Bevel Lines</LABEL>
|
||||
</TD>
|
||||
<LABEL><input type=checkbox id="bevellines" size=15 maxlength=80 style="margin-right:5px; background-color: rgb(190, 190, 190);">Bevel Lines</LABEL></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD NOWRAP>
|
||||
<input type=checkbox id="blacktext" size=15 maxlength=80 style="margin-right:5px; background-color: rgb(190, 190, 190);">Black Text</TD>
|
||||
<LABEL><input type=checkbox id="blacktext" size=15 maxlength=80 style="margin-right:5px; background-color: rgb(190, 190, 190);">Black Text</LABEL></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD NOWRAP>
|
||||
<input type=checkbox id="blacklines" size=15 maxlength=80 style="margin-right:5px; background-color: rgb(190, 190, 190);">Black Lines</TD>
|
||||
<LABEL><input type=checkbox id="blacklines" size=15 maxlength=80 style="margin-right:5px; background-color: rgb(190, 190, 190);">Black Lines</LABEL></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD NOWRAP>
|
||||
<input type=checkbox id="lastpagefirst" size=15 maxlength=80 style="margin-right:5px; background-color: rgb(190, 190, 190);">Last Page First</TD>
|
||||
<LABEL><input type=checkbox id="lastpagefirst" size=15 maxlength=80 style="margin-right:5px; background-color: rgb(190, 190, 190);">Last Page First</LABEL></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD NOWRAP>
|
||||
<input type=checkbox id="printbg" size=15 maxlength=80 style="margin-right:5px; background-color: rgb(190, 190, 190);">Print Backgrounds</TD>
|
||||
<LABEL><input type=checkbox id="printbg" size=15 maxlength=80 style="margin-right:5px; background-color: rgb(190, 190, 190);">Print Backgrounds</LABEL></TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
</fieldset>
|
||||
|
@ -92,10 +91,10 @@ BODY {
|
|||
<legend align=left> Orientation </legend>
|
||||
<TABLE width="100%" height="100%">
|
||||
<TR>
|
||||
<TD NOWRAP><input type=radio name="orientation" id="portrait" size=15 maxlength=80 style="margin-right:5px; background-color: rgb(190, 190, 190);">Portrait</TD>
|
||||
<TD NOWRAP><LABEL><input type=radio name="orientation" id="portrait" size=15 maxlength=80 style="margin-right:5px; background-color: rgb(190, 190, 190);">Portrait</LABEL></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD NOWRAP><input type=radio name="orientation" id="landscape" size=15 maxlength=80 style="margin-right:5px; background-color: rgb(190, 190, 190);">Landscape</TD>
|
||||
<TD NOWRAP><LABEL><input type=radio name="orientation" id="landscape" size=15 maxlength=80 style="margin-right:5px; background-color: rgb(190, 190, 190);">Landscape</LABEL></TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
</fieldset>
|
||||
|
@ -132,8 +131,8 @@ BODY {
|
|||
<legend align=left> Header </legend>
|
||||
<TABLE width="100%">
|
||||
<TR>
|
||||
<TD NOWRAP><input type=checkbox id="doctitle" size=15 maxlength=80 style="margin-right:0px; background-color: rgb(190, 190, 190);">Document Title </TD>
|
||||
<TD NOWRAP><input type=checkbox id="docloc" size=15 maxlength=80 style="margin-right:0px; background-color: rgb(190, 190, 190);">Document Location (URL) </TD>
|
||||
<TD NOWRAP><LABEL><input type=checkbox id="doctitle" size=15 maxlength=80 style="margin-right:0px; background-color: rgb(190, 190, 190);">Document Title</LABEL> </TD>
|
||||
<TD NOWRAP><LABEL><input type=checkbox id="docloc" size=15 maxlength=80 style="margin-right:0px; background-color: rgb(190, 190, 190);">Document Location (URL)</LABEL> </TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD colspan=2><input type="text" id="headertext" width="100%"></TD>
|
||||
|
@ -149,8 +148,8 @@ BODY {
|
|||
<TABLE width="100%">
|
||||
<TR>
|
||||
<TD NOWRAP style="vertical-align:middle;"><input type=checkbox id="pagenum" size=15 maxlength=80 style="margin-right:0px; background-color: rgb(190, 190, 190);">Page Number </TD>
|
||||
<TD NOWRAP><input type=checkbox id="pagetotal" size=15 maxlength=80 style="margin-right:0px; background-color: rgb(190, 190, 190);">Page Total </TD>
|
||||
<TD NOWRAP><input type=checkbox id="dateprinted" size=15 maxlength=80 style="margin-right:0px; background-color: rgb(190, 190, 190);">Date Printed </TD>
|
||||
<TD NOWRAP><LABEL><input type=checkbox id="pagetotal" size=15 maxlength=80 style="margin-right:0px; background-color: rgb(190, 190, 190);">Page Total</LABEL> </TD>
|
||||
<TD NOWRAP><LABEL><input type=checkbox id="dateprinted" size=15 maxlength=80 style="margin-right:0px; background-color: rgb(190, 190, 190);">Date Printed</LABEL> </TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD colspan=3><input type="text" id="footertext" width="100%"></TD>
|
||||
|
|
Загрузка…
Ссылка в новой задаче