Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F804518
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
Wed, Feb 26, 12:48 PM
Size
12 KB
Mime Type
text/x-diff
Expires
Fri, Feb 28, 12:48 PM (20 h, 7 m)
Engine
blob
Format
Raw Data
Handle
577042
Attached To
rINP In-Portal
in-portal
View Options
Index: trunk/themes/default2007/platform/my_account/my_account.tpl
===================================================================
--- trunk/themes/default2007/platform/my_account/my_account.tpl (revision 8667)
+++ trunk/themes/default2007/platform/my_account/my_account.tpl (revision 8668)
@@ -1,25 +1,89 @@
<inp2:m_RequireLogin login_template="platform/login/register"/>
<inp2:m_DefineElement name="sidebar">
<inp2:m_RenderElements
elements="
platform/elements/side_boxes/login,
"
design="blue_box"/>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="content">
<inp2:m_include template="platform/elements/navigation_bar" titles="lu_title_MyAccount" templates="platform/my_account/my_account"/>
<!-- my account -->
<inp2:m_RenderElement design="content_box">
<inp2:m_Capture to_var="header">
<inp2:m_phrase name="lu_title_MyAccount"/>
</inp2:m_Capture>
- my account big
+
+
+ <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">
+
+ <a href="#" class="text-title">Zend / PHP Conference 2006</a>
+ <br />
+ About the conference or it you are interested
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+
+ </td>
+ </tr>
+ <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">
+
+ <a href="#" class="text-title">Zend / PHP Conference 2006</a>
+ <br />
+ About the conference or it you are interested
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+
+ </td>
+ </tr>
+ <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">
+
+ <a href="#" class="text-title">Zend / PHP Conference 2006</a>
+ <br />
+ About the conference or it you are interested
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+
+ </td>
+ </tr>
+ <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">
+
+ <a href="#" class="text-title">Zend / PHP Conference 2006</a>
+ <br />
+ About the conference or it you are interested
+ </td>
+ </tr>
+ </table>
+
+
</inp2:m_RenderElement>
<!-- // my account -->
</inp2:m_DefineElement>
<inp2:m_include template="platform/designs/default_design" pass_params="1"/>
\ No newline at end of file
Property changes on: trunk/themes/default2007/platform/my_account/my_account.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/inc/styles.css
===================================================================
--- trunk/themes/default2007/platform/inc/styles.css (revision 8667)
+++ trunk/themes/default2007/platform/inc/styles.css (revision 8668)
@@ -1,591 +1,591 @@
html, body {
margin:0px;
padding:0px;
height:100%;
border:none;
font: 9pt arial;
color: #000000;
}
.fullwidth
{
width:100%;
}
/*----------------------------------------------------------------------------------------------------*/
/* ------------------------------------------- Site Styles -------------------------------------------*/
TD { font: 11px arial, serif; color: #000; margin: 0px; padding: 0px; /* border: 1px solid #000000; */ }
table { margin: 0px; padding: 0px; /*border: 0px;*/ border-collapse:collapse; }
IMG, IMG A {border: 0px}
A:hover {text-decoration: underline; color: #FF9900}
A {color: #315faa; text-decoration: underline}
.input-select
{
color: #333333;
font-size:11px;
}
.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;*/
}
.error {
color: #FF0000;
}
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-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;
}
.side-boxes-title A
{
font-size:12px;
color:#FFFFFF;
text-decoration:underline;
}
.side-boxes-title A:hover
{
font-size:12px;
color:#ffdc0e;
}
.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;
+ font-size:11px;
}
.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:10px;
overflow:auto;
}
.blue-table-header TD
{
padding:6px;
color:#21619e;
}
.field-name
{
padding:5px 15px;
}
.field-value
{
padding:6px 5px;
}
.field-required
{
color:#FF0000;
}
.field-error
{
color:#CC0000;
font-size:10px;
}
.warning-cell TD
{
padding:5px;
background:#ffe5e6;
font-size:16px;
}
.field-caption
{
color:#2e5679;
font-weight:bold;
font-size:11px;
}
.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;
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;
}
.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-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;
}
.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 ---- */
\ No newline at end of file
Property changes on: trunk/themes/default2007/platform/inc/styles.css
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.13
\ No newline at end of property
+1.14
\ No newline at end of property
Event Timeline
Log In to Comment