Page MenuHomeIn-Portal Phabricator

in-portal
No OneTemporary

File Metadata

Created
Thu, Nov 20, 6:30 PM

in-portal

Index: trunk/themes/default2007/platform/inc/styles.css
===================================================================
--- trunk/themes/default2007/platform/inc/styles.css (revision 8736)
+++ trunk/themes/default2007/platform/inc/styles.css (revision 8737)
@@ -1,583 +1,679 @@
/* --- Golbal Usage Styles --- */
html, body {
margin: 0px;
padding: 0px;
height: 100%;
border: none;
font: 9pt Arial;
color: #000000;
}
.fullwidth {
width: 100%;
}
table {
margin: 0px;
padding: 0px;
border-collapse: collapse;
}
td {
font: 11px Arial, serif;
color: #000000;
margin: 0px;
padding: 0px;
}
img, img A {
border: 0px;
}
A:hover {
color: #FF9900;
}
A {
color: #315FAA;
}
.hor-line {
background: url(../img/dashed_line.gif) bottom repeat-x;
}
table.markup_table {
border-collapse: collapse;
width: 100%;
}
.error {
color: magenta;
}
form {
display: inline;
}
.top-background {
background: url(../img/top_background.gif) right repeat-y;
}
.top-menu {
background: url(../img/menu_background.gif) top repeat-x #1865AC;
width: 100%;
}
.languages-paddings {
padding: 0px 15px;
}
+
/* --- Side Box Styles --- */
.side-box-title {
background: url(../img/side_boxes_background.gif) bottom repeat-x #83AFD6;
height: 29px;
padding: 0px 8px 0px 20px;
font-size: 12px;
color: #FFFFFF;
}
.side-box-title A {
font-size: 12px;
color: #FFFFFF;
text-decoration: underline;
}
.side-box-title A:hover {
font-size: 12px;
color: #FFDC0E;
}
.side-box-content {
background: url(../img/side_boxes_content.gif) top repeat-x;
padding: 20px 20px;
}
/* --- Form Control Styles --- */
.input-text, .input-textarea {
background: url(../img/input_text_background.gif) top repeat-x #FFFFFF;
border: 1px solid #7091B9;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}
.input-textarea {
overflow: auto;
}
.input-select {
color: #333333;
font-size: 11px;
}
/* --- Form Field Styles --- */
.field-name {
padding: 5px 15px;
color: #2E5679;
font-weight: bold;
font-size: 11px;
}
.field-required {
color: #FF0000;
}
.field-hint {
color: #000000;
font-size: 10px;
}
.field-error {
color: #CC0000;
font-size: 10px;
}
.field-value {
padding: 6px 5px;
}
.warning-message td {
padding: 5px;
background: #FFE5E6;
font-size: 16px;
}
.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;
}
.content-boxes-title
{
background:#f0f5fa;
height:29px;
padding:0px 20px;
font-size:15px;
font-family:Arial;
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 {
color: #FFFFFF;
}
.navigation-bar A:hover {
color: #FFDC0E;
}
.content-boxes-content
{
background: #FFFFFF;
padding:20px 20px 0px 20px;
}
/* Top Menu */
.menu-top-active-icon
{
background:url(../img/top_menu_select.gif);
height:37px;
padding:0px 5px 0px 13px;
}
.menu-top-active-text
{
background:url(../img/top_menu_select.gif);
height:37px;
padding:0px 13px 0px 3px;
white-space:nowrap;
}
.menu-top-noactive-icon
{
height:37px;
padding:0px 5px 0px 13px;
white-space:nowrap
}
.menu-top-noactive-text
{
height:37px;
padding:0px 13px 0px 3px;
white-space:nowrap
}
.menu-top-active-text A
{
font-size:11px;
color:#FFFFFF;
text-decoration:none;
}
.menu-top-active-text A:hover
{
font-size:11px;
color: #CCCCCC;
text-decoration:none;
}
.menu-top-noactive-text A
{
font-size:11px;
color:#FFFFFF;
text-decoration:none;
}
.menu-top-noactive-text A:hover
{
font-size:11px;
color: #CCCCCC;
text-decoration:none;
}
/* /Top Menu */
.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;
}
+
+.image-padding-cell
+ {
+ padding-right:10px;
+ }
+
+.subtitle-small-grey
+ {
+ background:#ebebeb;
+ text-align:right;
+ padding: 1px 4px;
+ margin:1px 0px;
+ font-size:10px;
+ color:#666666;
+ }
+
+.price-msrp
+ {
+ text-decoration:line-through;
+ }
+
+
+.price-red
+ {
+ color:#b70001;
+ font-size:13px;
+ font-weight:bold;
+ }
+
+.red
+ {
+ color:#b70001;
+ }
+
+.red-big
+ {
+ color:#b70001;
+ font-size:13px;
+ font-weight:bold;
+ }
+
+
+.subtitle-small-blue
+ {
+ background:#dde7f1;
+ text-align:right;
+ padding: 1px 4px;
+ margin:1px 0px;
+ font-size:10px;
+ color:#165a9b;
+ }
+
+.blue-title
+ {
+ color:#335c9e;
+ font-weight:bold;
+ font-size:12px;
+ }
+
+a.black-link
+ {
+ color:#000000;
+ }
+
+.item-cell-padding
+ {
+ padding:8px;
+ }
+
+.table-padding-cell TD
+ {
+ padding:5px;
+ vertical-align:top;
+ }
.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;
}
+.subheader
+ {
+ background:#f4f4f4;
+ font-weight:bold;
+ padding:5px 15px;
+ font-size:12px;
+ }
+
+.subheaders-grey
+ {
+ background:#f4f4f4;
+ font-weight:bold;
+ padding:5px 15px;
+ font-size:12px;
+ }
+
.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-title
{
font-size:12px;
font-weight:bold;
color:#1769b5;
}
.text-grey
{
font-size:10px;
color:#666666;
}
.article-picture-padding
{
padding:0px 20px 0px 30px;
width:120px;
vertical-align:top
}
.forums-icon-description TD
{
padding:10px;
vertical-align:middle;
}
.topics-icon-padding
{
width:24px;
padding-right:10px;
}
-
+.big-text
+ {
+ font-family:Arial, Helvetica, sans-serif;
+ font-size:16px;
+ font-weight:bold;
+ }
.not-dynamic {
color:#00CC66;
}
/* ---- Calendar ---- */
.calendar {
font-family: tahoma,verdana,sans-serif;
color: #000;
font-size: 11px;
border: 1px solid #83B2C5;
width: 225px;
position: relative;
z-index: 1;
display: none;
cursor: default;
}
.calendar table {
/*font-family: tahoma,verdana,sans-serif;*/
color: #000;
font-size: 11px;
background-color: #fefefe;
width: auto;
cursor: default;
border-collapse: separate;
}
.calendar table td {
text-align: center;
padding: 2px;
text-align: center;
}
.calendar tbody .disabled {
color: #999;
}
.calendar tbody .emptyrow {
display: none;
}
.calendar tbody .today {
font-weight: bold;
background-color: #eeeeee;
border: 1px solid #aaaaaa !important;
}
.calendar tbody .emptycell {
visibility: hidden;
}
.calendar tbody .active {
background-color: red;
}
.calendar thead .title {
font-weight: bold;
}
.calendar thead .headrow {
}
.calendar thead .active {
background-color: #c4c0b8;
padding: 2px 0px 0px 2px;
}
.calendar thead .hilite {
background-color: #e4e0d8;
}
.calendar tfoot .title {
font-weight: normal;
}
.combo { position: absolute; display: none; width: 4em; top: 0px; left: 0px; cursor: default; border-top: 1px solid #fff; border-right: 1px solid #000; border-bottom: 1px solid #000; border-left: 1px solid #fff; background: #e4e0d8; font-size: smaller; padding: 1px;}
.combo .label { text-align: center; padding: 1px;}
.combo .active { background: #c4c0b8; padding: 0px; border-top: 1px solid #000; border-right: 1px solid #fff; border-bottom: 1px solid #fff; border-left: 1px solid #000;}
.combo .hilite { background: #048; color: #fea;}
.dpContainer {
display: inline;
}
.list-no-squares {
padding: 0px;
list-style-type: none;
margin: 0px;
}
/* ---- /Calendar ---- */
.blue-table-header TD
{
padding:6px;
color:#21619E;
}
Property changes on: trunk/themes/default2007/platform/inc/styles.css
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.15
\ No newline at end of property
+1.16
\ No newline at end of property
Index: trunk/themes/default2007/platform/designs/default_design.tpl
===================================================================
--- trunk/themes/default2007/platform/designs/default_design.tpl (revision 8736)
+++ trunk/themes/default2007/platform/designs/default_design.tpl (revision 8737)
@@ -1,55 +1,56 @@
<!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"/>" />
<inp2:m_ModuleInclude template="elements/html_head" in-portal_template="platform/elements/html_head"/>
</head>
<body>
<table class="markup_table 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="markup_table fullwidth">
<tr>
<td style="width: 200px;" valign="top">
<inp2:m_RenderElement 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_RenderElement name="content"/>
<br />
</td>
</tr>
</table>
+
<table class="fullwidth">
<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.9
\ No newline at end of property
+1.10
\ No newline at end of property
Index: trunk/themes/default2007/platform/elements/pagination.tpl
===================================================================
--- trunk/themes/default2007/platform/elements/pagination.tpl (revision 8736)
+++ trunk/themes/default2007/platform/elements/pagination.tpl (revision 8737)
@@ -1,50 +1,50 @@
<inp2:m_DefineElement name="prev_page">
<a href="<inp2:PageLink/>"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/pagenation_left.gif" width="5" height="5" alt="" /></a>&nbsp;&nbsp;
</inp2:m_DefineElement>
<inp2:m_DefineElement name="next_page">
&nbsp;<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">
<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/>" 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>
<inp2:m_Phrase label="lu_comm_Page"/>:&nbsp;
<inp2:$prefix_PaginationBar
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:$prefix_VarName type="PerPage"/>">
+ <select class="input-select" name="<inp2:$prefix_VarName type="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.6
\ No newline at end of property
+1.7
\ No newline at end of property
Index: trunk/themes/default2007/platform/img/ic_delete.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/ic_delete.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_details.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/ic_details.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/background_table_grey.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/background_table_grey.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/background_table_blue.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/background_table_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/ic_edit.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/ic_edit.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/delete.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/delete.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_rateit.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/ic_rateit.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/star.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/themes/default2007/platform/img/star.gif
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1
\ No newline at end of property
+1.2
\ No newline at end of property

Event Timeline