@@ -1075,20 +1075,20 @@ if(stristr($uaString, "/TR/") || stristr($uaString, "WCAG20/WD-WCAG20")) {
1075
1075
1076
1076
// insert all of the relevant cookies as hidden fields to be submitted for restored settings
1077
1077
1078
- echo "<input type=\"hidden\" name=\"introopt\" value=\"" . htmlspecialchars($HTTP_COOKIE_VARS ["introopt"]) . "\" />";
1079
- echo "<input type=\"hidden\" name=\"cssopt\" value=\"" . htmlspecialchars($HTTP_COOKIE_VARS ["cssopt"]) . "\" />";
1080
- echo "<input type=\"hidden\" name=\"smilopt\" value=\"" . htmlspecialchars($HTTP_COOKIE_VARS ["smilopt"]) . "\" />";
1081
- echo "<input type=\"hidden\" name=\"scriptopt\" value=\"" . htmlspecialchars($HTTP_COOKIE_VARS ["scriptopt"]) . "\" />";
1082
- echo "<input type=\"hidden\" name=\"serversideopt\" value=\"" . htmlspecialchars($HTTP_COOKIE_VARS ["serversideopt"]) . "\" />";
1083
- echo "<input type=\"hidden\" name=\"flashopt\" value=\"" . htmlspecialchars($HTTP_COOKIE_VARS ["flashopt"]) . "\" />";
1084
- echo "<input type=\"hidden\" name=\"pdfopt\" value=\"" . htmlspecialchars($HTTP_COOKIE_VARS ["fpdfopt"]) . "\" />";
1085
- echo "<input type=\"hidden\" name=\"silverlightopt\" value=\"" . htmlspecialchars($HTTP_COOKIE_VARS ["silverlightopt"]) . "\" />";
1086
- echo "<input type=\"hidden\" name=\"ariaopt\" value=\"" . htmlspecialchars($HTTP_COOKIE_VARS ["ariaopt"]) . "\" />";
1087
- echo "<input type=\"hidden\" name=\"level1opt\" value=\"" . htmlspecialchars($HTTP_COOKIE_VARS ["level1opt"]) . "\" />";
1088
- echo "<input type=\"hidden\" name=\"level2opt\" value=\"" . htmlspecialchars($HTTP_COOKIE_VARS ["level2opt"]) . "\" />";
1089
- echo "<input type=\"hidden\" name=\"level3opt\" value=\"" . htmlspecialchars($HTTP_COOKIE_VARS ["level3opt"]) . "\" />";
1090
- echo "<input type=\"hidden\" name=\"sufopt\" value=\"" . htmlspecialchars($HTTP_COOKIE_VARS ["sufopt"]) . "\" />";
1091
- echo "<input type=\"hidden\" name=\"confreqs\" value=\"" . htmlspecialchars($HTTP_COOKIE_VARS ["confreqs"]) . "\" />";
1078
+ echo "<input type=\"hidden\" name=\"introopt\" value=\"" . htmlspecialchars($_COOKIE ["introopt"]) . "\" />";
1079
+ echo "<input type=\"hidden\" name=\"cssopt\" value=\"" . htmlspecialchars($_COOKIE ["cssopt"]) . "\" />";
1080
+ echo "<input type=\"hidden\" name=\"smilopt\" value=\"" . htmlspecialchars($_COOKIE ["smilopt"]) . "\" />";
1081
+ echo "<input type=\"hidden\" name=\"scriptopt\" value=\"" . htmlspecialchars($_COOKIE ["scriptopt"]) . "\" />";
1082
+ echo "<input type=\"hidden\" name=\"serversideopt\" value=\"" . htmlspecialchars($_COOKIE ["serversideopt"]) . "\" />";
1083
+ echo "<input type=\"hidden\" name=\"flashopt\" value=\"" . htmlspecialchars($_COOKIE ["flashopt"]) . "\" />";
1084
+ echo "<input type=\"hidden\" name=\"pdfopt\" value=\"" . htmlspecialchars($_COOKIE ["fpdfopt"]) . "\" />";
1085
+ echo "<input type=\"hidden\" name=\"silverlightopt\" value=\"" . htmlspecialchars($_COOKIE ["silverlightopt"]) . "\" />";
1086
+ echo "<input type=\"hidden\" name=\"ariaopt\" value=\"" . htmlspecialchars($_COOKIE ["ariaopt"]) . "\" />";
1087
+ echo "<input type=\"hidden\" name=\"level1opt\" value=\"" . htmlspecialchars($_COOKIE ["level1opt"]) . "\" />";
1088
+ echo "<input type=\"hidden\" name=\"level2opt\" value=\"" . htmlspecialchars($_COOKIE ["level2opt"]) . "\" />";
1089
+ echo "<input type=\"hidden\" name=\"level3opt\" value=\"" . htmlspecialchars($_COOKIE ["level3opt"]) . "\" />";
1090
+ echo "<input type=\"hidden\" name=\"sufopt\" value=\"" . htmlspecialchars($_COOKIE ["sufopt"]) . "\" />";
1091
+ echo "<input type=\"hidden\" name=\"confreqs\" value=\"" . htmlspecialchars($_COOKIE ["confreqs"]) . "\" />";
1092
1092
echo "<input type=\"hidden\" name=\"savesettings\" value=\"Y\" />";
1093
1093
// echo "<p class=\"submitAsCT\"><input type=\"hidden\" value=\"Y\" name=\"AsCT\"/><input type=\"submit\" value=\"Customize with Previously Saved Settings\" class=\"submitLink\"/></p>";
1094
1094
]]> </xsl : processing-instruction >
0 commit comments