|
From: Florin C B. <ory...@us...> - 2013-04-05 11:01:27
|
Update of /cvsroot/mxbb/mx_calsnails/templates/prosilver In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23955 Modified Files: cal_view_month_lite.html Log Message: decode lang and not encode lang Index: cal_view_month_lite.html =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/templates/prosilver/cal_view_month_lite.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** cal_view_month_lite.html 3 Apr 2013 12:58:29 -0000 1.1 --- cal_view_month_lite.html 5 Apr 2013 11:01:25 -0000 1.2 *************** *** 1,4 **** ! <script language="javascript" type="text/javascript"> ! <!-- var cssTextHover, cssTextLink; function swc(id,fon) { --- 1,3 ---- ! <script language="javascript" type="text/javascript"><!-- var cssTextHover, cssTextLink; function swc(id,fon) { *************** *** 12,16 **** } } - function setup() { if (document.all) { --- 11,14 ---- *************** *** 28,40 **** } setup(); ! //--> ! </script> ! <div class="clear"></div> ! <div class="forumbg block" style="vertical-align:top; text-color:white;"> ! <div class="inner"> ! <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline" style="border-top:none;"> <tr> <td> - <!-- BEGIN switch_show --> <table width="100%" cellpadding="2" cellspacing="1" border="0" align="center"> --- 26,35 ---- } setup(); ! //--></script> ! <div class="forumbg block" style="vertical-align: top; text-color: blue;"> ! <div class="inner bg2"> ! <table width="100%" border="0" cellspacing="0" cellpadding="0" style="vertical-align: top; border-top:none;"> <tr> <td> <!-- BEGIN switch_show --> <table width="100%" cellpadding="2" cellspacing="1" border="0" align="center"> *************** *** 46,50 **** </table> <!-- END switch_show --> - <table width="100%" cellpadding="2" cellspacing="1" border="0" > <tr> --- 41,44 ---- *************** *** 62,66 **** <tr> <!-- BEGIN no_day --> ! <td {no_day.S_CELL}> </td> <!-- END no_day --> <!-- BEGIN daycell --> --- 56,60 ---- <tr> <!-- BEGIN no_day --> ! <td valign="top" {no_day.S_CELL}> </td> <!-- END no_day --> <!-- BEGIN daycell --> *************** *** 88,93 **** </td> </tr> ! </table> ! </div> ! <span class="corners-bottom"><span></span></span> </div> \ No newline at end of file --- 82,87 ---- </td> </tr> ! </table> ! </div> ! <span class="corners-bottom"><span></span></span> </div> \ No newline at end of file |