Page MenuHomeIn-Portal Phabricator

in-portal
No OneTemporary

File Metadata

Created
Fri, Feb 7, 3:27 AM

in-portal

Index: branches/RC/themes/default2009/index.tpl
===================================================================
--- branches/RC/themes/default2009/index.tpl (revision 11343)
+++ branches/RC/themes/default2009/index.tpl (revision 11344)
@@ -1,54 +1,58 @@
<!--## PAGE TITLE ELEMENT ##-->
<inp2:m_DefineElement name="page_title">
<inp2:m_phrase name="lu_title_WelcomeTitle"/>
</inp2:m_DefineElement>
<!--## //PAGE TITLE ELEMENT ##-->
<!--## SIDE-BAR ELEMENT ##-->
<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"/>
+ <div class="movable-element">
+ <inp2:m_RenderElement name="platform/elements/side_boxes/login" design="blue_box"/>
+ </div>
+ <div class="movable-element">
+ <inp2:m_RenderElement name="platform/elements/side_boxes/search" design="blue_box"/>
+ </div>
+ <div class="movable-element">
+ <inp2:m_RenderElement name="platform/elements/side_boxes/recommend_site" design="blue_box"/>
+ </div>
+ <div class="movable-element">
+ <inp2:m_RenderElement name="platform/elements/side_boxes/mailing_list" design="blue_box"/>
+ </div>
</inp2:m_DefineElement>
<!--## /SIDE-BAR ELEMENT ##-->
<!--## MAIN CONTENT ##-->
<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:m_include template="in-edit/elements/content_boxes/edit_block" block_num="1"/>
- <inp2:m_else/>
-
- <!--## Welcome text => 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.
- <!--## /Welcome text => In-edit (CMS) NOT installed! ##-->
-
- </inp2:m_if>
-
+ <div class="movable-element">
+ <!--## if In-edit (CMS) installed! ##-->
+ <inp2:m_if check="m_ModuleEnabled" module="In-Edit">
+ <inp2:m_include template="in-edit/elements/content_boxes/edit_block" block_num="1"/>
+ <inp2:m_else/>
+ <!--## Welcome text => 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.
+ <!--## /Welcome text => In-edit (CMS) NOT installed! ##-->
+ </inp2:m_if>
+ </div>
</inp2:m_RenderElement>
- <!--## INCLUDE HOME PAGE ELEMENTS FOR EACH MODULE ##-->
- <inp2:m_ModuleInclude template="elements/content_boxes/home_page_items" data_exists="1"/>
- <!--## /HOME PAGE ELEMENTS ##-->
-
+ <div class="movable-element">
+ <!--## INCLUDE HOME PAGE ELEMENTS FOR EACH MODULE ##-->
+ <inp2:m_ModuleInclude template="elements/content_boxes/home_page_items" data_exists="1"/>
+ <!--## /HOME PAGE ELEMENTS ##-->
+ </div>
</inp2:m_DefineElement>
<!--## /MAIN CONTENT ##-->
<!--## DESIGN TEMPLATE ##-->
<inp2:m_include template="platform/designs/default_design" pass_params="1"/>
<!--## /DESIGN TEMPLATE ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/index.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1
\ No newline at end of property
+1.1.2.1
\ No newline at end of property

Event Timeline