Committer: narefieva
LJSUP-7436: Add Compatible Meta tag for IE9 (S2 styles)U trunk/bin/upgrading/s2layers/classic/layout.s2 U trunk/bin/upgrading/s2layers/cleansimple/layout.s2 U trunk/bin/upgrading/s2layers/core1.s2 U trunk/bin/upgrading/s2layers/deardiary/layout.s2 U trunk/bin/upgrading/s2layers/digitalmultiplex/layout.s2 U trunk/bin/upgrading/s2layers/disjointed/layout.s2 U trunk/bin/upgrading/s2layers/generator/layout.s2 U trunk/bin/upgrading/s2layers/haven/layout.s2 U trunk/bin/upgrading/s2layers/hostedcomments/layout.s2 U trunk/bin/upgrading/s2layers/lickable/layout.s2 U trunk/bin/upgrading/s2layers/magazine/layout.s2 U trunk/bin/upgrading/s2layers/notepad/layout.s2 U trunk/bin/upgrading/s2layers/punquin/layout.s2 U trunk/bin/upgrading/s2layers/refriedpaper/layout.s2 U trunk/bin/upgrading/s2layers/s1shortcomings/layout.s2 U trunk/bin/upgrading/s2layers/sixhtml/layout.s2 U trunk/bin/upgrading/s2layers/sturdygesture/layout.s2 U trunk/bin/upgrading/s2layers/tabularindent/layout.s2 U trunk/bin/upgrading/s2layers/understroke/layout.s2 U trunk/bin/upgrading/s2layers/variableflow/layout.s2
Modified: trunk/bin/upgrading/s2layers/classic/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/classic/layout.s2 2010-11-25 11:09:21 UTC (rev 17782) +++ trunk/bin/upgrading/s2layers/classic/layout.s2 2010-11-25 11:26:37 UTC (rev 17783) @@ -475,7 +475,7 @@ $margin2 = "<table id=\"whole\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin-top: $*content_top_margin;\">"; } """<!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=IE7; IE=IE9" />\n"""; + <head>\n<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" />\n"""; $this->print_head(); $this->print_stylesheets(); Modified: trunk/bin/upgrading/s2layers/cleansimple/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/cleansimple/layout.s2 2010-11-25 11:09:21 UTC (rev 17782) +++ trunk/bin/upgrading/s2layers/cleansimple/layout.s2 2010-11-25 11:26:37 UTC (rev 17783) @@ -664,7 +664,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=IE7; IE=IE9" />\n"""; + <head>\n<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" />\n"""; $this->print_head(); $this->print_stylesheets(); Modified: trunk/bin/upgrading/s2layers/core1.s2 =================================================================== --- trunk/bin/upgrading/s2layers/core1.s2 2010-11-25 11:09:21 UTC (rev 17782) +++ trunk/bin/upgrading/s2layers/core1.s2 2010-11-25 11:26:37 UTC (rev 17783) @@ -2195,7 +2195,7 @@ function Page::print() { "<html>\n<head>\n"; - """<meta http-equiv="X-UA-Compatible" content="IE=IE7; IE=IE9" /> """; + """<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" /> """; $this->print_head(); $this->print_stylesheets(); "<title>"+$this->title()+"</title>\n"; Modified: trunk/bin/upgrading/s2layers/deardiary/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/deardiary/layout.s2 2010-11-25 11:09:21 UTC (rev 17782) +++ trunk/bin/upgrading/s2layers/deardiary/layout.s2 2010-11-25 11:26:37 UTC (rev 17783) @@ -1002,7 +1002,7 @@ """<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> <html> <head> -<meta http-equiv="X-UA-Compatible" content="IE=IE7; IE=IE9" /> +<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" /> """; $this->print_head(); $this->print_stylesheets(); Modified: trunk/bin/upgrading/s2layers/digitalmultiplex/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/digitalmultiplex/layout.s2 2010-11-25 11:09:21 UTC (rev 17782) +++ trunk/bin/upgrading/s2layers/digitalmultiplex/layout.s2 2010-11-25 11:26:37 UTC (rev 17783) @@ -967,7 +967,7 @@ println """<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">"""; println "<html><head>\n - <meta http-equiv=\"X-UA-Compatible\" content=\"IE=IE7; IE=IE9\"/>"; + <meta http-equiv=\"X-UA-Compatible\" content=\"IE=EmulateIE7; IE=EmulateIE9\"/>"; $this->print_head(); $this->print_stylesheets(); println safe "<title>$title</title>"; Modified: trunk/bin/upgrading/s2layers/disjointed/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/disjointed/layout.s2 2010-11-25 11:09:21 UTC (rev 17782) +++ trunk/bin/upgrading/s2layers/disjointed/layout.s2 2010-11-25 11:26:37 UTC (rev 17783) @@ -1773,7 +1773,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xml:lang="en" lang="en" dir="ltr"> <head> -<meta http-equiv="X-UA-Compatible" content="IE=IE7; IE=IE9" /> +<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" /> """; $this->print_head(); $this->print_stylesheets(); Modified: trunk/bin/upgrading/s2layers/generator/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/generator/layout.s2 2010-11-25 11:09:21 UTC (rev 17782) +++ trunk/bin/upgrading/s2layers/generator/layout.s2 2010-11-25 11:26:37 UTC (rev 17783) @@ -581,7 +581,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=IE7; IE=IE9" />\n"""; + <head>\n<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" />\n"""; $this->print_head(); $this->print_stylesheets(); Modified: trunk/bin/upgrading/s2layers/haven/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/haven/layout.s2 2010-11-25 11:09:21 UTC (rev 17782) +++ trunk/bin/upgrading/s2layers/haven/layout.s2 2010-11-25 11:26:37 UTC (rev 17783) @@ -1267,7 +1267,7 @@ println """<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html>"""; # Head - println "<head>\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=IE7; IE=IE9\" />"; + println "<head>\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=EmulateIE7; IE=EmulateIE9\" />"; $this->print_head(); $this->print_stylesheets(); println safe """<title>$.global_title</title>"""; Modified: trunk/bin/upgrading/s2layers/hostedcomments/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/hostedcomments/layout.s2 2010-11-25 11:09:21 UTC (rev 17782) +++ trunk/bin/upgrading/s2layers/hostedcomments/layout.s2 2010-11-25 11:26:37 UTC (rev 17783) @@ -35,7 +35,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> - <meta http-equiv="X-UA-Compatible" content="IE=IE7; IE=IE9" /> + <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> """; Modified: trunk/bin/upgrading/s2layers/lickable/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/lickable/layout.s2 2010-11-25 11:09:21 UTC (rev 17782) +++ trunk/bin/upgrading/s2layers/lickable/layout.s2 2010-11-25 11:26:37 UTC (rev 17783) @@ -1231,7 +1231,7 @@ """<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> - <meta http-equiv="X-UA-Compatible" content="IE=IE7; IE=IE9" /> + <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" /> """; $this->print_head(); $this->print_stylesheets(); Modified: trunk/bin/upgrading/s2layers/magazine/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/magazine/layout.s2 2010-11-25 11:09:21 UTC (rev 17782) +++ trunk/bin/upgrading/s2layers/magazine/layout.s2 2010-11-25 11:26:37 UTC (rev 17783) @@ -474,7 +474,7 @@ var string title = $this->title(); """<!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=IE7; IE=IE9" />\n"""; + <head>\n<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" />\n"""; $this->print_head(); $this->print_stylesheets(); Modified: trunk/bin/upgrading/s2layers/notepad/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/notepad/layout.s2 2010-11-25 11:09:21 UTC (rev 17782) +++ trunk/bin/upgrading/s2layers/notepad/layout.s2 2010-11-25 11:26:37 UTC (rev 17783) @@ -327,7 +327,7 @@ var string title = $this->title(); """<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html>\n - <head>\n<meta http-equiv="X-UA-Compatible" content="IE=IE7; IE=IE9" />\n"""; + <head>\n<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" />\n"""; $this->print_head(); $this->print_stylesheets(); Modified: trunk/bin/upgrading/s2layers/punquin/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/punquin/layout.s2 2010-11-25 11:09:21 UTC (rev 17782) +++ trunk/bin/upgrading/s2layers/punquin/layout.s2 2010-11-25 11:26:37 UTC (rev 17783) @@ -443,7 +443,7 @@ # Head println """<!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=IE7; IE=IE9" />\n"""; + <head>\n<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" />\n"""; $this->print_head(); $this->print_stylesheets(); Modified: trunk/bin/upgrading/s2layers/refriedpaper/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/refriedpaper/layout.s2 2010-11-25 11:09:21 UTC (rev 17782) +++ trunk/bin/upgrading/s2layers/refriedpaper/layout.s2 2010-11-25 11:26:37 UTC (rev 17783) @@ -1400,7 +1400,7 @@ var string title = $this->title(); var string subtitle = $.global_subtitle != "" and $.view != "friends" ? """<br><span class="descrip">$.global_subtitle</span>""" : ""; """<!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=IE7; IE=IE9" />\n"""; + <head>\n<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" />\n"""; $this->print_head(); $this->print_stylesheets(); print safe """ Modified: trunk/bin/upgrading/s2layers/s1shortcomings/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/s1shortcomings/layout.s2 2010-11-25 11:09:21 UTC (rev 17782) +++ trunk/bin/upgrading/s2layers/s1shortcomings/layout.s2 2010-11-25 11:26:37 UTC (rev 17783) @@ -44,7 +44,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" lang=""> <head> - <meta http-equiv="X-UA-Compatible" content="IE=IE7; IE=IE9" /> + <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" /> <meta name="resource-type" content="Document" /> <meta name="type" content="index" /> """; Modified: trunk/bin/upgrading/s2layers/sixhtml/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/sixhtml/layout.s2 2010-11-25 11:09:21 UTC (rev 17782) +++ trunk/bin/upgrading/s2layers/sixhtml/layout.s2 2010-11-25 11:26:37 UTC (rev 17783) @@ -720,7 +720,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=IE7; IE=IE9" /> + <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" /> """; $this->print_head(); Modified: trunk/bin/upgrading/s2layers/sturdygesture/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/sturdygesture/layout.s2 2010-11-25 11:09:21 UTC (rev 17782) +++ trunk/bin/upgrading/s2layers/sturdygesture/layout.s2 2010-11-25 11:26:37 UTC (rev 17783) @@ -499,7 +499,7 @@ var string title = $this->title(); """<!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=IE7; IE=IE9" />\n"""; + <head>\n<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" />\n"""; $this->print_head(); $this->print_stylesheets(); Modified: trunk/bin/upgrading/s2layers/tabularindent/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/tabularindent/layout.s2 2010-11-25 11:09:21 UTC (rev 17782) +++ trunk/bin/upgrading/s2layers/tabularindent/layout.s2 2010-11-25 11:26:37 UTC (rev 17783) @@ -446,7 +446,7 @@ var string title = $this->title(); println """<!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=IE7; IE=IE9" />\n"""; + <head>\n<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" />\n"""; $this->print_head(); $this->print_stylesheets(); Modified: trunk/bin/upgrading/s2layers/understroke/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/understroke/layout.s2 2010-11-25 11:09:21 UTC (rev 17782) +++ trunk/bin/upgrading/s2layers/understroke/layout.s2 2010-11-25 11:26:37 UTC (rev 17783) @@ -480,7 +480,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="$*lang_current"> <head> - <meta http-equiv="X-UA-Compatible" content="IE=IE7; IE=IE9" /> + <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" /> """; $p->print_head(); if ($*_{"prev_url"}) { Modified: trunk/bin/upgrading/s2layers/variableflow/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/variableflow/layout.s2 2010-11-25 11:09:21 UTC (rev 17782) +++ trunk/bin/upgrading/s2layers/variableflow/layout.s2 2010-11-25 11:26:37 UTC (rev 17783) @@ -365,7 +365,7 @@ """<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> <html> <head> - <meta http-equiv="X-UA-Compatible" content="IE=IE7; IE=IE9" /> + <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" /> """; $this->print_head(); $this->print_stylesheets();