[ljcom] r11056: LJSUP-9743 (site schemes refactoring)
Committer: ailyin
LJSUP-9743 (site schemes refactoring)U trunk/templates/SiteScheme/nonavigation.tmpl
Modified: trunk/templates/SiteScheme/nonavigation.tmpl =================================================================== --- trunk/templates/SiteScheme/nonavigation.tmpl 2011-09-30 03:16:04 UTC (rev 11055) +++ trunk/templates/SiteScheme/nonavigation.tmpl 2011-09-30 03:30:37 UTC (rev 11056) @@ -1,19 +1,19 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">-<html>-<head>-<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9">-<title><TMPL_VAR title></title>-<TMPL_VAR lj_res_includes>-<link rel="stylesheet" type="text/css" href="<TMPL_VAR lj_statprefix>/lj_base-app.css" />-<TMPL_VAR head>-</head>-<body <TMPL_VAR bodyopts>>-<div class="popup-win">- <div class="popup-win-header"></div>- <div class="popup-win-body">- <TMPL_VAR error_list>- <TMPL_VAR body>- </div>-</div>-</body>-</html> \ No newline at end of file +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html> +<head> +<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9"> +<title><TMPL_VAR title></title> +<TMPL_VAR lj_res_includes> +<link rel="stylesheet" type="text/css" href="<TMPL_VAR lj_statprefix>/lj_base-app.css" /> +<TMPL_VAR head> +</head> +<body <TMPL_VAR bodyopts>> +<div class="popup-win"> + <div class="popup-win-header"></div> + <div class="popup-win-body"> + <TMPL_VAR error_list> + <TMPL_VAR body> + </div> +</div> +</body> +</html>
