Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F864380
simple
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, May 3, 5:19 PM
Size
7 KB
Mime Type
text/x-diff
Expires
Mon, May 5, 5:19 PM (6 h, 3 m)
Engine
blob
Format
Raw Data
Handle
614256
Attached To
rTSIM Themes.Simple
simple
View Options
Index: branches/1.2.x/designs/default_design_inner.des.tpl
===================================================================
--- branches/1.2.x/designs/default_design_inner.des.tpl (revision 15321)
+++ branches/1.2.x/designs/default_design_inner.des.tpl (revision 15322)
@@ -1,91 +1,91 @@
<inp2:m_CheckSSL/>
<inp2:m_Include template="elements/side_boxes.elm" strip_nl="1"/> <!--## includes system elements ##-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>
<inp2:st_PageInfo type="htmlhead_title" html_escape="1"/> (<inp2:m_GetConfig name="Site_Name"/>)
</title>
<inp2:m_Include template="elements/html_head.elm" />
</head>
<body>
<inp2:st_EditPage mode="start"/><!--## System tag please do not remove ##-->
<!-- Wrapper -->
<div id="wrapper">
<!-- Accessibility Navigation -->
<ol id="nav-accessibility">
<li><a href="#nav">Skip to navigation</a></li>
<li><a href="#content">Skip to content</a></li>
</ol>
<!-- /Accessibility Navigation -->
<!-- Masthead -->
<div id="masthead">
<!-- Branding -->
<h1 id="branding">
- <a href="<inp2:m_Link t="index" />" title="<inp2:m_GetConfig name="Site_Name"/>"><inp2:m_GetConfig name="Site_Name"/></a>
+ <a href="<inp2:m_Link t='index' />" title="<inp2:m_GetConfig name='Site_Name' html_escape='1'/>"><inp2:m_GetConfig name="Site_Name"/></a>
</h1>
<!-- /Branding -->
<!-- Navigation -->
<inp2:m_include template="elements/navigation_menu.elm" />
<!-- /Navigation -->
<!-- Search -->
<inp2:m_include template="elements/search.elm" />
<!-- /Search -->
</div>
<!-- /Masthead -->
<!-- Breadcrumb -->
<inp2:m_Include template="elements/navigation_bar.elm" />
<!-- /Breadcrumb -->
<!-- Content Tools -->
<inp2:m_Include template="elements/content_tools.elm" />
<!-- /Content Tools -->
<!-- Content -->
<div id="content">
<div id="content-sec">
<div class="movable-area">
<inp2:m_RenderElement name="left_sidebar" default_element="default_left_sidebar" /> <!--## defined in each data template or default one used ##-->
</div>
</div>
<!-- Main Content -->
<div id="content-main" class="inner">
<div class="movable-area">
<inp2:m_RenderElement name="content"/>
</div>
</div>
<!-- /Main Content -->
</div><!-- /Content -->
<inp2:m_Include template="elements/footer.elm" />
</div><!-- /Wrapper -->
<inp2:st_EditPage mode="end"/> <!--## /System tag please do not remove ##-->
<inp2:m_Include template="elements/tracking.elm" />
</body>
</html>
\ No newline at end of file
Index: branches/1.2.x/designs/default_design.des.tpl
===================================================================
--- branches/1.2.x/designs/default_design.des.tpl (revision 15321)
+++ branches/1.2.x/designs/default_design.des.tpl (revision 15322)
@@ -1,102 +1,102 @@
<inp2:m_CheckSSL/>
<inp2:m_Include template="elements/side_boxes.elm" strip_nl="1"/> <!--## includes system elements ##-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>
<inp2:st_PageInfo type="htmlhead_title" html_escape="1"/> (<inp2:m_GetConfig name="Site_Name"/>)
</title>
<inp2:m_Include template="elements/html_head.elm" />
<inp2:m_DefineElement name="default_add_to_head"></inp2:m_DefineElement>
<inp2:m_RenderElement name="add_to_head" default_element="default_add_to_head"/>
</head>
<body>
<inp2:st_EditPage mode="start"/><!--## System tag please do not remove ##-->
<!-- Wrapper -->
<div id="wrapper">
<!-- Accessibility Navigation -->
<ol id="nav-accessibility">
<li><a href="#nav">Skip to navigation</a></li>
<li><a href="#content">Skip to content</a></li>
</ol>
<!-- /Accessibility Navigation -->
<!-- Masthead -->
<div id="masthead">
<!-- Branding -->
<h1 id="branding">
- <a href="<inp2:m_Link t="index" />" title="<inp2:m_GetConfig name="Site_Name"/>"><inp2:m_GetConfig name="Site_Name"/></a>
+ <a href="<inp2:m_Link t='index' />" title="<inp2:m_GetConfig name='Site_Name' html_escape='1'/>"><inp2:m_GetConfig name="Site_Name"/></a>
</h1>
<!-- /Branding -->
<!-- Navigation -->
<inp2:m_include template="elements/navigation_menu.elm" />
<!-- /Navigation -->
<!-- Search -->
<inp2:m_include template="elements/search.elm" />
<!-- /Search -->
</div>
<!-- /Masthead -->
<!-- Breadcrumb -->
<inp2:m_Include template="elements/navigation_bar.elm" />
<!-- /Breadcrumb -->
<!-- Content Tools -->
<inp2:m_Include template="elements/content_tools.elm" />
<!-- /Content Tools -->
<!-- Content -->
<div id="content">
<div id="content-sec">
<div class="movable-area">
<inp2:m_RenderElement name="left_sidebar" default_element="default_left_sidebar" /> <!--## defined in each data template or default one used ##-->
</div>
</div>
<!-- Main Content -->
<div id="content-main">
<div class="movable-area">
<inp2:m_RenderElement name="content"/>
</div>
</div>
<!-- /Main Content -->
<div id="content-ter">
<div class="movable-area">
<inp2:m_Include template="elements/side_boxes/news.elm" />
</div>
</div>
</div><!-- /Content -->
<inp2:m_Include template="elements/footer.elm" />
</div><!-- /Wrapper -->
<inp2:st_EditPage mode="end"/> <!--## /System tag please do not remove ##-->
<inp2:m_Include template="elements/tracking.elm" />
</body>
</html>
\ No newline at end of file
Index: branches/1.2.x/elements/html_head.elm.tpl
===================================================================
--- branches/1.2.x/elements/html_head.elm.tpl (revision 15321)
+++ branches/1.2.x/elements/html_head.elm.tpl (revision 15322)
@@ -1,39 +1,39 @@
<inp2:m_if check="c.current_Field" name="MetaKeywords">
<meta name="Keywords" content="<inp2:c.current_Field name='MetaKeywords'/>"/>
<inp2:m_else/>
<meta name="Keywords" content="<inp2:m_GetConfig name='Category_MetaKey'/>"/>
</inp2:m_if>
<inp2:m_if check="c.current_Field" name="MetaDescription">
<meta name="Description" content="<inp2:c.current_Field name='MetaDescription'/>"/>
<inp2:m_else/>
<meta name="Description" content="<inp2:m_GetConfig name='Category_MetaDesc'/>"/>
</inp2:m_if>
-<meta name="author" content="<inp2:m_GetConfig name='Site_Name'/>"/>
+<meta name="author" content="<inp2:m_GetConfig name='Site_Name' html_escape='1'/>"/>
<meta http-equiv="content-type" content="text/html; charset=<inp2:lang.current_Field 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" />
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="<inp2:m_Compress files='
inc/reset.css|
inc/typography.css|
inc/layout.css|
inc/content.css|
inc/screen.css|
'/>" media="screen" />
<link rel="stylesheet" type="text/css" href="<inp2:m_Compress files='inc/print.css'/>" media="print" />
<link rel="stylesheet" type="text/css" href="<inp2:m_Compress files='inc/override.css'/>" media="all" />
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="<inp2:m_Compress files='inc/ie6.css'/>" media="screen" />
<![endif]-->
<!-- JS -->
<inp2:st_EditingScripts/>
<inp2:m_ifnot check="m_GetConst" name="EDITING_MODE"> <!--## EXCLUDE JS WHEN IN ADMIN ##-->
<script type="text/javascript" src="<inp2:m_TemplatesBase />inc/jquery/jquery.pack.js"></script>
</inp2:m_ifnot> <!--## EXCLUDE JS WHEN IN ADMIN ##-->
<script type="text/javascript" src="<inp2:m_TemplatesBase />inc/jquery/jcookie.js"></script>
<script type="text/javascript" src="<inp2:m_Compress files='inc/general.js'/>"></script>
\ No newline at end of file
Event Timeline
Log In to Comment