Skip to content

Commit

Permalink
Cleaned HTML using html validator
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@864 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Jan 30, 2004
1 parent 42bacc0 commit f2bd001
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions admin/export.php
Expand Up @@ -60,46 +60,46 @@
."\t<tr>\n"
."\t\t<td>\n"
."\t\t\t$setfont<input type='radio' name='style' value='abrev' id='headabbrev'>"
."<label for='headabbrev'><font size='1'>"
."<font size='1'><label for='headabbrev'>"
._EX_HEAD_ABBREV."</label><br />\n"
."\t\t\t<input type='radio' checked name='style' value='full' id='headfull'>"
."<label for='headfull'><font size='1'>"
."<label for='headfull'>"
._EX_HEAD_FULL."</label>\n"
."\t\t</td>\n"
."\t\t</font></font></td>\n"
."\t</tr>\n"
."\t<tr><td height='8' bgcolor='silver'>$setfont<font size='1'><b>"
._EX_ANSWERS."</b></font></font></td></tr>\n"
."\t<tr>\n"
."\t\t<td>\n"
."\t\t\t$setfont<input type='radio' name='answers' value='short' id='ansabbrev'>"
."<label for='ansabbrev'><font size='1'>"
."<font size='1'><label for='ansabbrev'>"
._EX_ANS_ABBREV."</label><br />\n"
."\t\t\t<input type='radio' checked name='answers' value='long' id='ansfull'>"
."<label for='ansfull'><font size='1'>"
."<label for='ansfull'>"
._EX_ANS_FULL."</label>\n"
."\t\t</td>\n"
."\t\t</font></font></td>\n"
."\t</tr>\n"
."\t<tr><td height='8' bgcolor='silver'>$setfont<font size='1'><b>"
._EX_FORMAT."</b></font></font></td></tr>\n"
."\t<tr>\n"
."\t\t<td>\n"
."\t\t\t$setfont<input type='radio' name='type' value='doc' id='worddoc'>"
."<label for='worddoc'><font size='1'>"
."<font size='1'><label for='worddoc'>"
._EX_FORM_WORD."</label><br />\n"
."\t\t\t<input type='radio' name='type' value='xls' checked id='exceldoc'>"
."<label for='exceldoc'><font size='1'>"
."<label for='exceldoc'>"
._EX_FORM_EXCEL."</label><br />\n"
."\t\t\t<input type='radio' name='type' value='csv' id='csvdoc'>"
."<label for='csvdoc'><font size='1'>"
."<label for='csvdoc'>"
._EX_FORM_CSV."</label>\n"
."\t\t</td>\n"
."\t\t</font></font></td>\n"
."\t</tr>\n"
."\t<tr><td height='2' bgcolor='silver'></td></tr>\n"
."\t<tr>\n"
."\t\t<td align='center' bgcolor='silver'>\n"
."\t\t\t$setfont<input $btstyle type='submit' value='"
._EX_EXPORTDATA."'>\n"
."\t\t</td>\n"
."\t\t</font></td>\n"
."\t</tr>\n"
."\t<input type='hidden' name='sid' value='$sid'>\n";
if (isset($_POST['sql']))
Expand Down Expand Up @@ -171,11 +171,10 @@
}
}

echo "</tr>"
echo "</tr>\n"
."\t</form>\n"
."</table><br />\n"
.htmlfooter("instructions.html", "General PHPSurveyor Instructions")
."</body>\n</html>";
.htmlfooter("instructions.html", "General PHPSurveyor Instructions");
exit;
}

Expand Down

0 comments on commit f2bd001

Please sign in to comment.