зеркало из https://github.com/mozilla/gecko-dev.git
lowercase some html
This commit is contained in:
Родитель
b2eaf237ca
Коммит
c409d84056
|
@ -120,11 +120,11 @@ sub show_graph {
|
||||||
print "Days:";
|
print "Days:";
|
||||||
if($DAYS) {
|
if($DAYS) {
|
||||||
print "(<a href=\"query.cgi?tbox=$TBOX&testname=$TESTNAME&autoscale=$AUTOSCALE&days=0&units=$UNITS\">all data</a>|";
|
print "(<a href=\"query.cgi?tbox=$TBOX&testname=$TESTNAME&autoscale=$AUTOSCALE&days=0&units=$UNITS\">all data</a>|";
|
||||||
print "<input type=text value=$DAYS NAME=\"days\" SIZE=3 MAXLENGTH=80>\n";
|
print "<input type=text value=$DAYS name=\"days\" size=3 maxlength=10>\n";
|
||||||
print ")";
|
print ")";
|
||||||
} else {
|
} else {
|
||||||
print "(<b>all data</b>|";
|
print "(<b>all data</b>|";
|
||||||
print "<input type=text value=\"\" NAME=\"days\" SIZE=3 MAXLENGTH=80>\n";
|
print "<input type=text value=\"\" name=\"days\" size=3 maxlength=10>\n";
|
||||||
print ")";
|
print ")";
|
||||||
}
|
}
|
||||||
print "</form>\n";
|
print "</form>\n";
|
||||||
|
|
Загрузка…
Ссылка в новой задаче