上传文件

master
胡涛 9 months ago
commit dff26a40ea

15
.gitignore vendored

@ -0,0 +1,15 @@
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
local.properties

3
.idea/.gitignore vendored

@ -0,0 +1,3 @@
# Default ignored files
/shelf/
/workspace.xml

@ -0,0 +1 @@
Notes-master

@ -0,0 +1,117 @@
<component name="ProjectCodeStyleConfiguration">
<code_scheme name="Project" version="173">
<codeStyleSettings language="XML">
<option name="FORCE_REARRANGE_MODE" value="1" />
<indentOptions>
<option name="CONTINUATION_INDENT_SIZE" value="4" />
</indentOptions>
<arrangement>
<rules>
<section>
<rule>
<match>
<AND>
<NAME>xmlns:android</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>^$</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>xmlns:.*</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>^$</XML_NAMESPACE>
</AND>
</match>
<order>BY_NAME</order>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>.*:id</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>.*:name</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>name</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>^$</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>style</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>^$</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>.*</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>^$</XML_NAMESPACE>
</AND>
</match>
<order>BY_NAME</order>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>.*</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE>
</AND>
</match>
<order>ANDROID_ATTRIBUTE_ORDER</order>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>.*</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>.*</XML_NAMESPACE>
</AND>
</match>
<order>BY_NAME</order>
</rule>
</section>
</rules>
</arrangement>
</codeStyleSettings>
</code_scheme>
</component>

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<bytecodeTargetLevel target="17" />
</component>
</project>

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="deploymentTargetDropDown">
<value>
<entry key="app">
<State>
<targetSelectedWithDropDown>
<Target>
<type value="QUICK_BOOT_TARGET" />
<deviceKey>
<Key>
<type value="VIRTUAL_DEVICE_PATH" />
<value value="C:\Users\14286\.android\avd\Pixel_7_Pro_API_33_2.avd" />
</Key>
</deviceKey>
</Target>
</targetSelectedWithDropDown>
<timeTargetWasSelectedWithDropDown value="2024-09-19T16:14:15.389380400Z" />
</State>
</entry>
</value>
</component>
</project>

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="deploymentTargetSelector">
<selectionStates>
<SelectionState runConfigName="app">
<option name="selectionMode" value="DROPDOWN" />
</SelectionState>
<SelectionState runConfigName="WelcomeActivity">
<option name="selectionMode" value="DROPDOWN" />
</SelectionState>
</selectionStates>
</component>
</project>

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GradleMigrationSettings" migrationVersion="1" />
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="gradleJvm" value="#GRADLE_LOCAL_JAVA_HOME" />
<option name="modules">
<set>
<option value="$PROJECT_DIR$" />
<option value="$PROJECT_DIR$/app" />
</set>
</option>
<option name="resolveExternalAnnotations" value="false" />
</GradleProjectSettings>
</option>
</component>
</project>

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectMigrations">
<option name="MigrateToGradleLocalJavaHome">
<set>
<option value="$PROJECT_DIR$" />
</set>
</option>
</component>
</project>

@ -0,0 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="NullableNotNullManager">
<option name="myDefaultNullable" value="androidx.annotation.Nullable" />
<option name="myDefaultNotNull" value="androidx.annotation.NonNull" />
<option name="myNullables">
<value>
<list size="15">
<item index="0" class="java.lang.String" itemvalue="org.jspecify.annotations.Nullable" />
<item index="1" class="java.lang.String" itemvalue="com.android.annotations.Nullable" />
<item index="2" class="java.lang.String" itemvalue="androidx.annotation.RecentlyNullable" />
<item index="3" class="java.lang.String" itemvalue="org.checkerframework.checker.nullness.compatqual.NullableDecl" />
<item index="4" class="java.lang.String" itemvalue="org.jetbrains.annotations.Nullable" />
<item index="5" class="java.lang.String" itemvalue="androidx.annotation.Nullable" />
<item index="6" class="java.lang.String" itemvalue="org.eclipse.jdt.annotation.Nullable" />
<item index="7" class="java.lang.String" itemvalue="edu.umd.cs.findbugs.annotations.Nullable" />
<item index="8" class="java.lang.String" itemvalue="android.support.annotation.Nullable" />
<item index="9" class="java.lang.String" itemvalue="jakarta.annotation.Nullable" />
<item index="10" class="java.lang.String" itemvalue="javax.annotation.CheckForNull" />
<item index="11" class="java.lang.String" itemvalue="javax.annotation.Nullable" />
<item index="12" class="java.lang.String" itemvalue="org.checkerframework.checker.nullness.qual.Nullable" />
<item index="13" class="java.lang.String" itemvalue="org.checkerframework.checker.nullness.compatqual.NullableType" />
<item index="14" class="java.lang.String" itemvalue="android.annotation.Nullable" />
</list>
</value>
</option>
<option name="myNotNulls">
<value>
<list size="14">
<item index="0" class="java.lang.String" itemvalue="androidx.annotation.RecentlyNonNull" />
<item index="1" class="java.lang.String" itemvalue="org.checkerframework.checker.nullness.qual.NonNull" />
<item index="2" class="java.lang.String" itemvalue="org.jspecify.annotations.NonNull" />
<item index="3" class="java.lang.String" itemvalue="jakarta.annotation.Nonnull" />
<item index="4" class="java.lang.String" itemvalue="androidx.annotation.NonNull" />
<item index="5" class="java.lang.String" itemvalue="org.checkerframework.checker.nullness.compatqual.NonNullType" />
<item index="6" class="java.lang.String" itemvalue="android.support.annotation.NonNull" />
<item index="7" class="java.lang.String" itemvalue="com.android.annotations.NonNull" />
<item index="8" class="java.lang.String" itemvalue="edu.umd.cs.findbugs.annotations.NonNull" />
<item index="9" class="java.lang.String" itemvalue="org.checkerframework.checker.nullness.compatqual.NonNullDecl" />
<item index="10" class="java.lang.String" itemvalue="org.jetbrains.annotations.NotNull" />
<item index="11" class="java.lang.String" itemvalue="javax.annotation.Nonnull" />
<item index="12" class="java.lang.String" itemvalue="org.eclipse.jdt.annotation.NonNull" />
<item index="13" class="java.lang.String" itemvalue="android.annotation.NonNull" />
</list>
</value>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="jbr-17" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">
<option name="id" value="Android" />
</component>
</project>

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="SonarLintProjectSettings">
<option name="bindingEnabled" value="true" />
<option name="projectKey" value="Notesmaster" />
<option name="serverId" value="sonar" />
</component>
</project>

