Page MenuHomeIn-Portal Phabricator

advanced
No OneTemporary

File Metadata

Created
Wed, Feb 12, 9:10 AM

advanced

Index: platform/designs/default_design.tpl
===================================================================
--- platform/designs/default_design.tpl (revision 11436)
+++ platform/designs/default_design.tpl (nonexistent)
@@ -1,88 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<inp2:m_CheckSSL/>
-<inp2:m_include template="platform/designs/side_boxes" strip_nl="1"/>
-<inp2:m_include template="platform/designs/content_boxes" strip_nl="1"/>
-<inp2:m_include template="platform/elements/forms" strip_nl="1"/>
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title><inp2:m_GetConfig name="Site_Name"/> :: <inp2:m_RenderElement name="page_title" no_editing="1"/></title>
-
- <!--## Include module specific HEADER (META INFORMATION inside) template ##-->
- <inp2:m_ModuleInclude template="elements/html_head" in-portal_template="platform/elements/html_head"/>
-
- <inp2:m_Include template="platform/template_manager/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">
- <div class="groupWrapper">
- <inp2:m_RenderElement name="sidebar" layout_view="1"/>
- </div>
- </td>
- <!-- /SIDEBAR -->
-
- <!-- SEPARATOR -->
- <td width="3" class="vertical-separator" style="width: 3px;">
- <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">
- <div class="groupWrapper">
- <inp2:m_RenderElement name="content" layout_view="1"/>
- </div>
- <br />
- </td>
- <!-- /CONTENT -->
-
- <!--## REMOVE THIS LINE TO UNCOMMENT
- <!-- 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 -->
-
- <!-- RIGHT-SIDEBAR WITH BANNER -->
- <td style="width: 200px;" valign="top">
- <inp2:m_include template="platform/elements/banners/banner_right"/>
- </td>
- <!-- /RIGHT-SIDEBAR WITH BANNER -->
- REMOVE THIS LINE TO UNCOMMENT ##-->
- </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: platform/designs/default_design.tpl
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1.2.2
\ No newline at end of property
Index: platform/designs/default_design.dsg.tpl
===================================================================
--- platform/designs/default_design.dsg.tpl (nonexistent)
+++ platform/designs/default_design.dsg.tpl (revision 11437)
@@ -0,0 +1,88 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<inp2:m_CheckSSL/>
+<inp2:m_include template="platform/designs/side_boxes" strip_nl="1"/>
+<inp2:m_include template="platform/designs/content_boxes" strip_nl="1"/>
+<inp2:m_include template="platform/elements/forms" strip_nl="1"/>
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <title><inp2:m_GetConfig name="Site_Name"/> :: <inp2:m_RenderElement name="page_title" no_editing="1"/></title>
+
+ <!--## Include module specific HEADER (META INFORMATION inside) template ##-->
+ <inp2:m_ModuleInclude template="elements/html_head" in-portal_template="platform/elements/html_head"/>
+
+ <inp2:m_Include template="platform/template_manager/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">
+ <div class="groupWrapper">
+ <inp2:m_RenderElement name="sidebar" layout_view="1"/>
+ </div>
+ </td>
+ <!-- /SIDEBAR -->
+
+ <!-- SEPARATOR -->
+ <td width="3" class="vertical-separator" style="width: 3px;">
+ <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">
+ <div class="groupWrapper">
+ <inp2:m_RenderElement name="content" layout_view="1"/>
+ </div>
+ <br />
+ </td>
+ <!-- /CONTENT -->
+
+ <!--## REMOVE THIS LINE TO UNCOMMENT
+ <!-- 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 -->
+
+ <!-- RIGHT-SIDEBAR WITH BANNER -->
+ <td style="width: 200px;" valign="top">
+ <inp2:m_include template="platform/elements/banners/banner_right"/>
+ </td>
+ <!-- /RIGHT-SIDEBAR WITH BANNER -->
+ REMOVE THIS LINE TO UNCOMMENT ##-->
+ </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: platform/designs/default_design.dsg.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property

Event Timeline