mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
jerryr template changes commited
This commit is contained in:
parent
bd9deb9e35
commit
380c117f8e
124
calendar/templates/jerryr/app.css
Normal file
124
calendar/templates/jerryr/app.css
Normal file
@ -0,0 +1,124 @@
|
||||
/* CSS Document */
|
||||
A.minicalendar
|
||||
{
|
||||
color: #666666;
|
||||
font-size: 12px;
|
||||
|
||||
}
|
||||
|
||||
A.bminicalendar
|
||||
{
|
||||
color: #336699;
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
A.minicalendargrey
|
||||
{
|
||||
color: #999999;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
A.bminicalendargrey
|
||||
{
|
||||
color: #336699;
|
||||
font-style: italic;
|
||||
font-size:10px;
|
||||
}
|
||||
|
||||
A.minicalhol
|
||||
{
|
||||
padding-left:3px;
|
||||
padding-right:3px;
|
||||
background: #dab0b0;
|
||||
color: #000000;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
A.bminicalhol
|
||||
{
|
||||
padding-left:3px;
|
||||
padding-right:3px;
|
||||
background: #dab0b0;
|
||||
color: #336699;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
A.minicalgreyhol
|
||||
{
|
||||
padding-left:3px;
|
||||
padding-right:3px;
|
||||
background: #dab0b0;
|
||||
color: #999999;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
A.bminicalgreyhol
|
||||
{
|
||||
padding-left:3px;
|
||||
padding-right:3px;
|
||||
background: #dab0b0;
|
||||
color: #999999;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
|
||||
.event-on
|
||||
{
|
||||
background: #faf8f3;
|
||||
border: #c9c9c9 1px solid;
|
||||
}
|
||||
|
||||
.event-off
|
||||
{
|
||||
background: #f4f2ed;
|
||||
border: #c9c9c9 1px solid;
|
||||
}
|
||||
|
||||
.event-holiday
|
||||
{
|
||||
font-size: 100%;
|
||||
background: #dac0c0;
|
||||
color:#000000;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.time
|
||||
{
|
||||
background: #f4f2ed;
|
||||
color:#000000;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
vertical-align: middle;
|
||||
width: 5.2%;
|
||||
text-align: right;
|
||||
padding-right: 5px;
|
||||
line-height: 11px;
|
||||
border: #c9c9c9 1px solid;
|
||||
}
|
||||
|
||||
|
||||
.planner-cell
|
||||
{
|
||||
cursor: pointer;
|
||||
cursor: hand;
|
||||
border: thin solid black;
|
||||
}
|
||||
|
||||
|
||||
// week view
|
||||
|
||||
.calendar-weekidentifier
|
||||
{
|
||||
font-size:16px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.calendar_header
|
||||
{
|
||||
font-size:16px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
@ -20,13 +20,13 @@
|
||||
<td width=8 class="calRightShadow"></td>
|
||||
</tr>
|
||||
<tr class="calRowBottomShadow">
|
||||
<td class="calLtLtFoot"></td>
|
||||
<td class="calLtMidFoot"></td>
|
||||
<td></td>
|
||||
<td class="calRtMidFoot"></td>
|
||||
<td class="calRtRtFoot"></td>
|
||||
<td width=8 class="calLtLtFoot"></td>
|
||||
<td width=8 class="calLtMidFoot"></td>
|
||||
<td> </td>
|
||||
<td width=8 class="calRtMidFoot"></td>
|
||||
<td width=8 class="calRtRtFoot"></td>
|
||||
</tr>
|
||||
</table><p align="center">{print}</p>
|
||||
</table><p>{print}</p>
|
||||
</td>
|
||||
<td width=5></td>
|
||||
<td align="center" valign="top" >
|
||||
@ -53,11 +53,11 @@
|
||||
<td width=8 class="calRightShadow"></td>
|
||||
</tr>
|
||||
<tr class="calRowBottomShadow">
|
||||
<td class="calLtLtFoot"></td>
|
||||
<td class="calLtMidFoot"></td>
|
||||
<td width=8 class="calLtLtFoot"></td>
|
||||
<td width=8 class="calLtMidFoot"></td>
|
||||
<td></td>
|
||||
<td class="calRtMidFoot"></td>
|
||||
<td class="calRtRtFoot"></td>
|
||||
<td width=8 class="calRtMidFoot"></td>
|
||||
<td width=8 class="calRtRtFoot"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
|
32
calendar/templates/jerryr/footer.tpl
Normal file
32
calendar/templates/jerryr/footer.tpl
Normal file
@ -0,0 +1,32 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- BEGIN footer_table -->
|
||||
<tr><td height="10"></td></tr>
|
||||
<font size="-1">
|
||||
<table border="0" width="100%" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
{table_row}
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<!-- END footer_table -->
|
||||
<!-- BEGIN footer_row -->
|
||||
<td valign="top" width="33%">
|
||||
<font size="-1">
|
||||
<form action="{action_url}" method="post" name="{form_name}">
|
||||
<B>{label}:</B>
|
||||
{hidden_vars}
|
||||
<select name="{form_label}" onchange="{form_onchange}">
|
||||
{row}
|
||||
</select>
|
||||
<noscript><input type="submit" value="{go}"></noscript>
|
||||
</form>
|
||||
</font>
|
||||
</td>
|
||||
<!-- END footer_row -->
|
||||
<!-- BEGIN blank_row -->
|
||||
<td>
|
||||
{b_row}
|
||||
</td>
|
||||
<!-- END blank_row -->
|
||||
<td>
|
||||
|
28
calendar/templates/jerryr/index.tpl
Normal file
28
calendar/templates/jerryr/index.tpl
Normal file
@ -0,0 +1,28 @@
|
||||
<!-- $Id$ -->
|
||||
{printer_friendly}
|
||||
<table border="0" width="100%" cols="5" class="calDayViewShadowBox">
|
||||
<tr>
|
||||
<td align="left" valign="top" width="20%">
|
||||
{small_calendar_prev}</td>
|
||||
<td align="center" valign="middle" width="20%">
|
||||
<b>{prev_month_link}</b></td>
|
||||
<td align="center" width="20%">
|
||||
<font size="+2" color="#000000"><b>{month_identifier}</b></font>
|
||||
<font size="+1" color="#000000"><br>{username}</font></td>
|
||||
<td align="center" valign="middle" width="20%">
|
||||
{next_month_link}</td>
|
||||
<td align="right" valign="top" width="20%">
|
||||
{small_calendar_next}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=5 width=100%>
|
||||
<table width=100% class="calDayViewSideBoxes">
|
||||
<tr>
|
||||
<td>{large_month}</td>
|
||||
</tr>
|
||||
</table><p>{print}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
@ -2,13 +2,13 @@
|
||||
<!-- BEGIN mini_cal -->
|
||||
<table width=100%><tr>
|
||||
<td>
|
||||
<table border=0 width="100%" cellpadding=0 cellspacing=0>
|
||||
<table align="center" border=0 width="200" cellpadding=0 cellspacing=0 bgcolor="#faf8f3">
|
||||
<tr>
|
||||
<td width=8 class="calLtLtTitleBlue"></td>
|
||||
<td width=8 class="calLtMidTitleBlue"></td>
|
||||
<td nowrap class="calDayTitleBlue" >{month}</td>
|
||||
<td width=8 class="calRtMidTitleBlue" ></td>
|
||||
<td width=8 class="calRtRtTitleBlue" ></td>
|
||||
<td width=8 class="calLtLtTitleBeige"></td>
|
||||
<td width=8 class="calLtMidTitleBeige"></td>
|
||||
<td nowrap class="calDayTitleBeige" >{month}</td>
|
||||
<td width=8 class="calRtMidTitleBeige" ></td>
|
||||
<td width=8 class="calRtRtTitleBeige" ></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width=8 class="calLeftShadow"></td>
|
||||
@ -18,11 +18,11 @@
|
||||
</tr>
|
||||
|
||||
<tr class="calRowBottomShadow">
|
||||
<td class="calLtLtFoot"></td>
|
||||
<td class="calLtMidFoot"></td>
|
||||
<td></td>
|
||||
<td class="calRtMidFoot"></td>
|
||||
<td class="calRtRtFoot"></td>
|
||||
<td width=8 class="calLtLtFoot"></td>
|
||||
<td width=8 class="calLtMidFoot"></td>
|
||||
<td> </td>
|
||||
<td width=8 class="calRtMidFoot"></td>
|
||||
<td width=8 class="calRtRtFoot"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
|
32
calendar/templates/jerryr/view.tpl
Normal file
32
calendar/templates/jerryr/view.tpl
Normal file
@ -0,0 +1,32 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- BEGIN view_event -->
|
||||
<center>
|
||||
<table border="0" width="100%" class="calDayViewShadowBox">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%">
|
||||
{row}
|
||||
<tr>
|
||||
<td><table cellspacing="5"><tr>{button_left}</tr></table></td>
|
||||
<td align="center"><table cellspacing="5"><tr>{button_center}</tr></table></td>
|
||||
<td align="right"><table cellspacing="5"><tr>{button_right}</tr></table></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
<!-- END view_event -->
|
||||
<!-- BEGIN list -->
|
||||
<tr bgcolor="{tr_color}">
|
||||
<td valign="top" width="30%"> <b>{field}:</b></td>
|
||||
<td colspan="2" valign="top" width="70%">{data}</td>
|
||||
</tr>
|
||||
<!-- END list -->
|
||||
<!-- BEGIN hr -->
|
||||
<tr>
|
||||
<td colspan="3" bgcolor="{th_bg}" align="center">
|
||||
<b>{hr_text}</b>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- END hr -->
|
@ -1,6 +1,11 @@
|
||||
<!-- $Id$ -->
|
||||
{printer_friendly}
|
||||
<table border=0 align="center" class="calDayViewShadowBox" width="100%" cols="5" >
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
|
||||
<table border=0 align="center" width="100%" cols="5" >
|
||||
<tr>
|
||||
|
||||
<td align="left" valign="top">
|
||||
@ -25,7 +30,7 @@
|
||||
|
||||
|
||||
<table><tr><td height="5"></td></tr></table>
|
||||
<table border=0 align="center" class="calDayViewShadowBox" width=100%>
|
||||
<table border=0 align="center" width=100%>
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" cellpadding=0 cellspacing=0>
|
||||
@ -44,7 +49,7 @@
|
||||
<tr class="calRowBottomShadow">
|
||||
<td class="calLtLtFoot"></td>
|
||||
<td class="calLtMidFoot"></td>
|
||||
<td></td>
|
||||
<td> </td>
|
||||
<td class="calRtMidFoot"></td>
|
||||
<td class="calRtRtFoot"></td>
|
||||
</tr>
|
||||
@ -52,4 +57,6 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
36
calendar/templates/jerryr/year.tpl
Normal file
36
calendar/templates/jerryr/year.tpl
Normal file
@ -0,0 +1,36 @@
|
||||
<!-- BEGIN year -->
|
||||
{print}
|
||||
<center>
|
||||
<table border="0" width="100%" class="calDayViewShadowBox">
|
||||
<tr>
|
||||
<td>
|
||||
<table width=100% border="0" cellspacing="3" cellpadding="4" cols=4>
|
||||
<tr>
|
||||
<td align="center">
|
||||
{left_link}
|
||||
</td>
|
||||
<td align="center">
|
||||
<font face="{font}" size="+1">{year_text}</font>
|
||||
</td>
|
||||
<td align="center">
|
||||
{right_link}
|
||||
</td>
|
||||
{row}
|
||||
</tr>
|
||||
</table><p>{printer_friendly}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
|
||||
<!-- END year -->
|
||||
<!-- BEGIN month -->
|
||||
<td valign="top">
|
||||
{mini_month}
|
||||
</td>
|
||||
<!-- END month -->
|
||||
<!-- BEGIN month_sep -->
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<!-- END month_sep -->
|
||||
|
@ -310,17 +310,9 @@ a.textSidebox
|
||||
#divAppbox
|
||||
{
|
||||
/* width:100%;*/
|
||||
background-color:#f4f2ed;
|
||||
background-color:#faf8f3;
|
||||
padding:5px;
|
||||
border-bottom-color:#9c9c9c;
|
||||
border-bottom-width:1px;
|
||||
border-bottom-style:solid;
|
||||
border-left-color:#9c9c9c;
|
||||
border-left-width:1px;
|
||||
border-left-style:solid;
|
||||
border-right-color:#9c9c9c;
|
||||
border-right-width:1px;
|
||||
border-right-style:solid;
|
||||
|
||||
}
|
||||
|
||||
#fmStatusBar
|
||||
@ -401,7 +393,7 @@ a.textSidebox
|
||||
|
||||
.calRowBottomShadow
|
||||
{
|
||||
background-image: url(../images/mid-foot.png);
|
||||
background: url(../images/mid-foot.png);
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
@ -426,9 +418,21 @@ a.textSidebox
|
||||
border-bottom-style:solid;
|
||||
}
|
||||
|
||||
.calDayTitleBeige
|
||||
{
|
||||
background: url(../images/mid-title-beige.png);
|
||||
background-repeat: repeat-x;
|
||||
height:28px;
|
||||
text-align:center;
|
||||
padding-bottom:0px;
|
||||
font-size:14px;
|
||||
font-weight:bold;
|
||||
color:#666666;
|
||||
}
|
||||
|
||||
.calDayTitleBlue
|
||||
{
|
||||
background-image: url(../images/mid-title.png);
|
||||
background: url(../images/mid-title.png);
|
||||
background-repeat: repeat-x;
|
||||
height:28px;
|
||||
text-align:center;
|
||||
@ -452,96 +456,124 @@ a.textSidebox
|
||||
|
||||
.calLeftShadow
|
||||
{
|
||||
background-image: url(../images/lt-body.png);
|
||||
background: url(../images/lt-body.png);
|
||||
padding-bottom:0px;
|
||||
}
|
||||
|
||||
.calRightShadow
|
||||
{
|
||||
background-image: url(../images/rt-body.png);
|
||||
background: url(../images/rt-body.png);
|
||||
padding-bottom:0px;
|
||||
}
|
||||
|
||||
.calLtLtTitleBlue
|
||||
{
|
||||
background-image: url(../images/lt-lt-title.png);
|
||||
background: url(../images/lt-lt-title.png);
|
||||
padding-bottom:0px;
|
||||
height:28px;
|
||||
}
|
||||
|
||||
.calLtMidTitleBlue
|
||||
{
|
||||
background-image: url(../images/lt-mid-title.png);
|
||||
background: url(../images/lt-mid-title.png);
|
||||
padding-bottom:0px;
|
||||
height:28px;
|
||||
}
|
||||
|
||||
.calRtMidTitleBlue
|
||||
{
|
||||
background-image: url(../images/rt-mid-title.png);
|
||||
background: url(../images/rt-mid-title.png);
|
||||
padding-bottom:0px;
|
||||
height:28px;
|
||||
}
|
||||
|
||||
.calRtMidTitleBeige
|
||||
{
|
||||
background: url(../images/rt-mid-title-beige.png);
|
||||
padding-bottom:0px;
|
||||
height:28px;
|
||||
}
|
||||
|
||||
.calRtRtTitleBeige
|
||||
{
|
||||
background: url(../images/rt-rt-title-beige.png);
|
||||
padding-bottom:0px;
|
||||
height:28px;
|
||||
}
|
||||
|
||||
.calRtRtTitleBlue
|
||||
{
|
||||
background-image: url(../images/rt-rt-title.png);
|
||||
background: url(../images/rt-rt-title.png);
|
||||
padding-bottom:0px;
|
||||
height:28px;
|
||||
}
|
||||
|
||||
.calLtLtTitleBeige
|
||||
{
|
||||
background: url(../images/lt-lt-title-beige.png);
|
||||
padding-bottom:0px;
|
||||
height:28px;
|
||||
}
|
||||
|
||||
.calLtLtTitleRed
|
||||
{
|
||||
background-image: url(../images/lt-lt-title-red.png);
|
||||
background: url(../images/lt-lt-title-red.png);
|
||||
padding-bottom:0px;
|
||||
height:28px;
|
||||
}
|
||||
|
||||
.calLtMidTitleBeige
|
||||
{
|
||||
background: url(../images/lt-mid-title-beige.png);
|
||||
padding-bottom:0px;
|
||||
height:28px;
|
||||
}
|
||||
|
||||
.calLtMidTitleRed
|
||||
{
|
||||
background-image: url(../images/lt-mid-title-red.png);
|
||||
background: url(../images/lt-mid-title-red.png);
|
||||
padding-bottom:0px;
|
||||
height:28px;
|
||||
}
|
||||
|
||||
.calRtMidTitleRed
|
||||
{
|
||||
background-image: url(../images/rt-mid-title-red.png);
|
||||
background: url(../images/rt-mid-title-red.png);
|
||||
padding-bottom:0px;
|
||||
height:28px;
|
||||
}
|
||||
|
||||
.calRtRtTitleRed
|
||||
{
|
||||
background-image: url(../images/rt-rt-title-red.png);
|
||||
background: url(../images/rt-rt-title-red.png);
|
||||
padding-bottom:0px;
|
||||
height:28px;
|
||||
}
|
||||
|
||||
.calLtLtFoot
|
||||
{
|
||||
background-image: url(../images/lt-lt-foot.png);
|
||||
background: url(../images/lt-lt-foot.png);
|
||||
padding-bottom:0px;
|
||||
height:17px;
|
||||
}
|
||||
|
||||
.calLtMidFoot
|
||||
{
|
||||
background-image: url(../images/lt-mid-foot.png);
|
||||
background: url(../images/lt-mid-foot.png);
|
||||
padding-bottom:0px;
|
||||
height:17px;
|
||||
}
|
||||
|
||||
.calRtMidFoot
|
||||
{
|
||||
background-image: url(../images/rt-mid-foot.png);
|
||||
background: url(../images/rt-mid-foot.png);
|
||||
padding-bottom:0px;
|
||||
height:17px;
|
||||
}
|
||||
|
||||
.calRtRtFoot
|
||||
{
|
||||
background-image: url(../images/rt-rt-foot.png);
|
||||
background: url(../images/rt-rt-foot.png);
|
||||
padding-bottom:0px;
|
||||
height:17px;
|
||||
}
|
||||
@ -590,13 +622,13 @@ a.textSidebox
|
||||
.calDayViewShadowBox
|
||||
{
|
||||
border-top-color:#9c9c9c;
|
||||
border-top-width:1px;
|
||||
border-top-width:2px;
|
||||
border-top-style:solid;
|
||||
border-left-color:#9c9c9c;
|
||||
border-left-width:1px;
|
||||
border-left-width:2px;
|
||||
border-left-style:solid;
|
||||
border-right-color:#9c9c9c;
|
||||
border-right-width:1px;
|
||||
border-right-width:2px;
|
||||
border-right-style:solid;
|
||||
border-bottom-color:#9c9c9c;
|
||||
border-bottom-width:1px;
|
||||
|
@ -1,7 +1,25 @@
|
||||
</td></tr></table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<!-- Applicationbox Column -->
|
||||
</td>
|
||||
<td width=8 class="calRightShadow"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table border=0 width=100% cellpadding=0 cellspacing=0>
|
||||
<tr>
|
||||
<td>
|
||||
<table width=100% cellpadding=0 cellspacing=0>
|
||||
<tr class="calRowBottomShadow">
|
||||
<td width=8 class="calLtLtFoot"></td>
|
||||
<td width=8 class="calLtMidFoot"></td>
|
||||
<td> </td>
|
||||
<td width=8 class="calRtMidFoot"></td>
|
||||
<td width=8 class="calRtRtFoot"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
BIN
phpgwapi/templates/jerryr/images/lt-lt-title-beige.png
Normal file
BIN
phpgwapi/templates/jerryr/images/lt-lt-title-beige.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 365 B |
BIN
phpgwapi/templates/jerryr/images/lt-mid-title-beige.png
Normal file
BIN
phpgwapi/templates/jerryr/images/lt-mid-title-beige.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 515 B |
BIN
phpgwapi/templates/jerryr/images/mid-title-beige.png
Normal file
BIN
phpgwapi/templates/jerryr/images/mid-title-beige.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 220 B |
BIN
phpgwapi/templates/jerryr/images/rt-mid-title-beige.png
Normal file
BIN
phpgwapi/templates/jerryr/images/rt-mid-title-beige.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 478 B |
BIN
phpgwapi/templates/jerryr/images/rt-rt-title-beige.png
Normal file
BIN
phpgwapi/templates/jerryr/images/rt-rt-title-beige.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 425 B |
@ -47,10 +47,10 @@
|
||||
<!-- BEGIN sidebox_hide_header -->
|
||||
<!--<script language="javascript" src="SlideOut.js"></script>-->
|
||||
<script language="javascript">
|
||||
new ypSlideOutMenu("menu2", "right", 0, 60, 160, 200)
|
||||
new ypSlideOutMenu("menu2", "right", 0, 45, 160, 200)
|
||||
</script>
|
||||
|
||||
<div id="sideboxdragarea" style="position:absolute;left:0px;top:70px">
|
||||
<div id="sideboxdragarea" style="position:absolute;left:0px;top:55px">
|
||||
<a href="#" {show_menu_event}="ypSlideOutMenu.showMenu('menu2')" onmouseover="//ypSlideOutMenu.showMenu('menu2')" title="{lang_show_menu}"><img src="{img_root}/dragarea_right.png" /></a>
|
||||
</div>
|
||||
|
||||
@ -84,40 +84,45 @@
|
||||
|
||||
<!-- Applicationbox Column -->
|
||||
<td id="tdAppbox" valign="top" {remove_padding}>
|
||||
<div id="divAppboxHeader">{current_app_title}</div>
|
||||
<table width=100% cellpadding=0 cellspacing=0>
|
||||
<tr>
|
||||
<td width=8 class="calLtLtTitleBeige"></td>
|
||||
<td width=8 class="calLtMidTitleBeige"></td>
|
||||
<td class="calDayTitleBeige">{current_app_title}</td>
|
||||
<td width=8 class="calRtMidTitleBeige" ></td>
|
||||
<td width=8 class="calRtRtTitleBeige" ></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table border=0 width=100% cellpadding=0 cellspacing=0>
|
||||
<tr>
|
||||
<td width=8 class="calLeftShadow"></td>
|
||||
<td>
|
||||
<div id="divAppbox">
|
||||
<table width="98%" cellpadding="0" cellspacing="0">
|
||||
<tr><td>
|
||||
<!-- END navbar_footer -->
|
||||
|
||||
|
||||
<!-- BEGIN extra_blocks_header -->
|
||||
<div class="divSidebox">
|
||||
<table border=0 width="100%" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td>
|
||||
<!-- END navbar_footer -->
|
||||
<!-- BEGIN extra_blocks_header -->
|
||||
<div class="divSidebox">
|
||||
<div class="divSideboxHeader"><span>{lang_title}</span></div>
|
||||
<div>
|
||||
<table width="100%" cellspacing="0" cellpadding="0">
|
||||
<!-- END extra_blocks_header -->
|
||||
|
||||
|
||||
<!-- BEGIN extra_blocks_footer -->
|
||||
<!-- END extra_blocks_header -->
|
||||
<!-- BEGIN extra_blocks_footer -->
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="sideboxSpace"></div>
|
||||
<!-- END extra_blocks_footer -->
|
||||
|
||||
|
||||
|
||||
<!-- BEGIN extra_block_row -->
|
||||
<!-- END extra_blocks_footer -->
|
||||
<!-- BEGIN extra_block_row -->
|
||||
<tr class="divSideboxEntry">
|
||||
<td width="20" align="center" valign="middle" class="textSidebox">{icon_or_star}</td>
|
||||
<td class="textSidebox"><a class="textSidebox" href="{item_link}"{target}>{lang_item}</a></td>
|
||||
</tr>
|
||||
<!-- END extra_block_row -->
|
||||
<!-- BEGIN extra_block_spacer -->
|
||||
<tr class="divSideboxEntry">
|
||||
<td width="20" align="center" valign="middle" class="textSidebox">{icon_or_star}</td><td class="textSidebox"><a class="textSidebox" href="{item_link}"{target}>{lang_item}</a></td>
|
||||
</tr>
|
||||
<!-- END extra_block_row -->
|
||||
|
||||
|
||||
<!-- BEGIN extra_block_spacer -->
|
||||
<tr class="divSideboxEntry">
|
||||
<td colspan="2" height="8" class="textSidebox"></td>
|
||||
</tr>
|
||||
</tr>
|
||||
|
||||
<!-- END extra_block_spacer -->
|
||||
|
Loading…
Reference in New Issue
Block a user