Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1213528
in-portal
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
Mon, Nov 10, 7:02 PM
Size
54 KB
Mime Type
text/x-diff
Expires
Wed, Nov 12, 7:02 PM (19 m, 20 s)
Engine
blob
Format
Raw Data
Handle
793616
Attached To
rINP In-Portal
in-portal
View Options
Index: trunk/themes/default2007/platform/inc/styles.css
===================================================================
--- trunk/themes/default2007/platform/inc/styles.css (revision 8495)
+++ trunk/themes/default2007/platform/inc/styles.css (revision 8496)
@@ -1,16 +1,381 @@
+html, body {
+ margin:0px;
+ padding:0px;
+ height:100%;
+ border:none;
+ font: 9pt arial;
+ color: #000000;
+}
+
+#fullheight { height:100%; }
+
+/*----------------------------------------------------------------------------------------------------*/
+/* ------------------------------------------- Site Styles -------------------------------------------*/
+
+TD { font: 11px arial, serif; color: #000; margin: 0px; padding: 0px; /* border: 1px solid #000000; */ }
+
+table { margin: 0px; padding: 0px; width: 100%; /*border: 0px;*/ border-collapse:collapse; }
+
+
+IMG, IMG A {border: 0px}
+
+A:hover {text-decoration: underline; color: #FF9900}
+A {color: #315faa; text-decoration: underline}
+
+
+.hor-line
+ {
+ background:url(../img/dashed_line.gif) bottom repeat-x;
+ }
+
+
table.markup_table {
border-collapse: collapse;
width: 100%;
}
table.markup_table td {
- border: 1px solid #000000;
+ /*border: 1px solid #000000;*/
}
.error {
color: #FF0000;
}
form {
display: inline;
-}
\ No newline at end of file
+}
+
+
+.top-background
+ {
+ background:url(../img/top_background.gif) right repeat-y;
+ }
+
+.top-menu
+ {
+ background:url(../img/menu_background.gif) top repeat-x #1865ac;
+ }
+
+.languages-paddings
+ {
+ padding:0px 15px;
+ }
+
+.side-boxes-title
+ {
+ background:url(../img/side_boxes_background.gif) bottom repeat-x #83afd6;
+ height:29px;
+ padding:0px 8px 0px 20px;
+ font-size:12px;
+ color:#FFFFFF;
+ }
+
+.input-text
+ {
+ background: url(../img/input_text_background.gif) top repeat-x #FFFFFF;
+ border:1px solid #7091b9;
+ font-family:Arial, Helvetica, sans-serif;
+ font-size:10px;
+ }
+
+.button
+ {
+ background:url(../img/input_button_background.gif) bottom repeat-x #efefef;
+ border: 1px solid #688bac;
+ padding:0px;
+ font-size:11px;
+ padding:0px 5px;
+ /*
+ width: auto;
+ overflow: visible;
+ */
+ }
+
+a.blue-small-link
+ {
+ font-size:10px;
+ color:#197aca;
+ text-decoration:underline;
+ }
+
+a.blue-small-link:hover
+ {
+ font-size:10px;
+ color: #005ca8;
+ text-decoration:none;
+ }
+
+.remember-login
+ {
+ color:#000000;
+ font-size:9px;
+ }
+
+.paddnig-right
+ {
+ padding-right:8px;
+ }
+
+.side-title
+ {
+ font-size:12px;
+ color:#FFFFFF;
+ }
+
+.login-text
+ {
+ font-size:10px;
+ color:#FFFFFF;
+ }
+
+.login-text A
+ {
+ color:#FFFFFF;
+ text-decoration:underline;
+ }
+
+.login-text A:hover
+ {
+ color:#FFFFFF;
+ text-decoration: none;
+ }
+
+.vertical-dashed-line
+ {
+ background:url(../img/vertical_dashed_line.gif) top center repeat-y;
+ }
+
+.side-boxes-content
+ {
+ background:url(../img/side_boxes_content.gif) top repeat-x;
+ padding:20px 20px;
+ }
+
+.content-boxes-title
+ {
+ background:#f0f5fa;
+ height:29px;
+ padding:0px 20px;
+ font-size:15px;
+ color:#000000;
+ }
+
+.navigation-bar
+ {
+ background:url(../img/side_boxes_background.gif) bottom repeat-x #83afd6;
+ height:29px;
+ padding:0px 20px;
+ font-size:12px;
+ color:#FFFFFF;
+ }
+
+.navigation-bar A
+ {
+ text-decoration:underline;
+ color:#FFFFFF;
+ }
+
+.navigation-bar A:hover
+ {
+ text-decoration: none;
+ color: #CCCCCC;
+ }
+
+.content-boxes-content
+ {
+ background: #FFFFFF;
+ padding:20px 20px;
+ }
+
+
+.menu-top-active
+ {
+ background:url(../img/top_menu_select.gif);
+ height:37px;
+ padding:0px 13px;
+ white-space:nowrap
+ }
+
+.menu-top-noactive
+ {
+ height:37px;
+ padding:0px 13px;
+ white-space:nowrap
+ }
+
+.menu-top-active A
+ {
+ font-size:11px;
+ color:#FFFFFF;
+ text-decoration:none;
+ }
+
+.menu-top-active A:hover
+ {
+ font-size:11px;
+ color: #CCCCCC;
+ text-decoration:none;
+ }
+
+.menu-top-noactive A
+ {
+ font-size:11px;
+ color:#FFFFFF;
+ text-decoration:none;
+ }
+
+.menu-top-noactive A:hover
+ {
+ font-size:11px;
+ color: #CCCCCC;
+ text-decoration:none;
+ }
+
+.footer-blue
+ {
+ background:url(../img/footer_blue.gif) top repeat-x;
+ height:26px;
+ color:#f7eee4;
+ font-size:10px;
+ padding:0px 10px;
+ }
+
+.footer-links
+ {
+ text-align:right;
+ padding:5px 10px;
+ }
+
+.padding-reg
+ {
+ padding:10px;
+ }
+
+
+.footer-links A
+ {
+ color:#333333;
+ font-size:10px;
+ text-decoration:underline;
+ }
+
+.footer-links A:hover
+ {
+ color: #666666;
+ text-decoration: none;
+ }
+
+a.details_grey
+ {
+ font-size:9px;
+ color:#666666;
+ text-decoration:none;
+ }
+
+a.details_grey:hover
+ {
+ color:#000000;
+ text-decoration:none;
+ }
+
+.directory-icon
+ {
+ width:22px;
+ vertical-align:top;
+ padding:5px;
+ }
+
+.directory-text
+ {
+ padding:5px 20px 5px 5px;
+ }
+
+.gradient-background
+ {
+ background:url(../img/gradient_background.gif) top repeat-x #FFFFFF;
+ }
+
+.pagenation-select
+ {
+ background: #5b97cb;
+ color:#FFFFFF;
+ padding:1px 2px;
+ }
+
+a.pagenation-noselect
+ {
+ color:#000000;
+ text-decoration:none;
+ }
+
+.link-picture-padding
+ {
+ padding:20px 5px 20px 20px;
+ vertical-align:top;
+ width:120px;
+ }
+
+.link-text-padding
+ {
+ padding:20px 5px;
+ }
+
+
+.articles-icon-cell
+ {
+ width:22px;
+ padding-top:5px;
+ vertical-align:top;
+ padding-right:7px;
+ }
+
+.small-black
+ {
+ font-size:10px;
+ }
+
+a.text-title
+ {
+ font-size:12px;
+ font-weight:bold;
+ color:#1769b5;
+ text-decoration:underline;
+ }
+
+a.text-title:hover
+ {
+ color: #005695;
+ text-decoration:underline;
+ }
+
+.text-grey
+ {
+ font-size:10px;
+ color:#666666;
+ }
+
+
+
+.article-picture-padding
+ {
+ padding:0px 20px 0px 30px;
+ width:120px;
+ vertical-align:top
+ }
+
+
+
+
+
+
+
+
+
+
+
+
+.no-dinamic
+ {
+ color:#00CC66;
+ }
\ No newline at end of file
Property changes on: trunk/themes/default2007/platform/inc/styles.css
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.3
\ No newline at end of property
+1.4
\ No newline at end of property
Index: trunk/themes/default2007/platform/designs/navigation_bar.tpl
===================================================================
--- trunk/themes/default2007/platform/designs/navigation_bar.tpl (revision 8495)
+++ trunk/themes/default2007/platform/designs/navigation_bar.tpl (revision 8496)
@@ -1,35 +1,37 @@
<inp2:m_DefineElement name="root_category">
- [Home Icon] <a href="<inp2:c_CategoryLink template="__default__" />"><inp2:m_RootCategoryName/></a>
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_home.gif" width="9" height="9" alt=""/> <a href="<inp2:c_CategoryLink template="__default__" />"><inp2:m_RootCategoryName/></a>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="category_link">
<inp2:m_param name="separator"/>
<a href="<inp2:c_CategoryLink template="__default__" />"><inp2:m_param name="cat_name"/></a>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="template_link">
<inp2:m_param name="separator"/>
<a href="<inp2:m_Link template="$template" m_cat_id="0"/>"><inp2:m_phrase name="$title"/></a>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="current_category">
<inp2:m_param name="separator"/>
<span> <inp2:m_param name="cat_name"/></span>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="current_template">
<inp2:m_param name="separator"/>
<span> <inp2:m_phrase name="$title"/></span>
</inp2:m_DefineElement>
+
<table style="width: 100%;">
- <tr>
- <td style="background-color: #0FFFFF">
- <inp2:m_if check="m_Param" name="titles">
- <inp2:c_NavigationBar separator=">" render_as="template_link" current_render_as="current_template" root_cat_render_as="root_category" titles="$titles" templates="$templates"/>
- <inp2:m_else/>
- <inp2:c_CategoryPath separator=">" render_as="category_link" current_render_as="current_category" root_cat_render_as="root_category" />
- </inp2:m_if>
- </td>
- </tr>
-</table>
\ No newline at end of file
+ <tr>
+ <td class="navigation-bar">
+ <inp2:m_if check="m_Param" name="titles">
+ <inp2:c_NavigationBar separator=">" render_as="template_link" current_render_as="current_template" root_cat_render_as="root_category" titles="$titles" templates="$templates"/>
+ <inp2:m_else/>
+ <inp2:c_CategoryPath separator=">" render_as="category_link" current_render_as="current_category" root_cat_render_as="root_category" />
+ </inp2:m_if>
+ </td>
+ </tr>
+</table>
+<br />
\ No newline at end of file
Property changes on: trunk/themes/default2007/platform/designs/navigation_bar.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.2
\ No newline at end of property
+1.3
\ No newline at end of property
Index: trunk/themes/default2007/platform/designs/side_boxes.tpl
===================================================================
--- trunk/themes/default2007/platform/designs/side_boxes.tpl (revision 8495)
+++ trunk/themes/default2007/platform/designs/side_boxes.tpl (revision 8496)
@@ -1,14 +1,14 @@
<inp2:m_DefineElement name="blue_box">
<table style="width: 100%;">
<tr>
- <td style="background-color: #0FFFFF">
+ <td class="side-boxes-title">
<inp2:m_param name="header"/>
</td>
</tr>
<tr>
- <td style="background-color: #FFFFF0">
+ <td class="side-boxes-content">
<inp2:m_param name="content"/>
</td>
</tr>
</table>
</inp2:m_DefineElement>
\ No newline at end of file
Property changes on: trunk/themes/default2007/platform/designs/side_boxes.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.3
\ No newline at end of property
+1.4
\ No newline at end of property
Index: trunk/themes/default2007/platform/designs/categories.tpl
===================================================================
--- trunk/themes/default2007/platform/designs/categories.tpl (revision 8495)
+++ trunk/themes/default2007/platform/designs/categories.tpl (revision 8496)
@@ -1,10 +1,33 @@
<inp2:m_DefineElement name="category_element">
<td style="width: <inp2:ColumnWidth/>">
- <inp2:m_if check="IsCurrent">
- <strong><inp2:Field name="Name"/></strong> (<inp2:m_phrase name="lu_SubCats"/>: <inp2:SubCatCount/>)
- <inp2:m_else/>
- <a href="<inp2:CategoryLink template="__default__"/>"><inp2:Field name="Name"/></a> (<inp2:m_phrase name="lu_SubCats"/>: <inp2:SubCatCount/>)
- </inp2:m_if>
+
+ <table>
+ <tr>
+ <td class="directory-icon" valign="top">
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/directory_icon.gif" width="22" height="17" alt="" /><br />
+ </td>
+ <td class="directory-text" valign="top">
+ <inp2:m_if check="IsCurrent">
+ <strong><inp2:Field name="Name"/></strong> (<inp2:m_phrase name="lu_SubCats"/>: <inp2:SubCatCount/>)
+ <inp2:m_else/>
+ <a href="<inp2:CategoryLink template="__default__"/>" class="text-title"><inp2:Field name="Name"/></a> <span class="text-grey">(<inp2:m_phrase name="lu_SubCats"/>: <inp2:SubCatCount/>)</span>
+ </inp2:m_if>
+
+ <inp2:m_if check="Field" name="IsHot"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_hot.gif" alt="<inp2:m_phrase name="lu_Hot"/>"/></inp2:m_if>
+ <inp2:m_if check="Field" name="IsNew"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_new.gif" alt="<inp2:m_phrase name="lu_New"/>"/></inp2:m_if>
+ <inp2:m_if check="Field" name="IsPop"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_popular.gif" alt="<inp2:m_phrase name="lu_Popular"/>"/></inp2:m_if>
+ <inp2:m_if check="IsEditorsPick"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_pick.gif" alt="<inp2:m_phrase name="lu_Pick"/>"/></inp2:m_if>
+ <inp2:m_if check="IsFavorite"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/icon_favorite.gif" alt="<inp2:m_phrase name="lu_Favorite"/>"/></inp2:m_if>
+
+ <br />
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="4" alt="" /><br />
+
+
+ The deadline for the Zend/PHP Conference & Expo 2005 Call For Papers is ending soon, interested speakers should submit session proposals between now
+
+ </td>
+ </tr>
+ </table>
</td>
</inp2:m_DefineElement>
Property changes on: trunk/themes/default2007/platform/designs/categories.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1
\ No newline at end of property
+1.2
\ No newline at end of property
Index: trunk/themes/default2007/platform/designs/content_boxes.tpl
===================================================================
--- trunk/themes/default2007/platform/designs/content_boxes.tpl (revision 8495)
+++ trunk/themes/default2007/platform/designs/content_boxes.tpl (revision 8496)
@@ -1,57 +1,89 @@
<inp2:m_DefineElement name="menu_element" current="">
- <td style="background-color: #F0FFFF">
+
<inp2:m_if check="m_Param" name="current">
- <a href="<inp2:m_param name="menu_href"/>"><strong><inp2:m_param name="menu_title"/></strong></a>
+ <td>
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/menu_active_border.gif" width="1" height="37" alt=""/><br />
+ </td>
+ <td class="menu-top-active">
+ <a href="<inp2:m_param name="menu_href"/>"><inp2:m_param name="menu_icon"/></a>
+ <a href="<inp2:m_param name="menu_href"/>"><inp2:m_param name="menu_title"/></a>
+ </td>
+ <td>
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/menu_active_border.gif" width="1" height="37" alt=""/><br />
+ </td>
<inp2:m_else/>
- <a href="<inp2:m_param name="menu_href"/>"><inp2:m_param name="menu_title"/></a>
+ <td>
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="37" alt=""/><br />
+ </td>
+ <td class="menu-top-noactive">
+ <a href="<inp2:m_param name="menu_href"/>"><inp2:m_param name="menu_icon"/></a>
+ <a href="<inp2:m_param name="menu_href"/>"><inp2:m_param name="menu_title"/></a>
+ </td>
+ <td>
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="37" alt=""/><br />
+ </td>
</inp2:m_if>
- </td>
+
</inp2:m_DefineElement>
<inp2:m_DefineElement name="box_element" prefix="">
<tr>
- <td>-</td>
+ <td>
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/menu-li-2-level.gif" alt="" width="4" height="4" border="0" /><br />
+ </td>
<td>
<inp2:m_if check="m_Param" name="prefix">
<a href="<inp2:$prefix_SuggestItemLink template="$template"/>"><inp2:m_Phrase label="$title"/></a>
<inp2:m_else/>
<a href="<inp2:m_Link template="$template" m_cat_id="0"/>"><inp2:m_Phrase label="$title"/></a>
</inp2:m_if>
</td>
</tr>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="review_element">
<tr>
<td>
[<inp2:Field name="ReviewId"/>] Review By: <strong><inp2:Field name="ReviewedBy"/></strong> at <inp2:Field name="CreatedOn" format="_regional_DateFormat"/><br />
Review Text: <inp2:Field name="ReviewText"/>
</td>
</tr>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="category_path_element">
<inp2:m_if check="m_ParamEquals" name="cat_id" value="0" inverse="inverse">
<inp2:m_param name="separator"/>
</inp2:m_if>
<inp2:m_param name="cat_name"/>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="image_element">
<img src="<inp2:m_param name="img_path" />" title="<inp2:m_param name="alt" />" alt="<inp2:m_param name="alt" />" <inp2:m_param name="img_size" /> border="0" />
</inp2:m_DefineElement>
<inp2:m_DefineElement name="content_box">
<table style="width: 100%;">
<tr>
- <td style="background-color: #0FFFFF">
+ <td width="13">
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="13" height="1" alt=""/><br />
+ </td>
+ <td class="content-boxes-title">
<inp2:m_param name="header"/>
</td>
+ <td width="13">
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="13" height="1" alt=""/><br />
+ </td>
</tr>
<tr>
- <td style="background-color: #FFFFF0">
+ <td width="13">
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="13" height="1" alt=""/><br />
+ </td>
+ <td class="content-boxes-content">
<inp2:m_param name="content"/>
</td>
+ <td width="13">
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="13" height="1" alt=""/><br />
+ </td>
</tr>
</table>
</inp2:m_DefineElement>
\ No newline at end of file
Property changes on: trunk/themes/default2007/platform/designs/content_boxes.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.6
\ No newline at end of property
+1.7
\ No newline at end of property
Index: trunk/themes/default2007/platform/designs/default_design.tpl
===================================================================
--- trunk/themes/default2007/platform/designs/default_design.tpl (revision 8495)
+++ trunk/themes/default2007/platform/designs/default_design.tpl (revision 8496)
@@ -1,47 +1,57 @@
<!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/designs/forms"/>
<inp2:m_RenderElement name="content" result_to_var="content"/>
<inp2:m_RenderElement name="sidebar" result_to_var="sidebar"/>
<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"/>" />
<inp2:m_ModuleInclude template="elements/html_head" in-portal_template="platform/elements/html_head"/>
</head>
<body>
+
<table class="markup_table">
<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="markup_table">
<tr>
<td style="width: 200px;" valign="top">
<inp2:m_param name="sidebar"/>
</td>
+ <td width="3" class="vertical-dashed-line">
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="3" height="1" alt=""/><br />
+ </td>
<td style="width: auto;" valign="top">
<inp2:m_param name="content"/>
</td>
</tr>
</table>
- <table class="markup_table">
+ <br />
+ <table>
<tr>
<td>
<inp2:m_include template="platform/elements/footer"/>
</td>
</tr>
</table>
+
</body>
</html>
\ No newline at end of file
Property changes on: trunk/themes/default2007/platform/designs/default_design.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.3
\ No newline at end of property
+1.4
\ No newline at end of property
Index: trunk/themes/default2007/platform/elements/menu.tpl
===================================================================
--- trunk/themes/default2007/platform/elements/menu.tpl (revision 8495)
+++ trunk/themes/default2007/platform/elements/menu.tpl (revision 8496)
@@ -1,35 +1,87 @@
-<table>
+<table class="top-menu">
<tr>
- <!-- menu: Home -->
- <inp2:m_DefineElement name="menu_href1">
- <inp2:m_Link template="index" m_cat_id="0"/>
- </inp2:m_DefineElement>
- <inp2:m_RenderElement name="menu_href1" strip_nl="2" result_to_var="menu_href"/>
-
- <inp2:m_DefineElement name="menu_title1">
- [Home]
- </inp2:m_DefineElement>
- <inp2:m_RenderElement name="menu_title1" strip_nl="2" result_to_var="menu_title"/>
-
- <inp2:m_IsActive template="index" result_to_var="current"/>
- <inp2:m_RenderElement name="__this__" design="menu_element"/>
- <!-- // menu: Home -->
-
- <inp2:m_ModuleInclude template="elements/menu"/>
-
- <!-- menu: My Account -->
- <inp2:m_DefineElement name="menu_href10">
- <inp2:m_Link template="platform/my_account/my_account" m_cat_id="0"/>
- </inp2:m_DefineElement>
- <inp2:m_RenderElement name="menu_href10" strip_nl="2" result_to_var="menu_href"/>
-
- <inp2:m_DefineElement name="menu_title10">
- [My Account]
- </inp2:m_DefineElement>
- <inp2:m_RenderElement name="menu_title10" strip_nl="2" result_to_var="menu_title"/>
-
- <inp2:m_IsActive template=".*/my_account" result_to_var="current"/>
- <inp2:m_RenderElement name="__this__" design="menu_element"/>
- <!-- // menu: My Account -->
+ <td align="left">
+
+ <table style="width:auto">
+ <tr>
+ <!-- menu: Home -->
+ <inp2:m_DefineElement name="menu_href1">
+ <inp2:m_Link template="index" m_cat_id="0"/>
+ </inp2:m_DefineElement>
+
+ <inp2:m_RenderElement name="menu_href1" strip_nl="2" result_to_var="menu_href"/>
+
+
+ <inp2:m_DefineElement name="menu_icon1">
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/menu_home.gif" width="23" height="20" align="absmiddle" alt="" />
+ </inp2:m_DefineElement>
+ <inp2:m_RenderElement name="menu_icon1" strip_nl="2" result_to_var="menu_icon"/>
+
+ <inp2:m_DefineElement name="menu_title1">
+ Home
+ </inp2:m_DefineElement>
+ <inp2:m_RenderElement name="menu_title1" strip_nl="2" result_to_var="menu_title"/>
+
+
+
+ <inp2:m_IsActive template="index" result_to_var="current"/>
+ <inp2:m_RenderElement name="__this__" design="menu_element"/>
+ <!-- // menu: Home -->
+
+ <inp2:m_ModuleInclude template="elements/menu"/>
+
+ </tr>
+ </table>
+
+ </td>
+ <td align="right">
+
+ <table style="width:auto">
+ <tr>
+ <!-- menu: My Account -->
+ <inp2:m_DefineElement name="menu_href10">
+ <inp2:m_Link template="platform/my_account/my_account" m_cat_id="0"/>
+ </inp2:m_DefineElement>
+ <inp2:m_RenderElement name="menu_href10" strip_nl="2" result_to_var="menu_href"/>
+
+ <inp2:m_DefineElement name="menu_icon10">
+ <img src="<inp2:m_TemplatesBase module="In-Commerce"/>img/menu_my_account.gif" align="absmiddle" alt="" />
+ </inp2:m_DefineElement>
+ <inp2:m_RenderElement name="menu_icon10" strip_nl="2" result_to_var="menu_icon"/>
+
+ <inp2:m_DefineElement name="menu_title10">
+ My Account
+ </inp2:m_DefineElement>
+ <inp2:m_RenderElement name="menu_title10" strip_nl="2" result_to_var="menu_title"/>
+
+ <inp2:m_IsActive template=".*/my_account" result_to_var="current"/>
+ <inp2:m_RenderElement name="__this__" design="menu_element"/>
+ <!-- // menu: My Account -->
+
+ <!-- menu: ShoppingCart -->
+ <inp2:m_DefineElement name="menu_href11">
+ <inp2:m_Link template="platform/my_account/my_account" m_cat_id="0"/>
+ </inp2:m_DefineElement>
+ <inp2:m_RenderElement name="menu_href11" strip_nl="2" result_to_var="menu_href"/>
+
+ <inp2:m_DefineElement name="menu_icon11">
+ <img src="<inp2:m_TemplatesBase module="In-Commerce"/>img/menu_shopping_cart.gif" align="absmiddle" alt="" />
+ </inp2:m_DefineElement>
+ <inp2:m_RenderElement name="menu_icon11" strip_nl="2" result_to_var="menu_icon"/>
+
+ <inp2:m_DefineElement name="menu_title11">
+ Shopping Cart
+ </inp2:m_DefineElement>
+ <inp2:m_RenderElement name="menu_title11" strip_nl="2" result_to_var="menu_title"/>
+
+ <inp2:m_IsActive template=".*/my_account" result_to_var="current"/>
+ <inp2:m_RenderElement name="__this__" design="menu_element"/>
+ <!-- // menu: ShoppingCart -->
+ </tr>
+ </table>
+
+ </td>
</tr>
</table>
+
+
Property changes on: trunk/themes/default2007/platform/elements/menu.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.3
\ No newline at end of property
+1.4
\ No newline at end of property
Index: trunk/themes/default2007/platform/elements/side_boxes/search.tpl
===================================================================
--- trunk/themes/default2007/platform/elements/side_boxes/search.tpl (revision 8495)
+++ trunk/themes/default2007/platform/elements/side_boxes/search.tpl (revision 8496)
@@ -1,11 +1,23 @@
<inp2:m_DefineElement name="header">
<inp2:m_phrase name="lu_title_SearchBox"/>
</inp2:m_DefineElement>
<inp2:m_RenderElement name="header" result_to_var="header"/>
<form method="get" action="<inp2:m_Link template="in-commerce/search_results" />">
<inp2:m_GetFormHiddens template="in-commerce/search_results"/>
- <input type="text" name="keywords" id="keywords" style="width: 150px" value="" />
- <input class="button" type="submit" style="width: 40px;" value="<inp2:m_Phrase label="lu_comm_Go"/>!" />
+ <input type="text" name="keywords" id="keywords" style="width: 160px" class="input-text" value="" /><br />
+
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" alt="" width="1" height="10" border="0" /><br />
+
+ <table>
+ <tr>
+ <td class="paddnig-right" width="10">
+ <input class="button" type="submit" style="width: 40px;" value="<inp2:m_Phrase label="lu_comm_Go"/>!" />
+ </td>
+ <td align="left">
+ <a href="<inp2:m_Link template="in-commerce/store/advanced_search" />" class="blue-small-link"><inp2:m_Phrase label="lu_AdvancedSearch"/></a> <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/side_link_str.gif" width="6" height="5" alt="" /><br />
+ </td>
+ </tr>
+ </table>
+
</form>
-<strong> <a href="<inp2:m_Link template="in-commerce/store/advanced_search" />" class="toolbar"><inp2:m_Phrase label="lu_AdvancedSearch"/></a></strong>
\ No newline at end of file
Property changes on: trunk/themes/default2007/platform/elements/side_boxes/search.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1
\ No newline at end of property
+1.2
\ No newline at end of property
Index: trunk/themes/default2007/platform/elements/side_boxes/login.tpl
===================================================================
--- trunk/themes/default2007/platform/elements/side_boxes/login.tpl (revision 8495)
+++ trunk/themes/default2007/platform/elements/side_boxes/login.tpl (revision 8496)
@@ -1,62 +1,94 @@
<inp2:m_DefineElement name="header">
- <inp2:m_phrase name="lu_title_LoginBox"/>
+
+ <table>
+ <tr>
+ <td class="side-title" align="left">
+ <inp2:m_phrase name="lu_title_LoginBox"/>
+ </td>
+ <td class="login-text" align="right">
+ <inp2:m_if check="m_LoggedIn">
+ <a href="<inp2:m_Link template="platform/my_account/my_profile" m_cat_id="0"/>"><inp2:u_Field name="FirstName"/> <inp2:u_Field name="LastName"/></a><br />
+ <inp2:m_else/>
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/not_logged.gif" alt="" align="absmiddle" width="11" height="11" border="0" /> <inp2:m_Phrase label="lu_NotLoggedIn"/>
+ </inp2:m_if>
+ </td>
+ </tr>
+ </table>
+
+
+
</inp2:m_DefineElement>
<inp2:m_RenderElement name="header" strip_nl="2" result_to_var="header"/>
<inp2:m_if check="m_LoggedIn">
<table width="100%" style="border-width: 0px;">
<tr>
<td colspan="2">
- <inp2:m_Phrase label="lu_comm_Welcome"/>,<br />
- <a href="<inp2:m_Link template="platform/my_account/my_profile" m_cat_id="0"/>"><inp2:u_Field name="FirstName"/> <inp2:u_Field name="LastName"/></a><br />
+ <!--<inp2:m_Phrase label="lu_comm_Welcome"/>,<br />-->
+
<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" alt="" width="5" height="5" border="0" /><br />
</td>
</tr>
<inp2:m_RenderElement name="box_element" template="platform/my_account/my_profile" title="lu_MyProfile"/>
<inp2:m_RenderElement name="box_element" template="platform/my_account/my_favorites" title="lu_MyFavorites"/>
<inp2:m_RenderElement name="box_element" template="platform/my_account/my_preferences" title="lu_MyPreferences"/>
<tr>
- <td>-</td>
+ <td>
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/menu-li-2-level.gif" alt="" width="4" height="4" border="0" /><br />
+ </td>
<td>
<a href="<inp2:u_LogoutLink/>"><inp2:m_Phrase label="lu_comm_Logout"/></a>
</td>
</tr>
<tr>
<td colspan="2">
<strong><inp2:m_phrase name="lu_section_MyItems"/></strong>
</td>
</tr>
<inp2:m_ModuleInclude template="my_account/my_items"/>
</table>
<inp2:m_else/>
<form method="POST" action="<inp2:m_FormAction />">
<inp2:m_if check="u_UseUsernames">
<inp2:m_phrase label="lu_username"/><br />
- <input type="text" name="login" />
+ <input class="input-text" type="text" name="login" style="width:160px" /><br />
<inp2:m_else/>
<inp2:m_phrase label="lu_email"/><br />
- <input type="text" name="email" />
+ <input class="input-text" type="text" name="email" /><br />
</inp2:m_if>
- <br />
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="5" alt=""/><br />
+
<inp2:m_Phrase label="lu_Password"/><br />
- <input type="password" name="password" />
- <br /><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" alt="" width="5" height="10" border="0" /><br />
- <input class="button" name="events[u][OnLogin]" type="submit" style="width: 70px;" value="<inp2:m_Phrase label="lu_comm_Login"/>" /><br />
+ <input type="password" class="input-text" name="password" style="width:160px" /><br />
+
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" alt="" width="1" height="10" border="0" /><br />
+
+ <table>
+ <tr>
+ <td class="paddnig-right" width="10">
+ <input class="button" name="events[u][OnLogin]" type="submit" value="<inp2:m_Phrase label="lu_comm_Login"/>" /><br />
+ </td>
+ <td align="left">
+ <input type="checkbox" /> <span class="remember-login">Remember login</span>
+ </td>
+ </tr>
+ </table>
+
<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" alt="" width="5" height="5" border="0" /><br />
<inp2:m_if check="u_HasError" field="any">
<span class="error"><inp2:u_Error field="ValidateLogin"/></span><br />
</inp2:m_if>
<inp2:m_if check="u_RegistrationEnabled">
- <a href="<inp2:m_Link template="platform/login/register"/>"><inp2:m_Phrase label="lu_Register"/></a><br />
+ <a href="<inp2:m_Link template="platform/login/register"/>" class="blue-small-link" ><inp2:m_Phrase label="lu_Register"/></a> <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/side_link_str.gif" width="6" height="5" alt="" /><br />
</inp2:m_if>
- <a href="<inp2:m_Link template="platform/login/forgotpass" />"><inp2:m_Phrase label="lu_ForgotPassword"/>?</a>
+ <a href="<inp2:m_Link template="platform/login/forgotpass" />" class="blue-small-link" ><inp2:m_Phrase label="lu_ForgotPassword"/>?</a> <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/side_link_str.gif" width="6" height="5" alt="" />
<input type="hidden" name="next_template" value="<inp2:m_get var="next_template"/>">
<input type="hidden" name="pending_disabled_template" value="platform/login/login_pending_disabled" />
</form>
</inp2:m_if>
Property changes on: trunk/themes/default2007/platform/elements/side_boxes/login.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.3
\ No newline at end of property
+1.4
\ No newline at end of property
Index: trunk/themes/default2007/platform/elements/header.tpl
===================================================================
--- trunk/themes/default2007/platform/elements/header.tpl (revision 8495)
+++ trunk/themes/default2007/platform/elements/header.tpl (revision 8496)
@@ -1 +1,47 @@
-HEADER
\ No newline at end of file
+<table class="top-background">
+ <tr>
+ <td width="203">
+ <a href=""><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/inportal_logo.gif" width="203" height="54" alt="" /><br /></a>
+ </td>
+ <td align="right">
+
+ <table style="width:auto">
+ <tr>
+ <td class="languages-paddings">
+ <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" 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" row_start_render_as="html:" row_end_render_as="html:"/>
+ </select>
+ </form>
+ </td>
+ <td width="1">
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/languages_separator.gif" width="1" height="22" align="absmiddle" alt="" />
+ </td>
+ <td class="languages-paddings">
+ <form method="post" name="cur_form" id="cur_form" action="<inp2:m_FormAction />">
+ <inp2:m_Phrase label="lu_YourCurrency"/>:
+ <input type="hidden" name="events[curr][OnChangeCurrency]" value="">
+ <select name="curr_iso" 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" row_start_render_as="html:" row_end_render_as="html:"/>
+ </select>
+ </form>
+ </td>
+ </tr>
+ </table>
+
+
+
+
+
+
+ </td>
+ </tr>
+</table>
\ No newline at end of file
Property changes on: trunk/themes/default2007/platform/elements/header.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1
\ No newline at end of property
+1.2
\ No newline at end of property
Index: trunk/themes/default2007/platform/elements/pagination.tpl
===================================================================
--- trunk/themes/default2007/platform/elements/pagination.tpl (revision 8495)
+++ trunk/themes/default2007/platform/elements/pagination.tpl (revision 8496)
@@ -1,48 +1,50 @@
<inp2:m_DefineElement name="prev_page">
- <a href="<inp2:PageLink/>"><<</a>
+ <a href="<inp2:PageLink/>"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/pagenation_left.gif" width="5" height="5" alt="" /></a>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="next_page">
- <a href="<inp2:PageLink/>">>></a>
+ <a href="<inp2:PageLink/>"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/pagenation_right.gif" width="5" height="5" alt="" /></a>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="page_current">
- <strong><inp2:m_param name="page"/></strong>
+ <span class="pagenation-select"><inp2:m_param name="page"/></span>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="page_separator">
- |
+ <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" />
</inp2:m_DefineElement>
<inp2:m_DefineElement name="page_link">
- <a href="<inp2:PageLink/>"><inp2:m_param name="page"/></a>
+ <a href="<inp2:PageLink/>" class="pagenation-noselect"><inp2:m_param name="page"/></a>
</inp2:m_DefineElement>
<table style="width: 100%; text-align: left;">
<tr>
<inp2:m_if check="{$prefix}_GridInfo" type="needs_pagination">
<td>
- <strong><inp2:m_Phrase label="lu_comm_Page"/>: </strong>
+ <inp2:m_Phrase label="lu_comm_Page"/>:
+
<inp2:$prefix_PaginationBar list_name="$list_name"
current_render_as="page_current" separator_render_as="page_separator" link_render_as="page_link"
prev_page_render_as="prev_page"
next_page_render_as="next_page" />
</td>
</inp2:m_if>
<td align="right">
<inp2:m_phrase name="lu_ItemsPerPage"/>:
<form method="post" action="<inp2:m_FormAction />">
<select name="<inp2:m_param name="prefix"/>_PerPage">
<option value="10" <inp2:$prefix_PerPageSelected per_page="10" selected='selected="selected"'/>>10</option>
<option value="20" <inp2:$prefix_PerPageSelected per_page="20" selected='selected="selected"'/>>20</option>
<option value="50" <inp2:$prefix_PerPageSelected per_page="50" selected='selected="selected"'/>>50</option>
</select>
<input type="submit" class="button" name="<inp2:$prefix_SubmitName event="OnSetPerPage"/>" value="<inp2:m_Phrase label="lu_btn_Set"/>" />
</form>
</td>
</tr>
</table>
+
Property changes on: trunk/themes/default2007/platform/elements/pagination.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.3
\ No newline at end of property
+1.4
\ No newline at end of property
Index: trunk/themes/default2007/platform/elements/footer.tpl
===================================================================
--- trunk/themes/default2007/platform/elements/footer.tpl (revision 8495)
+++ trunk/themes/default2007/platform/elements/footer.tpl (revision 8496)
@@ -1 +1,16 @@
-Powered by In-portal ® 1997-<inp2:lang.current_CurrentDate format="Y"/>, Intechnic Corporation. All rights reserved.
\ No newline at end of file
+
+
+ <table>
+ <tr>
+ <td class="footer-blue">
+ Powered by In-portal ® 1997-<inp2:lang.current_CurrentDate format="Y"/>, Intechnic Corporation. All rights reserved.
+ </td>
+ </tr>
+ </table>
+
+ <div class="footer-links">
+ <a href="">Site Map</a> | <a href="">Terms and Conditions of Use</a> | <a href="">Terms and Conditions of Sale</a> | <a href="">Privacy Policy</a>
+ </div>
+
+
+
Property changes on: trunk/themes/default2007/platform/elements/footer.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1
\ No newline at end of property
+1.2
\ No newline at end of property
Index: trunk/themes/default2007/platform/img/directory_icon.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/directory_icon.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: trunk/themes/default2007/platform/img/side_boxes_content.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/side_boxes_content.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: trunk/themes/default2007/platform/img/top_menu_select.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/top_menu_select.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: trunk/themes/default2007/platform/img/languages_separator.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/languages_separator.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: trunk/themes/default2007/platform/img/side_link_str.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/side_link_str.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: trunk/themes/default2007/platform/img/ic_removefromfav.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/ic_removefromfav.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: trunk/themes/default2007/platform/img/gradient_background.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/gradient_background.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: trunk/themes/default2007/platform/img/dashed_line.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/dashed_line.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: trunk/themes/default2007/platform/img/input_text_background.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/input_text_background.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: trunk/themes/default2007/platform/img/menu_background.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/menu_background.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: trunk/themes/default2007/platform/img/footer_blue.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/footer_blue.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: trunk/themes/default2007/platform/img/menu-li-2-level.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/menu-li-2-level.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: trunk/themes/default2007/platform/img/menu_home.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/menu_home.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: trunk/themes/default2007/platform/img/not_logged.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/not_logged.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: trunk/themes/default2007/platform/img/pagenation_right.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/pagenation_right.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: trunk/themes/default2007/platform/img/side_boxes_background.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/side_boxes_background.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: trunk/themes/default2007/platform/img/grey_pix.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/grey_pix.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: trunk/themes/default2007/platform/img/vertical_dashed_line.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/vertical_dashed_line.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: trunk/themes/default2007/platform/img/backgr.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/backgr.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: trunk/themes/default2007/platform/img/input_button_background.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/input_button_background.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: trunk/themes/default2007/platform/img/star1.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/star1.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: trunk/themes/default2007/platform/img/star2.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/star2.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: trunk/themes/default2007/platform/img/menu_active_border.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/menu_active_border.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: trunk/themes/default2007/platform/img/pagenation_left.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/pagenation_left.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: trunk/themes/default2007/platform/img/articles_no_article_picture.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/articles_no_article_picture.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: trunk/themes/default2007/platform/img/icon_home.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/icon_home.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: trunk/themes/default2007/platform/img/top_background.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/top_background.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: trunk/themes/default2007/platform/img/ic_addtofav.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/ic_addtofav.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: trunk/themes/default2007/platform/img/inportal_logo.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/inportal_logo.gif
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Event Timeline
Log In to Comment