Page MenuHomeIn-Portal Phabricator

advanced
No OneTemporary

File Metadata

Created
Thu, Feb 13, 12:56 AM

advanced

Index: branches/1.2.x/platform/designs/popup_design.des.tpl
===================================================================
--- branches/1.2.x/platform/designs/popup_design.des.tpl (revision 15441)
+++ branches/1.2.x/platform/designs/popup_design.des.tpl (revision 15442)
@@ -1,24 +1,24 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<inp2:m_include template="platform/elements/side_boxes.elm"/>
<inp2:m_include template="platform/elements/content_boxes.elm"/>
<inp2:m_include template="platform/elements/forms.elm"/>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>
<inp2:m_GetConfig name="Site_Name"/>
</title>
- <meta http-equiv="Content-Type" content="text/html; charset=<inp2:lang.current_Field name="Charset"/>" />
+ <meta http-equiv="Content-Type" content="text/html; charset=<inp2:m_GetConst name='CHARSET'/>" />
<inp2:m_ModuleInclude template="elements/html_head.elm" in-portal_template="platform/elements/html_head.elm"/>
</head>
<body>
<inp2:m_RenderElement name="content"/>
<br />
<div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /><br /></div>
<br />
<div style="text-align: center;">
<a href="<inp2:m_Link/>" onclick="window.close(); return false;"><inp2:m_Phrase name="lu_btn_CloseWindow"/></a>
</div>
</body>
</html>
\ No newline at end of file
Index: branches/1.2.x/platform/elements/html_head.elm.tpl
===================================================================
--- branches/1.2.x/platform/elements/html_head.elm.tpl (revision 15441)
+++ branches/1.2.x/platform/elements/html_head.elm.tpl (revision 15442)
@@ -1,25 +1,25 @@
<!--## Meta Info (Keywords and Description) ##-->
-<meta http-equiv="Content-Type" content="text/html; charset=<inp2:lang.current_Field name='Charset'/>" />
+<meta http-equiv="Content-Type" content="text/html; charset=<inp2:m_GetConst name='CHARSET'/>" />
<link rel="icon" href="<inp2:m_BaseURL/>favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="<inp2:m_BaseURL/>favicon.ico" type="image/x-icon" />
<meta name="Description" content="<inp2:st_PageInfo type='meta_description'/>" />
<meta name="Keywords" content="<inp2:st_PageInfo type='meta_keywords'/>" />
<!--## /Meta Keywords and Description ##-->
<inp2:m_ifnot check="m_GetConst" name="EDITING_MODE">
<inp2:m_Compress files="platform/inc/jquery/thickbox/thickbox.css" to="all_css"/>
</inp2:m_ifnot>
<inp2:m_Compress files="platform/inc/styles.css" to="all_css"/>
<inp2:m_Compress files="platform/inc/script.js|platform/inc/ajax.js|platform/inc/calendar.js" to="all_js"/>
<script type="text/javascript">var inportalBase = '<inp2:m_TemplatesBase module="In-Portal"/>';</script>
<script type="text/javascript" src="<inp2:m_TemplatesBase module='In-Portal'/>inc/jquery/jquery.pack.js"></script>
<inp2:m_ifnot check="m_GetConst" name="EDITING_MODE">
<inp2:m_Compress files="platform/inc/jquery/thickbox/thickbox.js" to="all_js"/>
</inp2:m_ifnot>

Event Timeline