Commit 53eb42ae authored by Gabriel Monnerat's avatar Gabriel Monnerat
Browse files

2011-01-25 gabriel

* The Initial Commit

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42642 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 483698c1
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Folder" module="OFS.Folder"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_objects</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>wdcalendar</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts95872666.28</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>Common.js</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>application/javascript</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
try { document.execCommand("BackgroundImageCache", false, true); } catch (e) { }\r\n
var popUpWin;\r\n
function PopUpCenterWindow(URLStr, width, height, newWin, scrollbars) {\r\n
var popUpWin = 0;\r\n
if (typeof (newWin) == "undefined") {\r\n
newWin = false;\r\n
}\r\n
if (typeof (scrollbars) == "undefined") {\r\n
scrollbars = 0;\r\n
}\r\n
if (typeof (width) == "undefined") {\r\n
width = 800;\r\n
}\r\n
if (typeof (height) == "undefined") {\r\n
height = 600;\r\n
}\r\n
var left = 0;\r\n
var top = 0;\r\n
if (screen.width >= width) {\r\n
left = Math.floor((screen.width - width) / 2);\r\n
}\r\n
if (screen.height >= height) {\r\n
top = Math.floor((screen.height - height) / 2);\r\n
}\r\n
if (newWin) {\r\n
open(URLStr, \'\', \'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=\' + scrollbars + \',resizable=yes,copyhistory=yes,width=\' + width + \',height=\' + height + \',left=\' + left + \', top=\' + top + \',screenX=\' + left + \',screenY=\' + top + \'\');\r\n
return;\r\n
}\r\n
\r\n
if (popUpWin) {\r\n
if (!popUpWin.closed) popUpWin.close();\r\n
}\r\n
popUpWin = open(URLStr, \'popUpWin\', \'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=\' + scrollbars + \',resizable=yes,copyhistory=yes,width=\' + width + \',height=\' + height + \',left=\' + left + \', top=\' + top + \',screenX=\' + left + \',screenY=\' + top + \'\');\r\n
popUpWin.focus();\r\n
}\r\n
\r\n
function OpenModelWindow(url, option) {\r\n
var fun;\r\n
try {\r\n
if (parent != null && parent.$ != null && parent.$.ShowIfrmDailog != undefined) {\r\n
fun = parent.$.ShowIfrmDailog\r\n
}\r\n
else {\r\n
fun = $.ShowIfrmDailog;\r\n
}\r\n
}\r\n
catch (e) {\r\n
fun = $.ShowIfrmDailog;\r\n
}\r\n
fun(url, option);\r\n
}\r\n
function CloseModelWindow(callback, dooptioncallback) {\r\n
parent.$.closeIfrm(callback, dooptioncallback);\r\n
}\r\n
\r\n
\r\n
function StrFormat(temp, dataarry) {\r\n
return temp.replace(/\\{([\\d]+)\\}/g, function(s1, s2) { var s = dataarry[s2]; if (typeof (s) != "undefined") { if (s instanceof (Date)) { return s.getTimezoneOffset() } else { return encodeURIComponent(s) } } else { return "" } });\r\n
}\r\n
function StrFormatNoEncode(temp, dataarry) {\r\n
return temp.replace(/\\{([\\d]+)\\}/g, function(s1, s2) { var s = dataarry[s2]; if (typeof (s) != "undefined") { if (s instanceof (Date)) { return s.getTimezoneOffset() } else { return (s); } } else { return ""; } });\r\n
}\r\n
function getiev() {\r\n
var userAgent = window.navigator.userAgent.toLowerCase();\r\n
$.browser.msie8 = $.browser.msie && /msie 8\\.0/i.test(userAgent);\r\n
$.browser.msie7 = $.browser.msie && /msie 7\\.0/i.test(userAgent);\r\n
$.browser.msie6 = !$.browser.msie8 && !$.browser.msie7 && $.browser.msie && /msie 6\\.0/i.test(userAgent);\r\n
var v;\r\n
if ($.browser.msie8) {\r\n
v = 8;\r\n
}\r\n
else if ($.browser.msie7) {\r\n
v = 7;\r\n
}\r\n
else if ($.browser.msie6) {\r\n
v = 6;\r\n
}\r\n
else { v = -1; }\r\n
return v;\r\n
}\r\n
$(document).ready(function() {\r\n
var v = getiev()\r\n
if (v > 0) {\r\n
$(document.body).addClass("ie ie" + v);\r\n
}\r\n
\r\n
});\r\n
]]></string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>3139</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Common.js</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts95872620.13</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>alert.css</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/css</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string>#popup_container {\r\n
\tfont-family: Arial, sans-serif;\r\n
\tfont-size: 12px;\r\n
\tmin-width: 300px; /* Dialog will be no smaller than this */\r\n
\t_width:320px; \r\n
\tmax-width: 600px; /* Dialog will wrap after this width */\r\n
\tbackground: #fff;\r\n
\tborder: solid 1px #777;\r\n
\tcolor: #000;\r\n
}\r\n
\r\n
\r\n
/*corner style*/\r\n
#ctl, #cbl, #ctr, #cbr { \r\n
position:absolute; width:5px; height:5px; \r\n
overflow:hidden; font-style:normal; z-index:99999;\r\n
background:#fff url(images/alert/corners.gif) no-repeat ;}\r\n
#ctl {top:-1px; left:-1px;background-position:0 0;background-color:#dae7f6;}\r\n
#ctr {top:-1px; right:-1px;background-position:-5px 0;background-color:#dae7f6;}\r\n
#cbl {bottom:-1px; left:-1px;background-position:0 -5px;}\r\n
#cbr {bottom:-1px; right:-1px;background-position:-5px -5px;}\r\n
/*corner style over*/\r\n
\r\n
\r\n
#popup_title {\r\n
\tfont-size: 12px;\r\n
\tfont-weight: bold;\r\n
\ttext-align:left;\r\n
\tline-height: 1.9em;\r\n
\tcolor: #333;\r\n
\tbackground:url(images/alert/title.gif) repeat-x 0px -2px;\r\n
\tborder-bottom: solid 1px #777;\r\n
\tcursor: default;\r\n
\tpadding:0 0 0 8px;\r\n
\tmargin: 0em;\r\n
}\r\n
#popup_close{\r\n
position:absolute;\r\n
right:7px;top:4px;\r\n
width:15px;height:15px;\r\n
background:url(images/alert/close.gif) no-repeat ;\r\n
cursor:hand;\r\n
cursor:pointer;}\r\n
#popup_close:hover\r\n
{\r\n
-moz-opacity:0.8;\r\n
opacity:0.8;\r\n
filter:alpha(opacity=80);\r\n
}\r\n
\r\n
#popup_content {\r\n
\tbackground: 16px 16px no-repeat;\r\n
\tpadding: 12px;\r\n
\tmargin: 0em;\r\n
}\r\n
\r\n
#popup_container .alert {\r\n
\tbackground-image: url(images/alert/info.gif);\r\n
}\r\n
\r\n
#popup_container .confirm {\r\n
\tbackground-image: url(images/alert/important.gif);\r\n
}\r\n
\r\n
#popup_container .prompt {\r\n
\tbackground-image: url(images/alert/help.gif);\r\n
}\r\n
\r\n
#popup_message {\r\n
\tpadding-left: 48px;\r\n
}\r\n
\r\n
#popup_panel {\r\n
\ttext-align: center;\r\n
\tmargin: 1em 0em 0em 1em;\r\n
}\r\n
\r\n
#popup_ok,#popup_cancel{\r\n
width:55px;height:20px;\r\n
text-align:center;\r\n
border:none;\r\n
background:url(images/alert/bot.gif) no-repeat ;\r\n
font-size:12px;\r\n
line-height:20px;\r\n
padding:0; }\r\n
\r\n
#popup_prompt {\r\n
\tmargin: .5em 0em;\r\n
}\r\n
\r\n
#popup_content.openBox{padding:12px;background:none; }\r\n
.openBox #popup_message{padding:0;overflow:auto;}\r\n
\r\n
#over_container{\r\n
min-width: 300px; /* Dialog will be no smaller than this */\r\n
background:#DDEDFB;\r\n
border:1px solid #0099CC;\r\n
color: #000;\r\n
}\r\n
#over_message{\r\n
text-align:center; \r\n
padding:5px 20px;}\r\n
\r\n
#over_container.over_3{\r\n
background:#FFF2F2;\r\n
border:1px solid #FF8080;}</string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>2387</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>alert.css</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts95912318.06</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>calendar.css</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/css</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string>.calmain\n
{\n
border-bottom:2px solid #c3d9ff;\n
\tbackground:#c3d9ff\n
}\n
.printborder {\n
\tborder-left:9px solid #c3d9ff\n
}\n
\n
.scolltimeevent {\n
\tposition:relative;\n
\toverflow-y:scroll;\n
\toverflow-x:hidden;\n
\tborder-top:1px solid #a2bbdd;\n
\tborder-left:1px solid #a2bbdd;\n
\tborder-bottom:1px solid #fff;\n
\tpadding:0;\n
\tfont-size:12px;\n
\tline-height:normal;\n
}\n
.wk-top {\n
\ttable-layout:fixed;\n
\twidth:100%;\n
\tbackground-color:#c3d9ff;\n
\toverflow:hidden;\n
\tfont-size:12px;\n
\tline-height:14px\n
}\n
#gridcontainer {\n
\theight:300px;\n
\tbackground:#c3d9ff;\n
\tposition:relative;\n
\t-webkit-user-select:none;\n
\t-khtml-user-select:none;\n
}\n
.wk-dayname {\n
\tfont-weight:normal;\n
\tcolor:#112abb;\n
\tpadding:2px 4px;\n
\tmargin-left:4px;\n
\twhite-space:nowrap\n
}\n
.wk-today {\n
\tcolor:#fff;\n
\tfont-weight:bold;\n
\tbackground-color:#8ac;\n
\tpadding:1px 3px;\n
\tborder-top:1px solid #6786a7;\n
\tborder-left:1px solid #6786a7;\n
\tborder-bottom:1px solid #ace;\n
\tborder-right:1px solid #ace\n
}\n
.wk-dummyth {\n
\tvertical-align:top;\n
\tbackground-color:#c3d9ff;\n
\tpadding:0\n
}\n
.wk-daylink\n
{\n
cursor:pointer;\n
}\n
.wk-daylink:hover\n
{\n
text-decoration:underline; \n
}\n
.wk-allday {\n
\tbackground-color:#e8eef7;\n
\tfont-size:12px;\n
\tline-height:14px;\n
\tborder-color:#a2bbdd #fff #fff #a2bbdd;\n
\tborder-style:solid;\n
\tborder-width:1px\n
}\n
.wk-allday .st-c {\n
\tpadding-left:0;\n
\tpadding-right:0;\n
\tborder-left:3px double #ddd\n
}\n
.st-grid {\n
\tposition:relative;\n
\ttable-layout:fixed;\n
\twidth:100%;\n
}\n
\n
.st-c {\n
\tpadding:1px 1px 0 2px;\n
\tvertical-align:top;\n
\tfont-family:Verdana, sans-serif\n
}\n
.st-s {\n
\tpadding-bottom:2px;\n
\tcursor:default;\n
}\n
.t1 {\n
\tfont-size:1px;\n
\theight:1px;\n
\tline-height:1px;\n
\tmargin:0 2px;\n
\toverflow:hidden\n
}\n
.t2 {\n
\tfont-size:1px;\n
\theight:1px;\n
\tline-height:1px;\n
\tmargin:0 1px;\n
\toverflow:hidden\n
}\n
.chromeColor {\n
\tbackground:#c3d9ff;\n
\tborder-color:#c3d9ff\n
}\n
.tg-timedevents {\n
\tbackground-color:#fff;\n
\ttable-layout:fixed;\n
\twidth:100%;\n
\tmargin-top:-1px\n
}\n
\n
.tg-times {\n
\tpadding:0;\n
\tfont-family:Arial;\n
\tfont-size:11px;\n
\tbackground-color:#e8eef7;\n
\tcolor:#468;\n
\ttext-align:right;\n
\tvertical-align:top;\n
\tpadding-right:1px;\n
\tpadding-top:1px;\n
\toverflow:hidden\n
\n
}\n
.tg-time {\n
\tborder-bottom:1px solid #ddd;\n
\tpadding-right:2px\n
}\n
.tg-col {\n
\tborder-left:3px double #ddd;\n
\toverflow:hidden;\n
\tvertical-align:top\n
}\n
.tg-col-overlaywrapper {\n
\tposition:relative;\n
\theight:0\n
}\n
.tg-col-eventwrapper {\n
\tposition:relative;\n
\tcursor:default;\n
\tmargin-right:10px;\n
}\n
.tg-today {\n
\tbackground-color:#ffc;\n
}\n
.tg-spanningwrapper {\n
\tposition:relative;\n
\tmargin-left:3px;\n
\theight:1px;\n
\ttop:1px;\n
}\n
.tg-hourmarkers {\n
\tposition:absolute;\n
\twidth:100%\n
}\n
.tg-dualmarker {\n
\tborder-top:1px solid #ddd;\n
\theight:1em;\n
\tline-height:1em;\n
\tborder-bottom:1px dotted #ddd;\n
\tmargin-bottom:1em\n
}\n
.tg-nowmarker {\n
\tposition:absolute;\n
\tleft:0;\n
\twidth:100%;\n
\ttop:0;\n
\theight:0;\n
\tborder-top:2px solid red;\n
\toverflow:hidden;\n
\topacity:0.4;\n
\tfilter:alpha(opacity=40);\n
}\n
.tg-nowptr {\n
\tposition:absolute;\n
\tbackground-position:-60px -68px;\n
\twidth:5px;\n
\theight:9px;\n
\tbackground-image:url(jquery/plugin/wdcalendar/wdcalendar_images/combined.gif)\n
}\n
\n
.chip {\n
\tposition:absolute;\n
\toverflow:hidden;\n
\tcursor:default;\n
\tcolor:#fff;\n
\t-moz-user-select:none;\n
}\n
.chip dl {\n
\tmargin:0;\n
\tpadding-bottom:1px;\n
\tborder-left:1px solid;\n
\tborder-right:1px solid;\n
\toverflow:hidden\n
}\n
.chip dt {\n
\tmargin-top:-1px;\n
\tfont:bold 80%/normal Verdana, Sans-serif;\n
\twhite-space:nowrap;\n
\toverflow:hidden;\n
\tpadding-left:1px;\n
\ttext-align:left;\n
}\n
.chip a:link, .chip a:visited, .chip a:active {\n
\ttext-decoration:none;\n
\tcolor:#fff\n
}\n
.ie6 .chip dl {\n
\tzoom:1\n
}\n
.ie6 .chip dt {\n
\twidth:100%;\n
\tmargin-right:-1px\n
}\n
.chip dd {\n
\tmargin:0;\n
\toverflow:hidden;\n
\tpadding:0 1px;\n
\tfont:100%/1.3em Verdana, Sans-serif;\n
\ttext-align:left;\n
\tword-wrap:break-word\n
}\n
.cb1, .cb2 {\n
\tborder-style:solid;\n
\toverflow:hidden;\n
}\n
.cb1 {\n
\theight:1px;\n
\tmargin:0 1px;\n
\tborder-width:0 1px\n
}\n
.cb2 {\n
\theight:0;\n
\tmargin:0 2px;\n
\tborder-width:0 0 1px\n
}\n
.ct {\n
\theight:0;\n
\toverflow:hidden;\n
\tborder-style:solid;\n
\tborder-width:0 2px 2px;\n
\tborder-color:transparent\n
}\n
.ie6 .ct {\n
\tborder-style:solid dotted\n
}\n
\n
.cic {\n
\tbackground-repeat:no-repeat;\n
\tdisplay:inline-block;\n
\tmargin-left:2px;\n
\twidth:9px;\n
\theight:7px;\n
\tline-height:7px;\n
\tbackground-image:url(jquery/plugin/wdcalendar/wdcalendar_images/combined.gif)\n
}\n
.ff2 .cic {\n
\tdisplay:-moz-inline-box;\n
\tvertical-align:bottom;\n
\tposition:relative;\n
\ttop:-2px\n
}\n
.cic-ques {\n
\tmargin-left:0;\n
\tmargin-right:2px;\n
\twidth:9px;\n
\theight:9px;\n
\tline-height:9px;\n
\tbackground-position:-56px -50px\n
}\n
.cic-prsn {\n
\tbackground-position:-28px -50px\n
}\n
.cic-noprs {\n
\tbackground-position:-46px -50px\n
}\n
.cic-tmr {\n
\tbackground-position:-28px -57px\n
}\n
.cic-rcr {\n
\tbackground-position:-37px -50px\n
}\n
.cic-spcl {\n
\tbackground-position:-37px -57px\n
}\n
.cic-priv {\n
\tbackground-position:-11px -64px\n
}\n
\n
.resizer {\n
\tposition:absolute;\n
\theight:7px;\n
\tline-height:7px;\n
\twidth:100%;\n
\tbottom:0;\n
\tcursor:s-resize;\n
\t\n
}\n
.rszr_icon \n
{\n
/*display:none;*/\n
\tborder-top:3px double white;\n
\tfont-size:0;\n
\tline-height:0;\n
\theight:0;\n
\twidth:10px;\n
\tmargin-left:auto;\n
\tmargin-right:auto\n
}\n
.rb-n {\n
\tpadding:1px 1px 1px 3px;\n
\toverflow:hidden;\n
\twhite-space:nowrap;\n
\tcolor:white;\n
\t-webkit-border-radius:3px;\n
\t-moz-border-radius:3px;\n
\tcursor:pointer\n
}\n
.rb-o {\n
\tmargin:0 1px;\n
\tborder-width:1px 0;\n
\tborder-style:solid;\n
\tcursor:pointer\n
}\n
.rb-m {\n
\tpadding-left:3px;\n
\tmargin:0 -1px;\n
\tborder-width:0 1px;\n
\tborder-style:solid;\n
\tzoom:1\n
}\n
.rb-i {\n
\toverflow:hidden;\n
\tcolor:white;\n
\twhite-space:nowrap;\n
\twidth:100%\n
}\n
.mv-container {\n
\theight:100%;\n
\tposition:relative;\n
\tline-height:14px;\n
\twhite-space:nowrap;\n
}\n
.mv-container th{\n
font-size:12px;\n
}\n
.bg-exists .mv-container {\n
\tbackground-color:transparent\n
}\n
.st-contents, .mv-container {\n
\tfont-size:11px;\n
\tline-height:14px\n
}\n
.mv-daynames-table {\n
\tposition:absolute;\n
\ttable-layout:fixed;\n
\ttop:0;\n
\tleft:0;\n
\twidth:100%;\n
\tbackground:#c3d9ff;\n
\tcolor:#112abb\n
}\n
.mv-dayname {\n
\tfont-weight:normal\n
}\n
\n
.mv-event-container {\n
\toverflow:hidden;\n
\tposition:absolute;\n
\tleft:0;\n
\twidth:100%;\n
\ttop:14px;\n
\tbottom:0;\n
\tbackground:white;\n
}\n
.month-row {\n
\tposition:absolute;\n
\tleft:0;\n
\twidth:100%;\n
\toverflow:hidden\n
}\n
.bg-exists .month-row {\n
\topacity:0.9;\n
\tfilter:alpha(opacity=90)\n
}\n
.st-bg-table {\n
\tposition:absolute;\n
\ttop:0;\n
\tleft:0;\n
\theight:100%;\n
\twidth:100%;\n
\ttable-layout:fixed\n
}\n
.st-bg {\n
\tborder-left:1px solid #c3d9ff\n
}\n
.st-bg-today {\n
\tbackground-color:#ffc\n
}\n
.bg-exists .st-bg-today {\n
\tbackground-color:#eee;\n
\tborder:1px solid #579;\n
\topacity:0.8;\n
}\n
.st-dtitle {\n
\tborder-left:1px solid #c3d9ff;\n
\tborder-top:1px solid #c3d9ff;\n
\tbackground-color:#e8eef7;\n
\tcolor:#444;\n
\tpadding-right:2px;\n
\ttext-align:right;\n
\tline-height:16px;\n
\toverflow:hidden\n
}\n
.bg-exists .st-dtitle {\n
\topacity:0.8;\n
\tfilter:alpha(opacity=80)\n
}\n
.st-dtitle-nonmonth {\n
\tbackground-color:#eee;\n
\tcolor:#777\n
}\n
.st-dtitle-today {\n
\tbackground-color:#bcd\n
}\n
\n
.st-more {\n
\tcolor:#112abb;\n
\ttext-align:center;\n
\tcursor:pointer;\n
\t/*font-family:Arial, sans-serif*/\n
}\n
.st-moreul {\n
\ttext-decoration:underline\n
}\n
.st-moreicon {\n
\tbackground-color:#d0d6de;\n
\tcolor:#627487;\n
\tmargin:1px;\n
\tpadding-right:5px;\n
\ttext-align:right;\n
\tfont-size:85%\n
}\n
.cc {\n
\tposition:absolute;\n
\tborder:1px solid gray;\n
\tbackground-color:white;\n
\tvisibility:hidden\n
}\n
.cc-titlebar {\n
\tbackground-color:#e8eef7\n
}\n
.cc-close {\n
\tmargin:2px 2px 0 0;\n
\tposition:absolute;\n
\tright:0;\n
\tcursor:pointer;\n
\twidth:15px;\n
\theight:15px;\n
\tbackground:url(jquery/plugin/wdcalendar/wdcalendar_images/combined.gif) 0 -50px\n
}\n
.cc-title {\n
\tpadding:2px;\n
\tfont-weight:bold\n
}\n
.st-ad-ml, .st-ad-mr {\n
\tposition:relative;\n
\ttop:2px;\n
\tmargin-bottom:-8px;\n
\theight:0;\n
\twidth:0;\n
\tline-height:0;\n
\tfont-size:0;\n
\tborder-top:4px dotted;\n
\tborder-top:4px solid transparent;\n
\tborder-bottom:4px dotted;\n
\tborder-bottom:4px solid transparent\n
}\n
.st-ad-mpad {\n
\tpadding-left:10px\n
}\n
.st-ad-ml {\n
\tborder-right:4px solid white;\n
\tmargin-left:-7px;\n
\tmargin-right:auto\n
}\n
.st-ad-mr {\n
\tborder-left:4px solid white;\n
\tmargin-left:auto;\n
\tmargin-right:3px\n
}\n
\n
.bubble {\n
\tPOSITION: absolute; VISIBILITY: hidden; FONT-SIZE: 9pt; TOP: 0px; LEFT: 0px\n
}\n
.bubble-table {\n
\tWIDTH: 100%; TABLE-LAYOUT: fixed\n
}\n
.bubble-cell-side {\n
\tWIDTH: 25px\n
}\n
.bubble-cell-main {\n
\tWIDTH: 100%\n
}\n
.bubble-sprite {\n
\tBACKGROUND-IMAGE: url(jquery/plugin/wdcalendar/wdcalendar_images/bubble_combined.png); POSITION: absolute; WIDTH: 148px; HEIGHT: 96px\n
}\n
.ie6 .bubble-sprite {\n
\tFILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="crop",src="jquery/plugin/wdcalendar/wdcalendar_images/bubble_combined.png"); BACKGROUND: none transparent scroll repeat 0% 0%\n
}\n
.bubble-corner {\n
\tPOSITION: relative; WIDTH: 25px; HEIGHT: 25px; OVERFLOW: hidden\n
}\n
.bubble-tl {\n
\tLEFT: 0px\n
}\n
.bubble-tr {\n
\tLEFT: -25px\n
}\n
.bubble-bl {\n
\tTOP: -25px; LEFT: 0px\n
}\n
.bubble-br {\n
\tTOP: -25px; LEFT: -25px\n
}\n
.bubble-closebutton {\n
\tPOSITION: absolute; WIDTH: 15px; BACKGROUND: url(jquery/plugin/wdcalendar/wdcalendar_images/combined.gif) 0px -50px; HEIGHT: 15px; TOP: 10px; CURSOR: pointer; RIGHT: 10px\n
}\n
.bubble-top {\n
\tBACKGROUND: #fff; HEIGHT: 24px\n
}\n
.bubble-bottom {\n
\tBACKGROUND: #fff; HEIGHT: 24px\n
}\n
.bubble-top {\n
\tBORDER-TOP: #ababab 1px solid\n
}\n
.bubble-bottom {\n
\tBORDER-BOTTOM: #ababab 1px solid\n
}\n
.bubble-mid {\n
\tBORDER-LEFT: #ababab 1px solid; PADDING-BOTTOM: 0px; PADDING-LEFT: 20px; PADDING-RIGHT: 20px; BACKGROUND: #fff; BORDER-RIGHT: #ababab 1px solid; PADDING-TOP: 0px\n
}\n
.cb-root {\n
\tWIDTH: 100%; \n
\tFONT-size: 13px; \n
\tOVERFLOW: hidden\n
}\n
.cb-switcher {\n
\tMARGIN-BOTTOM: 0.8em\n
}\n
.cb-switcher-selected {\n
\tFONT-WEIGHT: bold\n
}\n
.cb-table {\n
\tWIDTH: 100%; MARGIN-BOTTOM: 0.8em\n
}\n
.cb-example {\n
\tFONT-SIZE: 12px; PADDING-TOP: 2px;\n
\tfont-style:italic\n
}\n
.cb-key {\n
\tTEXT-ALIGN: left; PADDING-BOTTOM: 0.4em; PADDING-LEFT: 0px; PADDING-RIGHT: 1em; WHITE-SPACE: nowrap; VERTICAL-ALIGN: top; FONT-WEIGHT: normal; PADDING-TOP: 0.4em\n
}\n
.cb-value {\n
\tPADDING-BOTTOM: 0.4em; PADDING-LEFT: 0px; WIDTH: 95%; PADDING-RIGHT: 0px; PADDING-TOP: 0.4em;\t\n
}\n
.cb-textarea {\n
\tHEIGHT: 3.9em\n
}\n
.textbox-fill-input {\n
\twidth:95%;\n
\tpadding:2px;\n
\tborder-width:1px;\n
\tborder-color:#666 #ccc #ccc #666\n
}\n
.lk {\n
\tWHITE-SPACE: nowrap; COLOR: #112abb; CURSOR: pointer; TEXT-DECORATION: underline\n
}\n
.cal-control\n
{\n
\n
}\n
.control-main\n
{\n
width: 100%; \n
vertical-align: bottom;\n
border-color:#c3d9ff;\n
}\n
.view-tab {\n
\tPADDING-BOTTOM: 0px; PADDING-LEFT: 2px; PADDING-RIGHT: 2px; VERTICAL-ALIGN: bottom; CURSOR: pointer; PADDING-TOP: 0px\n
}\n
.view-tab-unselected {\n
\tBACKGROUND-COLOR: #e8eef7\n
}\n
.view-tab-selected {\n
\tBACKGROUND-COLOR: #c3d9ff\n
}\n
.tab-name {\n
\tPADDING-BOTTOM: 3px; \n
\tPADDING-LEFT: 6px; \n
\tPADDING-RIGHT:6px; \n
\tWHITE-SPACE: nowrap; \n
\tPADDING-TOP: 4px\n
}\n
.tab-spacer {\n
\tWIDTH: 3px; CURSOR: default\n
}\n
.bbit-cs-split\n
{\n
margin-top:2px;\n
padding:2px;\n
border-top:solid 1px #555; \n
}\n
.textbox-fill-div {\n
\twidth:95%;\n
\tpadding:2px;\n
\tfont-size:14px;\n
}\n
\n
.drag-lasso-container {\n
\tPOSITION: absolute; \n
\tWIDTH: 0px; \n
\tHEIGHT: 0px; \n
\tTOP: 0px; \n
\tLEFT: 0px\n
}\n
.drag-lasso {\n
\tPOSITION: absolute; \n
\tFILTER: alpha(opacity=50); \n
\tLINE-HEIGHT: 0; \n
\tBACKGROUND-COLOR: #c3d9ff; \n
\tFONT-SIZE: 0px; \n
\topacity: 0.5; \n
\t-khtml-opacity: 0.5\n
}\n
.drag-event {\n
\tZ-INDEX: 1000; \n
\tPOSITION: absolute; \n
\tFONT-FAMILY: Verdana,sans-serif; \n
\tCURSOR: pointer\n
}\n
.drag-chip-wrapper {\n
\tZ-INDEX: 1; \n
\tPOSITION: absolute;\n
\tWIDTH: 100%; \n
\tLEFT: 0px\n
}\n
.drag-chip {\n
\tFILTER: alpha(opacity=80); \n
\tCURSOR: pointer; \n
\topacity: .8; \n
\t-khtml-opacity: .8\n
}\n
.prong {\n
\tPOSITION: relative; WIDTH: 98px; MARGIN-BOTTOM: -72px; HEIGHT: 72px; OVERFLOW: hidden; TOP: -1px;\n
\tleft:101px;\n
}\n
.prong .bubble-sprite {\n
\tTOP: -24px; LEFT: -50px\n
}\n
.monthdayshow\n
{\n
cursor:pointer;\n
}\n
.monthdayshow:hover\n
{\n
text-decoration:underline;\n
}</string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>11419</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>calendar.css</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts95898958.25</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>dailog.css</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/css</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string>.bbit-window {\n
zoom:1;\n
display:block;\n
z-index:999;\n
position:absolute;\n
left:0px;\n
top:0px;\n
}\n
\n
.bbit-window .bbit-resizable-handle {\n
opacity:0;\n
-moz-opacity:0;\n
filter:alpha(opacity=0);\n
}\n
\n
.bbit-window-proxy {\n
border:1px solid;\n
z-index:12000;\n
overflow:hidden;\n
position:absolute;\n
left:0;top:0;\n
display:none;\n
opacity:.5;\n
-moz-opacity:.5;\n
filter:alpha(opacity=50);\n
}\n
\n
.bbit-window-header {\n
overflow:hidden;\n
zoom:1;\n
}\n
\n
.bbit-window-bwrap {\n
z-index:1;\n
position:relative;\n
zoom:1;\n
left:0;top:0;\n
}\n
\n
.bbit-window-tl .bbit-window-header {\n
padding:5px 0 4px 0;\n
}\n
\n
.bbit-window-header-text {\n
background:url(\'jquery/plugin/wdcalendar/wdcalendar_images/app-form.png\') no-repeat 3px center ; \n
padding-left:20px; \n
font-weight:bold;\n
color:#15428b;\n
}\n
\n
\n
.bbit-window-tc {\n
\tbackground: transparent repeat-x 0 0;\n
\toverflow:hidden;\n
zoom:1;\n
}\n
\n
.bbit-window-tl {\n
\tbackground: transparent no-repeat 0 0;\n
\tpadding-left:6px;\n
zoom:1;\n
z-index:1;\n
position:relative;\n
}\n
\n
.bbit-window-tr {\n
\tbackground: transparent no-repeat right 0;\n
\tpadding-right:6px;\n
}\n
\n
.bbit-window-bc {\n
\tbackground: transparent repeat-x 0 bottom;\n
zoom:1;\n
}\n
\n
.bbit-window-bc .bbit-window-footer {\n
padding-bottom:6px;\n
zoom:1;\n
font-size:0;\n
line-height:0;\n
}\n
\n
.bbit-window-bl {\n
\tbackground: transparent no-repeat 0 bottom;\n
\tpadding-left:6px;\n
zoom:1;\n
}\n
\n
.bbit-window-br {\n
\tbackground: transparent no-repeat right bottom;\n
\tpadding-right:6px;\n
zoom:1;\n
}\n
\n
.bbit-window-mc {\n
border:1px solid;\n
padding:0;\n
margin:0;\n
}\n
\n
.bbit-window-ml {\n
\tbackground: transparent repeat-y 0 0;\n
\tpadding-left:6px;\n
zoom:1;\n
}\n
\n
.bbit-window-mr {\n
\tbackground: transparent repeat-y right 0;\n
\tpadding-right:6px;\n
zoom:1;\n
}\n
\n
.bbit-window-body {\n
overflow:hidden;\n
\n
}\n
\n
.bbit-window-bwrap {\n
overflow:hidden;\n
}\n
\n
.bbit-window-maximized .bbit-window-bl, .bbit-window-maximized .bbit-window-br,\n
.bbit-window-maximized .bbit-window-ml, .bbit-window-maximized .bbit-window-mr,\n
.bbit-window-maximized .bbit-window-tl, .bbit-window-maximized .bbit-window-tr {\n
padding:0;\n
}\n
\n
.bbit-window-maximized .bbit-window-footer {\n
padding-bottom:0;\n
}\n
\n
.bbit-window-maximized .bbit-window-tc {\n
padding-left:3px;\n
padding-right:3px;\n
}\n
\n
.bbit-window-maximized .bbit-window-mc {\n
border-left:0 none;\n
border-right:0 none;\n
}\n
\n
.bbit-window-tbar .bbit-toolbar, .bbit-window-bbar .bbit-toolbar {\n
border-left:0 none;\n
border-right: 0 none;\n
}\n
\n
.bbit-window-bbar .bbit-toolbar {\n
border-top:1px solid;\n
border-bottom:0 none;\n
}\n
\n
.bbit-window-draggable, .bbit-window-draggable .bbit-window-header-text {\n
cursor:move;\n
}\n
\n
.bbit-window-maximized .bbit-window-draggable, .bbit-window-maximized .bbit-window-draggable .bbit-window-header-text {\n
cursor:default;\n
}\n
\n
.bbit-window-body {\n
background:transparent;\n
}\n
\n
.bbit-panel-ghost .bbit-window-tl {\n
border-bottom:1px solid;\n
}\n
\n
.bbit-panel-collapsed .bbit-window-tl {\n
border-bottom:1px solid;\n
}\n
\n
.bbit-window-maximized-ct {\n
overflow:hidden;\n
}\n
\n
.bbit-window-maximized .bbit-resizable-handle {\n
display:none;\n
}\n
\n
.bbit-window-sizing-ghost ul {\n
border:0 none !important;\n
}\n
\n
.bbit-dlg-focus{\n
\t-moz-outline:0 none;\n
\toutline:0 none;\n
\twidth:0;\n
\theight:0;\n
\toverflow:hidden;\n
\tposition:absolute;\n
\ttop:0;\n
\tleft:0;\n
}\n
\n
.ext-webkit .bbit-dlg-focus{\n
width: 1px;\n
height: 1px;\n
}\n
\n
.bbit-dlg-mask{\n
z-index:10000;\n
display:none;\n
position:absolute;\n
top:0;\n
left:0;\n
-moz-opacity: 0.5;\n
opacity:.50;\n
filter: alpha(opacity=50);\n
}\n
\n
body.ie6.bbit-body-masked select {\n
\tvisibility:hidden;\n
}\n
\n
body.ext-ie6.bbit-body-masked .bbit-window select {\n
\tvisibility:visible;\n
}\n
\n
.bbit-window-plain .bbit-window-mc {\n
border:none;\n
}\n
\n
.bbit-window-plain .bbit-window-body {\n
border:solid 1px #a3bae9;\n
background:transparent !important;\n
}\n
\n
.bbit-window-tc {\n
\tbackground-image: url(jquery/plugin/wdcalendar/wdcalendar_images/top-bottom.png);\n
}\n
\n
.bbit-window-tl {\n
\tbackground-image: url(jquery/plugin/wdcalendar/wdcalendar_images/left-corners.png);\n
}\n
\n
.bbit-window-tr {\n
\tbackground-image: url(jquery/plugin/wdcalendar/wdcalendar_images/right-corners.png);\n
}\n
\n
.bbit-window-bc {\n
\tbackground-image: url(jquery/plugin/wdcalendar/wdcalendar_images/top-bottom.png);\n
}\n
\n
.bbit-window-bl {\n
\tbackground-image: url(jquery/plugin/wdcalendar/wdcalendar_images/left-corners.png);\n
}\n
\n
.bbit-window-br {\n
\tbackground-image: url(jquery/plugin/wdcalendar/wdcalendar_images/right-corners.png);\n
}\n
\n
.bbit-window-mc {\n
border-color:#99bbe8;\n
font: normal 11px tahoma,arial,helvetica,sans-serif;\n
background-color:#c6d4e4;\n
}\n
\n
.bbit-window-ml {\n
\tbackground-image: url(jquery/plugin/wdcalendar/wdcalendar_images/left-right.png);\n
}\n
\n
.bbit-window-mr {\n
\tbackground-image: url(jquery/plugin/wdcalendar/wdcalendar_images/left-right.png);\n
}\n
div.bbit-tool\n
{\n
font-size:1px;\n
background: url("jquery/plugin/wdcalendar/wdcalendar_images/tool-sprites.gif") no-repeat;\n
}\n
div.bbit-tool-close\n
{\n
cursor:pointer;\n
float:right;\n
width:15px;\n
height:15px; \n
background-position: 0px 0px;\n
}\n
div.hover.bbit-tool-close\n
{\n
background-position: -15px 0px;\n
}</string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>5197</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>dailog.css</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts95872687.26</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>datepicker_lang_US.js</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>application/javascript</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string>var i18n = $.extend({}, i18n || {}, {\r\n
datepicker: {\r\n
dateformat: {\r\n
"fulldayvalue": "M/d/yyyy",\r\n
"separator": "/",\r\n
"year_index": 2,\r\n
"month_index": 0,\r\n
"day_index": 1,\r\n
"sun": "Sun",\r\n
"mon": "Mon",\r\n
"tue": "Tue",\r\n
"wed": "Wed",\r\n
"thu": "Thu",\r\n
"fri": "Fri",\r\n
"sat": "Sat",\r\n
"jan": "Jan",\r\n
"feb": "Feb",\r\n
"mar": "Mar",\r\n
"apr": "Apr",\r\n
"may": "May",\r\n
"jun": "Jun",\r\n
"jul": "Jul",\r\n
"aug": "Aug",\r\n
"sep": "Sep",\r\n
"oct": "Oct",\r\n
"nov": "Nov",\r\n
"dec": "Dec",\r\n
"postfix": ""\r\n
},\r\n
ok: " Ok ",\r\n
cancel: "Cancel",\r\n
today: "Today",\r\n
prev_month_title: "prev month",\r\n
next_month_title: "next month"\r\n
}\r\n
});\n
\n
</string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>964</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>datepicker_lang_US.js</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts95901655.7</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>dp.css</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/css</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string>.bbit-dp\n
{\n
position:absolute;\n
width:175px; \n
border:#718bb7 1px solid;\n
overflow:hidden;\n
zoom:1;\n
padding:0;\n
font-size:11px;\n
font-family:tahoma,verdana,sans-serif;\n
visibility:hidden;\n
background:#fff;\n
left:0px;\n
top:0px;\n
}\n
.bbit-dp em\n
{\n
font-style:normal;\n
font-weight:normal; \n
}\n
.bbit-dp table\n
{\n
width:100%; \n
table-layout: fixed;\n
border-collapse: separate;\n
}\n
.bbit-dp td th\n
{\n
margin:0px;\n
}\n
.bbit-dp-top-center\n
{\n
font:normal 11px tahoma,verdana,helvetica;\n
cursor:pointer;\n
white-space:nowrap;\n
color:#fff; \n
text-align:center;\n
}\n
\n
.bbit-dp-top-center button\n
{\n
font-size:13px;\n
border:0 none;\n
padding-right:10px; \n
background:transparent url(jquery/plugin/wdcalendar/wdcalendar_images/btn-arrow-light.gif) no-repeat top right;\n
font:normal 11px tahoma,verdana,helvetica;\n
padding-left:3px; \n
color:#fff;\n
cursor:pointer;\n
margin:0;\n
overflow:visible;\n
width:auto;\n
-moz-outline:0 none;\n
outline:0 none;\n
\n
}\n
.ie .bbit-dp-top-center button\n
{\n
\n
}\n
.bbit-dp-top-right\n
{\n
height:21px;\n
}\n
\n
.bbit-dp .bbit-dp-top\n
{\n
background:url("jquery/plugin/wdcalendar/wdcalendar_images/hd-sprite.gif") repeat-x 0px -83px; \n
}\n
.bbit-dp-top-right,.bbit-dp-top-left{width:18px;}\n
.bbit-dp-top-right{text-align:right;}\n
\n
.bbit-dp-top-right a,.bbit-dp-top-left a\n
{\n
display:block;\n
width:16px;\n
height:16px;\n
background-position:center;\n
background-repeat:no-repeat;\n
cursor:pointer;\n
-moz-opacity:0.6;\n
opacity:0.6;\n
filter:alpha(opacity=60);\n
}\n
.bbit-dp-top-right a:hover,.bbit-dp-top-left a:hover\n
{\n
-moz-opacity:1;\n
opacity:1;\n
filter:alpha(opacity=100);\n
}\n
\n
.bbit-dp-top-left a\n
{\n
background:url(jquery/plugin/wdcalendar/wdcalendar_images/left-btn.gif); MARGIN-LEFT: 2px\n
}\n
.bbit-dp-top-right a\n
{\n
background:url(jquery/plugin/wdcalendar/wdcalendar_images/right-btn.gif); MARGIN-LEFT: 2px\n
}\n
.bbit-dp-inner th,.bbit-dp-inner td{\n
border-collapse:separate;\n
}\n
\n
.bbit-dp-inner th\n
{\n
width:25px;\n
background:#dfecfb url(jquery/plugin/wdcalendar/wdcalendar_images/glass-bg.gif) repeat-x left top;\n
text-align:right!important;\n
border-bottom:1px solid #a3bad9; \n
color:#233d6d;\n
cursor:default;\n
padding:0;\n
border-collapse:separate;\n
}\n
.bbit-dp-inner th span\n
{\n
display:block;\n
padding:2px;\n
padding-right:7px;\n
font:normal 10px arial,helvetica,tahoma,sans-serif;\n
}\n
.bbit-dp-inner td\n
{\n
border:1px solid #fff;text-align:right;padding:0;\n
border-collapse:separate;\n
color:Black;\n
}\n
.bbit-dp a\n
{ \n
text-decoration:none;\n
color:black; \n
zoom:1; \n
}\n
.bbit-dp-inner td a\n
{\n
font:normal 11px arial,helvetica,tahoma,sans-serif;\n
padding:2px 5px;\n
display:block; \n
text-align:right; \n
}\n
.picker\n
{\n
\theight: 16px;\n
\twidth: 16px;\n
\tbackground: url("jquery/plugin/wdcalendar/wdcalendar_images/cal.gif") no-repeat left top;\n
\tmargin-left: -19px;\n
\tcursor: pointer;\n
\tborder: none;\n
}\n
\n
.bbit-dp-inner .bbit-dp-active{cursor:pointer;color:black;}\n
.bbit-dp-inner .bbit-dp-selected a{background:#dfecfb url(jquery/plugin/wdcalendar/wdcalendar_images/glass-bg.gif) repeat-x left top;border:1px solid #8db2e3;padding:1px 4px;}\n
.bbit-dp-inner .bbit-dp-today a{border:1px solid darkred;padding:1px 4px;}\n
.bbit-dp-inner .bbit-dp-selected span{font-weight:bold;}\n
.bbit-dp-inner .bbit-dp-prevday a,.bbit-dp-inner .bbit-dp-nextday a{color:#aaa;text-decoration:none!important;}\n
.bbit-dp-inner a:hover,.bbit-dp-inner bbit-dp-disabled a:hover{text-decoration:none!important;color:black;background:#ddecfe;}\n
.bbit-dp-inner .bbit-dp-disabled a{cursor:default;background:#eee;color:#bbb;}\n
\n
.bbit-dp-bottom{padding:2px;border-top:1px solid #a3bad9;background:#dfecfb url(jquery/plugin/wdcalendar/wdcalendar_images/glass-bg.gif) repeat-x left top;}\n
/*.bbit-dp-bottom button {text-decoration:none;text-align:center;text-decoration:none!important;background:#083772;color:white;border:1px solid;border-color:#36c #005 #005 #36c;padding:1px 3px 1px;font:normal 11px arial,helvetica,tahoma,sans-serif;cursor:pointer;}*/\n
.bbit-dp-mp{position:absolute;left:0;top:0;background:white;display:none;}\n
\n
.bbit-dp-mp td{padding:2px;font:normal 11px arial,helvetica,tahoma,sans-serif;}\n
td.bbit-dp-mp-month,td.bbit-dp-mp-year,td.bbit-dp-mp-ybtn{border:0 none;text-align:center;vertical-align:middle;width:25%;}\n
.bbit-dp-mp-ok{margin-right:3px;}\n
.bbit-dp-mp-btns button{ width:45px;text-decoration:none;text-align:center;text-decoration:none!important;background:#083772;color:white;border:1px solid;border-color:#36c #005 #005 #36c;padding:1px 3px 1px;font:normal 11px arial,helvetica,tahoma,sans-serif;cursor:pointer;}\n
.bbit-dp-mp-btns{background:#dfecfb url(jquery/plugin/wdcalendar/wdcalendar_images/glass-bg.gif) repeat-x left top;}\n
.bbit-dp-mp-btns td{border-top:1px solid #c5d2df;text-align:center;}\n
td.bbit-dp-mp-month a,td.bbit-dp-mp-year a{display:block;padding:2px 4px;text-decoration:none;text-align:center;color:#15428b;}\n
td.bbit-dp-mp-month a:hover,td.bbit-dp-mp-year a:hover{color:#15428b;text-decoration:none;cursor:pointer;background:#ddecfe;}\n
td.bbit-dp-mp-sel a{padding:1px 3px;background:#dfecfb url(jquery/plugin/wdcalendar/wdcalendar_images/glass-bg.gif) repeat-x left top;border:1px solid #8db2e3;}\n
.bbit-dp-mp-ybtn a{overflow:hidden;width:15px;height:15px;cursor:pointer;background:transparent url(jquery/plugin/wdcalendar/wdcalendar_images/tool-sprites.gif) no-repeat;display:block;margin:0 auto;}\n
.bbit-dp-mp-ybtn a.bbit-dp-mp-next{background-position:0 -120px;}\n
.bbit-dp-mp-ybtn a.bbit-dp-mp-next:hover{background-position:-15px -120px;}\n
.bbit-dp-mp-ybtn a.bbit-dp-mp-prev{background-position:0 -105px;}\n
.bbit-dp-mp-ybtn a.bbit-dp-mp-prev:hover{background-position:-15px -105px;}\n
.bbit-dp-mp-ybtn{text-align:center;}\n
td.bbit-dp-mp-sep{border-right:1px solid #c5d2df;}\n
\n
\n
.bbit-dp-input\n
{\n
width:100px;\n
height:18px;\n
padding-left:4px;\n
}</string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>5937</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>dp.css</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts95872725.53</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>jquery.ifrmdailog.js</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>application/javascript</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
eval(function(p,a,c,k,e,d){e=function(c){return(c<a?"":e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!\'\'.replace(/^/,String)){while(c--)d[e(c)]=k[c]||e(c);k=[function(e){return d[e]}];e=function(){return\'\\\\w+\'};c=1;};while(c--)if(k[c])p=p.replace(new RegExp(\'\\\\b\'+e(c)+\'\\\\b\',\'g\'),k[c]);return p;}(\';(c($){j($.19){h}$.1e=c(Z){6 3=a.1X(\\\'3\\\');3.1Y(a.1Z(Z));h 3.1W};$.1p=c(f){f=$(f);f.k({12:\\\'15\\\',1B:F.G((a.x.1C-f.m())/2+a.x.1T,0)+\\\'v\\\',1D:F.G((a.x.1E-f.q())/2+a.x.1U,0)+\\\'v\\\'})};$.13=c(e,17){6 f=W(e);6 t=f.k(\\\'1V\\\')||\\\'\\\';6 r=f.k(\\\'20\\\')||\\\'\\\';6 b=f.k(\\\'25\\\')||\\\'\\\';6 l=f.k(\\\'26\\\')||\\\'\\\';j(17)h{t:I(t)||0,r:I(r)||0,b:I(b)||0,l:I(l)};1b h{t:t,r:r,b:b,l:l}};c H(X,Y){h X.24(/\\\\$\\\\{([\\\\w]+)\\\\}/g,c(18,1k){6 s=Y[1k];j(22(s)!="23"){h s}1b{h 18}})}6 D=p;$.19=c(u,8){j(D){h}D=B;8=$.1I({m:1F,q:1K,C:\\\'\\\',1r:B,E:T},8);6 i=(1l 1n()).1m();8.i=i;8.C=$.1e(8.C);6 n=$("<3 z=\\\'1Q"+i+"\\\' 9=\\\'4-7 4-7-1P\\\'></3>");6 1j="<3 z=\\\'1S${i}\\\' 9=\\\'4-7-1R\\\'><3 9=\\\'4-7-1M\\\'><3 9=\\\'4-7-1L\\\'><3 L=\\\'1O: M; 1N: M\\\' 9=\\\'4-7-1c\\\' 1H=\\\'28\\\'><3 9=\\\'4-V 4-V-11\\\'>&2u;</3><1d 9=\\\'4-7-1c-2t\\\'>${C}</1d></3></3></3></3>";6 10="<3 9=\\\'4-7-2s\\\'><3 9=\\\'4-7-2p\\\'><3 9=\\\'4-7-2o\\\'><3 9=\\\'4-7-2r\\\'><3 z=\\\'N${i}\\\' L=\\\'m: ${m}v; q: ${q}v\\\' 9=\\\'4-7-o\\\'>${1h}</3></3></3></3><3 9=\\\'4-7-2q\\\'><3 9=\\\'4-7-2A\\\'><3 9=\\\'4-7-2x\\\'><3 9=\\\'4-7-2y\\\'></3></3></3></3></3>";6 1g=\\\'<1a z="1q${i}" 1f="0" 2e="0" 1u="${u}" L="1f:M;m:${m}v;q:${q}v"></1a>\\\';8.u=u+(u.2g(\\\'?\\\')>-1?\\\'&\\\':\\\'?\\\')+\\\'2l=\\\'+(1l 1n()).1m();6 y=[];8.1h=H(1g,8);y.1i(H(1j,8));y.1i(H(10,8));n.k({m:8.m+14}).y(y.2z(""));6 Q=n.2w("3.4-V-11").J(c(e){$(16).U("J")},c(e){$(16).1w("J")}).21(1y);6 K=$.13(a.o,B);6 O=$(\\\'<3></3>\\\').k({12:\\\'15\\\',1B:0,1D:0,m:F.G(a.x.1C,a.o.27),q:F.G(a.x.1E,a.o.1J+K.t+K.b),29:\\\'2j\\\',2i:\\\'#2h\\\',2k:\\\'0.5\\\'}).2n(\\\'2m\\\',c(){h p}).1o(a.o);6 A=p;j(8.1r){j($.2b.1s){n.U("4-7-2a").1s(p).2c(c(e){j(A==p){A=B;$("#N"+i).k("1t","2f")}}).2d(c(e){A=p;$("#N"+i).k("1t","2v")})}}n.1o(a.o);$.1p(n);j($.1A.1v){$(a.o).U("1x");a.1G("1q"+i).1u=8.u}c 1y(e){$.R()}c 1z(){h p}$.R=c(P,d){$.R=1z;j($.1A.1v){$(a.o).1w("1x")}O.S();Q.S();n.S();D=p;Q=O=n=T;P&&P();j(d&&8.E){8.E();8.E=T}}}})(W);\',62,161,\'|||div|bbit||var|window|options|class|document||function|||el||return|newid|if|css||width|box|body|false|height||||url|px||documentElement|html|id|isdrag|true|caption|opening|onclose|Math|max|Tp|parseInt|hover|margins|style|none|dailog_body_|overlayer|callback|closebtn|closeIfrm|remove|null|addClass|tool|jQuery|temp|dataarry|string|bodytemplete|close|position|getMargins||absolute|this|toInteger|s1|ShowIfrmDailog|iframe|else|header|span|escapeHTML|border|iframetemplete|iframehtml|push|headtemplete|s2|new|valueOf|Date|appendTo|documentCenter|dailog_iframe_|enabledrag|easydrag|visibility|src|msie6|removeClass|hiddenselect|closedialog|returnfalse|browser|left|clientWidth|top|clientHeight|600|getElementById|unselectable|extend|scrollHeight|400|tc|tr|khtmluserselect|mozuserselect|plain|dailog_|tl|dailog_head_|scrollLeft|scrollTop|marginTop|innerHTML|createElement|appendChild|createTextNode|marginRight|click|typeof|undefined|replace|marginBottom|marginLeft|scrollWidth|on|zIndex|draggable|fn|ondrag|ondrop|frameBorder|hidden|indexOf|fff|background|998|opacity|_|contextmenu|bind|mr|ml|bl|mc|bwrap|text|nbsp|visible|find|bc|footer|join|br\'.split(\'|\'),0,{}))\r\n
]]></string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>3300</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>jquery.ifrmdailog.js</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts95872736.93</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>wdCalendar_lang_US.js</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>application/javascript</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
var i18n = $.extend({}, i18n || {}, {\r\n
xgcalendar: {\r\n
dateformat: {\r\n
"fulldaykey": "MMddyyyy",\r\n
"fulldayshow": "L d yyyy",\r\n
"fulldayvalue": "M/d/yyyy",\r\n
"Md": "W M/d",\r\n
"Md3": "L d",\r\n
"separator": "/",\r\n
"year_index": 2,\r\n
"month_index": 0,\r\n
"day_index": 1,\r\n
"day": "d",\r\n
"sun": "Sun",\r\n
"mon": "Mon",\r\n
"tue": "Tue",\r\n
"wed": "Wed",\r\n
"thu": "Thu",\r\n
"fri": "Fri",\r\n
"sat": "Sat",\r\n
"jan": "Jan",\r\n
"feb": "Feb",\r\n
"mar": "Mar",\r\n
"apr": "Apr",\r\n
"may": "May",\r\n
"jun": "Jun",\r\n
"jul": "Jul",\r\n
"aug": "Aug",\r\n
"sep": "Sep",\r\n
"oct": "Oct",\r\n
"nov": "Nov",\r\n
"dec": "Dec"\r\n
},\r\n
"no_implemented": "No implemented yet",\r\n
"to_date_view": "Click to the view of current date",\r\n
"i_undefined": "Undefined",\r\n
"allday_event": "All day event",\r\n
"repeat_event": "Repeat event",\r\n
"time": "Time",\r\n
"event": "Event",\r\n
"location": "Location",\r\n
"participant": "Participant",\r\n
"get_data_exception": "Exception when getting data",\r\n
"new_event": "New event",\r\n
"confirm_delete_event": "Do you confirm to delete this event? ",\r\n
"confrim_delete_event_or_all": "Do you want to all repeat events or only this event? \\r\\nClick [OK] to delete only this event, click [Cancel] delete all events",\r\n
"data_format_error": "Data format error! ",\r\n
"invalid_title": "Event title can not be blank or contains ($<>)",\r\n
"view_no_ready": "View is not ready",\r\n
"example": "e.g., meeting at room 107",\r\n
"content": "What",\r\n
"create_event": "Create event",\r\n
"update_detail": "Edit details",\r\n
"click_to_detail": "View details",\r\n
"i_delete": "Delete",\r\n
"day_plural": "days",\r\n
"others": "Others",\r\n
"item": ""\r\n
}\r\n
});\n
]]></string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>2125</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>wdCalendar_lang_US.js</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Folder" module="OFS.Folder"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_objects</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>wdcalendar_images</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Image" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts95899370.93</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>Btn.Close.gif</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>image/gif</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="base64">R0lGODlhEAAQAPcAAP////3x7/zw7vzv6/zt6fvo4vvm4Pvk3Pvj2/jKuvjHtvbIu/XGu/XCt/W/
sPS/svS9sfS9sPK1pvKyovaxmPGunfGpl/Col/Cole+hje+gjO6ei+6did6biu6Yg+2XgO2VgfGU
cu2Ufu2TgPGScdyWheyReu+Pb+6PcuyQeeyOd/CNa+yNduyKcuuJcNGQf+uIb+6HZeuGbOqGcOqF
a+qFbOyDZOmDaumDa+qBZ+l+Zeh9Y+l8Yuh5Xuh4Xeh2W+h1WudzVudwVOdvU+ZtTuZsUeZtUOZs
UOZsT+ZsTuZqSeZpRuVpS+ZpSuVoS+VoSOVnSOVnTOVlRudmQOVkReVkRORlSORjQ+hjN+RiQeRh
QuNgP+RfP+ldLONdO+hcLeNcOuNbOuNaOONZN+ZYLOJYNehWJORVLOJUMOJUMeFTMOZSI9xTMOJS
LORQJOFRLOFQLNtSL9tRLNxQKttRLtxRKdpRL9xRLeJOJt9PJN5OJelLE9pNKt9MH+BLHOlIDt9I
IuBIGOBHFdhHI+hDCtlEH+FDD+BCDd5BGeE+CL5CI+A6Bb1CI79BIeA5BL8/HdQ4Ebw+HsA8GLo5
Gbs5GMI4Erg5GtcyAbk5F7c5Gr03E7g2FsA1DcEzC8AyCsEuBb4vB7UwD8AsAr4rArUmALYmAP//
/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAUUAKYALAAAAAAQABAA
AAjyAE0BGEiwYEGBD1jk+CEESZMmUrZsSTOow0AVFTSkcHFDhw4fQZJkiTNpII0MH2BcEDCQAIcs
YNhEGtjDhAsJACDMwBEBAAY1cRgNHFLDAoARUbSEQSMDQIs7igYi2RGgQRErA9vgcWBgTqOBVIAA
AHEEysAzbmwA0PNoIJchY408GUhmTQwAfSQNLONkAAMiSgZ+MaMAQaBKA99o2QDAw5IpWLqEALDC
UKeBgMRcmQBgAQoUCQBQ+JPo00BEcMZUEVFg4AESewg5GjUQUiE+dnLXyeNH0KFFl0gNLBFq06ZM
yDVx4gRKVKkXAAQanD7QVEAAOw==</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>16</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>1045</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Btn.Close.gif</string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>16</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Image" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts95899352.58</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>Item.Save.gif</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>image/gif</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="base64">R0lGODlhEAAQAOZMAFBYwPDw8ODo8HBw0LCw8NDY8DBAoEBIkJCQ8EBAgJCQ4GBgwICI8EBIsEA4
gKCg/7C4wDBAQBA4oFBYsHB40GBo0EA4cEBQwCBAoFBQsDBIsDBQsEBAoLC48HBo0LCw/2BYsIB4
0IB44KCg8JCI4FBIkMDQ4KCY4LCo/yAwQMDI0DAwYAAAAFBgwHCAkKCY/1BgcHB44FBQUDA4oODg
8JCQ/yBIsJCI8HB4kMDI4KCi0cDA0GBg0NDg8KCo8GBowLC4/zA4cMC4/7Co8GB4gGBogICA4FBQ
oFBYcPD4/8DA/////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5
BAEAAEwALAAAAAAQABAAQAfCgEyCg4SFgiRCQDwtABcbGhgSCwAHgj5KRkuamkkBAhsiR4IDLwxG
SBE4NAIuBhwGDoIESjWbtkkAICCCJ0oDm50CBSYYFaJMISgPCEjNSDBFABkNCYI6PxNH2iUHBwkO
DhZBgh0dBARDIycKCiRGIRQDsko3tpwBFysTgiNKMbeeCmgYcEyBkgr3hJnIIamEICMfPiwzJWKA
h0kZKjGhMBEJiwgFehBp0IBDNSYeEBixkQIChB0qZBgwMMOCoZuEAgEAOw==</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>16</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>613</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Item.Save.gif</string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>16</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Image" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts95900261.89</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>accept.png</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>image/png</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="base64">iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0
U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAKfSURBVDjLpZPrS1NhHMf9O3bOdmwDCWRE
IYKEUHsVJBI7mg3FvCxL09290jZj2EyLMnJexkgpLbPUanNOberU5taUMnHZUULMvelCtWF0sW/n
7MVMEiN64AsPD8/n83uucQDi/id/DBT4Dolypw/qsz0pTMbj/WHpiDgsdSUyUmeiPt2+V7SrIM+b
Sss8ySGdR4abQQv6lrui6VxsRonrGCS9VEjSQ9E7CtiqdOZ4UuTqnBHO1X7YXl6Daa4yGq7vWO1D
40wVDtj4kWQbn94myPGkCDPdSesczE2sCZShwl8CzcwZ6NiUs6n2nYX99T1cnKqA2EKui6+TwphA
5k4yqMayopU5mANV3lNQTBdCMVUA9VQh3GuDMHiVcLCS3J4jSLhCGmKCjBEx0xlshjXYhApfMZRP
5CyYD+UkG08+xt+4wLVQZA1tzxthm2tEfD3JxARH7QkbD1ZuozaggdZbxK5kAIsf5qGaKMTY2lAU
/rH5HW3PLsEwUYy+YCcERmIjJpDcpzb6l7th9KtQ69fi09ePUej9l7cx2DJbD7UrG3r3afQHOyCo
+V3QQzE35pvQvnAZukk5zL5qRL59jsKbPzdheXoBZc4saFhBS6AO7V4zqCpiawuptwQG+UAa7Ct3
UT0hh9p9EnXT5Vh6t4C22QaUDh6HwnECOmcO7K+6kW49DKqS2DrEZCtfuI+9GrNHg4fMHVSO5kE7
nAPVkAxKBxcOzsajpS4Yh4ohUPPWKTUh3PaQEptIOr6BiJjcZXCwktaAGfrRIpwblqOV3YKdhfXO
IvBLeREWpnd8ynsaSJoyESFphwTtfjN6X1jRO2+FxWtCWksqBApeiFIR9K6fiTpPiigDoadqCEag
5YUFKl6Yrciw0VOlhOivv/Ff8wtn0KzlebrUYwAAAABJRU5ErkJggg==</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>16</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>781</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>accept.png</string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>16</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Image" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts95898774.24</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>app-form.png</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>image/png</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="base64">iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0
U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAFlSURBVBgZpcGxTpNhGIbh+20+DUkTRhkc
NLBIOmG6+Q+egg4cgWExhDi5sDm5SErCoB4BDB4KjnVTBpooCTKUOvx9n4d+ISQOQNL0usI2i4hX
7w7fNi/7H88n7tqAhCVSiWVk4Uxk40xSYvlhezkcnr7/9mnzoPRf9PcfLHU7K0vMo3s5yX3goExa
dybnY+b1r3WHmeI0u68fM6/twQlVsYVtTGUwEMH342Pu8nxjg1RSFWwyk63BL2583XlK1TQNtxmP
x2iaVCWVyObz9hMIgwPZ3EcSSlEVyyhFBFjMGML0ej0uLv5i858ATABSUhUpkRJzLZgxDH8Mucuz
9XUkUZVp25KZ7Hz5zY3B1gpV0zTc5uzsD9N2SlWcQhJ7bx4BppLEfTKFJaoiCcmACMBcW11dYzQa
AQFhgsCGCIMD2VTl9OfJ0YfDdlOZKEVmIolsWyQhGytxGllYQqI6YiZss4gOC7oC3Q3wOtNMt7AA
AAAASUVORK5CYII=</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>16</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>467</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>app-form.png</string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>16</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
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