Committer: narefieva
LJSUP-7436: Add Compatible Meta tag for IE9 (S2 styles)U trunk/bin/upgrading/s2layers/3column/layout.s2 U trunk/bin/upgrading/s2layers/anovelconundrum/layout.s2 U trunk/bin/upgrading/s2layers/boxer/layout.s2 U trunk/bin/upgrading/s2layers/component/layout.s2 U trunk/bin/upgrading/s2layers/cuteness/layout.s2 U trunk/bin/upgrading/s2layers/flexiblesquares/layout.s2 U trunk/bin/upgrading/s2layers/gradient/layout.s2 U trunk/bin/upgrading/s2layers/nebula/layout.s2 U trunk/bin/upgrading/s2layers/opal/layout.s2 U trunk/bin/upgrading/s2layers/smoothsailing/layout.s2 U trunk/bin/upgrading/s2layers/sup/layout.s2 U trunk/bin/upgrading/s2layers/tranquilityii/layout.s2 U trunk/bin/upgrading/s2layers/unearthed/layout.s2 U trunk/bin/upgrading/s2layers/voxhtml/layout.s2
Modified: trunk/bin/upgrading/s2layers/3column/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/3column/layout.s2 2010-11-24 08:23:55 UTC (rev 9752) +++ trunk/bin/upgrading/s2layers/3column/layout.s2 2010-11-24 08:37:32 UTC (rev 9753) @@ -1197,7 +1197,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> - <meta http-equiv="X-UA-Compatible" content="IE=7"/> + <meta http-equiv="X-UA-Compatible" content="IE=IE7; IE=IE9" /> """; $this->print_head(); $this->print_stylesheets(); Modified: trunk/bin/upgrading/s2layers/anovelconundrum/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/anovelconundrum/layout.s2 2010-11-24 08:23:55 UTC (rev 9752) +++ trunk/bin/upgrading/s2layers/anovelconundrum/layout.s2 2010-11-24 08:37:32 UTC (rev 9753) @@ -548,7 +548,7 @@ } """<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">\n<html>\n - <head>\n<meta http-equiv="X-UA-Compatible" content="IE=7"/>\n"""; + <head>\n<meta http-equiv="X-UA-Compatible" content="IE=IE7; IE=IE9" />\n"""; $this->print_head(); $this->print_stylesheets(); Modified: trunk/bin/upgrading/s2layers/boxer/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/boxer/layout.s2 2010-11-24 08:23:55 UTC (rev 9752) +++ trunk/bin/upgrading/s2layers/boxer/layout.s2 2010-11-24 08:37:32 UTC (rev 9753) @@ -627,7 +627,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <meta http-equiv="X-UA-Compatible" content="IE=7"/> + <meta http-equiv="X-UA-Compatible" content="IE=IE7; IE=IE9" /> """; $this->print_head(); $this->print_stylesheets(); Modified: trunk/bin/upgrading/s2layers/component/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/component/layout.s2 2010-11-24 08:23:55 UTC (rev 9752) +++ trunk/bin/upgrading/s2layers/component/layout.s2 2010-11-24 08:37:32 UTC (rev 9753) @@ -1933,7 +1933,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <meta http-equiv="X-UA-Compatible" content="IE=7"/> + <meta http-equiv="X-UA-Compatible" content="IE=IE7; IE=IE9" /> """; $p->print_head(); $p->print_stylesheets(); Modified: trunk/bin/upgrading/s2layers/cuteness/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/cuteness/layout.s2 2010-11-24 08:23:55 UTC (rev 9752) +++ trunk/bin/upgrading/s2layers/cuteness/layout.s2 2010-11-24 08:37:32 UTC (rev 9753) @@ -997,7 +997,7 @@ # begin main page html: print "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n"; print "<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"\">\n"; - print "<head>\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=7\"/>\n"; + print "<head>\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=IE7; IE=IE9\" />\n"; $this->print_head(); print "<meta name=\"resource-type\" content=\"Document\" />\n"; print "<meta name=\"type\" content=\"index\" />\n"; Modified: trunk/bin/upgrading/s2layers/flexiblesquares/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/flexiblesquares/layout.s2 2010-11-24 08:23:55 UTC (rev 9752) +++ trunk/bin/upgrading/s2layers/flexiblesquares/layout.s2 2010-11-24 08:37:32 UTC (rev 9753) @@ -1680,7 +1680,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <meta http-equiv="X-UA-Compatible" content="IE=7"/> + <meta http-equiv="X-UA-Compatible" content="IE=IE7; IE=IE9" /> """; $this->print_head(); $this->print_stylesheets(); Modified: trunk/bin/upgrading/s2layers/gradient/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/gradient/layout.s2 2010-11-24 08:23:55 UTC (rev 9752) +++ trunk/bin/upgrading/s2layers/gradient/layout.s2 2010-11-24 08:37:32 UTC (rev 9753) @@ -1490,7 +1490,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <meta http-equiv="X-UA-Compatible" content="IE=7"/> + <meta http-equiv="X-UA-Compatible" content="IE=IE7; IE=IE9" /> """; $this->print_head(); $this->print_stylesheets(); Modified: trunk/bin/upgrading/s2layers/nebula/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/nebula/layout.s2 2010-11-24 08:23:55 UTC (rev 9752) +++ trunk/bin/upgrading/s2layers/nebula/layout.s2 2010-11-24 08:37:32 UTC (rev 9753) @@ -1240,7 +1240,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head> - <meta http-equiv="X-UA-Compatible" content="IE=7"/> + <meta http-equiv="X-UA-Compatible" content="IE=IE7; IE=IE9" /> """; $this->print_head(); Modified: trunk/bin/upgrading/s2layers/opal/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/opal/layout.s2 2010-11-24 08:23:55 UTC (rev 9752) +++ trunk/bin/upgrading/s2layers/opal/layout.s2 2010-11-24 08:37:32 UTC (rev 9753) @@ -1692,7 +1692,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <meta http-equiv="X-UA-Compatible" content="IE=7"/> + <meta http-equiv="X-UA-Compatible" content="IE=IE7; IE=IE9" /> """; $this->print_head(); Modified: trunk/bin/upgrading/s2layers/smoothsailing/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/smoothsailing/layout.s2 2010-11-24 08:23:55 UTC (rev 9752) +++ trunk/bin/upgrading/s2layers/smoothsailing/layout.s2 2010-11-24 08:37:32 UTC (rev 9753) @@ -2590,7 +2590,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> - <meta http-equiv="X-UA-Compatible" content="IE=7"/> + <meta http-equiv="X-UA-Compatible" content="IE=IE7; IE=IE9" /> """; $this->print_head(); Modified: trunk/bin/upgrading/s2layers/sup/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/sup/layout.s2 2010-11-24 08:23:55 UTC (rev 9752) +++ trunk/bin/upgrading/s2layers/sup/layout.s2 2010-11-24 08:37:32 UTC (rev 9753) @@ -687,7 +687,7 @@ function _Header { var Page p = get_page(); - """<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"\n "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="$*lang_current">\n<head>\n <meta http-equiv="X-UA-Compatible" content="IE=7" />\n <title>""" + $p->title() + """</title>\n"""; + """<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"\n "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="$*lang_current">\n<head>\n <meta http-equiv="X-UA-Compatible" content="IE=IE7; IE=IE9" />\n <title>""" + $p->title() + """</title>\n"""; $p->print_head(); var string prev = ""; var string next = ""; Modified: trunk/bin/upgrading/s2layers/tranquilityii/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/tranquilityii/layout.s2 2010-11-24 08:23:55 UTC (rev 9752) +++ trunk/bin/upgrading/s2layers/tranquilityii/layout.s2 2010-11-24 08:37:32 UTC (rev 9753) @@ -804,7 +804,7 @@ # begin main page html: print "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n"; print "<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\">\n"; - print "<head>\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=7\"/>\n"; + print "<head>\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=IE7; IE=IE9\"/>\n"; $this->print_head(); print "<meta name=\"resource-type\" content=\"Document\" />\n"; print "<meta name=\"type\" content=\"index\" />\n"; Modified: trunk/bin/upgrading/s2layers/unearthed/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/unearthed/layout.s2 2010-11-24 08:23:55 UTC (rev 9752) +++ trunk/bin/upgrading/s2layers/unearthed/layout.s2 2010-11-24 08:37:32 UTC (rev 9753) @@ -1053,7 +1053,7 @@ println """<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">"""; println """<html xmlns="http://www.w3.org/1999/xhtml"><head>\n - <meta http-equiv="X-UA-Compatible" content="IE=7"/>"""; + <meta http-equiv="X-UA-Compatible" content="IE=IE7; IE=IE9" />"""; $this->print_head(); $this->print_stylesheets(); println safe """<title>$title</title>"""; Modified: trunk/bin/upgrading/s2layers/voxhtml/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/voxhtml/layout.s2 2010-11-24 08:23:55 UTC (rev 9752) +++ trunk/bin/upgrading/s2layers/voxhtml/layout.s2 2010-11-24 08:37:32 UTC (rev 9753) @@ -1742,7 +1742,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> <head> - <meta http-equiv="X-UA-Compatible" content="IE=7"/> + <meta http-equiv="X-UA-Compatible" content="IE=IE7; IE=IE9" /> """; $this->print_head();