Page MenuHomeIn-Portal Phabricator

advanced
No OneTemporary

File Metadata

Created
Wed, Feb 12, 10:51 PM

advanced

Index: branches/1.3.x/platform/.smsignore
===================================================================
--- branches/1.3.x/platform/.smsignore (nonexistent)
+++ branches/1.3.x/platform/.smsignore (revision 15978)
@@ -0,0 +1 @@
+opensearch\.tpl
Property changes on: branches/1.3.x/platform/.smsignore
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: branches/1.3.x/platform/opensearch.tpl
===================================================================
--- branches/1.3.x/platform/opensearch.tpl (nonexistent)
+++ branches/1.3.x/platform/opensearch.tpl (revision 15978)
@@ -0,0 +1,16 @@
+<inp2:m_XMLTemplate xml_version="1.0"/><OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/">
+ <ShortName><inp2:m_GetConfig name="Site_Name"/></ShortName>
+ <Description><inp2:m_GetConfig name="Site_Name"/> Search</Description>
+ <Contact><inp2:conf_ConfigValue name="DefaultEmailSender"/></Contact>
+ <Url type="text/html" template="<inp2:m_Link template='platform/search/search_results' keywords='{searchTerms}' use_section='1' html_escape='1' no_amp='1'/>"/>
+ <LongName><inp2:m_GetConfig name="Site_Name"/> Search</LongName>
+ <Image height="16" width="16" type="image/gif"><inp2:m_TemplatesBase module='In-Portal'/>img/file_icons/xml.gif</Image>
+ <moz:SearchForm><inp2:m_Link template='platform/search/search_results' keywords='{searchTerms}' use_section='1' html_escape='1' no_amp='1'/></moz:SearchForm>
+ <Developer><inp2:m_GetConfig name="Site_Name"/> (<inp2:m_Link template='index'/>)</Developer>
+ <Attribution>Copyright 1997-<inp2:lang.current_CurrentDate format="Y"/> <inp2:m_GetConfig name="Site_Name"/>.</Attribution>
+ <SyndicationRight>open</SyndicationRight>
+ <AdultContent>false</AdultContent>
+ <Language><inp2:lang.current_Field name='Locale'/></Language>
+ <OutputEncoding><inp2:lang.current_Field name='Charset'/></OutputEncoding>
+ <InputEncoding><inp2:lang.current_Field name='Charset'/></InputEncoding>
+</OpenSearchDescription>
Property changes on: branches/1.3.x/platform/opensearch.tpl
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: branches/1.3.x/platform/elements/html_head.elm.tpl
===================================================================
--- branches/1.3.x/platform/elements/html_head.elm.tpl (revision 15977)
+++ branches/1.3.x/platform/elements/html_head.elm.tpl (revision 15978)
@@ -1,33 +1,33 @@
<!--## Meta Info (Keywords and Description) ##-->
<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" />
-
+<link rel="search" type="application/opensearchdescription+xml" href="<inp2:m_Link template='platform/opensearch' use_section='1' html_escape='1' no_amp='1'/>" title="<inp2:m_GetConfig name='Site_Name'/>" />
<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_Compress files="platform/inc/jquery/colorbox/jquery.colorbox.css" to="all_css"/>
<!--<inp2:m_Compress files="platform/inc/jquery/fancybox/jquery.fancybox.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|platform/inc/form_manager.js" to="all_js"/>
<inp2:m_if check="m_GetConfig" name="TypeKitId">
<script type="text/javascript" src="//use.typekit.com/<inp2:m_GetConfig name='TypeKitId'/>.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
</inp2:m_if>
<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-1.9.1.min.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_Compress files="platform/inc/jquery/colorbox/jquery.colorbox.js" to="all_js"/>
<!--<inp2:m_Compress files="platform/inc/jquery/fancybox/jquery.fancybox.js" to="all_js"/>-->
</inp2:m_ifnot>

Event Timeline