@ -0,0 +1,29 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827M"(Remove this deprecated "name" attribute.(ijŽÞ
< Web:S1827{"(Remove this deprecated "name" attribute.(—<>ùh
D Web:S1827"/Remove this deprecated "cellpadding" attribute.(æÃöý
D Web:S1827"/Remove this deprecated "cellspacing" attribute.(æÃöý
@ Web:S1827"+Remove this deprecated "summary" attribute.(æÃöý
C Web:S1827Œ"(Remove this deprecated "name" attribute.(㺆¨ûÿÿÿÿ
E Web:S1827<18>"/Remove this deprecated "cellpadding" attribute.(…²ˆÛ
E Web:S1827<18>"/Remove this deprecated "cellspacing" attribute.(…²ˆÛ
A Web:S1827<18>"+Remove this deprecated "summary" attribute.(…²ˆÛ
C Web:S1827¬"(Remove this deprecated "name" attribute.(ÀÓÉ»ûÿÿÿÿ
C Web:S1827³"(Remove this deprecated "name" attribute.(ŸÙ‹ëÿÿÿÿÿ
C Web:S1827º"(Remove this deprecated "name" attribute.(çü°Óÿÿÿÿÿ
C Web:S1827Ê"(Remove this deprecated "name" attribute.(ŸÖ‡çýÿÿÿÿ
C Web:S1827Î"(Remove this deprecated "name" attribute.(Þ’ö®ùÿÿÿÿ
C Web:S1827Û"(Remove this deprecated "name" attribute.(ׯŸ<C2AF>øÿÿÿÿ
C Web:S1827ß"(Remove this deprecated "name" attribute.(Øé‡ìýÿÿÿÿ
> Web:S1827ó"(Remove this deprecated "name" attribute.(ƒ¶ÇŸ
> Web:S1827"(Remove this deprecated "name" attribute.(»¹÷ú
> Web:S1827œ"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827ž"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheck¹"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827Ó"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703º"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,56 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827M"(Remove this deprecated "name" attribute.(ijŽÞ
CWeb:BoldAndItalicTagsCheckq"Replace this <i> tag by <em>.(¦Ü–—
C Web:S1827"(Remove this deprecated "name" attribute.(ù‹Õ¼øÿÿÿÿ
J Web:S1827<18>"/Remove this deprecated "cellpadding" attribute.(¡Óõæýÿÿÿÿ
J Web:S1827<18>"/Remove this deprecated "cellspacing" attribute.(¡Óõæýÿÿÿÿ
F Web:S1827<18>"+Remove this deprecated "summary" attribute.(¡Óõæýÿÿÿÿ
> Web:S1827œ"(Remove this deprecated "name" attribute.(ã¿©ã
= Web:S1827¦"(Remove this deprecated "name" attribute.(—<>ùh
E Web:S1827ª"/Remove this deprecated "cellpadding" attribute.(æÃöý
E Web:S1827ª"/Remove this deprecated "cellspacing" attribute.(æÃöý
A Web:S1827ª"+Remove this deprecated "summary" attribute.(æÃöý
C Web:S1827½"(Remove this deprecated "name" attribute.(㺆¨ûÿÿÿÿ
E Web:S1827Á"/Remove this deprecated "cellpadding" attribute.(…²ˆÛ
E Web:S1827Á"/Remove this deprecated "cellspacing" attribute.(…²ˆÛ
A Web:S1827Á"+Remove this deprecated "summary" attribute.(…²ˆÛ
DWeb:BoldAndItalicTagsCheckË"Replace this <i> tag by <em>.(¨çÉ¿
DWeb:BoldAndItalicTagsCheckï"Replace this <i> tag by <em>.(•«÷²
C Web:S1827³"(Remove this deprecated "name" attribute.(¾Ïèšüÿÿÿÿ
C Web:S1827º"(Remove this deprecated "name" attribute.(ŸÙ‹ëÿÿÿÿÿ
C Web:S1827Ê"(Remove this deprecated "name" attribute.(Ú‚­žÿÿÿÿÿ
C Web:S1827Î"(Remove this deprecated "name" attribute.(´Ž¼Íúÿÿÿÿ
C Web:S1827Ý"(Remove this deprecated "name" attribute.(ŸÖ‡çýÿÿÿÿ
> Web:S1827á"(Remove this deprecated "name" attribute.(¾žíÙ
C Web:S1827ò"(Remove this deprecated "name" attribute.(ׯŸ<C2AF>øÿÿÿÿ
> Web:S1827ö"(Remove this deprecated "name" attribute.(¶†²Ë
= Web:S1827ƒ"(Remove this deprecated "name" attribute.(žþ¡
IWeb:BoldAndItalicTagsCheck"Replace this <i> tag by <em>.(¹“™ùøÿÿÿÿ
> Web:S1827<18>"(Remove this deprecated "name" attribute.(è å¸
C Web:S1827ž"(Remove this deprecated "name" attribute.(¸¿†Ãÿÿÿÿÿ
DWeb:BoldAndItalicTagsCheck¦"Replace this <i> tag by <em>.(Õ•àÊ
C Web:S1827©"(Remove this deprecated "name" attribute.(¶Àáæúÿÿÿÿ
C Web:S1827¹"(Remove this deprecated "name" attribute.(Ù§®ùùÿÿÿÿ
C Web:S1827Ç"(Remove this deprecated "name" attribute.(âàÌÉûÿÿÿÿ
C Web:S1827Ú"(Remove this deprecated "name" attribute.(ÊËæûþÿÿÿÿ
MWeb:BoldAndItalicTagsCheckê"!Replace this <b> tag by <strong>.(«É¥÷üÿÿÿÿ
C Web:S1827õ"(Remove this deprecated "name" attribute.(˜¨Íßýÿÿÿÿ
DWeb:BoldAndItalicTagsCheck"Replace this <i> tag by <em>.(òšÝÎ
IWeb:BoldAndItalicTagsCheckˆ"Replace this <i> tag by <em>.(žÍ³<C38D>ÿÿÿÿÿ
IWeb:BoldAndItalicTagsCheckˆ"Replace this <i> tag by <em>.(žÍ³<C38D>ÿÿÿÿÿ
DWeb:BoldAndItalicTagsCheckŠ"Replace this <i> tag by <em>.(¤âÿæ
> Web:S1827"(Remove this deprecated "name" attribute.(ä½Ä§
C Web:S1827¨"(Remove this deprecated "name" attribute.(••ÙÈüÿÿÿÿ
C Web:S1827µ"(Remove this deprecated "name" attribute.(¤þ¯Òüÿÿÿÿ
> Web:S1827Â"(Remove this deprecated "name" attribute.(<28>œø´
C Web:S1827Ï"(Remove this deprecated "name" attribute.(íØÂÿúÿÿÿÿ
> Web:S1827å"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827ç"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheck"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827œ"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703ƒ"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,60 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827M"(Remove this deprecated "name" attribute.(ijŽÞ
= Web:S1827w"(Remove this deprecated "name" attribute.(<28>ôº‰
I Web:S1827{"/Remove this deprecated "cellpadding" attribute.(Ý«öÿûÿÿÿÿ
I Web:S1827{"/Remove this deprecated "cellspacing" attribute.(Ý«öÿûÿÿÿÿ
E Web:S1827{"+Remove this deprecated "summary" attribute.(Ý«öÿûÿÿÿÿ
C Web:S1827Š"(Remove this deprecated "name" attribute.(ù‹Õ¼øÿÿÿÿ
J Web:S1827Ž"/Remove this deprecated "cellpadding" attribute.(¡Óõæýÿÿÿÿ
J Web:S1827Ž"/Remove this deprecated "cellspacing" attribute.(¡Óõæýÿÿÿÿ
F Web:S1827Ž"+Remove this deprecated "summary" attribute.(¡Óõæýÿÿÿÿ
= Web:S1827<18>"(Remove this deprecated "name" attribute.(—<>ùh
E Web:S1827¡"/Remove this deprecated "cellpadding" attribute.(æÃöý
E Web:S1827¡"/Remove this deprecated "cellspacing" attribute.(æÃöý
A Web:S1827¡"+Remove this deprecated "summary" attribute.(æÃöý
C Web:S1827²"(Remove this deprecated "name" attribute.(㺆¨ûÿÿÿÿ
E Web:S1827"/Remove this deprecated "cellpadding" attribute.(…²ˆÛ
E Web:S1827"/Remove this deprecated "cellspacing" attribute.(…²ˆÛ
A Web:S1827"+Remove this deprecated "summary" attribute.(…²ˆÛ
CWeb:BoldAndItalicTagsCheck"Replace this <i> tag by <em>.(Ãòš*
DWeb:BoldAndItalicTagsCheck¼"Replace this <i> tag by <em>.(ôÛ<C3B4>¡
C Web:S1827Æ"(Remove this deprecated "name" attribute.(ŸÙ‹ëÿÿÿÿÿ
C Web:S1827Ö"(Remove this deprecated "name" attribute.(Ú‚­žÿÿÿÿÿ
= Web:S1827Ú"(Remove this deprecated "name" attribute.(œûˆu
C Web:S1827ç"(Remove this deprecated "name" attribute.(ŸÖ‡çýÿÿÿÿ
C Web:S1827ë"(Remove this deprecated "name" attribute.(ÿÝ<C3BF>íûÿÿÿÿ
C Web:S1827ù"(Remove this deprecated "name" attribute.(ׯŸ<C2AF>øÿÿÿÿ
> Web:S1827ý"(Remove this deprecated "name" attribute.(â¡üâ
> Web:S1827š"(Remove this deprecated "name" attribute.(ÃÉÁ÷
> Web:S1827§"(Remove this deprecated "name" attribute.(æÂë€
= Web:S1827¹"(Remove this deprecated "name" attribute.(ù’Œ
IWeb:BoldAndItalicTagsCheckÁ"Replace this <i> tag by <em>.(¹ŸÎ›ûÿÿÿÿ
> Web:S1827Ë"(Remove this deprecated "name" attribute.(¢Óúß
> Web:S1827Ù"(Remove this deprecated "name" attribute.(Ç­ë÷
= Web:S1827æ"(Remove this deprecated "name" attribute.(«ï¥
C Web:S1827ô"(Remove this deprecated "name" attribute.(€ÒË«þÿÿÿÿ
C Web:S1827ƒ"(Remove this deprecated "name" attribute.(∕Ýûÿÿÿÿ
> Web:S1827"(Remove this deprecated "name" attribute.(¬âã‰
C Web:S1827ž"(Remove this deprecated "name" attribute.(ƒµ™íüÿÿÿÿ
> Web:S1827¬"(Remove this deprecated "name" attribute.(æ±ÔÚ
= Web:S1827º"(Remove this deprecated "name" attribute.(½µ¤'
> Web:S1827Ì"(Remove this deprecated "name" attribute.(Ä–‹€
= Web:S1827Ý"(Remove this deprecated "name" attribute.(ï®<C3AF>3
C Web:S1827ð"(Remove this deprecated "name" attribute.(€ÚÃîúÿÿÿÿ
IWeb:BoldAndItalicTagsCheckø"Replace this <i> tag by <em>.(»œˆËùÿÿÿÿ
C Web:S1827<18>"(Remove this deprecated "name" attribute.(ªÂõºûÿÿÿÿ
C Web:S1827<18>"(Remove this deprecated "name" attribute.(·¹ÑÒÿÿÿÿÿ
> Web:S1827Ÿ"(Remove this deprecated "name" attribute.(¯»Æ¡
> Web:S1827®"(Remove this deprecated "name" attribute.(³õæ‹
C Web:S1827»"(Remove this deprecated "name" attribute.(ÄÀ±€ùÿÿÿÿ
C Web:S1827Ä"(Remove this deprecated "name" attribute.(ð<>õ¤øÿÿÿÿ
> Web:S1827Õ"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827×"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckò"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827Œ"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703ó"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,27 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827M"(Remove this deprecated "name" attribute.(ijŽÞ
< Web:S1827w"(Remove this deprecated "name" attribute.(—<>ùh
D Web:S1827{"/Remove this deprecated "cellpadding" attribute.(æÃöý
D Web:S1827{"/Remove this deprecated "cellspacing" attribute.(æÃöý
@ Web:S1827{"+Remove this deprecated "summary" attribute.(æÃöý
C Web:S1827"(Remove this deprecated "name" attribute.(㺆¨ûÿÿÿÿ
E Web:S1827<18>"/Remove this deprecated "cellpadding" attribute.(…²ˆÛ
E Web:S1827<18>"/Remove this deprecated "cellspacing" attribute.(…²ˆÛ
A Web:S1827<18>"+Remove this deprecated "summary" attribute.(…²ˆÛ
C Web:S1827¡"(Remove this deprecated "name" attribute.(ŸÙ‹ëÿÿÿÿÿ
C Web:S1827±"(Remove this deprecated "name" attribute.(ŸÖ‡çýÿÿÿÿ
C Web:S1827µ"(Remove this deprecated "name" attribute.(¸€í¶ýÿÿÿÿ
C Web:S1827¾"(Remove this deprecated "name" attribute.(†é–•øÿÿÿÿ
C Web:S1827Ë"(Remove this deprecated "name" attribute.(ׯŸ<C2AF>øÿÿÿÿ
> Web:S1827Ï"(Remove this deprecated "name" attribute.(„¸ˆœ
C Web:S1827Ý"(Remove this deprecated "name" attribute.(„§<E2809E>¼üÿÿÿÿ
> Web:S1827ò"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827ô"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheck<18>"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827©"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703<18>"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,55 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827M"(Remove this deprecated "name" attribute.(ijŽÞ
CWeb:BoldAndItalicTagsCheckr"Replace this <i> tag by <em>.(«æ<C2AB>¥
C Web:S1827"(Remove this deprecated "name" attribute.(ù‹Õ¼øÿÿÿÿ
> Web:S1827"(Remove this deprecated "name" attribute.(ã¿©ã
= Web:S1827"(Remove this deprecated "name" attribute.(—<>ùh
E Web:S1827"/Remove this deprecated "cellpadding" attribute.(æÃöý
E Web:S1827"/Remove this deprecated "cellspacing" attribute.(æÃöý
A Web:S1827"+Remove this deprecated "summary" attribute.(æÃöý
C Web:S1827¦"(Remove this deprecated "name" attribute.(㺆¨ûÿÿÿÿ
E Web:S1827ª"/Remove this deprecated "cellpadding" attribute.(…²ˆÛ
E Web:S1827ª"/Remove this deprecated "cellspacing" attribute.(…²ˆÛ
A Web:S1827ª"+Remove this deprecated "summary" attribute.(…²ˆÛ
C Web:S1827»"(Remove this deprecated "name" attribute.(íªõ¤þÿÿÿÿ
> Web:S1827Â"(Remove this deprecated "name" attribute.(û–¬È
C Web:S1827É"(Remove this deprecated "name" attribute.(ŸÙ‹ëÿÿÿÿÿ
= Web:S1827Ð"(Remove this deprecated "name" attribute.(ÖÑ¡y
C Web:S1827×"(Remove this deprecated "name" attribute.(­üÿÿÿÿ
> Web:S1827Þ"(Remove this deprecated "name" attribute.(À‘“Ø
C Web:S1827î"(Remove this deprecated "name" attribute.(ŸÖ‡çýÿÿÿÿ
> Web:S1827ò"(Remove this deprecated "name" attribute.(¡›Óá
C Web:S1827"(Remove this deprecated "name" attribute.(ׯŸ<C2AF>øÿÿÿÿ
> Web:S1827"(Remove this deprecated "name" attribute.(¶†²Ë
> Web:S1827"(Remove this deprecated "name" attribute.(ºüÑî
= Web:S1827­"(Remove this deprecated "name" attribute.(¹¯öF
> Web:S1827Á"(Remove this deprecated "name" attribute.(²¥¡­
> Web:S1827Ù"(Remove this deprecated "name" attribute.(Á¹ë¹
= Web:S1827í"(Remove this deprecated "name" attribute.(²¸½c
MWeb:BoldAndItalicTagsCheck"!Replace this <b> tag by <strong>.(òœîóýÿÿÿÿ
IWeb:BoldAndItalicTagsCheck"Replace this <i> tag by <em>.(<28>Ìøòùÿÿÿÿ
C Web:S1827"(Remove this deprecated "name" attribute.(¾—¹Ìøÿÿÿÿ
C Web:S1827¯"(Remove this deprecated "name" attribute.(¤þ¯Òüÿÿÿÿ
C Web:S1827Ê"(Remove this deprecated "name" attribute.(••ÙÈüÿÿÿÿ
C Web:S1827à"(Remove this deprecated "name" attribute.(ß<>Âýþÿÿÿÿ
> Web:S1827ò"(Remove this deprecated "name" attribute.(­Ü•<C39C>
> Web:S1827"(Remove this deprecated "name" attribute.(º´À¥
> Web:S1827"(Remove this deprecated "name" attribute.(Ÿ¦ „
C Web:S1827©"(Remove this deprecated "name" attribute.(£å½²ùÿÿÿÿ
MWeb:BoldAndItalicTagsCheck¼"!Replace this <b> tag by <strong>.(ÑŽ<C385>ýÿÿÿÿ
IWeb:BoldAndItalicTagsCheck¼"Replace this <i> tag by <em>.(ÑŽ<C385>ýÿÿÿÿ
> Web:S1827Í"(Remove this deprecated "name" attribute.(¶<>ßð
C Web:S1827á"(Remove this deprecated "name" attribute.(Ì´Þëþÿÿÿÿ
C Web:S1827õ"(Remove this deprecated "name" attribute.(³¹êŠÿÿÿÿÿ
C Web:S1827ƒ"(Remove this deprecated "name" attribute.(å‚«Çúÿÿÿÿ
> Web:S1827"(Remove this deprecated "name" attribute.(ȬÁÉ
> Web:S1827¨"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827ª"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckÅ"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827ß"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703Æ"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,27 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
B Web:S1827L"(Remove this deprecated "type" attribute.(÷¦<C3B7>Êÿÿÿÿÿ
= Web:S1827N"(Remove this deprecated "type" attribute.(ÎØýÒ
B Web:S1827P"(Remove this deprecated "type" attribute.(Éôƒšýÿÿÿÿ
= Web:S1827R"(Remove this deprecated "type" attribute.(Äáêð
B Web:S1827W"(Remove this deprecated "type" attribute.(­ž‡Ôûÿÿÿÿ
B Web:S1827X"(Remove this deprecated "type" attribute.(ðÚâìúÿÿÿÿ
B Web:S1827Y"(Remove this deprecated "type" attribute.(¡¥³âûÿÿÿÿ
B Web:S1827Z"(Remove this deprecated "type" attribute.(©œ´¨ûÿÿÿÿ
< Web:S1827\"(Remove this deprecated "type" attribute.(¤ÏÎT
= Web:S1827^"(Remove this deprecated "type" attribute.(‰—Á´
= Web:S1827_"(Remove this deprecated "type" attribute.(†î¬Ê
B Web:S1827b"(Remove this deprecated "type" attribute.(»ù¢šùÿÿÿÿ
= Web:S1827e"(Remove this deprecated "type" attribute.(ÕÀææ
= Web:S1827g"(Remove this deprecated "type" attribute.(ÄŸ»ñ
< Web:S1827o"(Remove this deprecated "type" attribute.(ùß¶z
= Web:S1827s"(Remove this deprecated "name" attribute.(™Ì›ó
B Web:S1827u"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheck<18>"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,10 @@
? squid:S1604t"(Make this anonymous inner class a lambda(Éãî
<EFBFBD> squid:S3008""eRename this field "GTASK_SYNC_NOTIFICATION_ID" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ëíÅÍúÿÿÿÿ
^squid:CallToDeprecatedMethod "1Remove this use of "AsyncTask"; it is deprecated.(¯ÚÔËúÿÿÿÿ
^ squid:S3878="GDisambiguate this call by either casting as "Progress" or "Progress[]".(‘Àߎ
_squid:CallToDeprecatedMethod="7Remove this use of "publishProgress"; it is deprecated.(‘Àߎ
\squid:CallToDeprecatedMethodK"/Remove this use of "Builder"; it is deprecated.(܃÷ýùÿÿÿÿ
_squid:CallToDeprecatedMethodR"7Remove this use of "getNotification"; it is deprecated.(þôõì
wsquid:CallToDeprecatedMethodf"JDon't override a deprecated method or explicitly mark it as "@Deprecated".(÷ችûÿÿÿÿ
gsquid:CommentedOutCodeLine"<This block of commented-out lines of code should be removed.(Í<C38D>¸ýÿÿÿÿ

@ -0,0 +1,19 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
I Web:S1827H"/Remove this deprecated "cellpadding" attribute.(Ÿ™àÙÿÿÿÿÿ
I Web:S1827H"/Remove this deprecated "cellspacing" attribute.(Ÿ™àÙÿÿÿÿÿ
E Web:S1827H"+Remove this deprecated "summary" attribute.(Ÿ™àÙÿÿÿÿÿ
= Web:S1827Z"(Remove this deprecated "name" attribute.(ØÛøÝ
D Web:S1827^"/Remove this deprecated "cellpadding" attribute.(š–Á—
D Web:S1827^"/Remove this deprecated "cellspacing" attribute.(š–Á—
@ Web:S1827^"+Remove this deprecated "summary" attribute.(š–Á—
> Web:S1827¨"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827ª"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckÅ"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827Ð"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703Æ"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,21 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827M"(Remove this deprecated "name" attribute.(ijŽÞ
B Web:S1827m"(Remove this deprecated "name" attribute.(㺆¨ûÿÿÿÿ
D Web:S1827q"/Remove this deprecated "cellpadding" attribute.(…²ˆÛ
D Web:S1827q"/Remove this deprecated "cellspacing" attribute.(…²ˆÛ
@ Web:S1827q"+Remove this deprecated "summary" attribute.(…²ˆÛ
C Web:S1827"(Remove this deprecated "name" attribute.(ׯŸ<C2AF>øÿÿÿÿ
C Web:S1827Ÿ"(Remove this deprecated "name" attribute.(ä•ÐÎûÿÿÿÿ
C Web:S1827¬"(Remove this deprecated "name" attribute.(µÃð‘þÿÿÿÿ
> Web:S1827·"(Remove this deprecated "name" attribute.(ÉŸ’¡
C Web:S1827Ã"(Remove this deprecated "name" attribute.(…ÝÝ›þÿÿÿÿ
> Web:S1827Õ"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827×"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckò"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827Œ"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703ó"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,25 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
D Web:S1827R"/Remove this deprecated "cellpadding" attribute.(Ăρ
D Web:S1827R"/Remove this deprecated "cellspacing" attribute.(Ăρ
@ Web:S1827R"+Remove this deprecated "summary" attribute.(Ăρ
E Web:S1827ˆ"/Remove this deprecated "cellpadding" attribute.(”šÞ·
E Web:S1827ˆ"/Remove this deprecated "cellspacing" attribute.(”šÞ·
A Web:S1827ˆ"+Remove this deprecated "summary" attribute.(”šÞ·
J Web:S1827«"/Remove this deprecated "cellpadding" attribute.(<28>ùÿÿÿÿ
J Web:S1827«"/Remove this deprecated "cellspacing" attribute.(<28>ùÿÿÿÿ
F Web:S1827«"+Remove this deprecated "summary" attribute.(<28>ùÿÿÿÿ
J Web:S1827Á"/Remove this deprecated "cellpadding" attribute.(ØÍÖÃúÿÿÿÿ
J Web:S1827Á"/Remove this deprecated "cellspacing" attribute.(ØÍÖÃúÿÿÿÿ
F Web:S1827Á"+Remove this deprecated "summary" attribute.(ØÍÖÃúÿÿÿÿ
C Web:S1827Ú"(Remove this deprecated "name" attribute.(ÅÔÀ<C394>øÿÿÿÿ
> Web:S1827<18>"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827<18>"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckª"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827µ"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703«"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,33 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
I Web:S1827H"/Remove this deprecated "cellpadding" attribute.(Ÿ™àÙÿÿÿÿÿ
I Web:S1827H"/Remove this deprecated "cellspacing" attribute.(Ÿ™àÙÿÿÿÿÿ
E Web:S1827H"+Remove this deprecated "summary" attribute.(Ÿ™àÙÿÿÿÿÿ
B Web:S1827`"(Remove this deprecated "name" attribute.(ƒê–ñúÿÿÿÿ
D Web:S1827d"/Remove this deprecated "cellpadding" attribute.(ì <C3AC>Ý
D Web:S1827d"/Remove this deprecated "cellspacing" attribute.(ì <C3AC>Ý
@ Web:S1827d"+Remove this deprecated "summary" attribute.(ì <C3AC>Ý
HWeb:BoldAndItalicTagsChecko"Replace this <i> tag by <em>.(¾“¯Õýÿÿÿÿ
D Web:S1827u"/Remove this deprecated "cellpadding" attribute.(š–Á—
D Web:S1827u"/Remove this deprecated "cellspacing" attribute.(š–Á—
@ Web:S1827u"+Remove this deprecated "summary" attribute.(š–Á—
E Web:S1827"/Remove this deprecated "cellpadding" attribute.(š–Á—
E Web:S1827"/Remove this deprecated "cellspacing" attribute.(š–Á—
A Web:S1827"+Remove this deprecated "summary" attribute.(š–Á—
C Web:S1827"(Remove this deprecated "name" attribute.(óàÀÙøÿÿÿÿ
J Web:S1827"/Remove this deprecated "cellpadding" attribute.(Õ®<C395>åûÿÿÿÿ
J Web:S1827"/Remove this deprecated "cellspacing" attribute.(Õ®<C395>åûÿÿÿÿ
F Web:S1827"+Remove this deprecated "summary" attribute.(Õ®<C395>åûÿÿÿÿ
J Web:S1827²"/Remove this deprecated "cellpadding" attribute.(—˜<E28094>Óùÿÿÿÿ
J Web:S1827²"/Remove this deprecated "cellspacing" attribute.(—˜<E28094>Óùÿÿÿÿ
F Web:S1827²"+Remove this deprecated "summary" attribute.(—˜<E28094>Óùÿÿÿÿ
> Web:S1827Ø"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827Ú"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckõ"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703ö"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,21 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827M"(Remove this deprecated "name" attribute.(ijŽÞ
B Web:S1827u"(Remove this deprecated "name" attribute.(㺆¨ûÿÿÿÿ
D Web:S1827y"/Remove this deprecated "cellpadding" attribute.(…²ˆÛ
D Web:S1827y"/Remove this deprecated "cellspacing" attribute.(…²ˆÛ
@ Web:S1827y"+Remove this deprecated "summary" attribute.(…²ˆÛ
C Web:S1827<18>"(Remove this deprecated "name" attribute.(ŸÙ‹ëÿÿÿÿÿ
C Web:S1827Ÿ"(Remove this deprecated "name" attribute.(ׯŸ<C2AF>øÿÿÿÿ
C Web:S1827£"(Remove this deprecated "name" attribute.(˜ïšÃùÿÿÿÿ
> Web:S1827°"(Remove this deprecated "name" attribute.(ñ†ƒÔ
= Web:S1827¹"(Remove this deprecated "name" attribute.(¦Á©T
> Web:S1827Ì"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827Î"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeChecké"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827ƒ"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703ê"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,30 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
I Web:S1827H"/Remove this deprecated "cellpadding" attribute.(Ÿ™àÙÿÿÿÿÿ
I Web:S1827H"/Remove this deprecated "cellspacing" attribute.(Ÿ™àÙÿÿÿÿÿ
E Web:S1827H"+Remove this deprecated "summary" attribute.(Ÿ™àÙÿÿÿÿÿ
B Web:S1827g"(Remove this deprecated "name" attribute.(Òó›ìüÿÿÿÿ
C Web:S1827k"/Remove this deprecated "cellpadding" attribute.(餆)
C Web:S1827k"/Remove this deprecated "cellspacing" attribute.(餆)
? Web:S1827k"+Remove this deprecated "summary" attribute.(餆)
D Web:S1827z"/Remove this deprecated "cellpadding" attribute.(š–Á—
D Web:S1827z"/Remove this deprecated "cellspacing" attribute.(š–Á—
@ Web:S1827z"+Remove this deprecated "summary" attribute.(š–Á—
> Web:S1827Ë"(Remove this deprecated "name" attribute.( ×¤‰
E Web:S1827Ï"/Remove this deprecated "cellpadding" attribute.(š–Á—
E Web:S1827Ï"/Remove this deprecated "cellspacing" attribute.(š–Á—
A Web:S1827Ï"+Remove this deprecated "summary" attribute.(š–Á—
C Web:S1827í"(Remove this deprecated "name" attribute.(ÛÎô°ûÿÿÿÿ
E Web:S1827ñ"/Remove this deprecated "cellpadding" attribute.(š–Á—
E Web:S1827ñ"/Remove this deprecated "cellspacing" attribute.(š–Á—
A Web:S1827ñ"+Remove this deprecated "summary" attribute.(š–Á—
> Web:S1827Š"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827Œ"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheck§"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827²"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703¨"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,33 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
I Web:S1827H"/Remove this deprecated "cellpadding" attribute.(Ÿ™àÙÿÿÿÿÿ
I Web:S1827H"/Remove this deprecated "cellspacing" attribute.(Ÿ™àÙÿÿÿÿÿ
E Web:S1827H"+Remove this deprecated "summary" attribute.(Ÿ™àÙÿÿÿÿÿ
B Web:S1827a"(Remove this deprecated "name" attribute.(ó¸øÄøÿÿÿÿ
D Web:S1827e"/Remove this deprecated "cellpadding" attribute.(š–Á—
D Web:S1827e"/Remove this deprecated "cellspacing" attribute.(š–Á—
@ Web:S1827e"+Remove this deprecated "summary" attribute.(š–Á—
B Web:S1827|"(Remove this deprecated "name" attribute.(뚇<C5A1>úÿÿÿÿ
J Web:S1827"/Remove this deprecated "cellpadding" attribute.(Õ®<C395>åûÿÿÿÿ
J Web:S1827"/Remove this deprecated "cellspacing" attribute.(Õ®<C395>åûÿÿÿÿ
F Web:S1827"+Remove this deprecated "summary" attribute.(Õ®<C395>åûÿÿÿÿ
E Web:S1827<18>"/Remove this deprecated "cellpadding" attribute.(š–Á—
E Web:S1827<18>"/Remove this deprecated "cellspacing" attribute.(š–Á—
A Web:S1827<18>"+Remove this deprecated "summary" attribute.(š–Á—
J Web:S1827œ"/Remove this deprecated "cellpadding" attribute.(—˜<E28094>Óùÿÿÿÿ
J Web:S1827œ"/Remove this deprecated "cellspacing" attribute.(—˜<E28094>Óùÿÿÿÿ
F Web:S1827œ"+Remove this deprecated "summary" attribute.(—˜<E28094>Óùÿÿÿÿ
IWeb:BoldAndItalicTagsCheck¥"Replace this <i> tag by <em>.(ŸŒ¶¸ùÿÿÿÿ
IWeb:BoldAndItalicTagsCheck¬"Replace this <i> tag by <em>.(ŸŒ¶¸ùÿÿÿÿ
IWeb:BoldAndItalicTagsCheck³"Replace this <i> tag by <em>.(ŸŒ¶¸ùÿÿÿÿ
IWeb:BoldAndItalicTagsCheckº"Replace this <i> tag by <em>.(ŸŒ¶¸ùÿÿÿÿ
> Web:S1827Æ"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827È"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckã"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827î"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703ä"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,43 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827M"(Remove this deprecated "name" attribute.(ijŽÞ
C Web:S1827"(Remove this deprecated "name" attribute.(ù‹Õ¼øÿÿÿÿ
C Web:S1827Ž"(Remove this deprecated "name" attribute.(¨ôß‹ÿÿÿÿÿ
= Web:S1827˜"(Remove this deprecated "name" attribute.(—<>ùh
E Web:S1827œ"/Remove this deprecated "cellpadding" attribute.(æÃöý
E Web:S1827œ"/Remove this deprecated "cellspacing" attribute.(æÃöý
A Web:S1827œ"+Remove this deprecated "summary" attribute.(æÃöý
IWeb:BoldAndItalicTagsCheck§"Replace this <i> tag by <em>.(ŸŒ¶¸ùÿÿÿÿ
C Web:S1827³"(Remove this deprecated "name" attribute.(㺆¨ûÿÿÿÿ
E Web:S1827·"/Remove this deprecated "cellpadding" attribute.(…²ˆÛ
E Web:S1827·"/Remove this deprecated "cellspacing" attribute.(…²ˆÛ
A Web:S1827·"+Remove this deprecated "summary" attribute.(…²ˆÛ
IWeb:BoldAndItalicTagsCheckÂ"Replace this <i> tag by <em>.(µ<><C2B5>”úÿÿÿÿ
C Web:S1827ù"(Remove this deprecated "name" attribute.(€¦¡ûûÿÿÿÿ
> Web:S1827"(Remove this deprecated "name" attribute.(ÍȾù
C Web:S1827"(Remove this deprecated "name" attribute.(ŸÙ‹ëÿÿÿÿÿ
C Web:S1827"(Remove this deprecated "name" attribute.(ŸÖ‡çýÿÿÿÿ
C Web:S1827"(Remove this deprecated "name" attribute.(²”°€ÿÿÿÿÿ
C Web:S1827¦"(Remove this deprecated "name" attribute.(¾<>ÿÔúÿÿÿÿ
DWeb:BoldAndItalicTagsCheck®"Replace this <i> tag by <em>.(Ť±ê
> Web:S1827µ"(Remove this deprecated "name" attribute.(<28>èÜ<C3A8>
C Web:S1827Â"(Remove this deprecated "name" attribute.(ׯŸ<C2AF>øÿÿÿÿ
> Web:S1827Æ"(Remove this deprecated "name" attribute.(¸ŸøÜ
> Web:S1827Ú"(Remove this deprecated "name" attribute.(<28>èêš
C Web:S1827æ"(Remove this deprecated "name" attribute.(ùÐÂ<C390>øÿÿÿÿ
> Web:S1827ñ"(Remove this deprecated "name" attribute.(¸Ò—<C392>
C Web:S1827ü"(Remove this deprecated "name" attribute.(çšÊ¾ùÿÿÿÿ
C Web:S1827"(Remove this deprecated "name" attribute.(ª<>Îùÿÿÿÿ
IWeb:BoldAndItalicTagsCheck<18>"Replace this <i> tag by <em>.(×ä¬âÿÿÿÿÿ
= Web:S1827"(Remove this deprecated "name" attribute.(îùçB
> Web:S1827µ"(Remove this deprecated "name" attribute.(½ï‰¿
> Web:S1827À"(Remove this deprecated "name" attribute.(³õæ‹
> Web:S1827Õ"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827×"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckò"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827Œ"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703ó"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,26 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827M"(Remove this deprecated "name" attribute.(ijŽÞ
CWeb:BoldAndItalicTagsCheckh"Replace this <i> tag by <em>.(œÉݧ
< Web:S1827{"(Remove this deprecated "name" attribute.(—<>ùh
D Web:S1827"/Remove this deprecated "cellpadding" attribute.(æÃöý
D Web:S1827"/Remove this deprecated "cellspacing" attribute.(æÃöý
@ Web:S1827"+Remove this deprecated "summary" attribute.(æÃöý
C Web:S1827Ž"(Remove this deprecated "name" attribute.(㺆¨ûÿÿÿÿ
E Web:S1827"/Remove this deprecated "cellpadding" attribute.(…²ˆÛ
E Web:S1827"/Remove this deprecated "cellspacing" attribute.(…²ˆÛ
A Web:S1827"+Remove this deprecated "summary" attribute.(…²ˆÛ
C Web:S1827¡"(Remove this deprecated "name" attribute.(ŸÙ‹ëÿÿÿÿÿ
C Web:S1827±"(Remove this deprecated "name" attribute.(ŸÖ‡çýÿÿÿÿ
C Web:S1827µ"(Remove this deprecated "name" attribute.(Ú€÷äùÿÿÿÿ
C Web:S1827Æ"(Remove this deprecated "name" attribute.(ׯŸ<C2AF>øÿÿÿÿ
C Web:S1827Ê"(Remove this deprecated "name" attribute.(ɰŒ¯ýÿÿÿÿ
> Web:S1827ä"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827æ"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheck<18>"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,12 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
= Web:S1827G"(Remove this deprecated "name" attribute.(™Ì›ó
B Web:S1827I"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheckd"Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827o"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703e"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,19 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
I Web:S1827H"/Remove this deprecated "cellpadding" attribute.(Ÿ™àÙÿÿÿÿÿ
I Web:S1827H"/Remove this deprecated "cellspacing" attribute.(Ÿ™àÙÿÿÿÿÿ
E Web:S1827H"+Remove this deprecated "summary" attribute.(Ÿ™àÙÿÿÿÿÿ
B Web:S1827Z"(Remove this deprecated "name" attribute.(ÿ©Õžûÿÿÿÿ
D Web:S1827^"/Remove this deprecated "cellpadding" attribute.(š–Á—
D Web:S1827^"/Remove this deprecated "cellspacing" attribute.(š–Á—
@ Web:S1827^"+Remove this deprecated "summary" attribute.(š–Á—
= Web:S1827t"(Remove this deprecated "name" attribute.(™Ì›ó
B Web:S1827v"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheck"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827œ"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,12 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
= Web:S1827J"(Remove this deprecated "name" attribute.(™Ì›ó
B Web:S1827L"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheckg"Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827r"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703h"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,18 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827M"(Remove this deprecated "name" attribute.(ijŽÞ
B Web:S1827l"(Remove this deprecated "name" attribute.(㺆¨ûÿÿÿÿ
D Web:S1827p"/Remove this deprecated "cellpadding" attribute.(…²ˆÛ
D Web:S1827p"/Remove this deprecated "cellspacing" attribute.(…²ˆÛ
@ Web:S1827p"+Remove this deprecated "summary" attribute.(…²ˆÛ
C Web:S1827"(Remove this deprecated "name" attribute.(ׯŸ<C2AF>øÿÿÿÿ
> Web:S1827"(Remove this deprecated "name" attribute.(ÕÖô¦
> Web:S1827<18>"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827Ÿ"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckº"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827Ô"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703»"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,39 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
I Web:S1827H"/Remove this deprecated "cellpadding" attribute.(Ÿ™àÙÿÿÿÿÿ
I Web:S1827H"/Remove this deprecated "cellspacing" attribute.(Ÿ™àÙÿÿÿÿÿ
E Web:S1827H"+Remove this deprecated "summary" attribute.(Ÿ™àÙÿÿÿÿÿ
B Web:S1827q"(Remove this deprecated "name" attribute.(Òó›ìüÿÿÿÿ
D Web:S1827t"/Remove this deprecated "cellpadding" attribute.(ì <C3AC>Ý
D Web:S1827t"/Remove this deprecated "cellspacing" attribute.(ì <C3AC>Ý
@ Web:S1827t"+Remove this deprecated "summary" attribute.(ì <C3AC>Ý
> Web:S1827"(Remove this deprecated "name" attribute.(ƒ‡Ë<E280A1>
E Web:S1827"/Remove this deprecated "cellpadding" attribute.(ì <C3AC>Ý
E Web:S1827"/Remove this deprecated "cellspacing" attribute.(ì <C3AC>Ý
A Web:S1827"+Remove this deprecated "summary" attribute.(ì <C3AC>Ý
DWeb:BoldAndItalicTagsCheck "Replace this <i> tag by <em>.(«ãó´
C Web:S1827§"(Remove this deprecated "name" attribute.(ÿòùóúÿÿÿÿ
E Web:S1827ª"/Remove this deprecated "cellpadding" attribute.(ì <C3AC>Ý
E Web:S1827ª"/Remove this deprecated "cellspacing" attribute.(ì <C3AC>Ý
A Web:S1827ª"+Remove this deprecated "summary" attribute.(ì <C3AC>Ý
DWeb:BoldAndItalicTagsCheckÚ"Replace this <i> tag by <em>.(ªÚ§æ
C Web:S1827ò"(Remove this deprecated "name" attribute.(ÛÎô°ûÿÿÿÿ
E Web:S1827õ"/Remove this deprecated "cellpadding" attribute.(ì <C3AC>Ý
E Web:S1827õ"/Remove this deprecated "cellspacing" attribute.(ì <C3AC>Ý
A Web:S1827õ"+Remove this deprecated "summary" attribute.(ì <C3AC>Ý
DWeb:BoldAndItalicTagsCheckŠ"Replace this <i> tag by <em>.(«ãó´
C Web:S1827"(Remove this deprecated "name" attribute.(ŽèÍÅùÿÿÿÿ
E Web:S1827"/Remove this deprecated "cellpadding" attribute.(ì <C3AC>Ý
E Web:S1827"/Remove this deprecated "cellspacing" attribute.(ì <C3AC>Ý
A Web:S1827"+Remove this deprecated "summary" attribute.(ì <C3AC>Ý
DWeb:BoldAndItalicTagsCheckÅ"Replace this <i> tag by <em>.(ªÚ§æ
> Web:S1827æ"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827è"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckƒ"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827Ž"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,48 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
I Web:S1827H"/Remove this deprecated "cellpadding" attribute.(Ÿ™àÙÿÿÿÿÿ
I Web:S1827H"/Remove this deprecated "cellspacing" attribute.(Ÿ™àÙÿÿÿÿÿ
E Web:S1827H"+Remove this deprecated "summary" attribute.(Ÿ™àÙÿÿÿÿÿ
B Web:S1827n"(Remove this deprecated "name" attribute.(Òó›ìüÿÿÿÿ
D Web:S1827r"/Remove this deprecated "cellpadding" attribute.(š–Á—
D Web:S1827r"/Remove this deprecated "cellspacing" attribute.(š–Á—
@ Web:S1827r"+Remove this deprecated "summary" attribute.(š–Á—
E Web:S1827"/Remove this deprecated "cellpadding" attribute.(š–Á—
E Web:S1827"/Remove this deprecated "cellspacing" attribute.(š–Á—
A Web:S1827"+Remove this deprecated "summary" attribute.(š–Á—
C Web:S1827­"(Remove this deprecated "name" attribute.(±“ÞÆûÿÿÿÿ
E Web:S1827±"/Remove this deprecated "cellpadding" attribute.(ì <C3AC>Ý
E Web:S1827±"/Remove this deprecated "cellspacing" attribute.(ì <C3AC>Ý
A Web:S1827±"+Remove this deprecated "summary" attribute.(ì <C3AC>Ý
E Web:S1827þ"/Remove this deprecated "cellpadding" attribute.(š–Á—
E Web:S1827þ"/Remove this deprecated "cellspacing" attribute.(š–Á—
A Web:S1827þ"+Remove this deprecated "summary" attribute.(š–Á—
C Web:S1827Œ"(Remove this deprecated "name" attribute.(ÛÎô°ûÿÿÿÿ
E Web:S1827<18>"/Remove this deprecated "cellpadding" attribute.(ì <C3AC>Ý
E Web:S1827<18>"/Remove this deprecated "cellspacing" attribute.(ì <C3AC>Ý
A Web:S1827<18>"+Remove this deprecated "summary" attribute.(ì <C3AC>Ý
IWeb:BoldAndItalicTagsCheck"Replace this <i> tag by <em>.(ŸŒ¶¸ùÿÿÿÿ
IWeb:BoldAndItalicTagsCheck£"Replace this <i> tag by <em>.(ŸŒ¶¸ùÿÿÿÿ
E Web:S1827©"/Remove this deprecated "cellpadding" attribute.(š–Á—
E Web:S1827©"/Remove this deprecated "cellspacing" attribute.(š–Á—
A Web:S1827©"+Remove this deprecated "summary" attribute.(š–Á—
E Web:S1827¸"/Remove this deprecated "cellpadding" attribute.(š–Á—
E Web:S1827¸"/Remove this deprecated "cellspacing" attribute.(š–Á—
A Web:S1827¸"+Remove this deprecated "summary" attribute.(š–Á—
J Web:S1827¨"/Remove this deprecated "cellpadding" attribute.(—˜<E28094>Óùÿÿÿÿ
J Web:S1827¨"/Remove this deprecated "cellspacing" attribute.(—˜<E28094>Óùÿÿÿÿ
F Web:S1827¨"+Remove this deprecated "summary" attribute.(—˜<E28094>Óùÿÿÿÿ
> Web:S1827µ"(Remove this deprecated "name" attribute.(«à£×
E Web:S1827¹"/Remove this deprecated "cellpadding" attribute.(š–Á—
E Web:S1827¹"/Remove this deprecated "cellspacing" attribute.(š–Á—
A Web:S1827¹"+Remove this deprecated "summary" attribute.(š–Á—
> Web:S1827ä"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827æ"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheck<18>"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827Œ"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,37 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827M"(Remove this deprecated "name" attribute.(ijŽÞ
C Web:S1827"(Remove this deprecated "name" attribute.(ù‹Õ¼øÿÿÿÿ
C Web:S1827"(Remove this deprecated "name" attribute.(¨ôß‹ÿÿÿÿÿ
= Web:S1827"(Remove this deprecated "name" attribute.(—<>ùh
E Web:S1827"/Remove this deprecated "cellpadding" attribute.(æÃöý
E Web:S1827"/Remove this deprecated "cellspacing" attribute.(æÃöý
A Web:S1827"+Remove this deprecated "summary" attribute.(æÃöý
IWeb:BoldAndItalicTagsCheck "Replace this <i> tag by <em>.(ŸŒ¶¸ùÿÿÿÿ
C Web:S1827¬"(Remove this deprecated "name" attribute.(㺆¨ûÿÿÿÿ
E Web:S1827°"/Remove this deprecated "cellpadding" attribute.(…²ˆÛ
E Web:S1827°"/Remove this deprecated "cellspacing" attribute.(…²ˆÛ
A Web:S1827°"+Remove this deprecated "summary" attribute.(…²ˆÛ
> Web:S1827Ô"(Remove this deprecated "name" attribute.(ÍȾù
C Web:S1827Û"(Remove this deprecated "name" attribute.(ŸÙ‹ëÿÿÿÿÿ
> Web:S1827â"(Remove this deprecated "name" attribute.(¨øÔÈ
C Web:S1827ò"(Remove this deprecated "name" attribute.(ŸÖ‡çýÿÿÿÿ
C Web:S1827ö"(Remove this deprecated "name" attribute.(©¡œ°þÿÿÿÿ
DWeb:BoldAndItalicTagsCheckþ"Replace this <i> tag by <em>.(Ť±ê
C Web:S1827"(Remove this deprecated "name" attribute.(Á—Ðñÿÿÿÿÿ
C Web:S1827<18>"(Remove this deprecated "name" attribute.(Ì“—ƒùÿÿÿÿ
C Web:S1827<18>"(Remove this deprecated "name" attribute.(ׯŸ<C2AF>øÿÿÿÿ
C Web:S1827¡"(Remove this deprecated "name" attribute.(ñË©®ùÿÿÿÿ
C Web:S1827¬"(Remove this deprecated "name" attribute.(ÝíÝÜøÿÿÿÿ
> Web:S1827½"(Remove this deprecated "name" attribute.(¥Š”º
C Web:S1827È"(Remove this deprecated "name" attribute.(´æÝÓúÿÿÿÿ
> Web:S1827×"(Remove this deprecated "name" attribute.(¥É½Ô
> Web:S1827í"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827ï"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckŠ"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827¤"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,22 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
I Web:S1827H"/Remove this deprecated "cellpadding" attribute.(Ÿ™àÙÿÿÿÿÿ
I Web:S1827H"/Remove this deprecated "cellspacing" attribute.(Ÿ™àÙÿÿÿÿÿ
E Web:S1827H"+Remove this deprecated "summary" attribute.(Ÿ™àÙÿÿÿÿÿ
B Web:S1827Z"(Remove this deprecated "name" attribute.(ÛÎô°ûÿÿÿÿ
C Web:S1827^"/Remove this deprecated "cellpadding" attribute.(餆)
C Web:S1827^"/Remove this deprecated "cellspacing" attribute.(餆)
? Web:S1827^"+Remove this deprecated "summary" attribute.(餆)
I Web:S1827o"/Remove this deprecated "cellpadding" attribute.(Õ®<C395>åûÿÿÿÿ
I Web:S1827o"/Remove this deprecated "cellspacing" attribute.(Õ®<C395>åûÿÿÿÿ
E Web:S1827o"+Remove this deprecated "summary" attribute.(Õ®<C395>åûÿÿÿÿ
> Web:S1827"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckŸ"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827ª"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703 "dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,31 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827M"(Remove this deprecated "name" attribute.(ijŽÞ
C Web:S1827"(Remove this deprecated "name" attribute.(ù‹Õ¼øÿÿÿÿ
J Web:S1827"/Remove this deprecated "cellpadding" attribute.(¡Óõæýÿÿÿÿ
J Web:S1827"/Remove this deprecated "cellspacing" attribute.(¡Óõæýÿÿÿÿ
F Web:S1827"+Remove this deprecated "summary" attribute.(¡Óõæýÿÿÿÿ
= Web:S1827"(Remove this deprecated "name" attribute.(—<>ùh
E Web:S1827"/Remove this deprecated "cellpadding" attribute.(æÃöý
E Web:S1827"/Remove this deprecated "cellspacing" attribute.(æÃöý
A Web:S1827"+Remove this deprecated "summary" attribute.(æÃöý
C Web:S1827¤"(Remove this deprecated "name" attribute.(㺆¨ûÿÿÿÿ
E Web:S1827¨"/Remove this deprecated "cellpadding" attribute.(…²ˆÛ
E Web:S1827¨"/Remove this deprecated "cellspacing" attribute.(…²ˆÛ
A Web:S1827¨"+Remove this deprecated "summary" attribute.(…²ˆÛ
C Web:S1827¸"(Remove this deprecated "name" attribute.(ŸÙ‹ëÿÿÿÿÿ
C Web:S1827È"(Remove this deprecated "name" attribute.(Ú‚­žÿÿÿÿÿ
C Web:S1827Ì"(Remove this deprecated "name" attribute.(×ç±Àþÿÿÿÿ
C Web:S1827Ù"(Remove this deprecated "name" attribute.(ŸÖ‡çýÿÿÿÿ
> Web:S1827Ý"(Remove this deprecated "name" attribute.(Åå±è
C Web:S1827ê"(Remove this deprecated "name" attribute.(ׯŸ<C2AF>øÿÿÿÿ
> Web:S1827î"(Remove this deprecated "name" attribute.(ó¿åÁ
> Web:S1827"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheck¦"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827À"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703§"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,6 @@
t squid:S4144Á"\Update this method so that its implementation is not identical to "getParentId" on line 185.(ø¦¯ÿ
? squid:S1125T"(Remove the literal "true" boolean value.(ú«€É
n squid:S3776p"RRefactor this method to reduce its Cognitive Complexity from 18 to the 15 allowed.(Ñý¨úýÿÿÿÿ
D squid:S1125q"(Remove the literal "true" boolean value.(¢´—Öÿÿÿÿÿ
? squid:S1125r"(Remove the literal "true" boolean value.(ãêÛì

@ -0,0 +1,19 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
I Web:S1827H"/Remove this deprecated "cellpadding" attribute.(Ÿ™àÙÿÿÿÿÿ
I Web:S1827H"/Remove this deprecated "cellspacing" attribute.(Ÿ™àÙÿÿÿÿÿ
E Web:S1827H"+Remove this deprecated "summary" attribute.(Ÿ™àÙÿÿÿÿÿ
= Web:S1827["(Remove this deprecated "name" attribute.(ùÃÏí
I Web:S1827_"/Remove this deprecated "cellpadding" attribute.(Õ®<C395>åûÿÿÿÿ
I Web:S1827_"/Remove this deprecated "cellspacing" attribute.(Õ®<C395>åûÿÿÿÿ
E Web:S1827_"+Remove this deprecated "summary" attribute.(Õ®<C395>åûÿÿÿÿ
= Web:S1827u"(Remove this deprecated "name" attribute.(™Ì›ó
B Web:S1827w"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheck"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827<18>"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,23 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827M"(Remove this deprecated "name" attribute.(ijŽÞ
B Web:S1827q"(Remove this deprecated "name" attribute.(㺆¨ûÿÿÿÿ
D Web:S1827u"/Remove this deprecated "cellpadding" attribute.(…²ˆÛ
D Web:S1827u"/Remove this deprecated "cellspacing" attribute.(…²ˆÛ
@ Web:S1827u"+Remove this deprecated "summary" attribute.(…²ˆÛ
C Web:S1827"(Remove this deprecated "name" attribute.(ŸÙ‹ëÿÿÿÿÿ
C Web:S1827©"(Remove this deprecated "name" attribute.(ׯŸ<C2AF>øÿÿÿÿ
> Web:S1827­"(Remove this deprecated "name" attribute.(ØÑʱ
C Web:S1827¹"(Remove this deprecated "name" attribute.(û·¦Üüÿÿÿÿ
C Web:S1827Â"(Remove this deprecated "name" attribute.(ªÒ<C2AA>ëüÿÿÿÿ
> Web:S1827Î"(Remove this deprecated "name" attribute.(¸Äâ–
C Web:S1827Ú"(Remove this deprecated "name" attribute.(Èôôæøÿÿÿÿ
> Web:S1827î"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827ð"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheck"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827¥"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703Œ"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,14 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827M"(Remove this deprecated "name" attribute.(ijŽÞ
B Web:S1827o"(Remove this deprecated "name" attribute.(㺆¨ûÿÿÿÿ
= Web:S1827t"(Remove this deprecated "name" attribute.(öÊîò
> Web:S1827"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckŸ"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827¹"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703 "dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,23 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
I Web:S1827H"/Remove this deprecated "cellpadding" attribute.(Ÿ™àÙÿÿÿÿÿ
I Web:S1827H"/Remove this deprecated "cellspacing" attribute.(Ÿ™àÙÿÿÿÿÿ
E Web:S1827H"+Remove this deprecated "summary" attribute.(Ÿ™àÙÿÿÿÿÿ
= Web:S1827["(Remove this deprecated "name" attribute.( ×¤‰
D Web:S1827_"/Remove this deprecated "cellpadding" attribute.(š–Á—
D Web:S1827_"/Remove this deprecated "cellspacing" attribute.(š–Á—
@ Web:S1827_"+Remove this deprecated "summary" attribute.(š–Á—
IWeb:BoldAndItalicTagsCheck¯"Replace this <i> tag by <em>.(ÚÆ<C39A>²ûÿÿÿÿ
E Web:S1827Å"/Remove this deprecated "cellpadding" attribute.(š–Á—
E Web:S1827Å"/Remove this deprecated "cellspacing" attribute.(š–Á—
A Web:S1827Å"+Remove this deprecated "summary" attribute.(š–Á—
> Web:S1827Ø"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827Ú"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckõ"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703ö"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,357 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
= Web:S1827I"(Remove this deprecated "name" attribute.(Øø´µ
I Web:S1827O"/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
I Web:S1827O"/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
E Web:S1827O"+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
= Web:S1827X"(Remove this deprecated "name" attribute.(ê¶ÓÞ
B Web:S1827_"(Remove this deprecated "name" attribute.(ûÓŠìÿÿÿÿÿ
B Web:S1827f"(Remove this deprecated "name" attribute.(”윮ûÿÿÿÿ
= Web:S1827m"(Remove this deprecated "name" attribute.(åÊ Ñ
I Web:S1827w"/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
I Web:S1827w"/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
E Web:S1827w"+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
C Web:S1827"(Remove this deprecated "name" attribute.(ÏÇ—Žÿÿÿÿÿ
J Web:S1827Œ"/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827Œ"/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827Œ"+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
> Web:S1827"(Remove this deprecated "name" attribute.(¦þ²Ÿ
C Web:S1827œ"(Remove this deprecated "name" attribute.(¹ã<C3A3>øÿÿÿÿ
> Web:S1827£"(Remove this deprecated "name" attribute.(ʵ——
J Web:S1827¯"/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827¯"/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827¯"+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
> Web:S1827¸"(Remove this deprecated "name" attribute.(›‡‡¶
C Web:S1827¿"(Remove this deprecated "name" attribute.(¡·¬íÿÿÿÿÿ
> Web:S1827Æ"(Remove this deprecated "name" attribute.(Öᢣ
C Web:S1827Í"(Remove this deprecated "name" attribute.(ãɪ¨ùÿÿÿÿ
C Web:S1827Ô"(Remove this deprecated "name" attribute.(ÕÁ˜”úÿÿÿÿ
> Web:S1827Û"(Remove this deprecated "name" attribute.(ñ¹<C3B1>Þ
C Web:S1827â"(Remove this deprecated "name" attribute.(õë«×þÿÿÿÿ
C Web:S1827é"(Remove this deprecated "name" attribute.(“ÊÈ—øÿÿÿÿ
C Web:S1827ð"(Remove this deprecated "name" attribute.(Ìì½±ýÿÿÿÿ
C Web:S1827÷"(Remove this deprecated "name" attribute.(ñþѱùÿÿÿÿ
> Web:S1827þ"(Remove this deprecated "name" attribute.(²Ž¯–
C Web:S1827"(Remove this deprecated "name" attribute.(õÜùÂúÿÿÿÿ
C Web:S1827Œ"(Remove this deprecated "name" attribute.(<>´µÿÿÿÿÿ
C Web:S1827"(Remove this deprecated "name" attribute.(‡<>¨Òøÿÿÿÿ
C Web:S1827š"(Remove this deprecated "name" attribute.(†<>µ•ýÿÿÿÿ
> Web:S1827¡"(Remove this deprecated "name" attribute.(Ê<>Á°
> Web:S1827¨"(Remove this deprecated "name" attribute.(ÑØîô
> Web:S1827¯"(Remove this deprecated "name" attribute.(ƒ ýð
= Web:S1827"(Remove this deprecated "name" attribute.(§<>¤M
= Web:S1827½"(Remove this deprecated "name" attribute.(޵Õ
C Web:S1827Ä"(Remove this deprecated "name" attribute.(ˆ–» ùÿÿÿÿ
> Web:S1827Ë"(Remove this deprecated "name" attribute.(ê®´‚
> Web:S1827Ò"(Remove this deprecated "name" attribute.(ÛÂÿÀ
> Web:S1827Ù"(Remove this deprecated "name" attribute.(ÖŠ¿µ
> Web:S1827à"(Remove this deprecated "name" attribute.(ÞïÛ<C3AF>
C Web:S1827ç"(Remove this deprecated "name" attribute.(¬ÐðŽúÿÿÿÿ
C Web:S1827î"(Remove this deprecated "name" attribute.(䈇»üÿÿÿÿ
C Web:S1827õ"(Remove this deprecated "name" attribute.(<28>Ãâ™ûÿÿÿÿ
C Web:S1827ü"(Remove this deprecated "name" attribute.(“ê¿äùÿÿÿÿ
= Web:S1827ƒ"(Remove this deprecated "name" attribute.(ß„¶t
> Web:S1827Š"(Remove this deprecated "name" attribute.(͸½ì
> Web:S1827"(Remove this deprecated "name" attribute.(®Áµ¯
C Web:S1827˜"(Remove this deprecated "name" attribute.(ÔŠÐÌùÿÿÿÿ
C Web:S1827Ÿ"(Remove this deprecated "name" attribute.(°Ý›ãÿÿÿÿÿ
C Web:S1827¦"(Remove this deprecated "name" attribute.(ûÆ™óúÿÿÿÿ
> Web:S1827­"(Remove this deprecated "name" attribute.(ò­ãù
> Web:S1827´"(Remove this deprecated "name" attribute.(øá®¿
C Web:S1827»"(Remove this deprecated "name" attribute.(íÒ“Éùÿÿÿÿ
J Web:S1827Å"/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827Å"/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827Å"+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
C Web:S1827Î"(Remove this deprecated "name" attribute.(ù‹‹žùÿÿÿÿ
J Web:S1827Ú"/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827Ú"/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827Ú"+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
C Web:S1827ã"(Remove this deprecated "name" attribute.(¶Ó´æûÿÿÿÿ
> Web:S1827ê"(Remove this deprecated "name" attribute.(—²­ª
C Web:S1827ñ"(Remove this deprecated "name" attribute.(Ä’ïÕýÿÿÿÿ
> Web:S1827ø"(Remove this deprecated "name" attribute.(ÇÁã‘
C Web:S1827ÿ"(Remove this deprecated "name" attribute.(¢–бûÿÿÿÿ
> Web:S1827"(Remove this deprecated "name" attribute.(ÜèƒÞ
J Web:S1827<18>"/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827<18>"/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827<18>"+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
> Web:S1827"(Remove this deprecated "name" attribute.(ÀÐû×
C Web:S1827 "(Remove this deprecated "name" attribute.(Ž“ÐÉùÿÿÿÿ
> Web:S1827§"(Remove this deprecated "name" attribute.(µø×‚
> Web:S1827®"(Remove this deprecated "name" attribute.(ü”Ž
> Web:S1827µ"(Remove this deprecated "name" attribute.(´<>ýË
C Web:S1827¼"(Remove this deprecated "name" attribute.(¾§úÉÿÿÿÿÿ
C Web:S1827Ã"(Remove this deprecated "name" attribute.(ϮПÿÿÿÿÿ
J Web:S1827Ï"/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827Ï"/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827Ï"+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
C Web:S1827Ø"(Remove this deprecated "name" attribute.(̬Êãûÿÿÿÿ
J Web:S1827ä"/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827ä"/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827ä"+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
> Web:S1827í"(Remove this deprecated "name" attribute.(Œ£Ì³
J Web:S1827÷"/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827÷"/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827÷"+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
= Web:S1827"(Remove this deprecated "name" attribute.(<28>ˆäD
J Web:S1827Š"/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827Š"/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827Š"+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
C Web:S1827"(Remove this deprecated "name" attribute.(‘Ñ‘¹ùÿÿÿÿ
J Web:S1827<18>"/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827<18>"/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827<18>"+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
C Web:S1827¦"(Remove this deprecated "name" attribute.(¸—Êêûÿÿÿÿ
J Web:S1827°"/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827°"/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827°"+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
C Web:S1827¹"(Remove this deprecated "name" attribute.(ìÏû†úÿÿÿÿ
J Web:S1827Ã"/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827Ã"/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827Ã"+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
C Web:S1827Ì"(Remove this deprecated "name" attribute.(úˆþ¯üÿÿÿÿ
J Web:S1827Ö"/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827Ö"/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827Ö"+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
C Web:S1827ß"(Remove this deprecated "name" attribute.(ýÜ–Ñúÿÿÿÿ
J Web:S1827é"/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827é"/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827é"+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
> Web:S1827ò"(Remove this deprecated "name" attribute.(÷»¥<C2BB>
J Web:S1827þ"/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827þ"/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827þ"+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
C Web:S1827"(Remove this deprecated "name" attribute.(›Šýçùÿÿÿÿ
C Web:S1827Ž"(Remove this deprecated "name" attribute.(ϲšüÿÿÿÿ
C Web:S1827"(Remove this deprecated "name" attribute.(°­Í‘ùÿÿÿÿ
> Web:S1827œ"(Remove this deprecated "name" attribute.(´îΑ
C Web:S1827£"(Remove this deprecated "name" attribute.(ú†é“ùÿÿÿÿ
J Web:S1827­"/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827­"/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827­"+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
> Web:S1827"(Remove this deprecated "name" attribute.(ÊýŠ»
C Web:S1827½"(Remove this deprecated "name" attribute.(§žÚÂøÿÿÿÿ
C Web:S1827Ä"(Remove this deprecated "name" attribute.(õ×™¹øÿÿÿÿ
> Web:S1827Ë"(Remove this deprecated "name" attribute.(·¤çÑ
> Web:S1827Ò"(Remove this deprecated "name" attribute.(<>ޝ
= Web:S1827Ù"(Remove this deprecated "name" attribute.(è<>Ž
> Web:S1827à"(Remove this deprecated "name" attribute.(й<C2B9>
C Web:S1827ç"(Remove this deprecated "name" attribute.(úý<C3BA>¸ýÿÿÿÿ
> Web:S1827î"(Remove this deprecated "name" attribute.(ÓÈ©‡
C Web:S1827õ"(Remove this deprecated "name" attribute.(¦í䫸ÿÿÿÿ
C Web:S1827ü"(Remove this deprecated "name" attribute.(¿°Î—þÿÿÿÿ
J Web:S1827"/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827"/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827"+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
> Web:S1827<18>"(Remove this deprecated "name" attribute.(‹Åˆ¶
C Web:S1827"(Remove this deprecated "name" attribute.(¯’à¥þÿÿÿÿ
= Web:S1827<18>"(Remove this deprecated "name" attribute.(ç•â|
C Web:S1827¤"(Remove this deprecated "name" attribute.(ËÂñ¾ùÿÿÿÿ
C Web:S1827«"(Remove this deprecated "name" attribute.(ƒ<>¾Èýÿÿÿÿ
C Web:S1827²"(Remove this deprecated "name" attribute.(÷äûöÿÿÿÿÿ
J Web:S1827¾"/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827¾"/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827¾"+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
= Web:S1827Ç"(Remove this deprecated "name" attribute.(分D
> Web:S1827Î"(Remove this deprecated "name" attribute.(úÛ¾‰
> Web:S1827Õ"(Remove this deprecated "name" attribute.(ºÔ•­
= Web:S1827Ü"(Remove this deprecated "name" attribute.(«„«U
= Web:S1827ã"(Remove this deprecated "name" attribute.(ÄŸç`
C Web:S1827ê"(Remove this deprecated "name" attribute.(ò¿¿íýÿÿÿÿ
> Web:S1827ñ"(Remove this deprecated "name" attribute.(­áµÇ
> Web:S1827ø"(Remove this deprecated "name" attribute.(ýβÈ
C Web:S1827ÿ"(Remove this deprecated "name" attribute.(Ò÷œ<C3B7>ÿÿÿÿÿ
> Web:S1827"(Remove this deprecated "name" attribute.(˜¿à¯
C Web:S1827<18>"(Remove this deprecated "name" attribute.(ËœªÛþÿÿÿÿ
> Web:S1827"(Remove this deprecated "name" attribute.(¼ëôØ
C Web:S1827"(Remove this deprecated "name" attribute.(ÍÛô­úÿÿÿÿ
C Web:S1827¢"(Remove this deprecated "name" attribute.(³ËÒ¼øÿÿÿÿ
> Web:S1827©"(Remove this deprecated "name" attribute.(µ´îâ
J Web:S1827³"/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827³"/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827³"+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
> Web:S1827¼"(Remove this deprecated "name" attribute.(â½öÏ
> Web:S1827Ã"(Remove this deprecated "name" attribute.(÷Øæç
> Web:S1827Ê"(Remove this deprecated "name" attribute.(óÂî©
C Web:S1827Ñ"(Remove this deprecated "name" attribute.(£µôÈüÿÿÿÿ
C Web:S1827Ø"(Remove this deprecated "name" attribute.(¢ºÎ£þÿÿÿÿ
> Web:S1827ß"(Remove this deprecated "name" attribute.(À½ŸÒ
> Web:S1827æ"(Remove this deprecated "name" attribute.(æ·øå
C Web:S1827í"(Remove this deprecated "name" attribute.(ê£á¢ùÿÿÿÿ
C Web:S1827ô"(Remove this deprecated "name" attribute.(è³Õÿÿÿÿÿ
C Web:S1827û"(Remove this deprecated "name" attribute.(äÀ‹ˆþÿÿÿÿ
> Web:S1827 "(Remove this deprecated "name" attribute.(©—õþ
C Web:S1827‰ "(Remove this deprecated "name" attribute.(éůãúÿÿÿÿ
C Web:S1827<18> "(Remove this deprecated "name" attribute.(áñø¯üÿÿÿÿ
J Web:S1827š "/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827š "/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827š "+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
> Web:S1827£ "(Remove this deprecated "name" attribute.(<28>§„„
J Web:S1827¯ "/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827¯ "/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827¯ "+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
> Web:S1827¸ "(Remove this deprecated "name" attribute.(ÄÀú÷
> Web:S1827¿ "(Remove this deprecated "name" attribute.(èåÛ°
C Web:S1827Æ "(Remove this deprecated "name" attribute.(£‰ÂÁýÿÿÿÿ
J Web:S1827Ð "/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827Ð "/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827Ð "+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
> Web:S1827Ù "(Remove this deprecated "name" attribute.(ððï÷
J Web:S1827å "/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827å "/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827å "+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
C Web:S1827î "(Remove this deprecated "name" attribute.(àÅØóþÿÿÿÿ
J Web:S1827ø "/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827ø "/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827ø "+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
= Web:S1827<18>
"(Remove this deprecated "name" attribute.(ᜰ)
J Web:S1827
"/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827
"/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827
"+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
C Web:S1827
"(Remove this deprecated "name" attribute.(Èø© úÿÿÿÿ
C Web:S1827
"(Remove this deprecated "name" attribute.(ݤŸ<C2A4>øÿÿÿÿ
> Web:S1827¢
"(Remove this deprecated "name" attribute.(µ”¹û
J Web:S1827¬
"/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827¬
"/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827¬
"+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
C Web:S1827µ
"(Remove this deprecated "name" attribute.(Î’µÑüÿÿÿÿ
J Web:S1827¿
"/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827¿
"/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827¿
"+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
C Web:S1827È
"(Remove this deprecated "name" attribute.(<28>”ðùÿÿÿÿ
> Web:S1827Ï
"(Remove this deprecated "name" attribute.(ÞÆ¨ê
C Web:S1827Ö
"(Remove this deprecated "name" attribute.(ßžÔäøÿÿÿÿ
J Web:S1827â
"/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827â
"/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827â
"+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
C Web:S1827ë
"(Remove this deprecated "name" attribute.(ò–÷¹ûÿÿÿÿ
> Web:S1827ò
"(Remove this deprecated "name" attribute.(ÞÖ¿Ð
C Web:S1827ù
"(Remove this deprecated "name" attribute.(¸ø½×ýÿÿÿÿ
> Web:S1827 "(Remove this deprecated "name" attribute.(‡Ôœ¨
C Web:S1827 "(Remove this deprecated "name" attribute.(²„šÅýÿÿÿÿ
> Web:S1827Ž "(Remove this deprecated "name" attribute.(ƒº†“
> Web:S1827 "(Remove this deprecated "name" attribute.(›Þö¡
J Web:S1827¡ "/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827¡ "/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827¡ "+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
> Web:S1827ª "(Remove this deprecated "name" attribute.(¨„å¬
C Web:S1827± "(Remove this deprecated "name" attribute.(°¦±‹ûÿÿÿÿ
C Web:S1827¸ "(Remove this deprecated "name" attribute.(ª¶¤êúÿÿÿÿ
J Web:S1827 "/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827 "/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827 "+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
> Web:S1827Ë "(Remove this deprecated "name" attribute.(•õ׉
C Web:S1827Ò "(Remove this deprecated "name" attribute.(¬´Áƒÿÿÿÿÿ
= Web:S1827Ù "(Remove this deprecated "name" attribute.(°¤¹'
J Web:S1827å "/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827å "/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827å "+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
> Web:S1827î "(Remove this deprecated "name" attribute.(ãšÏŽ
> Web:S1827õ "(Remove this deprecated "name" attribute.(¥ÖàÛ
> Web:S1827ü "(Remove this deprecated "name" attribute.(ÊèÃú
C Web:S1827ƒ "(Remove this deprecated "name" attribute.(éì<C3A9>§ûÿÿÿÿ
C Web:S1827Š "(Remove this deprecated "name" attribute.(¿æëýýÿÿÿÿ
> Web:S1827 "(Remove this deprecated "name" attribute.(þ÷¯À
C Web:S1827˜ "(Remove this deprecated "name" attribute.(ô¨Øýýÿÿÿÿ
> Web:S1827Ÿ "(Remove this deprecated "name" attribute.(É犒
> Web:S1827¦ "(Remove this deprecated "name" attribute.(Š<>êˆ
C Web:S1827­ "(Remove this deprecated "name" attribute.(éçØðüÿÿÿÿ
J Web:S1827· "/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827· "/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827· "+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
C Web:S1827À "(Remove this deprecated "name" attribute.(»×„Ãûÿÿÿÿ
= Web:S1827Ç "(Remove this deprecated "name" attribute.(Ã<><C383>I
> Web:S1827Î "(Remove this deprecated "name" attribute.(’ðæ‹
> Web:S1827Õ "(Remove this deprecated "name" attribute.(ƒƒË³
J Web:S1827á "/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827á "/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827á "+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
> Web:S1827ê "(Remove this deprecated "name" attribute.(ŒÔÓµ
C Web:S1827ñ "(Remove this deprecated "name" attribute.(Ù¨š¦ýÿÿÿÿ
J Web:S1827ý "/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827ý "/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827ý "+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
> Web:S1827† "(Remove this deprecated "name" attribute.(áüÊÉ
C Web:S1827<18> "(Remove this deprecated "name" attribute.(ôЉØúÿÿÿÿ
C Web:S1827” "(Remove this deprecated "name" attribute.(ˆƒÖ°þÿÿÿÿ
> Web:S1827 "(Remove this deprecated "name" attribute.(„ôú¤
> Web:S1827¢ "(Remove this deprecated "name" attribute.(ã®×ô
J Web:S1827® "/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827® "/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827® "+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
> Web:S1827· "(Remove this deprecated "name" attribute.(ì’Ôè
C Web:S1827¾ "(Remove this deprecated "name" attribute.(÷´€ôüÿÿÿÿ
J Web:S1827Ê "/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827Ê "/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827Ê "+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
C Web:S1827Ó "(Remove this deprecated "name" attribute.(÷§ÒÕúÿÿÿÿ
= Web:S1827Ú "(Remove this deprecated "name" attribute.(©œÂ
> Web:S1827á "(Remove this deprecated "name" attribute.(¯úŸ¬
> Web:S1827è "(Remove this deprecated "name" attribute.(ÆóÌ<C3B3>
C Web:S1827ï "(Remove this deprecated "name" attribute.(Þ„°¢ýÿÿÿÿ
> Web:S1827ö "(Remove this deprecated "name" attribute.(®£ü‚
C Web:S1827ý "(Remove this deprecated "name" attribute.(<28>Þ±²ûÿÿÿÿ
C Web:S1827"(Remove this deprecated "name" attribute.(²£¢Áøÿÿÿÿ
C Web:S1827"(Remove this deprecated "name" attribute.(èªÜ™ýÿÿÿÿ
> Web:S1827"(Remove this deprecated "name" attribute.(Óÿœ 
C Web:S1827"(Remove this deprecated "name" attribute.(šÇžùÿÿÿÿ
C Web:S1827 "(Remove this deprecated "name" attribute.(­ÐŽþøÿÿÿÿ
J Web:S1827ª"/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827ª"/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827ª"+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
> Web:S1827³"(Remove this deprecated "name" attribute.(©Í›ˆ
J Web:S1827½"/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827½"/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827½"+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
> Web:S1827Æ"(Remove this deprecated "name" attribute.(÷°íÑ
J Web:S1827Ò"/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827Ò"/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827Ò"+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
C Web:S1827Û"(Remove this deprecated "name" attribute.(ÅÕÄïÿÿÿÿÿ
J Web:S1827å"/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827å"/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827å"+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
> Web:S1827î"(Remove this deprecated "name" attribute.(ÞüÔ¾
J Web:S1827ú"/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827ú"/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827ú"+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
C Web:S1827ƒ"(Remove this deprecated "name" attribute.(øÝÇÛøÿÿÿÿ
> Web:S1827Š"(Remove this deprecated "name" attribute.(¥ò¸€
C Web:S1827"(Remove this deprecated "name" attribute.(±<>ÿÿÿÿÿ
J Web:S1827"/Remove this deprecated "cellpadding" attribute.(źÚËøÿÿÿÿ
J Web:S1827"/Remove this deprecated "cellspacing" attribute.(źÚËøÿÿÿÿ
F Web:S1827"+Remove this deprecated "summary" attribute.(źÚËøÿÿÿÿ
C Web:S1827¤"(Remove this deprecated "name" attribute.(€°ï–ùÿÿÿÿ
> Web:S1827°"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827²"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckÍ"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827Ø"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703Î"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,2 @@
CWeb:BoldAndItalicTagsCheck"Replace this <i> tag by <em>.(é›¶ˆ

@ -0,0 +1,22 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
I Web:S1827H"/Remove this deprecated "cellpadding" attribute.(Ÿ™àÙÿÿÿÿÿ
I Web:S1827H"/Remove this deprecated "cellspacing" attribute.(Ÿ™àÙÿÿÿÿÿ
E Web:S1827H"+Remove this deprecated "summary" attribute.(Ÿ™àÙÿÿÿÿÿ
B Web:S1827_"(Remove this deprecated "name" attribute.(˜­ªšùÿÿÿÿ
D Web:S1827c"/Remove this deprecated "cellpadding" attribute.(ì <C3AC>Ý
D Web:S1827c"/Remove this deprecated "cellspacing" attribute.(ì <C3AC>Ý
@ Web:S1827c"+Remove this deprecated "summary" attribute.(ì <C3AC>Ý
D Web:S1827r"/Remove this deprecated "cellpadding" attribute.(š–Á—
D Web:S1827r"/Remove this deprecated "cellspacing" attribute.(š–Á—
@ Web:S1827r"+Remove this deprecated "summary" attribute.(š–Á—
> Web:S1827š"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827œ"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheck·"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827Â"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703¸"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,27 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827M"(Remove this deprecated "name" attribute.(ijŽÞ
HWeb:BoldAndItalicTagsCheckd"Replace this <i> tag by <em>.(ÚŠ¥¬ùÿÿÿÿ
< Web:S1827u"(Remove this deprecated "name" attribute.(—<>ùh
D Web:S1827y"/Remove this deprecated "cellpadding" attribute.(æÃöý
D Web:S1827y"/Remove this deprecated "cellspacing" attribute.(æÃöý
@ Web:S1827y"+Remove this deprecated "summary" attribute.(æÃöý
C Web:S1827ˆ"(Remove this deprecated "name" attribute.(㺆¨ûÿÿÿÿ
E Web:S1827Œ"/Remove this deprecated "cellpadding" attribute.(…²ˆÛ
E Web:S1827Œ"/Remove this deprecated "cellspacing" attribute.(…²ˆÛ
A Web:S1827Œ"+Remove this deprecated "summary" attribute.(…²ˆÛ
C Web:S1827¥"(Remove this deprecated "name" attribute.(ŸÙ‹ëÿÿÿÿÿ
C Web:S1827µ"(Remove this deprecated "name" attribute.(ŸÖ‡çýÿÿÿÿ
> Web:S1827¹"(Remove this deprecated "name" attribute.(ðÑ÷ß
C Web:S1827Ç"(Remove this deprecated "name" attribute.(ׯŸ<C2AF>øÿÿÿÿ
C Web:S1827Ë"(Remove this deprecated "name" attribute.(òöˆÝúÿÿÿÿ
> Web:S1827×"(Remove this deprecated "name" attribute.(™®“Â
> Web:S1827ÿ"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827<18>"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckœ"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703<18>"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,23 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827M"(Remove this deprecated "name" attribute.(ijŽÞ
B Web:S1827k"(Remove this deprecated "name" attribute.(㺆¨ûÿÿÿÿ
D Web:S1827o"/Remove this deprecated "cellpadding" attribute.(…²ˆÛ
D Web:S1827o"/Remove this deprecated "cellspacing" attribute.(…²ˆÛ
@ Web:S1827o"+Remove this deprecated "summary" attribute.(…²ˆÛ
C Web:S1827˜"(Remove this deprecated "name" attribute.(ׯŸ<C2AF>øÿÿÿÿ
> Web:S1827œ"(Remove this deprecated "name" attribute.(Á†€ÿ
C Web:S1827¥"(Remove this deprecated "name" attribute.(œÚžûÿÿÿÿÿ
C Web:S1827®"(Remove this deprecated "name" attribute.(çœ»Úøÿÿÿÿ
> Web:S1827·"(Remove this deprecated "name" attribute.(ÈË–ò
> Web:S1827À"(Remove this deprecated "name" attribute.(¯Á˵
C Web:S1827É"(Remove this deprecated "name" attribute.(ƒÐŸƒüÿÿÿÿ
> Web:S1827Ú"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827Ü"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheck÷"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703ø"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,19 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
I Web:S1827H"/Remove this deprecated "cellpadding" attribute.(Ÿ™àÙÿÿÿÿÿ
I Web:S1827H"/Remove this deprecated "cellspacing" attribute.(Ÿ™àÙÿÿÿÿÿ
E Web:S1827H"+Remove this deprecated "summary" attribute.(Ÿ™àÙÿÿÿÿÿ
B Web:S1827Z"(Remove this deprecated "name" attribute.(±“ÞÆûÿÿÿÿ
C Web:S1827^"/Remove this deprecated "cellpadding" attribute.(餆)
C Web:S1827^"/Remove this deprecated "cellspacing" attribute.(餆)
? Web:S1827^"+Remove this deprecated "summary" attribute.(餆)
> Web:S1827ª"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827¬"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckÇ"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827Ò"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703È"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,35 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
I Web:S1827H"/Remove this deprecated "cellpadding" attribute.(Ÿ™àÙÿÿÿÿÿ
I Web:S1827H"/Remove this deprecated "cellspacing" attribute.(Ÿ™àÙÿÿÿÿÿ
E Web:S1827H"+Remove this deprecated "summary" attribute.(Ÿ™àÙÿÿÿÿÿ
B Web:S1827s"(Remove this deprecated "name" attribute.(ó¸øÄøÿÿÿÿ
D Web:S1827w"/Remove this deprecated "cellpadding" attribute.(š–Á—
D Web:S1827w"/Remove this deprecated "cellspacing" attribute.(š–Á—
@ Web:S1827w"+Remove this deprecated "summary" attribute.(š–Á—
C Web:S1827"(Remove this deprecated "name" attribute.(Òó›ìüÿÿÿÿ
E Web:S1827"/Remove this deprecated "cellpadding" attribute.(š–Á—
E Web:S1827"/Remove this deprecated "cellspacing" attribute.(š–Á—
A Web:S1827"+Remove this deprecated "summary" attribute.(š–Á—
C Web:S1827´"(Remove this deprecated "name" attribute.(뚇<C5A1>úÿÿÿÿ
E Web:S1827¸"/Remove this deprecated "cellpadding" attribute.(š–Á—
E Web:S1827¸"/Remove this deprecated "cellspacing" attribute.(š–Á—
A Web:S1827¸"+Remove this deprecated "summary" attribute.(š–Á—
C Web:S1827ì"(Remove this deprecated "name" attribute.(ó°–¹ÿÿÿÿÿ
E Web:S1827ð"/Remove this deprecated "cellpadding" attribute.(š–Á—
E Web:S1827ð"/Remove this deprecated "cellspacing" attribute.(š–Á—
A Web:S1827ð"+Remove this deprecated "summary" attribute.(š–Á—
C Web:S1827"(Remove this deprecated "name" attribute.(ÛÎô°ûÿÿÿÿ
E Web:S1827"/Remove this deprecated "cellpadding" attribute.(š–Á—
E Web:S1827"/Remove this deprecated "cellspacing" attribute.(š–Á—
A Web:S1827"+Remove this deprecated "summary" attribute.(š–Á—
> Web:S1827§"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827©"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckÄ"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827Ï"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703Å"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,12 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
= Web:S1827G"(Remove this deprecated "name" attribute.(™Ì›ó
B Web:S1827I"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheckd"Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827o"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703e"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,20 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
I Web:S1827H"/Remove this deprecated "cellpadding" attribute.(Ÿ™àÙÿÿÿÿÿ
I Web:S1827H"/Remove this deprecated "cellspacing" attribute.(Ÿ™àÙÿÿÿÿÿ
E Web:S1827H"+Remove this deprecated "summary" attribute.(Ÿ™àÙÿÿÿÿÿ
B Web:S1827Z"(Remove this deprecated "name" attribute.(„ÞæÃÿÿÿÿÿ
I Web:S1827^"/Remove this deprecated "cellpadding" attribute.(£í<C2A3>òùÿÿÿÿ
I Web:S1827^"/Remove this deprecated "cellspacing" attribute.(£í<C2A3>òùÿÿÿÿ
E Web:S1827^"+Remove this deprecated "summary" attribute.(£í<C2A3>òùÿÿÿÿ
CWeb:BoldAndItalicTagsChecki"Replace this <i> tag by <em>.(õáÖñ
= Web:S1827x"(Remove this deprecated "name" attribute.(™Ì›ó
B Web:S1827z"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheck"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827 "(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,12 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
= Web:S1827G"(Remove this deprecated "name" attribute.(™Ì›ó
B Web:S1827I"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheckd"Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827o"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703e"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,19 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
I Web:S1827H"/Remove this deprecated "cellpadding" attribute.(Ÿ™àÙÿÿÿÿÿ
I Web:S1827H"/Remove this deprecated "cellspacing" attribute.(Ÿ™àÙÿÿÿÿÿ
E Web:S1827H"+Remove this deprecated "summary" attribute.(Ÿ™àÙÿÿÿÿÿ
B Web:S1827Z"(Remove this deprecated "name" attribute.(ÛÎô°ûÿÿÿÿ
I Web:S1827^"/Remove this deprecated "cellpadding" attribute.(Õ®<C395>åûÿÿÿÿ
I Web:S1827^"/Remove this deprecated "cellspacing" attribute.(Õ®<C395>åûÿÿÿÿ
E Web:S1827^"+Remove this deprecated "summary" attribute.(Õ®<C395>åûÿÿÿÿ
= Web:S1827q"(Remove this deprecated "name" attribute.(™Ì›ó
B Web:S1827s"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckŽ"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703<18>"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,38 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827M"(Remove this deprecated "name" attribute.(ijŽÞ
HWeb:BoldAndItalicTagsCheckh"Replace this <i> tag by <em>.(ÚŠ¥¬ùÿÿÿÿ
< Web:S1827|"(Remove this deprecated "name" attribute.(—<>ùh
E Web:S1827"/Remove this deprecated "cellpadding" attribute.(æÃöý
E Web:S1827"/Remove this deprecated "cellspacing" attribute.(æÃöý
A Web:S1827"+Remove this deprecated "summary" attribute.(æÃöý
C Web:S1827¨"(Remove this deprecated "name" attribute.(㺆¨ûÿÿÿÿ
E Web:S1827¬"/Remove this deprecated "cellpadding" attribute.(…²ˆÛ
E Web:S1827¬"/Remove this deprecated "cellspacing" attribute.(…²ˆÛ
A Web:S1827¬"+Remove this deprecated "summary" attribute.(…²ˆÛ
C Web:S1827Š"(Remove this deprecated "name" attribute.(ŸÙ‹ëÿÿÿÿÿ
C Web:S1827š"(Remove this deprecated "name" attribute.(ŸÖ‡çýÿÿÿÿ
> Web:S1827ž"(Remove this deprecated "name" attribute.(¯¼ºƒ
C Web:S1827©"(Remove this deprecated "name" attribute.(Ô©ÿùùÿÿÿÿ
C Web:S1827"(Remove this deprecated "name" attribute.(„–ôúÿÿÿÿÿ
> Web:S1827Ä"(Remove this deprecated "name" attribute.(ÍÒˆþ
C Web:S1827Ö"(Remove this deprecated "name" attribute.(ׯŸ<C2AF>øÿÿÿÿ
> Web:S1827Ú"(Remove this deprecated "name" attribute.(ðƒÑ¹
> Web:S1827÷"(Remove this deprecated "name" attribute.(æÌ· 
C Web:S1827"(Remove this deprecated "name" attribute.(óÌͧýÿÿÿÿ
> Web:S1827½"(Remove this deprecated "name" attribute.(®§”<C2A7>
C Web:S1827Ö"(Remove this deprecated "name" attribute.(®«°ïøÿÿÿÿ
> Web:S1827ñ"(Remove this deprecated "name" attribute.(ûÊÈû
> Web:S1827<18>"(Remove this deprecated "name" attribute.(̇ôö
> Web:S1827¯"(Remove this deprecated "name" attribute.(͵Œ–
C Web:S1827Î"(Remove this deprecated "name" attribute.(¬øðèùÿÿÿÿ
> Web:S1827Þ"(Remove this deprecated "name" attribute.(…—‚È
> Web:S1827ù"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827û"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheck"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827°"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,12 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
= Web:S1827G"(Remove this deprecated "name" attribute.(™Ì›ó
B Web:S1827I"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheckd"Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827o"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703e"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,19 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
I Web:S1827H"/Remove this deprecated "cellpadding" attribute.(Ÿ™àÙÿÿÿÿÿ
I Web:S1827H"/Remove this deprecated "cellspacing" attribute.(Ÿ™àÙÿÿÿÿÿ
E Web:S1827H"+Remove this deprecated "summary" attribute.(Ÿ™àÙÿÿÿÿÿ
B Web:S1827Z"(Remove this deprecated "name" attribute.(ÿòùóúÿÿÿÿ
I Web:S1827^"/Remove this deprecated "cellpadding" attribute.(Õ®<C395>åûÿÿÿÿ
I Web:S1827^"/Remove this deprecated "cellspacing" attribute.(Õ®<C395>åûÿÿÿÿ
E Web:S1827^"+Remove this deprecated "summary" attribute.(Õ®<C395>åûÿÿÿÿ
= Web:S1827q"(Remove this deprecated "name" attribute.(™Ì›ó
B Web:S1827s"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckŽ"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703<18>"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,29 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827M"(Remove this deprecated "name" attribute.(ijŽÞ
HWeb:BoldAndItalicTagsCheck`"Replace this <i> tag by <em>.(éÁê<C381>øÿÿÿÿ
B Web:S1827p"(Remove this deprecated "name" attribute.(ù‹Õ¼øÿÿÿÿ
I Web:S1827t"/Remove this deprecated "cellpadding" attribute.(¡Óõæýÿÿÿÿ
I Web:S1827t"/Remove this deprecated "cellspacing" attribute.(¡Óõæýÿÿÿÿ
E Web:S1827t"+Remove this deprecated "summary" attribute.(¡Óõæýÿÿÿÿ
C Web:S1827Ô"(Remove this deprecated "name" attribute.(Ú‚­žÿÿÿÿÿ
C Web:S1827Ø"(Remove this deprecated "name" attribute.(î³—€ýÿÿÿÿ
C Web:S1827ã"(Remove this deprecated "name" attribute.(‚²õæûÿÿÿÿ
C Web:S1827ò"(Remove this deprecated "name" attribute.(¾¿®Àúÿÿÿÿ
> Web:S1827"(Remove this deprecated "name" attribute.(ïÝÑ‘
C Web:S1827"(Remove this deprecated "name" attribute.(ÒþôÚýÿÿÿÿ
> Web:S1827£"(Remove this deprecated "name" attribute.(åÎü¾
C Web:S1827²"(Remove this deprecated "name" attribute.(Ü<>¼£øÿÿÿÿ
> Web:S1827Á"(Remove this deprecated "name" attribute.(î†üÅ
> Web:S1827Ò"(Remove this deprecated "name" attribute.(³À”š
> Web:S1827â"(Remove this deprecated "name" attribute.(¬½§´
C Web:S1827ò"(Remove this deprecated "name" attribute.(õƯãýÿÿÿÿ
> Web:S1827<18>"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827<18>"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckª"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827Ä"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703«"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,18 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827M"(Remove this deprecated "name" attribute.(ijŽÞ
B Web:S1827t"(Remove this deprecated "name" attribute.(㺆¨ûÿÿÿÿ
D Web:S1827x"/Remove this deprecated "cellpadding" attribute.(…²ˆÛ
D Web:S1827x"/Remove this deprecated "cellspacing" attribute.(…²ˆÛ
@ Web:S1827x"+Remove this deprecated "summary" attribute.(…²ˆÛ
C Web:S1827"(Remove this deprecated "name" attribute.(ׯŸ<C2AF>øÿÿÿÿ
> Web:S1827"(Remove this deprecated "name" attribute.(ó¿åÁ
> Web:S1827¬"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827®"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckÉ"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827ã"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703Ê"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,26 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827M"(Remove this deprecated "name" attribute.(ijŽÞ
< Web:S1827|"(Remove this deprecated "name" attribute.(—<>ùh
E Web:S1827"/Remove this deprecated "cellpadding" attribute.(æÃöý
E Web:S1827"/Remove this deprecated "cellspacing" attribute.(æÃöý
A Web:S1827"+Remove this deprecated "summary" attribute.(æÃöý
C Web:S1827<18>"(Remove this deprecated "name" attribute.(㺆¨ûÿÿÿÿ
E Web:S1827¡"/Remove this deprecated "cellpadding" attribute.(…²ˆÛ
E Web:S1827¡"/Remove this deprecated "cellspacing" attribute.(…²ˆÛ
A Web:S1827¡"+Remove this deprecated "summary" attribute.(…²ˆÛ
C Web:S1827³"(Remove this deprecated "name" attribute.(ŸÙ‹ëÿÿÿÿÿ
C Web:S1827Ã"(Remove this deprecated "name" attribute.(ŸÖ‡çýÿÿÿÿ
C Web:S1827Ç"(Remove this deprecated "name" attribute.(»þß”øÿÿÿÿ
> Web:S1827Ù"(Remove this deprecated "name" attribute.(Êì³å
C Web:S1827ì"(Remove this deprecated "name" attribute.(ׯŸ<C2AF>øÿÿÿÿ
C Web:S1827ð"(Remove this deprecated "name" attribute.(Í£¨Áúÿÿÿÿ
> Web:S1827"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheck±"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827Ë"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703²"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,25 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827M"(Remove this deprecated "name" attribute.(ijŽÞ
< Web:S1827{"(Remove this deprecated "name" attribute.(—<>ùh
D Web:S1827"/Remove this deprecated "cellpadding" attribute.(æÃöý
D Web:S1827"/Remove this deprecated "cellspacing" attribute.(æÃöý
@ Web:S1827"+Remove this deprecated "summary" attribute.(æÃöý
C Web:S1827Œ"(Remove this deprecated "name" attribute.(㺆¨ûÿÿÿÿ
E Web:S1827<18>"/Remove this deprecated "cellpadding" attribute.(…²ˆÛ
E Web:S1827<18>"/Remove this deprecated "cellspacing" attribute.(…²ˆÛ
A Web:S1827<18>"+Remove this deprecated "summary" attribute.(…²ˆÛ
C Web:S1827ž"(Remove this deprecated "name" attribute.(ŸÙ‹ëÿÿÿÿÿ
C Web:S1827®"(Remove this deprecated "name" attribute.(ŸÖ‡çýÿÿÿÿ
C Web:S1827²"(Remove this deprecated "name" attribute.(<28>…î¦ùÿÿÿÿ
C Web:S1827¿"(Remove this deprecated "name" attribute.(ׯŸ<C2AF>øÿÿÿÿ
C Web:S1827Ã"(Remove this deprecated "name" attribute.(³õ¥Ëüÿÿÿÿ
> Web:S1827Ú"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827Ü"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheck÷"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703ø"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,53 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
I Web:S1827H"/Remove this deprecated "cellpadding" attribute.(Ÿ™àÙÿÿÿÿÿ
I Web:S1827H"/Remove this deprecated "cellspacing" attribute.(Ÿ™àÙÿÿÿÿÿ
E Web:S1827H"+Remove this deprecated "summary" attribute.(Ÿ™àÙÿÿÿÿÿ
B Web:S1827r"(Remove this deprecated "name" attribute.(¤ÉØáûÿÿÿÿ
I Web:S1827v"/Remove this deprecated "cellpadding" attribute.(Õ®<C395>åûÿÿÿÿ
I Web:S1827v"/Remove this deprecated "cellspacing" attribute.(Õ®<C395>åûÿÿÿÿ
E Web:S1827v"+Remove this deprecated "summary" attribute.(Õ®<C395>åûÿÿÿÿ
E Web:S1827ƒ"/Remove this deprecated "cellpadding" attribute.(š–Á—
E Web:S1827ƒ"/Remove this deprecated "cellspacing" attribute.(š–Á—
A Web:S1827ƒ"+Remove this deprecated "summary" attribute.(š–Á—
E Web:S1827"/Remove this deprecated "cellpadding" attribute.(š–Á—
E Web:S1827"/Remove this deprecated "cellspacing" attribute.(š–Á—
A Web:S1827"+Remove this deprecated "summary" attribute.(š–Á—
C Web:S1827¢"(Remove this deprecated "name" attribute.(±“ÞÆûÿÿÿÿ
E Web:S1827¦"/Remove this deprecated "cellpadding" attribute.(š–Á—
E Web:S1827¦"/Remove this deprecated "cellspacing" attribute.(š–Á—
A Web:S1827¦"+Remove this deprecated "summary" attribute.(š–Á—
E Web:S1827½"/Remove this deprecated "cellpadding" attribute.(š–Á—
E Web:S1827½"/Remove this deprecated "cellspacing" attribute.(š–Á—
A Web:S1827½"+Remove this deprecated "summary" attribute.(š–Á—
C Web:S1827Ï"(Remove this deprecated "name" attribute.(„ÞæÃÿÿÿÿÿ
E Web:S1827Ó"/Remove this deprecated "cellpadding" attribute.(š–Á—
E Web:S1827Ó"/Remove this deprecated "cellspacing" attribute.(š–Á—
A Web:S1827Ó"+Remove this deprecated "summary" attribute.(š–Á—
E Web:S1827é"/Remove this deprecated "cellpadding" attribute.(š–Á—
E Web:S1827é"/Remove this deprecated "cellspacing" attribute.(š–Á—
A Web:S1827é"+Remove this deprecated "summary" attribute.(š–Á—
> Web:S1827ú"(Remove this deprecated "name" attribute.(ƒ‡Ë<E280A1>
E Web:S1827þ"/Remove this deprecated "cellpadding" attribute.(š–Á—
E Web:S1827þ"/Remove this deprecated "cellspacing" attribute.(š–Á—
A Web:S1827þ"+Remove this deprecated "summary" attribute.(š–Á—
E Web:S1827"/Remove this deprecated "cellpadding" attribute.(š–Á—
E Web:S1827"/Remove this deprecated "cellspacing" attribute.(š–Á—
A Web:S1827"+Remove this deprecated "summary" attribute.(š–Á—
C Web:S1827"(Remove this deprecated "name" attribute.(ÛÎô°ûÿÿÿÿ
E Web:S1827<18>"/Remove this deprecated "cellpadding" attribute.(š–Á—
E Web:S1827<18>"/Remove this deprecated "cellspacing" attribute.(š–Á—
A Web:S1827<18>"+Remove this deprecated "summary" attribute.(š–Á—
J Web:S1827®"/Remove this deprecated "cellpadding" attribute.(—˜<E28094>Óùÿÿÿÿ
J Web:S1827®"/Remove this deprecated "cellspacing" attribute.(—˜<E28094>Óùÿÿÿÿ
F Web:S1827®"+Remove this deprecated "summary" attribute.(—˜<E28094>Óùÿÿÿÿ
> Web:S1827Ä"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827Æ"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeChecká"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827ì"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703â"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,34 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827M"(Remove this deprecated "name" attribute.(ijŽÞ
< Web:S1827y"(Remove this deprecated "name" attribute.(—<>ùh
D Web:S1827}"/Remove this deprecated "cellpadding" attribute.(æÃöý
D Web:S1827}"/Remove this deprecated "cellspacing" attribute.(æÃöý
@ Web:S1827}"+Remove this deprecated "summary" attribute.(æÃöý
CWeb:BoldAndItalicTagsCheckˆ"Replace this <i> tag by <em>.(«¦s
C Web:S1827"(Remove this deprecated "name" attribute.(㺆¨ûÿÿÿÿ
E Web:S1827"/Remove this deprecated "cellpadding" attribute.(…²ˆÛ
E Web:S1827"/Remove this deprecated "cellspacing" attribute.(…²ˆÛ
A Web:S1827"+Remove this deprecated "summary" attribute.(…²ˆÛ
C Web:S1827¹"(Remove this deprecated "name" attribute.(ŸÙ‹ëÿÿÿÿÿ
> Web:S1827À"(Remove this deprecated "name" attribute.(œùï’
> Web:S1827Ç"(Remove this deprecated "name" attribute.(¡ÀÍØ
C Web:S1827×"(Remove this deprecated "name" attribute.(ŸÖ‡çýÿÿÿÿ
C Web:S1827Û"(Remove this deprecated "name" attribute.(Ô´ùœÿÿÿÿÿ
> Web:S1827æ"(Remove this deprecated "name" attribute.(™„àý
DWeb:BoldAndItalicTagsCheckî"Replace this <i> tag by <em>.(É<C389>ã
C Web:S1827õ"(Remove this deprecated "name" attribute.(ׯŸ<C2AF>øÿÿÿÿ
> Web:S1827ù"(Remove this deprecated "name" attribute.(¬ƒ›Ã
C Web:S1827"(Remove this deprecated "name" attribute.(Ô ’¤ùÿÿÿÿ
> Web:S1827"(Remove this deprecated "name" attribute.(Ô¿ëå
> Web:S1827§"(Remove this deprecated "name" attribute.(·“Úê
C Web:S1827·"(Remove this deprecated "name" attribute.(¶ŒõÈûÿÿÿÿ
> Web:S1827Õ"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827×"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckò"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827Œ"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703ó"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,36 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827M"(Remove this deprecated "name" attribute.(ijŽÞ
B Web:S1827w"(Remove this deprecated "name" attribute.(ù‹Õ¼øÿÿÿÿ
I Web:S1827{"/Remove this deprecated "cellpadding" attribute.(¡Óõæýÿÿÿÿ
I Web:S1827{"/Remove this deprecated "cellspacing" attribute.(¡Óõæýÿÿÿÿ
E Web:S1827{"+Remove this deprecated "summary" attribute.(¡Óõæýÿÿÿÿ
= Web:S1827Š"(Remove this deprecated "name" attribute.(—<>ùh
E Web:S1827Ž"/Remove this deprecated "cellpadding" attribute.(æÃöý
E Web:S1827Ž"/Remove this deprecated "cellspacing" attribute.(æÃöý
A Web:S1827Ž"+Remove this deprecated "summary" attribute.(æÃöý
C Web:S1827"(Remove this deprecated "name" attribute.(㺆¨ûÿÿÿÿ
E Web:S1827Ÿ"/Remove this deprecated "cellpadding" attribute.(…²ˆÛ
E Web:S1827Ÿ"/Remove this deprecated "cellspacing" attribute.(…²ˆÛ
A Web:S1827Ÿ"+Remove this deprecated "summary" attribute.(…²ˆÛ
C Web:S1827Ø"(Remove this deprecated "name" attribute.(ŸÙ‹ëÿÿÿÿÿ
C Web:S1827è"(Remove this deprecated "name" attribute.(Ú‚­žÿÿÿÿÿ
C Web:S1827ì"(Remove this deprecated "name" attribute.(×ç±Àþÿÿÿÿ
C Web:S1827ù"(Remove this deprecated "name" attribute.(ŸÖ‡çýÿÿÿÿ
> Web:S1827ý"(Remove this deprecated "name" attribute.(†Ü´Ê
C Web:S1827Š"(Remove this deprecated "name" attribute.(ׯŸ<C2AF>øÿÿÿÿ
C Web:S1827Ž"(Remove this deprecated "name" attribute.(óÄ̶úÿÿÿÿ
C Web:S1827£"(Remove this deprecated "name" attribute.(¨ïعÿÿÿÿÿ
C Web:S1827¸"(Remove this deprecated "name" attribute.(î<>þ¢ùÿÿÿÿ
C Web:S1827Ñ"(Remove this deprecated "name" attribute.(‰ü´‹øÿÿÿÿ
> Web:S1827â"(Remove this deprecated "name" attribute.(®Æ‚ž
C Web:S1827ë"(Remove this deprecated "name" attribute.(ÜΊÅúÿÿÿÿ
> Web:S1827"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheck¡"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827»"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703¢"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,19 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
I Web:S1827H"/Remove this deprecated "cellpadding" attribute.(Ÿ™àÙÿÿÿÿÿ
I Web:S1827H"/Remove this deprecated "cellspacing" attribute.(Ÿ™àÙÿÿÿÿÿ
E Web:S1827H"+Remove this deprecated "summary" attribute.(Ÿ™àÙÿÿÿÿÿ
B Web:S1827]"(Remove this deprecated "name" attribute.(˜­ªšùÿÿÿÿ
D Web:S1827`"/Remove this deprecated "cellpadding" attribute.(ì <C3AC>Ý
D Web:S1827`"/Remove this deprecated "cellspacing" attribute.(ì <C3AC>Ý
@ Web:S1827`"+Remove this deprecated "summary" attribute.(ì <C3AC>Ý
> Web:S1827"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckŸ"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827ª"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703 "dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,27 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
CWeb:BoldAndItalicTagsCheckE"Replace this <i> tag by <em>.(»¡ÇÝ
D Web:S1827O"/Remove this deprecated "cellpadding" attribute.(Ăρ
D Web:S1827O"/Remove this deprecated "cellspacing" attribute.(Ăρ
@ Web:S1827O"+Remove this deprecated "summary" attribute.(Ăρ
CWeb:BoldAndItalicTagsCheckY"Replace this <i> tag by <em>.(õáÖñ
HWeb:BoldAndItalicTagsCheckb"Replace this <i> tag by <em>.(éÁê<C381>øÿÿÿÿ
D Web:S1827i"/Remove this deprecated "cellpadding" attribute.(”šÞ·
D Web:S1827i"/Remove this deprecated "cellspacing" attribute.(”šÞ·
@ Web:S1827i"+Remove this deprecated "summary" attribute.(”šÞ·
HWeb:BoldAndItalicTagsChecks"Replace this <i> tag by <em>.(–¯Æ²ýÿÿÿÿ
HWeb:BoldAndItalicTagsChecky"Replace this <i> tag by <em>.(éÁê<C381>øÿÿÿÿ
BWeb:BoldAndItalicTagsCheck"Replace this <i> tag by <em>.(<28>òÿV
DWeb:BoldAndItalicTagsCheck"Replace this <i> tag by <em>.(Áé›÷
CWeb:BoldAndItalicTagsCheck"Replace this <i> tag by <em>.(‹Ä©
C Web:S1827"(Remove this deprecated "name" attribute.(ÅÔÀ<C394>øÿÿÿÿ
> Web:S1827"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheck"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827Á"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703·"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,26 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
D Web:S1827L"/Remove this deprecated "cellpadding" attribute.(Ăρ
D Web:S1827L"/Remove this deprecated "cellspacing" attribute.(Ăρ
@ Web:S1827L"+Remove this deprecated "summary" attribute.(Ăρ
CWeb:BoldAndItalicTagsCheckV"Replace this <i> tag by <em>.(œÉݧ
D Web:S1827]"/Remove this deprecated "cellpadding" attribute.(”šÞ·
D Web:S1827]"/Remove this deprecated "cellspacing" attribute.(”šÞ·
@ Web:S1827]"+Remove this deprecated "summary" attribute.(”šÞ·
CWeb:BoldAndItalicTagsCheckz"Replace this <i> tag by <em>.(œÉݧ
DWeb:BoldAndItalicTagsCheck"Replace this <i> tag by <em>.(œÉݧ
DWeb:BoldAndItalicTagsCheck"Replace this <i> tag by <em>.(œÉݧ
J Web:S1827 "/Remove this deprecated "cellpadding" attribute.(<28>ùÿÿÿÿ
J Web:S1827 "/Remove this deprecated "cellspacing" attribute.(<28>ùÿÿÿÿ
F Web:S1827 "+Remove this deprecated "summary" attribute.(<28>ùÿÿÿÿ
C Web:S1827±"(Remove this deprecated "name" attribute.(ÅÔÀ<C394>øÿÿÿÿ
> Web:S1827¸"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827º"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckÕ"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827à"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703Ö"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,36 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
I Web:S1827H"/Remove this deprecated "cellpadding" attribute.(Ÿ™àÙÿÿÿÿÿ
I Web:S1827H"/Remove this deprecated "cellspacing" attribute.(Ÿ™àÙÿÿÿÿÿ
E Web:S1827H"+Remove this deprecated "summary" attribute.(Ÿ™àÙÿÿÿÿÿ
B Web:S1827Z"(Remove this deprecated "name" attribute.(ÛÎô°ûÿÿÿÿ
D Web:S1827^"/Remove this deprecated "cellpadding" attribute.(ì <C3AC>Ý
D Web:S1827^"/Remove this deprecated "cellspacing" attribute.(ì <C3AC>Ý
@ Web:S1827^"+Remove this deprecated "summary" attribute.(ì <C3AC>Ý
CWeb:BoldAndItalicTagsChecki"Replace this <i> tag by <em>.(ååý<C3A5>
I Web:S1827o"/Remove this deprecated "cellpadding" attribute.(Õ®<C395>åûÿÿÿÿ
I Web:S1827o"/Remove this deprecated "cellspacing" attribute.(Õ®<C395>åûÿÿÿÿ
E Web:S1827o"+Remove this deprecated "summary" attribute.(Õ®<C395>åûÿÿÿÿ
D Web:S1827"/Remove this deprecated "cellpadding" attribute.(š–Á—
D Web:S1827"/Remove this deprecated "cellspacing" attribute.(š–Á—
@ Web:S1827"+Remove this deprecated "summary" attribute.(š–Á—
CWeb:BoldAndItalicTagsCheckŠ"Replace this <i> tag by <em>.(¦ïÙp
CWeb:BoldAndItalicTagsCheck"Replace this <i> tag by <em>.(¦ïÙp
E Web:S1827˜"/Remove this deprecated "cellpadding" attribute.(š–Á—
E Web:S1827˜"/Remove this deprecated "cellspacing" attribute.(š–Á—
A Web:S1827˜"+Remove this deprecated "summary" attribute.(š–Á—
CWeb:BoldAndItalicTagsCheck®"Replace this <i> tag by <em>.(¦ïÙp
CWeb:BoldAndItalicTagsCheck"Replace this <i> tag by <em>.(¦ïÙp
J Web:S1827¼"/Remove this deprecated "cellpadding" attribute.(—˜<E28094>Óùÿÿÿÿ
J Web:S1827¼"/Remove this deprecated "cellspacing" attribute.(—˜<E28094>Óùÿÿÿÿ
F Web:S1827¼"+Remove this deprecated "summary" attribute.(—˜<E28094>Óùÿÿÿÿ
> Web:S1827Ú"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827Ü"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheck÷"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703ø"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,31 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827M"(Remove this deprecated "name" attribute.(ijŽÞ
HWeb:BoldAndItalicTagsCheckh"Replace this <i> tag by <em>.(¤Û”šþÿÿÿÿ
B Web:S1827z"(Remove this deprecated "name" attribute.(ù‹Õ¼øÿÿÿÿ
= Web:S1827"(Remove this deprecated "name" attribute.(ÄÏÔˆ
= Web:S1827"(Remove this deprecated "name" attribute.(—<>ùh
E Web:S1827<18>"/Remove this deprecated "cellpadding" attribute.(æÃöý
E Web:S1827<18>"/Remove this deprecated "cellspacing" attribute.(æÃöý
A Web:S1827<18>"+Remove this deprecated "summary" attribute.(æÃöý
C Web:S1827œ"(Remove this deprecated "name" attribute.(㺆¨ûÿÿÿÿ
E Web:S1827 "/Remove this deprecated "cellpadding" attribute.(…²ˆÛ
E Web:S1827 "/Remove this deprecated "cellspacing" attribute.(…²ˆÛ
A Web:S1827 "+Remove this deprecated "summary" attribute.(…²ˆÛ
C Web:S1827À"(Remove this deprecated "name" attribute.(ŸÙ‹ëÿÿÿÿÿ
C Web:S1827Ð"(Remove this deprecated "name" attribute.(ŸÖ‡çýÿÿÿÿ
C Web:S1827Ô"(Remove this deprecated "name" attribute.(³¦¡Åþÿÿÿÿ
C Web:S1827â"(Remove this deprecated "name" attribute.(ׯŸ<C2AF>øÿÿÿÿ
> Web:S1827æ"(Remove this deprecated "name" attribute.(ñ¯<E280B9>
C Web:S1827ð"(Remove this deprecated "name" attribute.(À‹ŒÇûÿÿÿÿ
C Web:S1827ú"(Remove this deprecated "name" attribute.(åàÿÅúÿÿÿÿ
> Web:S1827"(Remove this deprecated "name" attribute.(ð<>×
> Web:S1827"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827˜"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheck³"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827Í"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703´"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,53 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827M"(Remove this deprecated "name" attribute.(ijŽÞ
B Web:S1827{"(Remove this deprecated "name" attribute.(ù‹Õ¼øÿÿÿÿ
C Web:S1827"(Remove this deprecated "name" attribute.(•ˆùÎüÿÿÿÿ
= Web:S1827Š"(Remove this deprecated "name" attribute.(—<>ùh
E Web:S1827Ž"/Remove this deprecated "cellpadding" attribute.(æÃöý
E Web:S1827Ž"/Remove this deprecated "cellspacing" attribute.(æÃöý
A Web:S1827Ž"+Remove this deprecated "summary" attribute.(æÃöý
C Web:S1827ž"(Remove this deprecated "name" attribute.(㺆¨ûÿÿÿÿ
E Web:S1827¢"/Remove this deprecated "cellpadding" attribute.(…²ˆÛ
E Web:S1827¢"/Remove this deprecated "cellspacing" attribute.(…²ˆÛ
A Web:S1827¢"+Remove this deprecated "summary" attribute.(…²ˆÛ
C Web:S1827Ã"(Remove this deprecated "name" attribute.(ŸÙ‹ëÿÿÿÿÿ
C Web:S1827Ó"(Remove this deprecated "name" attribute.(ŸÖ‡çýÿÿÿÿ
C Web:S1827×"(Remove this deprecated "name" attribute.(ùÚ½âþÿÿÿÿ
C Web:S1827ç"(Remove this deprecated "name" attribute.(ׯŸ<C2AF>øÿÿÿÿ
C Web:S1827ë"(Remove this deprecated "name" attribute.(îã­¤øÿÿÿÿ
C Web:S1827ù"(Remove this deprecated "name" attribute.(­ÐÕìûÿÿÿÿ
> Web:S1827"(Remove this deprecated "name" attribute.(Œ­ ¹
C Web:S1827"(Remove this deprecated "name" attribute.(ž¡­¶ùÿÿÿÿ
> Web:S1827¤"(Remove this deprecated "name" attribute.(’Œ§µ
C Web:S1827³"(Remove this deprecated "name" attribute.(°¢É¦øÿÿÿÿ
> Web:S1827Á"(Remove this deprecated "name" attribute.(ÒñÛ¨
C Web:S1827Ó"(Remove this deprecated "name" attribute.(Î솗ÿÿÿÿÿ
> Web:S1827ä"(Remove this deprecated "name" attribute.(‚·÷Î
C Web:S1827ô"(Remove this deprecated "name" attribute.(<28>â•Ìÿÿÿÿÿ
> Web:S1827"(Remove this deprecated "name" attribute.(ÇŒ²À
C Web:S1827<18>"(Remove this deprecated "name" attribute.(‰ŸÒ¬øÿÿÿÿ
C Web:S1827ž"(Remove this deprecated "name" attribute.(º<>â<EFBFBD>ûÿÿÿÿ
= Web:S1827¬"(Remove this deprecated "name" attribute.(¹¯öF
C Web:S1827»"(Remove this deprecated "name" attribute.(©š¢Žþÿÿÿÿ
C Web:S1827Î"(Remove this deprecated "name" attribute.(ÄøÊ˜üÿÿÿÿ
> Web:S1827Ü"(Remove this deprecated "name" attribute.(êŸÄÃ
> Web:S1827ë"(Remove this deprecated "name" attribute.(ËíÏý
C Web:S1827ú"(Remove this deprecated "name" attribute.(×<E280B9>øÿÿÿÿ
= Web:S1827"(Remove this deprecated "name" attribute.(ŒÕêu
> Web:S1827"(Remove this deprecated "name" attribute.(¶ùø<C3B9>
> Web:S1827Ÿ"(Remove this deprecated "name" attribute.(ÑÀ«õ
C Web:S1827©"(Remove this deprecated "name" attribute.(³¹êŠÿÿÿÿÿ
C Web:S1827"(Remove this deprecated "name" attribute.(« åøÿÿÿÿ
C Web:S1827Ã"(Remove this deprecated "name" attribute.(å‚«Çúÿÿÿÿ
> Web:S1827Î"(Remove this deprecated "name" attribute.(¯»Æ¡
> Web:S1827Ý"(Remove this deprecated "name" attribute.(³õæ‹
> Web:S1827ò"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827ô"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheck<18>"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827©"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703<18>"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,20 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
I Web:S1827H"/Remove this deprecated "cellpadding" attribute.(Ÿ™àÙÿÿÿÿÿ
I Web:S1827H"/Remove this deprecated "cellspacing" attribute.(Ÿ™àÙÿÿÿÿÿ
E Web:S1827H"+Remove this deprecated "summary" attribute.(Ÿ™àÙÿÿÿÿÿ
= Web:S1827Z"(Remove this deprecated "name" attribute.(ƒ‡Ë<E280A1>
D Web:S1827^"/Remove this deprecated "cellpadding" attribute.(ì <C3AC>Ý
D Web:S1827^"/Remove this deprecated "cellspacing" attribute.(ì <C3AC>Ý
@ Web:S1827^"+Remove this deprecated "summary" attribute.(ì <C3AC>Ý
CWeb:BoldAndItalicTagsChecki"Replace this <i> tag by <em>.(Ôܧ™
= Web:S1827u"(Remove this deprecated "name" attribute.(™Ì›ó
B Web:S1827w"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheck"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827<18>"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,19 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
I Web:S1827H"/Remove this deprecated "cellpadding" attribute.(Ÿ™àÙÿÿÿÿÿ
I Web:S1827H"/Remove this deprecated "cellspacing" attribute.(Ÿ™àÙÿÿÿÿÿ
E Web:S1827H"+Remove this deprecated "summary" attribute.(Ÿ™àÙÿÿÿÿÿ
B Web:S1827Z"(Remove this deprecated "name" attribute.(ó‚Ò¹üÿÿÿÿ
C Web:S1827^"/Remove this deprecated "cellpadding" attribute.(餆)
C Web:S1827^"/Remove this deprecated "cellspacing" attribute.(餆)
? Web:S1827^"+Remove this deprecated "summary" attribute.(餆)
> Web:S1827"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheck¢"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827­"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703£"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,26 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827M"(Remove this deprecated "name" attribute.(ijŽÞ
< Web:S1827x"(Remove this deprecated "name" attribute.(—<>ùh
D Web:S1827|"/Remove this deprecated "cellpadding" attribute.(æÃöý
D Web:S1827|"/Remove this deprecated "cellspacing" attribute.(æÃöý
@ Web:S1827|"+Remove this deprecated "summary" attribute.(æÃöý
C Web:S1827"(Remove this deprecated "name" attribute.(㺆¨ûÿÿÿÿ
E Web:S1827<18>"/Remove this deprecated "cellpadding" attribute.(…²ˆÛ
E Web:S1827<18>"/Remove this deprecated "cellspacing" attribute.(…²ˆÛ
A Web:S1827<18>"+Remove this deprecated "summary" attribute.(…²ˆÛ
C Web:S1827¦"(Remove this deprecated "name" attribute.(ŸÙ‹ëÿÿÿÿÿ
C Web:S1827"(Remove this deprecated "name" attribute.(ŸÖ‡çýÿÿÿÿ
> Web:S1827º"(Remove this deprecated "name" attribute.(ÃÊûÔ
C Web:S1827É"(Remove this deprecated "name" attribute.(ׯŸ<C2AF>øÿÿÿÿ
> Web:S1827Í"(Remove this deprecated "name" attribute.(ž…Ù‰
C Web:S1827á"(Remove this deprecated "name" attribute.(¹Àá¼ýÿÿÿÿ
> Web:S1827ú"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827ü"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheck"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827±"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703˜"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,40 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
I Web:S1827H"/Remove this deprecated "cellpadding" attribute.(Ÿ™àÙÿÿÿÿÿ
I Web:S1827H"/Remove this deprecated "cellspacing" attribute.(Ÿ™àÙÿÿÿÿÿ
E Web:S1827H"+Remove this deprecated "summary" attribute.(Ÿ™àÙÿÿÿÿÿ
B Web:S1827m"(Remove this deprecated "name" attribute.(±“ÞÆûÿÿÿÿ
D Web:S1827q"/Remove this deprecated "cellpadding" attribute.(š–Á—
D Web:S1827q"/Remove this deprecated "cellspacing" attribute.(š–Á—
@ Web:S1827q"+Remove this deprecated "summary" attribute.(š–Á—
DWeb:BoldAndItalicTagsCheck"Replace this <i> tag by <em>.(ãºÐÌ
> Web:S1827"(Remove this deprecated "name" attribute.(¯äþ
J Web:S1827<18>"/Remove this deprecated "cellpadding" attribute.(£í<C2A3>òùÿÿÿÿ
J Web:S1827<18>"/Remove this deprecated "cellspacing" attribute.(£í<C2A3>òùÿÿÿÿ
F Web:S1827<18>"+Remove this deprecated "summary" attribute.(£í<C2A3>òùÿÿÿÿ
IWeb:BoldAndItalicTagsCheckš"Replace this <i> tag by <em>.(<28>²¼•ýÿÿÿÿ
E Web:S1827 "/Remove this deprecated "cellpadding" attribute.(ì <C3AC>Ý
E Web:S1827 "/Remove this deprecated "cellspacing" attribute.(ì <C3AC>Ý
A Web:S1827 "+Remove this deprecated "summary" attribute.(ì <C3AC>Ý
IWeb:BoldAndItalicTagsCheck«"Replace this <i> tag by <em>.(ŸŒ¶¸ùÿÿÿÿ
> Web:S1827¸"(Remove this deprecated "name" attribute.(ùÃÏí
E Web:S1827¼"/Remove this deprecated "cellpadding" attribute.(ì <C3AC>Ý
E Web:S1827¼"/Remove this deprecated "cellspacing" attribute.(ì <C3AC>Ý
A Web:S1827¼"+Remove this deprecated "summary" attribute.(ì <C3AC>Ý
DWeb:BoldAndItalicTagsCheckÇ"Replace this <i> tag by <em>.(¦Ü–—
DWeb:BoldAndItalicTagsCheckÏ"Replace this <i> tag by <em>.(¦Ü–—
C Web:S1827Ý"(Remove this deprecated "name" attribute.(óàÀÙøÿÿÿÿ
E Web:S1827á"/Remove this deprecated "cellpadding" attribute.(ì <C3AC>Ý
E Web:S1827á"/Remove this deprecated "cellspacing" attribute.(ì <C3AC>Ý
A Web:S1827á"+Remove this deprecated "summary" attribute.(ì <C3AC>Ý
DWeb:BoldAndItalicTagsCheckì"Replace this <i> tag by <em>.(¦Ü–—
> Web:S1827ø"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827ú"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheck"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827 "(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,17 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
B Web:S1827L"(Remove this deprecated "type" attribute.(÷¦<C3B7>Êÿÿÿÿÿ
B Web:S1827N"(Remove this deprecated "type" attribute.(¦Ñó‰úÿÿÿÿ
= Web:S1827O"(Remove this deprecated "type" attribute.(èÆŒÄ
< Web:S1827Q"(Remove this deprecated "type" attribute.(ì<>Ê
= Web:S1827Y"(Remove this deprecated "type" attribute.(ºüäÖ
= Web:S1827]"(Remove this deprecated "name" attribute.(™Ì›ó
B Web:S1827_"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheckz"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703{"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,23 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
D Web:S1827Q"/Remove this deprecated "cellpadding" attribute.(Ăρ
D Web:S1827Q"/Remove this deprecated "cellspacing" attribute.(Ăρ
@ Web:S1827Q"+Remove this deprecated "summary" attribute.(Ăρ
D Web:S1827u"/Remove this deprecated "cellpadding" attribute.(”šÞ·
D Web:S1827u"/Remove this deprecated "cellspacing" attribute.(”šÞ·
@ Web:S1827u"+Remove this deprecated "summary" attribute.(”šÞ·
IWeb:BoldAndItalicTagsCheckŒ"Replace this <i> tag by <em>.(Öö„Ìüÿÿÿÿ
J Web:S1827£"/Remove this deprecated "cellpadding" attribute.(ØÍÖÃúÿÿÿÿ
J Web:S1827£"/Remove this deprecated "cellspacing" attribute.(ØÍÖÃúÿÿÿÿ
F Web:S1827£"+Remove this deprecated "summary" attribute.(ØÍÖÃúÿÿÿÿ
C Web:S1827½"(Remove this deprecated "name" attribute.(ÅÔÀ<C394>øÿÿÿÿ
> Web:S1827Ê"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827Ì"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckç"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827ò"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703è"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,19 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
I Web:S1827H"/Remove this deprecated "cellpadding" attribute.(Ÿ™àÙÿÿÿÿÿ
I Web:S1827H"/Remove this deprecated "cellspacing" attribute.(Ÿ™àÙÿÿÿÿÿ
E Web:S1827H"+Remove this deprecated "summary" attribute.(Ÿ™àÙÿÿÿÿÿ
= Web:S1827Z"(Remove this deprecated "name" attribute.(ØÛøÝ
D Web:S1827^"/Remove this deprecated "cellpadding" attribute.(š–Á—
D Web:S1827^"/Remove this deprecated "cellspacing" attribute.(š–Á—
@ Web:S1827^"+Remove this deprecated "summary" attribute.(š–Á—
= Web:S1827}"(Remove this deprecated "name" attribute.(™Ì›ó
B Web:S1827"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckš"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827¥"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,19 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
I Web:S1827H"/Remove this deprecated "cellpadding" attribute.(Ÿ™àÙÿÿÿÿÿ
I Web:S1827H"/Remove this deprecated "cellspacing" attribute.(Ÿ™àÙÿÿÿÿÿ
E Web:S1827H"+Remove this deprecated "summary" attribute.(Ÿ™àÙÿÿÿÿÿ
B Web:S1827Z"(Remove this deprecated "name" attribute.(óàÀÙøÿÿÿÿ
D Web:S1827^"/Remove this deprecated "cellpadding" attribute.(š–Á—
D Web:S1827^"/Remove this deprecated "cellspacing" attribute.(š–Á—
@ Web:S1827^"+Remove this deprecated "summary" attribute.(š–Á—
= Web:S1827}"(Remove this deprecated "name" attribute.(™Ì›ó
B Web:S1827"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckš"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827¥"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,28 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827M"(Remove this deprecated "name" attribute.(ijŽÞ
HWeb:BoldAndItalicTagsCheckh"Replace this <i> tag by <em>.(æÁðåùÿÿÿÿ
< Web:S1827}"(Remove this deprecated "name" attribute.(—<>ùh
E Web:S1827<18>"/Remove this deprecated "cellpadding" attribute.(æÃöý
E Web:S1827<18>"/Remove this deprecated "cellspacing" attribute.(æÃöý
A Web:S1827<18>"+Remove this deprecated "summary" attribute.(æÃöý
C Web:S1827"(Remove this deprecated "name" attribute.(㺆¨ûÿÿÿÿ
E Web:S1827š"/Remove this deprecated "cellpadding" attribute.(…²ˆÛ
E Web:S1827š"/Remove this deprecated "cellspacing" attribute.(…²ˆÛ
A Web:S1827š"+Remove this deprecated "summary" attribute.(…²ˆÛ
C Web:S1827°"(Remove this deprecated "name" attribute.(ŸÙ‹ëÿÿÿÿÿ
C Web:S1827À"(Remove this deprecated "name" attribute.(ŸÖ‡çýÿÿÿÿ
> Web:S1827Ä"(Remove this deprecated "name" attribute.(’ǯÚ
C Web:S1827Ï"(Remove this deprecated "name" attribute.(Ê£®Ðýÿÿÿÿ
C Web:S1827Ý"(Remove this deprecated "name" attribute.(ׯŸ<C2AF>øÿÿÿÿ
C Web:S1827á"(Remove this deprecated "name" attribute.(¥öä¡ûÿÿÿÿ
C Web:S1827ò"(Remove this deprecated "name" attribute.(³õ¥Ëüÿÿÿÿ
> Web:S1827Š"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827Œ"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheck§"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827Á"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703¨"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,48 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827M"(Remove this deprecated "name" attribute.(ijŽÞ
B Web:S1827w"(Remove this deprecated "name" attribute.(ù‹Õ¼øÿÿÿÿ
I Web:S1827{"/Remove this deprecated "cellpadding" attribute.(¡Óõæýÿÿÿÿ
I Web:S1827{"/Remove this deprecated "cellspacing" attribute.(¡Óõæýÿÿÿÿ
E Web:S1827{"+Remove this deprecated "summary" attribute.(¡Óõæýÿÿÿÿ
= Web:S1827¤"(Remove this deprecated "name" attribute.(—<>ùh
E Web:S1827¨"/Remove this deprecated "cellpadding" attribute.(æÃöý
E Web:S1827¨"/Remove this deprecated "cellspacing" attribute.(æÃöý
A Web:S1827¨"+Remove this deprecated "summary" attribute.(æÃöý
C Web:S1827Ù"(Remove this deprecated "name" attribute.(㺆¨ûÿÿÿÿ
E Web:S1827Ý"/Remove this deprecated "cellpadding" attribute.(…²ˆÛ
E Web:S1827Ý"/Remove this deprecated "cellspacing" attribute.(…²ˆÛ
A Web:S1827Ý"+Remove this deprecated "summary" attribute.(…²ˆÛ
C Web:S1827"(Remove this deprecated "name" attribute.(ŸÙ‹ëÿÿÿÿÿ
C Web:S1827"(Remove this deprecated "name" attribute.(Ú‚­žÿÿÿÿÿ
> Web:S1827Ÿ"(Remove this deprecated "name" attribute.(ƒù¯Ã
> Web:S1827ª"(Remove this deprecated "name" attribute.(׵ʋ
> Web:S1827µ"(Remove this deprecated "name" attribute.(šŠâã
C Web:S1827¿"(Remove this deprecated "name" attribute.(串<C2B8>øÿÿÿÿ
> Web:S1827É"(Remove this deprecated "name" attribute.(Œ¶³³
C Web:S1827Ù"(Remove this deprecated "name" attribute.(ŸÖ‡çýÿÿÿÿ
> Web:S1827Ý"(Remove this deprecated "name" attribute.(¶Ñÿ×
> Web:S1827ð"(Remove this deprecated "name" attribute.(ë„Ùž
> Web:S1827"(Remove this deprecated "name" attribute.(è¤áÕ
C Web:S1827Œ"(Remove this deprecated "name" attribute.(‚¥ºÆøÿÿÿÿ
C Web:S1827œ"(Remove this deprecated "name" attribute.(€ïðÌýÿÿÿÿ
> Web:S1827ª"(Remove this deprecated "name" attribute.(…ø<E280A6>¾
C Web:S1827¸"(Remove this deprecated "name" attribute.(ׯŸ<C2AF>øÿÿÿÿ
C Web:S1827¼"(Remove this deprecated "name" attribute.(ñ¼³²üÿÿÿÿ
C Web:S1827Ç"(Remove this deprecated "name" attribute.(îÛŸîüÿÿÿÿ
C Web:S1827Ñ"(Remove this deprecated "name" attribute.(çœ»Úøÿÿÿÿ
> Web:S1827Û"(Remove this deprecated "name" attribute.(¥É½Ô
> Web:S1827å"(Remove this deprecated "name" attribute.(Š–ˆÌ
> Web:S1827ï"(Remove this deprecated "name" attribute.(‹Ÿº‚
= Web:S1827ü"(Remove this deprecated "name" attribute.(Ñ<>Å'
> Web:S1827"(Remove this deprecated "name" attribute.(³õæ‹
> Web:S1827"(Remove this deprecated "name" attribute.(ß»À…
> Web:S1827«"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827­"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckÈ"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827â"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703É"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,42 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827M"(Remove this deprecated "name" attribute.(ijŽÞ
CWeb:BoldAndItalicTagsCheckh"Replace this <i> tag by <em>.(¦Ü–—
C Web:S1827"(Remove this deprecated "name" attribute.(ù‹Õ¼øÿÿÿÿ
J Web:S1827ˆ"/Remove this deprecated "cellpadding" attribute.(¡Óõæýÿÿÿÿ
J Web:S1827ˆ"/Remove this deprecated "cellspacing" attribute.(¡Óõæýÿÿÿÿ
F Web:S1827ˆ"+Remove this deprecated "summary" attribute.(¡Óõæýÿÿÿÿ
= Web:S1827"(Remove this deprecated "name" attribute.(—<>ùh
E Web:S1827º"/Remove this deprecated "cellpadding" attribute.(æÃöý
E Web:S1827º"/Remove this deprecated "cellspacing" attribute.(æÃöý
A Web:S1827º"+Remove this deprecated "summary" attribute.(æÃöý
C Web:S1827Í"(Remove this deprecated "name" attribute.(㺆¨ûÿÿÿÿ
E Web:S1827Ñ"/Remove this deprecated "cellpadding" attribute.(…²ˆÛ
E Web:S1827Ñ"/Remove this deprecated "cellspacing" attribute.(…²ˆÛ
A Web:S1827Ñ"+Remove this deprecated "summary" attribute.(…²ˆÛ
C Web:S1827<18>"(Remove this deprecated "name" attribute.(ŸÙ‹ëÿÿÿÿÿ
C Web:S1827 "(Remove this deprecated "name" attribute.(Ú‚­žÿÿÿÿÿ
C Web:S1827¤"(Remove this deprecated "name" attribute.(Š—˜«ûÿÿÿÿ
> Web:S1827¯"(Remove this deprecated "name" attribute.(çêÔ‰
C Web:S1827º"(Remove this deprecated "name" attribute.(<28>¾Ì¨þÿÿÿÿ
> Web:S1827Å"(Remove this deprecated "name" attribute.(™«ÐÌ
C Web:S1827Ð"(Remove this deprecated "name" attribute.(‡¹ÎÂúÿÿÿÿ
C Web:S1827ß"(Remove this deprecated "name" attribute.(ŸÖ‡çýÿÿÿÿ
> Web:S1827ã"(Remove this deprecated "name" attribute.(Ú‘ŽŒ
C Web:S1827õ"(Remove this deprecated "name" attribute.(ׯŸ<C2AF>øÿÿÿÿ
> Web:S1827ù"(Remove this deprecated "name" attribute.(<28>œø´
C Web:S1827"(Remove this deprecated "name" attribute.(íØÂÿúÿÿÿÿ
C Web:S1827"(Remove this deprecated "name" attribute.(âàÌÉûÿÿÿÿ
C Web:S1827¢"(Remove this deprecated "name" attribute.(ÊËæûþÿÿÿÿ
C Web:S1827µ"(Remove this deprecated "name" attribute.(˜¨Íßýÿÿÿÿ
> Web:S1827Ë"(Remove this deprecated "name" attribute.(ä½Ä§
C Web:S1827Û"(Remove this deprecated "name" attribute.(ÿ¬ÑŽùÿÿÿÿ
> Web:S1827ñ"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827ó"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckŽ"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827¨"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703<18>"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,32 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
I Web:S1827H"/Remove this deprecated "cellpadding" attribute.(Ÿ™àÙÿÿÿÿÿ
I Web:S1827H"/Remove this deprecated "cellspacing" attribute.(Ÿ™àÙÿÿÿÿÿ
E Web:S1827H"+Remove this deprecated "summary" attribute.(Ÿ™àÙÿÿÿÿÿ
B Web:S1827Z"(Remove this deprecated "name" attribute.(ÛÎô°ûÿÿÿÿ
C Web:S1827^"/Remove this deprecated "cellpadding" attribute.(餆)
C Web:S1827^"/Remove this deprecated "cellspacing" attribute.(餆)
? Web:S1827^"+Remove this deprecated "summary" attribute.(餆)
HWeb:BoldAndItalicTagsChecki"Replace this <i> tag by <em>.(ŸŒ¶¸ùÿÿÿÿ
I Web:S1827o"/Remove this deprecated "cellpadding" attribute.(Õ®<C395>åûÿÿÿÿ
I Web:S1827o"/Remove this deprecated "cellspacing" attribute.(Õ®<C395>åûÿÿÿÿ
E Web:S1827o"+Remove this deprecated "summary" attribute.(Õ®<C395>åûÿÿÿÿ
D Web:S1827~"/Remove this deprecated "cellpadding" attribute.(š–Á—
D Web:S1827~"/Remove this deprecated "cellspacing" attribute.(š–Á—
@ Web:S1827~"+Remove this deprecated "summary" attribute.(š–Á—
E Web:S1827<18>"/Remove this deprecated "cellpadding" attribute.(š–Á—
E Web:S1827<18>"/Remove this deprecated "cellspacing" attribute.(š–Á—
A Web:S1827<18>"+Remove this deprecated "summary" attribute.(š–Á—
J Web:S1827<18>"/Remove this deprecated "cellpadding" attribute.(—˜<E28094>Óùÿÿÿÿ
J Web:S1827<18>"/Remove this deprecated "cellspacing" attribute.(—˜<E28094>Óùÿÿÿÿ
F Web:S1827<18>"+Remove this deprecated "summary" attribute.(—˜<E28094>Óùÿÿÿÿ
> Web:S1827²"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827´"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckÏ"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827Ú"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703Ð"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,12 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
= Web:S1827G"(Remove this deprecated "name" attribute.(™Ì›ó
B Web:S1827I"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheckd"Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827o"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703e"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,25 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
I Web:S1827H"/Remove this deprecated "cellpadding" attribute.(Ÿ™àÙÿÿÿÿÿ
I Web:S1827H"/Remove this deprecated "cellspacing" attribute.(Ÿ™àÙÿÿÿÿÿ
E Web:S1827H"+Remove this deprecated "summary" attribute.(Ÿ™àÙÿÿÿÿÿ
= Web:S1827Z"(Remove this deprecated "name" attribute.(¶¾÷è
I Web:S1827^"/Remove this deprecated "cellpadding" attribute.(Õ®<C395>åûÿÿÿÿ
I Web:S1827^"/Remove this deprecated "cellspacing" attribute.(Õ®<C395>åûÿÿÿÿ
E Web:S1827^"+Remove this deprecated "summary" attribute.(Õ®<C395>åûÿÿÿÿ
D Web:S1827"/Remove this deprecated "cellpadding" attribute.(š–Á—
D Web:S1827"/Remove this deprecated "cellspacing" attribute.(š–Á—
@ Web:S1827"+Remove this deprecated "summary" attribute.(š–Á—
E Web:S1827"/Remove this deprecated "cellpadding" attribute.(š–Á—
E Web:S1827"/Remove this deprecated "cellspacing" attribute.(š–Á—
A Web:S1827"+Remove this deprecated "summary" attribute.(š–Á—
> Web:S1827®"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827°"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckË"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827Ö"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703Ì"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,20 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827M"(Remove this deprecated "name" attribute.(ijŽÞ
HWeb:BoldAndItalicTagsCheckd"Replace this <i> tag by <em>.(½ëÑÌúÿÿÿÿ
B Web:S1827v"(Remove this deprecated "name" attribute.(㺆¨ûÿÿÿÿ
D Web:S1827z"/Remove this deprecated "cellpadding" attribute.(…²ˆÛ
D Web:S1827z"/Remove this deprecated "cellspacing" attribute.(…²ˆÛ
@ Web:S1827z"+Remove this deprecated "summary" attribute.(…²ˆÛ
> Web:S1827<18>"(Remove this deprecated "name" attribute.(žÔ½Ì
C Web:S1827<18>"(Remove this deprecated "name" attribute.(ׯŸ<C2AF>øÿÿÿÿ
= Web:S1827¡"(Remove this deprecated "name" attribute.(ƒ­°X
> Web:S1827Â"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827Ä"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckß"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827ù"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703à"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,18 @@
HWeb:BoldAndItalicTagsCheck"Replace this <i> tag by <em>.(<28>¹—ýÿÿÿÿ
HWeb:BoldAndItalicTagsCheck"Replace this <i> tag by <em>.(á<>±âøÿÿÿÿ
CWeb:BoldAndItalicTagsCheck"Replace this <i> tag by <em>.(Õ²™Á
CWeb:BoldAndItalicTagsCheck"Replace this <i> tag by <em>.(ïö€ƒ
HWeb:BoldAndItalicTagsCheck"Replace this <i> tag by <em>.(Æôœÿÿÿÿÿ
CWeb:BoldAndItalicTagsCheck"Replace this <i> tag by <em>.(Ñ­­À
HWeb:BoldAndItalicTagsCheck"Replace this <i> tag by <em>.(­“Ì<E2809C>ýÿÿÿÿ
HWeb:BoldAndItalicTagsCheck"Replace this <i> tag by <em>.(êÒûÿÿÿÿÿ
HWeb:BoldAndItalicTagsCheck"Replace this <i> tag by <em>.(­û­ðÿÿÿÿÿ
HWeb:BoldAndItalicTagsCheck"Replace this <i> tag by <em>.(Ü<>͈ýÿÿÿÿ
HWeb:BoldAndItalicTagsCheck"Replace this <i> tag by <em>.(ïÒ­áûÿÿÿÿ
HWeb:BoldAndItalicTagsCheck"Replace this <i> tag by <em>.(À´‘‘úÿÿÿÿ
CWeb:BoldAndItalicTagsCheck"Replace this <i> tag by <em>.(²ù•À
HWeb:BoldAndItalicTagsCheck"Replace this <i> tag by <em>.(´‚òŠøÿÿÿÿ
CWeb:BoldAndItalicTagsCheck"Replace this <i> tag by <em>.(Ǖ֤
CWeb:BoldAndItalicTagsCheck"Replace this <i> tag by <em>.(¿üá€
HWeb:BoldAndItalicTagsCheck "Replace this <i> tag by <em>.(´…¤Ïøÿÿÿÿ

@ -0,0 +1,28 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827M"(Remove this deprecated "name" attribute.(ijŽÞ
< Web:S1827{"(Remove this deprecated "name" attribute.(—<>ùh
D Web:S1827"/Remove this deprecated "cellpadding" attribute.(æÃöý
D Web:S1827"/Remove this deprecated "cellspacing" attribute.(æÃöý
@ Web:S1827"+Remove this deprecated "summary" attribute.(æÃöý
C Web:S1827Œ"(Remove this deprecated "name" attribute.(㺆¨ûÿÿÿÿ
E Web:S1827<18>"/Remove this deprecated "cellpadding" attribute.(…²ˆÛ
E Web:S1827<18>"/Remove this deprecated "cellspacing" attribute.(…²ˆÛ
A Web:S1827<18>"+Remove this deprecated "summary" attribute.(…²ˆÛ
C Web:S1827¤"(Remove this deprecated "name" attribute.(ÀÓÉ»ûÿÿÿÿ
C Web:S1827«"(Remove this deprecated "name" attribute.(ŸÙ‹ëÿÿÿÿÿ
C Web:S1827²"(Remove this deprecated "name" attribute.(çü°Óÿÿÿÿÿ
C Web:S1827Â"(Remove this deprecated "name" attribute.(ŸÖ‡çýÿÿÿÿ
> Web:S1827Æ"(Remove this deprecated "name" attribute.(£Šà…
C Web:S1827Ó"(Remove this deprecated "name" attribute.(ׯŸ<C2AF>øÿÿÿÿ
C Web:S1827×"(Remove this deprecated "name" attribute.(Øé‡ìýÿÿÿÿ
> Web:S1827ë"(Remove this deprecated "name" attribute.(»¹÷ú
> Web:S1827"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheck<18>"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827·"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703ž"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,23 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
I Web:S1827H"/Remove this deprecated "cellpadding" attribute.(Ÿ™àÙÿÿÿÿÿ
I Web:S1827H"/Remove this deprecated "cellspacing" attribute.(Ÿ™àÙÿÿÿÿÿ
E Web:S1827H"+Remove this deprecated "summary" attribute.(Ÿ™àÙÿÿÿÿÿ
B Web:S1827_"(Remove this deprecated "name" attribute.(˜­ªšùÿÿÿÿ
D Web:S1827c"/Remove this deprecated "cellpadding" attribute.(ì <C3AC>Ý
D Web:S1827c"/Remove this deprecated "cellspacing" attribute.(ì <C3AC>Ý
@ Web:S1827c"+Remove this deprecated "summary" attribute.(ì <C3AC>Ý
I Web:S1827{"/Remove this deprecated "cellpadding" attribute.(—˜<E28094>Óùÿÿÿÿ
I Web:S1827{"/Remove this deprecated "cellspacing" attribute.(—˜<E28094>Óùÿÿÿÿ
E Web:S1827{"+Remove this deprecated "summary" attribute.(—˜<E28094>Óùÿÿÿÿ
IWeb:BoldAndItalicTagsCheck"Replace this <i> tag by <em>.(Ù éÁøÿÿÿÿ
> Web:S1827š"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827œ"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheck·"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827Â"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703¸"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,12 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827>"(Remove this deprecated "name" attribute.(ijŽÞ
= Web:S1827G"(Remove this deprecated "name" attribute.(™Ì›ó
B Web:S1827I"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheckd"Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827o"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703e"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,36 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827M"(Remove this deprecated "name" attribute.(ijŽÞ
= Web:S1827ˆ"(Remove this deprecated "name" attribute.(—<>ùh
E Web:S1827Œ"/Remove this deprecated "cellpadding" attribute.(æÃöý
E Web:S1827Œ"/Remove this deprecated "cellspacing" attribute.(æÃöý
A Web:S1827Œ"+Remove this deprecated "summary" attribute.(æÃöý
C Web:S1827©"(Remove this deprecated "name" attribute.(㺆¨ûÿÿÿÿ
E Web:S1827­"/Remove this deprecated "cellpadding" attribute.(…²ˆÛ
E Web:S1827­"/Remove this deprecated "cellspacing" attribute.(…²ˆÛ
A Web:S1827­"+Remove this deprecated "summary" attribute.(…²ˆÛ
> Web:S1827ð"(Remove this deprecated "name" attribute.(Ò±ìª
C Web:S1827÷"(Remove this deprecated "name" attribute.(Ñüê¶ýÿÿÿÿ
C Web:S1827þ"(Remove this deprecated "name" attribute.(ŸÙ‹ëÿÿÿÿÿ
C Web:S1827Ž"(Remove this deprecated "name" attribute.(ŸÖ‡çýÿÿÿÿ
> Web:S1827"(Remove this deprecated "name" attribute.(ðð£Ñ
> Web:S1827<18>"(Remove this deprecated "name" attribute.(ù„ƒ×
> Web:S1827§"(Remove this deprecated "name" attribute.(麄ì
C Web:S1827µ"(Remove this deprecated "name" attribute.(ׯŸ<C2AF>øÿÿÿÿ
C Web:S1827¹"(Remove this deprecated "name" attribute.(îÀ’Òýÿÿÿÿ
C Web:S1827Í"(Remove this deprecated "name" attribute.(õѵ§ùÿÿÿÿ
> Web:S1827ã"(Remove this deprecated "name" attribute.(©¨úå
> Web:S1827ð"(Remove this deprecated "name" attribute.(éÀ«È
> Web:S1827"(Remove this deprecated "name" attribute.(Í—¶¬
> Web:S1827Ž"(Remove this deprecated "name" attribute.(êŸÄÃ
> Web:S1827"(Remove this deprecated "name" attribute.(¿‰í†
> Web:S1827¨"(Remove this deprecated "name" attribute.(³õæ‹
> Web:S1827½"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827¿"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckÚ"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827ô"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703Û"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

@ -0,0 +1,18 @@
NWeb:AvoidCommentedOutCodeCheck "Remove this commented out code.(òçÿŒÿÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(þ™¨£úÿÿÿÿ
B Web:S1827"(Remove this deprecated "name" attribute.(ìó¢ßøÿÿÿÿ
NWeb:AvoidCommentedOutCodeCheck3"Remove this commented out code.(òçÿŒÿÿÿÿÿ
= Web:S1827M"(Remove this deprecated "name" attribute.(ijŽÞ
B Web:S1827m"(Remove this deprecated "name" attribute.(㺆¨ûÿÿÿÿ
D Web:S1827q"/Remove this deprecated "cellpadding" attribute.(…²ˆÛ
D Web:S1827q"/Remove this deprecated "cellspacing" attribute.(…²ˆÛ
@ Web:S1827q"+Remove this deprecated "summary" attribute.(…²ˆÛ
C Web:S1827Š"(Remove this deprecated "name" attribute.(ׯŸ<C2AF>øÿÿÿÿ
> Web:S1827Ž"(Remove this deprecated "name" attribute.(‡õϸ
> Web:S1827¨"(Remove this deprecated "name" attribute.(™Ì›ó
C Web:S1827ª"(Remove this deprecated "name" attribute.(ºñÒ³ûÿÿÿÿ
OWeb:AvoidCommentedOutCodeCheckÅ"Remove this commented out code.(òçÿŒÿÿÿÿÿ
C Web:S1827ß"(Remove this deprecated "name" attribute.(òý¹Äýÿÿÿÿ
javascript:S27034"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(æúÀÀ
javascript:S2703Æ"dAdd the "let", "const" or "var" keyword to this declaration of "allClassesLink" to make it explicit.(ÒüÇÚùÿÿÿÿ

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save