Added <LABEL> tag to all the checkboxes and radiobuttons.

This commit is contained in:
rods%netscape.com 1998-12-18 15:35:38 +00:00
Родитель 1ca7c07405
Коммит bff632482d
1 изменённых файлов: 12 добавлений и 13 удалений

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

@ -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>&nbsp;Orientation&nbsp;</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>&nbsp;Header&nbsp;</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&nbsp;&nbsp;</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)&nbsp;&nbsp;</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>&nbsp;&nbsp;</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>&nbsp;&nbsp;</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&nbsp;&nbsp;</TD>
<TD NOWRAP><input type=checkbox id="pagetotal" size=15 maxlength=80 style="margin-right:0px; background-color: rgb(190, 190, 190);">Page Total&nbsp;&nbsp;</TD>
<TD NOWRAP><input type=checkbox id="dateprinted" size=15 maxlength=80 style="margin-right:0px; background-color: rgb(190, 190, 190);">Date Printed&nbsp;&nbsp;</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>&nbsp;&nbsp;</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>&nbsp;&nbsp;</TD>
</TR>
<TR>
<TD colspan=3><input type="text" id="footertext" width="100%"></TD>