[Erp5-report] r42646 gabriel - in /erp5/trunk/bt5/erp5_web_ung_theme: SkinTemplateItem/port...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Jan 25 11:23:40 CET 2011
Author: gabriel
Date: Tue Jan 25 11:23:39 2011
New Revision: 42646
URL: http://svn.erp5.org?rev=42646&view=rev
Log:
clean up the code
Modified:
erp5/trunk/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/WebSection_viewCalendarWidget.xml
erp5/trunk/bt5/erp5_web_ung_theme/bt/revision
Modified: erp5/trunk/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/WebSection_viewCalendarWidget.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/WebSection_viewCalendarWidget.xml?rev=42646&r1=42645&r2=42646&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/WebSection_viewCalendarWidget.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/WebSection_viewCalendarWidget.xml [utf8] Tue Jan 25 11:23:39 2011
@@ -38,99 +38,100 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n
<html xmlns="http://www.w3.org/1999/xhtml">\n
-<head id="Head1">\n
- <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">\n
- <link href="portal_skins/erp5_jquery/jquery/plugin/wdcalendar/dailog.css" rel="stylesheet" type="text/css"/>\n
- <link href="portal_skins/erp5_jquery/jquery/plugin/wdcalendar/calendar.css" rel="stylesheet" type="text/css"/>\n
- <link href="portal_skins/erp5_jquery/jquery/plugin/wdcalendar/dp.css" rel="stylesheet" type="text/css"/>\n
- <link href="portal_skins/erp5_jquery/jquery/plugin/wdcalendar/alert.css" rel="stylesheet" type="text/css"/>\n
- <link href="portal_skins/erp5_jquery/jquery/plugin/wdcalendar/main.css" rel="stylesheet" type="text/css"/>\n
- <link href="ung_css/ung_calendar.css" rel="stylesheet" type="text/css"/>\n
- <script src="portal_skins/erp5_jquery/jquery/plugin/wdcalendar/Common.js" type="text/javascript"/>\n
- <script src="portal_skins/erp5_jquery/jquery/plugin/wdcalendar/datepicker_lang_US.js" type="text/javascript"/>\n
- <script src="portal_skins/erp5_jquery/jquery/plugin/wdcalendar/jquery.datepicker.js" type="text/javascript"/>\n
- <script src="portal_skins/erp5_jquery/jquery/plugin/wdcalendar/jquery.alert.js" type="text/javascript"/>\n
- <script src="portal_skins/erp5_jquery/jquery/plugin/wdcalendar/jquery.ifrmdailog.js" defer="defer" type="text/javascript"/>\n
- <script src="portal_skins/erp5_jquery/jquery/plugin/wdcalendar/wdCalendar_lang_US.js" type="text/javascript"/>\n
- <script src="portal_skins/erp5_jquery/jquery/plugin/wdcalendar/jquery.calendar.js" type="text/javascript"/>\n
- <script src="ung_js/ung_calendar.js" type="text/javascript"/>\n
-</head>\n
-<body>\n
- <div>\n
- <div id="calhead" style="padding-left:1px;padding-right:1px;"> \n
- <div class="cHead">\n
- <div id="loadingpannel" class="ptogtitle loadicon" style="display: none;">Loading data...</div>\n
- <div id="errorpannel" class="ptogtitle loaderror" style="display: none;">Sorry, could not load your data, please try again later</div>\n
- </div> \n
- \n
- <div id="caltoolbar" class="ctoolbar">\n
- <div id="faddbtn" class="fbutton">\n
- <div><span title=\'Click to Create New Event\' class="addcal">\n
-\n
- New Event \n
- </span></div>\n
- </div>\n
- <div class="btnseparator"></div>\n
- <div id="showtodaybtn" class="fbutton">\n
- <div><span title=\'Click to back to today \' class="showtoday">\n
- Today</span></div>\n
- </div>\n
- <div class="btnseparator"></div>\n
-\n
- <div id="showdaybtn" class="fbutton">\n
- <div><span title=\'Day\' class="showdayview">Day</span></div>\n
- </div>\n
- <div id="showweekbtn" class="fbutton fcurrent">\n
- <div><span title=\'Week\' class="showweekview">Week</span></div>\n
- </div>\n
- <div id="showmonthbtn" class="fbutton">\n
- <div><span title=\'Month\' class="showmonthview">Month</span></div>\n
-\n
- </div>\n
- <div class="btnseparator"></div>\n
- <div id="showreflashbtn" class="fbutton">\n
- <div><span title=\'Refresh view\' class="showdayflash">Refresh</span></div>\n
- </div>\n
- <div class="btnseparator"></div>\n
- <div id="sfprevbtn" title="Prev" class="fbutton">\n
- <span class="fprev"></span>\n
-\n
- </div>\n
- <div id="sfnextbtn" title="Next" class="fbutton">\n
- <span class="fnext"></span>\n
- </div>\n
- <div class="fshowdatep fbutton">\n
- <div>\n
- <input type="hidden" name="txtshow" id="hdtxtshow" />\n
- <span id="txtdatetimeshow">Loading</span>\n
-\n
- </div>\n
- </div>\n
- \n
- <div class="clear"></div>\n
- </div>\n
+ <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">\n
+ <link href="portal_skins/erp5_jquery/jquery/plugin/wdcalendar/dailog.css" rel="stylesheet" type="text/css"/>\n
+ <link href="portal_skins/erp5_jquery/jquery/plugin/wdcalendar/calendar.css" rel="stylesheet" type="text/css"/>\n
+ <link href="portal_skins/erp5_jquery/jquery/plugin/wdcalendar/dp.css" rel="stylesheet" type="text/css"/>\n
+ <link href="portal_skins/erp5_jquery/jquery/plugin/wdcalendar/alert.css" rel="stylesheet" type="text/css"/>\n
+ <link href="portal_skins/erp5_jquery/jquery/plugin/wdcalendar/main.css" rel="stylesheet" type="text/css"/>\n
+ <link href="ung_css/ung_calendar.css" rel="stylesheet" type="text/css"/>\n
+ <script src="portal_skins/erp5_jquery/jquery/plugin/wdcalendar/Common.js" type="text/javascript"></script>\n
+ <script src="portal_skins/erp5_jquery/jquery/plugin/wdcalendar/datepicker_lang_US.js" type="text/javascript"></script>\n
+ <script src="portal_skins/erp5_jquery/jquery/plugin/wdcalendar/jquery.datepicker.js" type="text/javascript"></script>\n
+ <script src="portal_skins/erp5_jquery/jquery/plugin/wdcalendar/jquery.alert.js" type="text/javascript"></script>\n
+ <script src="portal_skins/erp5_jquery/jquery/plugin/wdcalendar/jquery.ifrmdailog.js" defer="defer" type="text/javascript"></script>\n
+ <script src="portal_skins/erp5_jquery/jquery/plugin/wdcalendar/wdCalendar_lang_US.js" type="text/javascript"></script>\n
+ <script src="portal_skins/erp5_jquery/jquery/plugin/wdcalendar/jquery.calendar.js" type="text/javascript"></script>\n
+ <script src="ung_js/ung_calendar.js" type="text/javascript"></script>\n
+ <div>\n
+ <div id="calhead" style="padding-left:1px;padding-right:1px;">\n
+ <div class="cHead">\n
+ <div id="loadingpannel" class="ptogtitle loadicon" style="display: none;">\n
+ Loading data...\n
+ </div>\n
+ <div id="errorpannel" class="ptogtitle loaderror" style="display: none;">\n
+ Sorry, could not load your data, please try again later\n
+ </div>\n
+ </div>\n
+ <div id="caltoolbar" class="ctoolbar">\n
+ <div id="faddbtn" class="fbutton">\n
+ <div>\n
+ <span title=\'Click to Create New Event\' class="addcal">\n
+ New Event\n
+ </span>\n
+ </div>\n
+ </div>\n
+ <div id="showtodaybtn" class="fbutton">\n
+ <div>\n
+ <span title=\'Click to back to today\' class="showtoday">\n
+ Today\n
+ </span>\n
+ </div>\n
+ </div>\n
+ <div id="showdaybtn" class="fbutton">\n
+ <div>\n
+ <span title=\'Day\' class="showdayview">\n
+ Day\n
+ </span>\n
+ </div>\n
+ </div>\n
+ <div id="showweekbtn" class="fbutton fcurrent">\n
+ <div>\n
+ <span title=\'Week\' class="showweekview">\n
+ Week\n
+ </span>\n
+ </div>\n
+ </div>\n
+ <div id="showmonthbtn" class="fbutton">\n
+ <div>\n
+ <span title=\'Month\' class="showmonthview">\n
+ Month\n
+ </span>\n
+ </div>\n
+ </div>\n
+ <div id="showreflashbtn" class="fbutton">\n
+ <div>\n
+ <span title=\'Refresh view\' class="showdayflash">\n
+ Refresh\n
+ </span>\n
+ </div>\n
+ </div>\n
+ <div id="sfprevbtn" title="Prev" class="fbutton">\n
+ <span class="fprev"></span>\n
+ </div>\n
+ <div id="sfnextbtn" title="Next" class="fbutton">\n
+ <span class="fnext"></span>\n
+ </div>\n
+ <div class="fshowdatep fbutton">\n
+ <div>\n
+ <input type="hidden" name="txtshow" id="hdtxtshow" />\n
+ <span id="txtdatetimeshow">Loading</span>\n
+ </div>\n
+ </div>\n
+ <div class="clear"></div>\n
+ </div>\n
</div>\n
<div style="padding:1px;">\n
-\n
- <div class="t1 chromeColor">\n
- </div>\n
- <div class="t2 chromeColor">\n
- </div>\n
+ <div class="t1 chromeColor"> </div>\n
+ <div class="t2 chromeColor"> </div>\n
<div id="dvCalMain" class="calmain printborder">\n
- <div id="gridcontainer" style="overflow-y: visible;">\n
- </div>\n
- </div>\n
- <div class="t2 chromeColor">\n
-\n
- </div>\n
- <div class="t1 chromeColor">\n
- \n
- </div> \n
+ <div id="gridcontainer" style="overflow-y: visible;">\n
+ </div>\n
</div>\n
- \n
+ <div class="t2 chromeColor"> </div>\n
+ <div class="t1 chromeColor"> </div>\n
+ </div>\n
</div>\n
- \n
-</body>\n
</html>
]]></unicode> </value>
Modified: erp5/trunk/bt5/erp5_web_ung_theme/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web_ung_theme/bt/revision?rev=42646&r1=42645&r2=42646&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web_ung_theme/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_web_ung_theme/bt/revision [utf8] Tue Jan 25 11:23:39 2011
@@ -1 +1 @@
-181
\ No newline at end of file
+182
\ No newline at end of file
More information about the Erp5-report
mailing list