Commit badd8fac authored by Romain Courteaud's avatar Romain Courteaud

Improve KM listbox rendering.

Work by FX Algrain

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35362 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e9dea2f2
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>_bind_names</string> </key>
<value>
<object>
<klass>
<global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key> <string>_asgns</string> </key>
<value>
<dictionary>
<item>
<key> <string>name_subpath</string> </key>
<value> <string>traverse_subpath</string> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[
<tal:block define="dummy python: request.RESPONSE.setHeader(\'Content-Type\', \'text/css;; charset=utf-8\')"/>\n
\n
/* Set new style for km left container */\n
#km_left {\n
width:auto !important;\n
min-width:75%;\n
background-color:#FFFFFF;\n
border:1px solid #D1D0C9;\n
}\n
\n
/* Search popup fix*/\n
div.search_popup{\n
left:200px;\n
position:absolute;\n
top:-20px;\n
width:250px;\n
}\n
/******************/ \n
/* Listbox action */\n
/******************/\n
.listbox_actions {\n
float:none;\n
}\n
\n
/* Title of the bar */\n
.listbox_actions_title{\n
background-color:#CDCAAE;\n
color:#FFFFFF;\n
display:block;\n
font-size:15px;\n
text-align:center;\n
width:67px;\n
}\n
\n
/* Sub container for the buttons*/\n
.buttons_group {\n
background-color:#E0DFD1;\n
font-family:Arial,Verdana,Helvetica,Sans;\n
margin-right:39px;\n
padding-left:10px;\n
padding-top:3px;\n
width:auto;\n
overflow: auto;\n
}\n
\n
/* Buttons */\n
.listbox_actions button, .listbox_actions a.button {\n
background-image: url(\'./km_img/button_background.png\') ;\n
background-position: 100% 0;\n
background-color: inherit;\n
border:0 none;\n
color:#5F5A55;\n
cursor:pointer;\n
height:27px;\n
float:left;\n
margin-right:3px;\n
margin-bottom:3px;\n
}\n
.listbox_actions button:hover,.listbox_actions a:hover {\n
background-position:100% 100%;\n
}\n
\n
/* a as button */\n
.listbox_actions a.button{\n
display:block;\n
margin-left: 9px;\n
}\n
\n
/* Image in button */\n
.listbox_actions span.image{\n
background-repeat:no-repeat;\n
background-position:center center;\n
display:block;\n
position:relative;\n
float:left;\n
height:20px;\n
width:20px;\n
margin-top:3px;\n
z-index:2;\n
left:-5px;\n
}\n
\n
/* Description of botton */\n
.listbox_actions span.description{\n
font-size:10px;\n
}\n
\n
/* Global button span */\n
.listbox_actions button > span, .listbox_actions a > span{\n
display:block;\n
background-color:inherit;\n
background-image:url(\'./km_img/button_background.png\');\n
background-position:0 0;\n
display:block;\n
height:27px;\n
left:-8px;\n
line-height:27px;\n
margin:0;\n
padding:0 0 0 5px;\n
position:relative;\n
white-space:nowrap;\n
width:100%;\n
}\n
.listbox_actions button:hover > span, .listbox_actions a:hover > span{\n
background-position:0 100%;\n
}\n
.listbox_actions span.description span {\n
left:4px;\n
position:relative;\n
}\n
\n
\n
/*Define all button image*/\n
<tal:block tal:define="buttons python: [\'cut\',\'copy\',\'paste\',\'delete\',\'print\',\'new\',\'reset\',\'filter\',\'find\',\'sort\',\'config\']">\n
<tal:block tal:repeat ="button buttons">\n
<tal:block tal:content="python: \'\'\'\n
.%(button)s_button span.image{\n
background-image:url(\'./km_img/%(button)s.png\');\n
}\'\'\' % {\'button\':button}"\n
/>\n
</tal:block>\n
</tal:block>\n
\n
\n
/*********************/\n
/* Listbox style */\n
/*********************/\n
/* Listbox Block */\n
.listbox_left {\n
margin-right: 4px;\n
width: auto;\n
float: left;\n
}\n
.listbox_center{\n
float: left;\n
}\n
.listbox_head{\n
color:#9D968D;\n
font-weight:bold;\n
margin-bottom: 10px;\n
}\n
\n
/* List mode selection*/\n
.list_mode_selection{\n
height: 22px;\n
width: auto;\n
float: left;\n
}\n
\n
/*Footer block*/\n
.listbox_footer_box {\n
background-color:#F0EFE9;\n
margin-top:5px;\n
padding-top:5px;\n
padding-bottom:5px;\n
min-height:22px\n
}\n
\n
/*Display selection choice*/\n
.display_selection {\n
width:auto;\n
float:left;\n
}\n
.display_selection span{\n
font-weight:bold;\n
padding-left:10px;\n
vertical-align:-4px;\n
}\n
.display_selection ul{\n
display:inline;\n
padding-left:0;\n
margin: 0;\n
vertical-align: -4px;\n
}\n
.display_selection li{\n
display: inline;\n
}\n
\n
/* Search bar */\n
div.extendedSearchBar {\n
float:right;\n
margin-top:0;\n
padding:0;\n
right:5px;\n
text-align:right;\n
width:350px;\n
}\n
div.extendedSearchBar .button {\n
background-image: url(\'./km_img/search_background.png\');\n
background-color: inherit;\n
border: 0 none;\n
color:#FFFFFF;\n
}\n
\n
/* Pagination*/\n
.listbox_pagination {\n
width:154px;\n
margin:auto;\n
text-align:center;\n
}\n
.listbox_pagination input{\n
text-align:center;\n
width: 20px;\n
}\n
\n
/* Report tree */\n
a.tree_closed {\n
background:transparent url(\'./km_img/tree_closed.png\') no-repeat scroll left center;\n
padding-left:15px;\n
}\n
\n
a.tree_open {\n
background:transparent url(\'./km_img/tree_open.png\') no-repeat scroll left center;\n
padding-left:15px;\n
}\n
\n
/*Table Listbox elmt*/\n
.listbox th {\n
background-color:#EBEBE2;\n
}\n
\n
.listbox select {\n
max-width: 145px;\n
}\n
.listbox input {\n
width:96%;\n
}\n
\n
button.sort_button_desc{\n
background-image: url(\'./km_img/switch_desc.png\');\n
}\n
button.sort_button_asc{\n
background-image: url(\'./km_img/switch_asc.png\');\n
}\n
]]></string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/html</string> </value>
</item>
<item>
<key> <string>expand</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>listbox.css</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>
<tuple>
<global name="Image" module="OFS.Image"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts71860095.91</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>1leftarrowv.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">iVBORw0KGgoAAAANSUhEUgAAAAQAAAAICAYAAADeM14FAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ
bWFnZVJlYWR5ccllPAAAADVJREFUeNpi+P//PwMMNzU1/WdigILm5ub/IJoJmQMCzEAA58BVoAjU
1tYyYqhAEUS3FiDAAPOFIA5bHugSAAAAAElFTkSuQmCC</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>8</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>147</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>4</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Image" module="OFS.Image"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts71855182.7</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>1rightarrowv.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">iVBORw0KGgoAAAANSUhEUgAAAAQAAAAICAYAAADeM14FAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ
bWFnZVJlYWR5ccllPAAAADVJREFUeNpiaGpq+g8EDDDMxAAEzc3N/xmggAnGgAnCBWCCKAIYKmpr
axmZkDlgBrq1AAEGAC6fIY2+4LfiAAAAAElFTkSuQmCC</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>8</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>147</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>4</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Image" module="OFS.Image"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts71861295.62</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>2leftarrowv.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">iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ
bWFnZVJlYWR5ccllPAAAADZJREFUeNpiaGpq+g8EDDAM4jMxIIHm5ub/IJoJXQAuiCyAohJDsLa2
lhGrSmQJFO0wCYAAAwCedhoQ3pneVgAAAABJRU5ErkJggg==</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>8</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>148</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>5</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Image" module="OFS.Image"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts71860037.42</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>2rightarrowv.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">iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ
bWFnZVJlYWR5ccllPAAAADpJREFUeNpsikEKADAIwzr/7UUf7vTQUWEBwaZFRFQD3mRDk5kFwfho
YbpgseR36e5nSYonVQxXgAEAnnYaEHrhUhYAAAAASUVORK5CYII=</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>8</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>152</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>5</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Image" module="OFS.Image"/>
<tuple/>
</tuple>
</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>ts71832393.6</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>button_background.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">iVBORw0KGgoAAAANSUhEUgAAAfQAAAA2CAYAAAAxgWuBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ
bWFnZVJlYWR5ccllPAAAA8dJREFUeNrs3M9uVFUcwPFz78zUjE3ToNIWu1ECEeLCHaYrEog7YtOX
IJkHgMATQOQBGt+CxHRFWDmpujBGExVTDcUUFSLGos0wf+5cz5kWKaxZzCGfT3Jy58/ubL75nblz
i17vn5B8983tj+KlE9dKXEsBAJhWf8T1RVzrZ1ZWb6UPihT0GPNrMzPtK8eWT4bZ2fnQbM3YKgCY
UqPhIOzt7Ybf72+FwaB3PUb9avHV5s1zrdZrt0+e+jA0Gk27BACZqKpR+GXr69B/snc+FbxzbPlE
KMsy1PXY7gBAJlK7F5feCb9uf99JQT/bfn0+xry2MwCQmdTw1PIU9Jki1KZzAMhQanhq+eRH8/E4
xbyyKwCQmf2GhzAJeprO67qwKwCQmacn7PsTenoj6ACQ34R+OOj1uApuiQOADCf0cfUs6JWgA0Ce
E/rhoJvQAeAVmNCf3iEHAOQ2oR++KW5SdzM6AGQedBM6AGQf9HT+PjahA0B26ucm9LoKxVjQASC7
oL/4P/RQCDoAZB30Ko7rhaADQIZBr1+c0D36FQCyDnp6DmwRBB0A8p7QJ+fvgg4AOQd9MK6qUDhy
B4Bcgz5IQe9Wo+Fao9m0KwCQmWo0Spduqvh6f9Bfa5elG+MAIK/xPMSGp1frzYcPH9xaWFi80XvS
u9RqtUIZw+74HQCmueP15JGvw+EwPSnuxpmV1VuTc/YY9csx6t1Bv9+Jb1fimrddADC1duPqpsk8
xnwjfdA8dfqDyTd3fvy2Fy9Pl6ADwPRKrR4crIli66cvU8yvtVozVxYW3w7t9mxoukEOAKbWaDQK
vd5eePjgtzAcDq5fWL14tfjs5qfnms3W7eMn3gtl2bBLAJCJ8bgK9+7+HPr9J+fTKN5ZXFoOjdJU
DgA5Se1+6+hSuL+z3UkVPzs7O+cvawCQoUnDY8tT0GfKovQsdwDIUGp4avn+OXuazk3oAJCfg37/
H3QPkwGAzINeCDoAZNrz54JeThYAkFvQaxM6AJjQAQATOgDw0if0IOgAkGXQw7Ogh1AeLAAgL+Xh
Cd2ROwDkOaH7HzoAvGpBd5c7AOQZdEfuAGBCBwBM6ADAy5/QBR0Acg/6YFzXoSHoAJCd1PDU8hT0
7r+P/157481FuwIAmYkNT5duCvr6ve07a/NHjoZGo2FnACATVVWF2PD0cr149OdO2OxufNJuz156
9/j7YW7uSGg0m3YJAKY15KNRePz4r7B994fQ6+3duLB68XLx6NHO5MvNzzc+jpdOXCtxzdsuAJha
u3F102QeY76RPvhPgAEADcFK/ItLZ7EAAAAASUVORK5CYII=</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>54</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <long>1061</long> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>500</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Image" module="OFS.Image"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts71843478.97</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>config.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">iVBORw0KGgoAAAANSUhEUgAAAAkAAAAPCAYAAAA2yOUNAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A
/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9oEFQkdC4pZGp8AAAC9SURBVCjP
fZDBkcMgDEUfzFZAD9TgCzW4GdqQmqEGDq4BeqCDrPawg4PjJP8kfR4afTkRAbCcswNQVQByzqiq
Ac6JyCOl5GutAI6nLKVErfXXA57v8ieQUgKwdcpJAYQQLuAEpu/MDFW1fd8ZY5y/QwiUUsg5O8wM
M0NErLVmx3FYa81ExOabn5HXCatU9X+nFRxjEGNk9W/xt22j9369wdrEGG/ADeq9XxK+hT6e/NV4
TQfws9SulGJrP4s/n+pcL5MAHB0AAAAASUVORK5CYII=</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>15</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>317</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>9</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Image" module="OFS.Image"/>
<tuple/>
</tuple>
</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>ts71422141.09</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>copy.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">iVBORw0KGgoAAAANSUhEUgAAAA8AAAASCAYAAACEnoQPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ
bWFnZVJlYWR5ccllPAAAANJJREFUeNrMVLEOgjAUfGATY1zwGwip8gnODn61urI7qSwaGRoSmYgL
4D1CTUMsAXHwkuvRNsc9XkMdIpqCC3AOutSNEszBB/gUbIyiaC+lXFIPJElyD8Nwjcebg8HPsuxC
A+B53gZyELrUOD6/N30/qOdazfUGtY+TAySfBiZvITuhF2xJluQao5JdM1nT7EFbf5b8x9/cBWEr
qT3/BJdGgM3VFz7+u0o250qptK8rByBXDuVuz0AJrsweWFBwL8Ejv8dpjosrmPS8DIpGq5cAAwBx
E3E9RQjGzgAAAABJRU5ErkJggg==</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>18</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>304</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>15</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Image" module="OFS.Image"/>
<tuple/>
</tuple>
</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>ts71421262.0</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>cut.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">iVBORw0KGgoAAAANSUhEUgAAAA8AAAATCAYAAABPwleqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ
bWFnZVJlYWR5ccllPAAAAmdJREFUeNqMUz9oGlEYf/5pLFGKm3YozT9wC5RkcApIyRKaJQgphSIB
h0ggmTp1yJape5MhmzQ4lA6tDbQEpbZ6UROibWMupQca62kUbfC09sz5+n2nd1yvCfTBj++9373f
9/cdoZQSDQKA1wOr5f2AlwOr8v8IE4kE1TkIiKK4G4/HpXa7/V7rWCuWhYIgUI7jFAcq32w2qcax
rDES3bJarXrqt9PplGw2m57/S/zW7Xa/YRiGGAwGhQsALBDFhDx+x3uqQt+wRqMRjUQi9PQ0J6fI
smwOzzzPM/pGmnWZPLfb7R6TyXRZqdTMlUrsASEGYjQaCaRexe/Xpa2m73K5DiCnfkfBTkzcJVcu
Xdpq+u1qNXK0vEx/clzimtlfKX6ID6Lk80kYvuj10v8Vyw+FX1/voDBjsVC0Z2trVzpQNvcAT3/l
cvuFlRV6CHQSkJuclC2eC1BCO5tNw71ngPuK2IDCejDIs9PTNGU2SwzQacD3+XkJ7T4gBcDvta2t
xsCBLPYJ8fjn47Ex2giHP8L5lcjz7zAat7gooq3v7CSlViuccjpbxyMjVGCYDNx7hOLQ2epql/P7
v2lqesFOTYmc19v5Oj6u1LuANt3vQQf2QZxzTzo/p2KpdBP2iEC3WLwD0W8MjY5e9ASBdMvlW8Df
xtEOORzksorvhfQwyuNmNHqANVU3NwtQApv3++nJzAyvRMovLdGLvb18eWNDwHvNWCyFI1VHVNve
Th5BTZnhYXri8ZSwicjXQ6FD7HjWZpPHxs7O/gD+CeoM/ScorwXAHMAB+DT4e7KDP2tO8yg/AHYB
X/4IMABY4IT1Hb68GAAAAABJRU5ErkJggg==</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>19</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>709</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>15</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Image" module="OFS.Image"/>
<tuple/>
</tuple>
</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>ts71422171.55</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>delete.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">iVBORw0KGgoAAAANSUhEUgAAABEAAAAUCAYAAABroNZJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ
bWFnZVJlYWR5ccllPAAAAc5JREFUeNqcVEFLAkEUfrO70XZRcEVLgywINTDsF6TXbt7rB5j3uhZ0
qKsXQb3VL+iQ3bwUYuQ5IdGSoLwk6JJg6jZvbLbVXTMbeLx53xs/v/d23hBN004AYBf+t6rULggl
eSoUblfa7TZ0Oh0YDLSpvxQEArIsg9u9+BkOb91ICCKBx7MMiqL8WUKr1YJarTpHRawxElTgdDpn
qsNut0O326XKB8BIsARCyMwNQYJ+v08kDnCScvmB+UAgqO/HY9wbl4kkGNzQk8a9Vaw32kiCVqlU
mOVCIeY5xmOOGcsXfj6bwMzv98NjLMaw9WSSYcYY8/zsRCX1+jNsXudgJxodNi+RYB7jl8MDlh9X
YuqJz7c6BFIp6MXjOoFEY5+pG8S6HLRG4w0uAwG4yuf140iIOBo/x8WYykErbkd0BfPptE6kHB3T
m+2d3FieaDbfIXJXZAQfZ6cMQ49LzmRYfmpPFOX7+mezsMAVIEbjkfxv90RV2ybP9+M2ogRjDtps
dks/6UkQRVFjSvBtUFXV8t8mGU4wJWB7VPLqcrm8pdK9RN8GnMqp0yuKw0/scDgGlETFl22f2h4d
66Ver0dwvKe/bAJIkqRRr1KS8y8BBgDIWr4dRPRp0gAAAABJRU5ErkJggg==</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>20</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>556</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>17</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Image" module="OFS.Image"/>
<tuple/>
</tuple>
</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>ts71425424.71</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>filter.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">iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ
bWFnZVJlYWR5ccllPAAAAR9JREFUeNq01M1qwkAQB/D/7qYBD4GiKLR6EoT20vfouU9hnqanSF+i
0FPPvoAHwZNXP6DipbFNWbI73dWkaD7UVjsQktmZ/SUb2GVxLAMAXfw9eswgNPTvMVaVncrbfJbr
blxd7+QdEeEueIVjE9d1cVuvQkQCzGPgnxy63QCFBOF8Qb9rqIqCUgpaawgegVZknjeYk6p8sQA8
D9XLJparKWgersfjpM4+tpohILX8ybhd083jyzqhMMRyMkWt1TRf5JX+BCk3gF2KnW8R/zdQFhDi
wudJ7SgoCyTzwLdeUgrtA7JIIXQIKEJyUBplQBmCosZ94xxniP9HRmYbnIr0Hp6e0R+MT0L8FMru
8FyYo+DQFdjjIrnn6kSEbwEGAMz2vLzIta5ZAAAAAElFTkSuQmCC</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>17</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>381</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>17</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Image" module="OFS.Image"/>
<tuple/>
</tuple>
</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>ts71425685.26</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>find.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">iVBORw0KGgoAAAANSUhEUgAAABAAAAATCAYAAACZZ43PAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ
bWFnZVJlYWR5ccllPAAAAVFJREFUeNrUVMFqwkAQfZvk4MUkYE7SkLPkLpEeizSi/QM/p59ivkGL
9FiE2BzVW23xB8QEAmKyzWwICrYxtr10YBhm2Xnz3u7OMs75I4AhfmYjlgG8z2YvVhiGiOMYacpL
KySJoVarQVVVdDq3HwotUnGzeYNGo1Gp7W63w3r9hqw5BAB1NgyjMm9N07Df7zO2aQ5AtBljV4mn
4iRJmFIsXAtQ2N8BSJL07xiw3zEotl8E2Gw28H0fq9UKrVYL7XYbpmlWlzCfz+G6LgaDAXRdh+d5
sCzr+LRPGXzly+USipL32W63Ij9le1GCbdvi1RFDipSfAVD+HYDjOJhMJlgsFqI4CALh3e4dZFnm
AoDGM4oi1Ov1MwDSe6qZismm02f0+w85A5rtIHgV45kNSOn19Xr3GI+fjudGP1LmQ9J3OBwYxfIP
RaJD5RQzgNGnAAMAcPyFHWCdLe0AAAAASUVORK5CYII=</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>19</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>431</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></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>
<tuple>
<global name="Image" module="OFS.Image"/>
<tuple/>
</tuple>
</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>ts71425464.51</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>new.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">iVBORw0KGgoAAAANSUhEUgAAABEAAAAUCAYAAABroNZJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ
bWFnZVJlYWR5ccllPAAAAV9JREFUeNqsVF1KxDAQnqQR9slqW9vuKgieYH1WEEFvoRfwHN5EryEi
rPbFvcKub+KKP7SBQu2PmUi0m8Z2XRwYJs1Hvn5f2hlSVdU5AJzAcjEReUkEyUMU3W4nSQJpmkJZ
Vp0nKSXQ6/UgCMKP4XB3xHATCQaDLXBdd2EJcRzDdDpZESJ2JAkq8DzvTz5s24Ysy4TyEihuoAVC
SCP7UWisKpGgKApCFXMdDO8CWZ/2ZsaqcBWsTqJitv+MO79a0XGjEn+0YbSn4w0llH7zwcvBa52/
ETpuVOLeOK1KFN56J2+H76138oOTeSVoR+X69drcs54KV+812omPElntq1VjVXirHRXJMZeS9apH
K8mi8X8keH4ZEhwJlmVV8mJxNnDOW/8NPbGDBYFco5JH3/c3x+N7JmYDdmWnAsv6+tSO45SChONk
OxN5Ktq6n+c5wfbutkGBMVaJygXJxacAAwDJd4Y0x2ZoAAAAAABJRU5ErkJggg==</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>20</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>445</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>17</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Image" module="OFS.Image"/>
<tuple/>
</tuple>
</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>ts71665565.12</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>paste.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">iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A
/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9oEEwgYLpiDD3YAAAKGSURBVDjL
jZS7jtRIFIb//1S5yo25jTSjbQ0wJGhzYpaAmBSJJ+ABNiIj2JV4F16BlAwRIjIQIAhGOyCW6aHd
bfv8G9jt6WbnQkmW66bv/OdSh+4OSVsALgMoARDnjwbAEYAvIYRm/SBKuiLp62JR113XEYDOo5FE
SqksivS3pL8AtKv9SPLKYlF/e/Pm9dWmaUH2AiWdCZxOp4c3btx8LGnu7s+LovjH3T9GANndrW07
pJQEgO6OpmnQtu1JYLkL+/v7eblsvuecnqZUPtnZ2XkeY3wQJVEizAySSBJ1XQMgynICkviJyR7q
6eDgYFtyHB39KO/c+eN+COFqJInBS/RzYj6fYzrdxe7uLtwFSQjB0CcQMAOPc0e9evWSy+VyNplM
LsaTYtR1HUIIkITZ7BCSo6ouYjabARCKooBZf15VFSXB3U1SF08L+lgGMUIS2rZBSgVC6NdDiLDy
cJjTTgJKPdTMNlSTRIxxIzx9jDmKiKcBzTgAwpgUkgjB0DRA1zmKIiKEsOnRyS4DgMHM0DuhEWi2
2j82uj7stOJdXa6qCmYcvt5AjBEpZQAc4WcqXKk0szHj60mIMY5qe4U8DyiQvWuLRQ0JyLlEXf8Y
k7J6QcfQNaD6gSFYXC+fnMvxcs6rl6MR0v81GogA3IxV13Vw72gW4O4wM5HkeulsQrChcAiJoqT9
oihe3Lr1+z0ScHefz+eNpJRzqbP6IwmQHAzTSYZI8jCE+Ghra+s3AJ2ZPbx27fqfHz68x+fPn+Du
Z7YxEpQcRZEukPweB6lvzezdqhvv7d28u729fXuxWHZDRz8VGGNUzjmXZfkMwL/8/ysR3HUJ0J67
T36he5PkFwCfzGz5H9vbPH+6BKUQAAAAAElFTkSuQmCC</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>20</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>774</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>20</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Image" module="OFS.Image"/>
<tuple/>
</tuple>
</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>ts71424718.04</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>print.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">iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAYAAAC5DOVpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ
bWFnZVJlYWR5ccllPAAAAYRJREFUeNqkU8FOwkAQndkQuvXSEzStiRqMfkb1hh8hf+LRT/EjDCdt
YvQH5KAXOQjhBD3YIoSuO1u63RYKibx0szO7O69vZnZRCAEERFSz9O/ldAv78SBj7nKHeBrmLhHN
5/NeGD6dJEkCaSo2GBhD4JxDEFz3iMAkRFOZtL/6/cfTTuccWq12raQoimAweIdu92bIGDvLlbHq
QVK0i4jgOA4sl0upPC2tN8ycCZQaqVz8LmA6m4LrujCZTHQA+dm5FFarlc6sRFZF02rqwHzeB7Zt
kZTRIEU0qnbe+SoadWQEz/P0mmn/S9l4PFajau9UliSxqqJtHw3NTd/3t9rl7utYxDj+EWH4DIci
CK6Kmvn+MVCXKQP6Farrsp51/oWDxtpo9F1ugM1tcC4ulT37/Chi16yyUpo0JxJ13eQ2L20QuQ7B
jEIUpla/lcyyuFakfNva+HWmTtTWrSBrWtCWNx2Np2XWS6eJgj6VPopSRQuy17eXgzuqHmp+Vw4B
3bM/AQYAanOrSEZnNikAAAAASUVORK5CYII=</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>18</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>482</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>19</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Image" module="OFS.Image"/>
<tuple/>
</tuple>
</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>ts71425449.29</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>reset.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">iVBORw0KGgoAAAANSUhEUgAAABAAAAATCAYAAACZZ43PAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ
bWFnZVJlYWR5ccllPAAAAWtJREFUeNpi/P//fwsDA0MMA3lgCSPQgAfHjx+V//z5M8P3798Z/v37
j1cHExMjAwcHBwMfHx+DpaX1QxaQIEizlJQMg7CwMFHWfvr0ieH+/XsMQMsZwAaAbBYRESHa3fz8
/Ay/fv0CuvYfxACQsxkZGUnyPEjz379/GZlgAiADkLHPTn0MMWQMAyzIBsCA13ZdDDFcgAURuhDH
eGzVBtMCBloMUc/DGT5cuAbm7/C+ij1WkF2ArBkGQGwQjngaitULTMgu2O13A0UzOgh/EgJWB3Et
I6YLQHiN/Hq4BhAbmY8a2AzYDQDhtQob4GIuG9Xh4YCsDqsXkPF6pU1gen/QHbi3YGKwAMcZjehg
g/JmwtFIakpEMQCkl1QDQLmSmZn5P9gzoOz55csXvEkXGYMyElAzmA12AShvnz17Bpw9gRkEr83M
zJBABOkBGwgqkYA4BpS7/vz5wwii8TudiYGFheU/iAYasAQgwACs4XfRTMKE0wAAAABJRU5ErkJg
gg==</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>19</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>457</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></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>
<tuple>
<global name="Image" module="OFS.Image"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts71849197.73</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>search_background.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">iVBORw0KGgoAAAANSUhEUgAAADgAAAARCAYAAACIJW/gAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A
/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9oEFQoTMkmZAUAAAAAxSURBVEjH
7c8BDQAgCAAwpH8YY7gZCgqQgP0Nfv67FYtlLCcoKCgoKCgoKCgoKCg4arSMA2QvA+TXAAAAAElF
TkSuQmCC</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>17</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>177</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>56</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Image" module="OFS.Image"/>
<tuple/>
</tuple>
</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>ts71427591.44</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>sort.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">iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ
bWFnZVJlYWR5ccllPAAAADJJREFUeNpi+PPn1zQg/o8F4xRnBDEWzprMgA7i03IZcIkzMZABBrkm
htHQo3foAQQYANKoqfvleLvYAAAAAElFTkSuQmCC</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>13</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>144</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>13</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Image" module="OFS.Image"/>
<tuple/>
</tuple>
</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>ts71851346.66</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>switch_asc.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">iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAAXNSR0IArs4c6QAAAAZiS0dEAAAA
AAAA+UO7fwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9oEFQsxBs5d2eIAAABoSURBVAjX
XYihDcJQFADvtYSEiioMjhlYBNWxanFMUNVFGKK2dYgm/OYdBhLCmctdLPMkwDgMXLsOgOo7fh33
Wy9/xDJPHpr2sav3F5B1fUIpBfWoop7VE59oVDITldCsIQQSYNte1RuIbDxtFVZEdQAAAABJRU5E
rkJggg==</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>7</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>232</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>5</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Image" module="OFS.Image"/>
<tuple/>
</tuple>
</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>ts71851355.45</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>switch_desc.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">iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAAXNSR0IArs4c6QAAAAZiS0dEAAAA
AAAA+UO7fwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9oEFQsyBuVwiiEAAABZSURBVAjX
VYoxCoAwEATnglVqH+CPUl3jn2zt/JK137CJEELWKpAsLLMMa621aGYABagASOpdJW2SMEkMiUBe
cn4FYNhdyvfUWna7zmO6AoTkPonkTuhj5A9xniqJxrGwbwAAAABJRU5ErkJggg==</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>7</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>217</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>5</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Image" module="OFS.Image"/>
<tuple/>
</tuple>
</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>ts71684380.16</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>tree_closed.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">iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAZ0lEQVQYV32QsQrAIAxE8+/t99T+
SKHZXd1cBBcHSbkDA23RwIPj7k2RM6js22UzsFNYHXaXWmtERDz/pFIKgTTyS+q9c/yC3qVaq8UY
CcaR0buUczZVJZBGRu9SSmkKpXDcyz9hfwBS5fiIbVgClQAAAABJRU5ErkJggg==</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>9</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>160</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>9</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Image" module="OFS.Image"/>
<tuple/>
</tuple>
</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>ts71684364.69</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>tree_open.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">iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAXElEQVQYV32QMQrAMAhFvXt7nqYX
KdTd1c1FyJJBLGYQiiTCW/57k3A3hPN4fEX4GewufEZjjEKJVLXwi8zMAaAQe0a9dyeiQuwZiYgj
YiH2jJh5yYza9W7/FP4DhZwDXIMDO98AAAAASUVORK5CYII=</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>9</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>149</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>9</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -120,6 +120,7 @@
\'%s/km_css/type.css\' % portal_path,\n
\'%s/km_css/gadget.css\' % portal_path,\n
\'%s/km_custom.css\' % portal_path,\n
\'%s/km_css/listbox.css\' % portal_path,\n
];\n
global js_list python:[\n
\'%s/erp5_km_utils.js\' % portal_path,\n
......
1395
\ No newline at end of file
1402
\ 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