Commit 14ea2e30 authored by Gabriel Monnerat's avatar Gabriel Monnerat

clean up the code

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42646 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2b0d9c60
......@@ -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
&nbsp;</div>\n
<div class="t2 chromeColor">\n
&nbsp;</div>\n
<div class="t1 chromeColor">&nbsp;</div>\n
<div class="t2 chromeColor">&nbsp;</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
&nbsp;</div>\n
<div class="t1 chromeColor">\n
&nbsp;\n
</div> \n
<div id="gridcontainer" style="overflow-y: visible;">\n
</div>\n
</div>\n
\n
<div class="t2 chromeColor">&nbsp;</div>\n
<div class="t1 chromeColor">&nbsp;</div>\n
</div>\n
</div>\n
\n
</body>\n
</html>
]]></unicode> </value>
......
181
\ No newline at end of file
182
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment