Page MenuHomeIn-Portal Phabricator

in-portal
No OneTemporary

File Metadata

Created
Thu, Jul 24, 7:09 PM

in-portal

Index: branches/RC/themes/default2007/platform/designs/default_design.tpl
===================================================================
--- branches/RC/themes/default2007/platform/designs/default_design.tpl (revision 9067)
+++ branches/RC/themes/default2007/platform/designs/default_design.tpl (revision 9068)
@@ -1,74 +1,75 @@
<!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/designs/side_boxes"/>
<inp2:m_include template="platform/designs/content_boxes"/>
<inp2:m_include template="platform/elements/forms"/>
<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"/>" />
+ </title>
+ <!--## Include module specific HEADER (meta information inside) template ##-->
<inp2:m_ModuleInclude template="elements/html_head" in-portal_template="platform/elements/html_head"/>
+ <!--## /Include module specific HEADER template ##-->
</head>
<body>
<div align="left">
<div align="left" style="width:100%">
<table class="fullwidth">
<tr>
<td>
<inp2:m_include template="platform/elements/header"/>
</td>
</tr>
<tr>
<td>
<inp2:m_include template="platform/elements/menu"/>
</td>
</tr>
</table>
<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt=""/><br />
<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/grey_pix.gif" width="100%" height="1" alt=""/><br />
<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt=""/><br />
<table class="fullwidth">
<tr>
<!-- SIDEBAR -->
<td style="width: 200px;" valign="top">
<inp2:m_RenderElement name="sidebar"/>
</td>
<!-- /SIDEBAR -->
<!-- SEPARATOR -->
<td width="3" class="vertical-separator">
<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="3" height="1" alt=""/><br />
</td>
<!-- /SEPARATOR -->
<!-- CONTENT -->
<td style="width: auto;" valign="top">
<inp2:m_RenderElement name="content"/>
<br />
</td>
<!-- /CONTENT -->
</tr>
</table>
<table class="fullwidth">
<tr>
<td >
<inp2:m_include template="platform/elements/footer"/>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/platform/designs/default_design.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.15
\ No newline at end of property
+1.15.2.1
\ No newline at end of property
Index: branches/RC/themes/default2007/platform/elements/html_head.tpl
===================================================================
--- branches/RC/themes/default2007/platform/elements/html_head.tpl (revision 9067)
+++ branches/RC/themes/default2007/platform/elements/html_head.tpl (revision 9068)
@@ -1,10 +1,37 @@
+<!--## Meta Info (Keywords and Description) ##-->
+<meta http-equiv="Content-Type" content="text/html; charset=<inp2:lang.current_Field name="Charset"/>" />
+
+<!--## if In-edit purchase! ##-->
+<inp2:m_if check="m_ModuleEnabled" module="In-Edit"/>
+
+ <inp2:m_if check="cms_PageInfo" type="meta_description">
+ <meta name="description" content="<inp2:cms_PageInfo type="meta_description"/>" />
+ <inp2:m_else/>
+ <meta name="description" content="<inp2:c_Meta name="Description"/>" />
+ </inp2:m_if>
+
+ <inp2:m_if check="cms_PageInfo" type="meta_keywords">
+ <meta name="keywords" content="<inp2:cms_PageInfo type="meta_keywords"/>" />
+ <inp2:m_else/>
+ <meta name="keywords" content="<inp2:c_Meta name="Keywords"/>" />
+ </inp2:m_if>
+ <!--## /if In-edit purchase! ##-->
+<inp2:m_else/>
+
+<!--## Standard Category Meta information ##-->
+ <meta name="description" content="<inp2:c_Meta name="Description"/>" />
+ <meta name="keywords" content="<inp2:c_Meta name="Keywords"/>" />
+ <!--## /Standard Category Meta information ##-->
+</inp2:m_if>
+<!--## /Meta Keywords and Description ##-->
+
<link rel="stylesheet" href="<inp2:m_TemplatesBase module="In-Portal"/>inc/lbox/lightbox.css" type="text/css" media="screen" />
<link rel="stylesheet" rev="stylesheet" href="<inp2:m_TemplatesBase module="In-Portal"/>inc/styles.css" type="text/css" />
<script type="text/javascript" src="<inp2:m_TemplatesBase module="In-Portal"/>inc/script.js"></script>
<script type="text/javascript" src="<inp2:m_TemplatesBase module="In-Portal"/>inc/calendar.js"></script>
<script type="text/javascript" src="<inp2:m_TemplatesBase module="In-Portal"/>inc/lbox/prototype.js"></script>
<script type="text/javascript" src="<inp2:m_TemplatesBase module="In-Portal"/>inc/lbox/scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="<inp2:m_TemplatesBase module="In-Portal"/>inc/lbox/lightbox.js"></script>
Property changes on: branches/RC/themes/default2007/platform/elements/html_head.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.3.2.1
\ No newline at end of property
+1.3.2.2
\ No newline at end of property
Index: branches/RC/themes/default2007/platform/elements/header.tpl
===================================================================
--- branches/RC/themes/default2007/platform/elements/header.tpl (revision 9067)
+++ branches/RC/themes/default2007/platform/elements/header.tpl (revision 9068)
@@ -1,44 +1,50 @@
+<!--## if In-edit (CMS) installed! ##-->
+<inp2:m_if check="m_ModuleEnabled" module="In-Edit"/>
+ <inp2:cms_EditPage />
+</inp2:m_if>
+<!--## /if In-edit (CMS) installed! ##-->
+
<table class="top-background fullwidth">
<tr>
<td width="203">
<a href="<inp2:m_Link template="index" m_cat_id="0"/>"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/inportal_logo.gif" width="203" height="54" alt="" /></a><br />
</td>
<td align="right">
<table style="width:auto">
<tr>
<td class="top-select-padding">
<form method="post" name="lang_form" id="lang_form" action="<inp2:m_FormAction />">
<input type="hidden" name="events[lang][OnChangeLanguage]" value="" />
<inp2:m_Phrase label="lu_YourLanguage"/>:
<select name="language" class="input-select" onchange="document.getElementById('lang_form').submit()">
<inp2:m_DefineElement name="lang_elem">
<option value="<inp2:Field name="LanguageId"/>" <inp2:m_if check="SelectedLanguage">selected="selected"</inp2:m_if> ><inp2:Field name="PackName"/></option>
</inp2:m_DefineElement>
<inp2:lang_ListLanguages render_as="lang_elem" no_table="1"/>
</select>
</form>
</td>
<inp2:m_if check="m_ModuleEnabled" module="In-Commerce">
<td width="1">
<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/languages_separator.gif" width="1" height="22" alt="" />
</td>
<td class="top-select-padding">
<form method="post" name="cur_form" id="cur_form" action="<inp2:m_FormAction />">
&nbsp; <inp2:m_Phrase label="lu_YourCurrency"/>:
<input type="hidden" name="events[curr][OnChangeCurrency]" value="" />
<select name="curr_iso" class="input-select" onchange="document.getElementById('cur_form').submit()">
<inp2:m_DefineElement name="currency">
<option value="<inp2:Field name="ISO"/>" <inp2:m_if check="SelectedCurrency">selected="selected"</inp2:m_if> ><inp2:Field name="ISO"/></option>
</inp2:m_DefineElement>
<inp2:curr_ListCurrencies render_as="currency" no_table="1"/>
</select>
</form>
</td>
</inp2:m_if>
</tr>
</table>
</td>
</tr>
</table>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/platform/elements/header.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.9
\ No newline at end of property
+1.9.2.1
\ No newline at end of property
Index: branches/RC/themes/default2007/index.tpl
===================================================================
--- branches/RC/themes/default2007/index.tpl (revision 9067)
+++ branches/RC/themes/default2007/index.tpl (revision 9068)
@@ -1,29 +1,36 @@
<inp2:m_DefineElement name="sidebar">
<inp2:m_RenderElements
elements="
platform/elements/side_boxes/login,
platform/elements/side_boxes/search,
platform/elements/side_boxes/recommend_site,
platform/elements/side_boxes/mailing_list,
"
design="blue_box"/>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="content">
<inp2:m_include template="platform/elements/navigation_bar"/>
<inp2:m_RenderElement design="content_box">
<inp2:m_Capture to_var="header">
<inp2:m_phrase name="lu_title_WelcomeTitle"/>
</inp2:m_Capture>
+ <!--## if In-edit (CMS) installed! ##-->
+ <inp2:m_if check="m_ModuleEnabled" module="In-Edit"/>
+ <inp2:cms_ContentBlock num="1"/>
+ <inp2:m_else/>
+ <!--## if In-edit (CMS) NOT installed! ##-->
In-portal is a revolutionary web site management system that allows you to automate and
facilitate management of large portal and community web sites. Regardless of whether you
are running a directory site or a content news portal, a community site or an online mall,
In-portal will enhance your web site management experience with innovative.
+ </inp2:m_if>
+
</inp2:m_RenderElement>
<inp2:m_ModuleInclude template="elements/content_boxes/home_page_items" data_exists="1"/>
</inp2:m_DefineElement>
<inp2:m_include template="platform/designs/default_design" pass_params="1"/>
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/index.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.8
\ No newline at end of property
+1.8.2.1
\ No newline at end of property

Event Timeline