Commit b75161c0 authored by Gabriel Monnerat's avatar Gabriel Monnerat

2010-11-02 gabriel

* The initial commit

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39801 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3d727ae6
<?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>jgraduate</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="DTMLMethod" module="OFS.DTMLMethod"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>__name__</string> </key>
<value> <string>README</string> </value>
</item>
<item>
<key> <string>_vars</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>globals</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>raw</string> </key>
<value> <string>jGraduate - A jQuery plugin for picking gradients\n
\n
Licensed under the Apache License 2. See LICENSE for more information.\n
</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>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>
<global name="DTMLMethod" module="OFS.DTMLMethod"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>jPicker-1.0.12.css</string> </value>
</item>
<item>
<key> <string>_vars</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>globals</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>raw</string> </key>
<value> <string>.jPicker_Picker {\r\n
display: inline-block;\r\n
height: 24px; /* change this value if using a different sized color picker icon */\r\n
position: relative; /* make this element an absolute positioning container */\r\n
text-align: left; /* make the zero width children position to the left of container */\r\n
width: 25px; /* change this value if using a different sized color picker icon */\r\n
}\r\n
.jPicker_Color, .jPicker_Alpha {\r\n
background-position: 2px 2px;\r\n
display: block;\r\n
height: 100%;\r\n
left: 0px;\r\n
position: absolute;\r\n
top: 0px;\r\n
width: 100%;\r\n
}\r\n
.jPicker_Icon {\r\n
background-repeat: no-repeat;\r\n
cursor: pointer;\r\n
display: block;\r\n
height: 100%;\r\n
left: 0px;\r\n
position: absolute;\r\n
top: 0px;\r\n
width: 100%;\r\n
}\r\n
.jPicker_Container {\r\n
display: none;\r\n
z-index: 10; /* make sure container draws above color picker icon in Firefox/Safari/Chrome/Opera/etc. -\r\n
IE calculates z-index so this won\'t work - we will hide all color picker icons placed after the selected one in code when shown in IE */\r\n
}\r\n
.jPicker_table {\r\n
background-color: #efefef;\r\n
border: 1px outset #666;\r\n
font-family: Arial, Helvetica, Sans-Serif;\r\n
font-size: 12px;\r\n
margin: 0px;\r\n
padding: 5px;\r\n
width: 550px;\r\n
}\r\n
.jPicker_table td {\r\n
margin: 0px;\r\n
padding: 0px;\r\n
vertical-align: top;\r\n
}\r\n
.jPicker_MoveBar {\r\n
background-color: #dddddd;\r\n
border: 1px outset #aaa;\r\n
cursor: move;\r\n
height: 12px;\r\n
}\r\n
.jPicker_Title {\r\n
font-size: 11px !important;\r\n
font-weight: bold;\r\n
margin: -2px 0px 0px 0px;\r\n
padding: 0px;\r\n
text-align: center;\r\n
width: 100%;\r\n
}\r\n
.jPicker_ColorMap {\r\n
border: 2px inset #eee;\r\n
cursor: crosshair;\r\n
height: 260px; /* IE 6 incorrectly draws border inside the width and height instead of outside - We will fix this to 256px later */\r\n
margin: 0px 5px 0px 5px;\r\n
overflow: hidden; /* hide the overdraw of the Color Map icon when at edge of viewing box */\r\n
padding: 0px;\r\n
position: relative; /* make this element an absolute positioning container */\r\n
width: 260px; /* IE 6 incorrectly draws border inside the width and height instead of outside - We will fix this to 256px later */\r\n
}\r\n
div[class="jPicker_ColorMap"] {\r\n
height: 256px; /* correct to 256px for browsers that support the "[class="xxx"]" selector (IE7+,Firefox,Safari,Chrome,Opera,etc.) */\r\n
width: 256px; /* correct to 256px for browsers that support the "[class="xxx"]" selector (IE7+,Firefox,Safari,Chrome,Opera,etc.) */\r\n
}\r\n
.jPicker_ColorBar {\r\n
border: 2px inset #eee;\r\n
cursor: n-resize;\r\n
height: 260px; /* IE 6 incorrectly draws border inside the width and height instead of outside - We will fix this to 256px later */\r\n
margin: 12px 10px 0px 5px;\r\n
padding: 0px;\r\n
position: relative;\r\n
width: 24px; /* IE 6 incorrectly draws border inside the width and height instead of outside - We will fix this to 20px later */\r\n
}\r\n
div[class="jPicker_ColorBar"] {\r\n
height: 256px; /* correct to 256px for browsers that support the "[class="xxx"]" selector (IE7+,Firefox,Safari,Chrome,Opera,etc.) */\r\n
width: 20px; /* correct to 20px for browsers that support the "[class="xxx"]" selector (IE7+,Firefox,Safari,Chrome,Opera,etc.) */\r\n
}\r\n
.jPicker_ColorMap_l1, .jPicker_ColorMap_l2, .jPicker_ColorMap_l3, .jPicker_ColorBar_l1, .jPicker_ColorBar_l2, .jPicker_ColorBar_l3, .jPicker_ColorBar_l4, .jPicker_ColorBar_l5, .jPicker_ColorBar_l6 {\r\n
background-color: transparent;\r\n
background-image: none;\r\n
display: block;\r\n
height: 256px; /* must specific pixel height. IE7/8 Quirks mode ignores opacity for an absolutely positioned item in a relative container with "overflow: visible". The marker in the colorBar\r\n
would not be drawn if its overflow is set to hidden. */\r\n
left: 0px;\r\n
position: absolute;\r\n
top: 0px;\r\n
}\r\n
.jPicker_ColorMap_l1, .jPicker_ColorMap_l2, .jPicker_ColorMap_l3 {\r\n
width: 256px; /* must specific pixel width. IE7/8 Quirks mode ignores opacity for an absolutely positioned item in a relative container with "overflow: visible". The marker in the colorBar\r\n
would not be drawn if its overflow is set to hidden. */\r\n
}\r\n
.jPicker_ColorBar_l1, .jPicker_ColorBar_l2, .jPicker_ColorBar_l3, .jPicker_ColorBar_l4, .jPicker_ColorBar_l5, .jPicker_ColorBar_l6 {\r\n
width: 20px; /* must specific pixel width. IE7/8 Quirks mode ignores opacity for an absolutely positioned item in a relative container with "overflow: visible". The marker in the colorBar\r\n
would not be drawn if its overflow is set to hidden. */\r\n
}\r\n
.jPicker_ColorMap_l1, .jPicker_ColorMap_l2, .jPicker_ColorBar_l6 {\r\n
background-repeat: no-repeat;\r\n
}\r\n
.jPicker_ColorMap_l3, .jPicker_ColorBar_l5 {\r\n
background-repeat: repeat;\r\n
}\r\n
.jPicker_ColorBar_l1, .jPicker_ColorBar_l2, .jPicker_ColorBar_l3, .jPicker_ColorBar_l4 {\r\n
background-repeat: repeat-x;\r\n
}\r\n
.jPicker_ColorMap_Arrow {\r\n
display: block;\r\n
position: absolute;\r\n
}\r\n
.jPicker_ColorBar_Arrow {\r\n
display: block;\r\n
left: -10px; /* (arrow width / 2) - (element width / 2) - position arrows\' center in elements\' center */\r\n
position: absolute;\r\n
}\r\n
.jPicker_Preview {\r\n
font-size: x-small;\r\n
text-align: center;\r\n
}\r\n
.jPicker_Preview div {\r\n
border: 2px inset #eee;\r\n
height: 62px;\r\n
margin: 0px auto;\r\n
padding: 0px;\r\n
width: 62px;\r\n
}\r\n
.jPicker_Preview div span {\r\n
border: 1px solid #000;\r\n
display: block;\r\n
height: 30px;\r\n
margin: 0px auto;\r\n
padding: 0px;\r\n
width: 60px;\r\n
}\r\n
.jPicker_Preview div span.jPicker_Active {\r\n
border-bottom-width: 0px;\r\n
}\r\n
.jPicker_Preview div span.jPicker_Current {\r\n
border-top-width: 0px;\r\n
cursor: pointer;\r\n
}\r\n
.jPicker_OkCancel {\r\n
text-align: center;\r\n
width: 120px;\r\n
}\r\n
.jPicker_OkCancel input {\r\n
width: 100px;\r\n
}\r\n
.jPicker_OkCancel input.jPicker_Ok {\r\n
margin: 12px 0px 5px 0px;\r\n
}\r\n
.jPicker_Text {\r\n
text-align: left;\r\n
}\r\n
.jPicker_HueText, .jPicker_SaturationText, .jPicker_BrightnessText, .jPicker_RedText, .jPicker_GreenText, .jPicker_BlueText, .jPicker_AlphaText {\r\n
background-color: #fff;\r\n
border: 1px inset #aaa;\r\n
margin: 0px 0px 0px 5px;\r\n
text-align: left;\r\n
width: 30px;\r\n
}\r\n
.jPicker_HexText {\r\n
background-color: #fff;\r\n
border: 1px inset #aaa;\r\n
margin: 0px 0px 0px 5px;\r\n
width: 65px;\r\n
}\r\n
.jPicker_Grid {\r\n
text-align: center;\r\n
}\r\n
span.jPicker_QuickColor {\r\n
border: 1px inset #aaa;\r\n
cursor: pointer;\r\n
display: block;\r\n
float: left;\r\n
height: 13px;\r\n
line-height: 13px;\r\n
margin: 2px 2px 1px 2px;\r\n
padding: 0px;\r\n
width: 15px;\r\n
}\r\n
span[class="jPicker_QuickColor"] {\r\n
width: 13px;\r\n
}</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="DTMLMethod" module="OFS.DTMLMethod"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>jgraduate.css</string> </value>
</item>
<item>
<key> <string>_vars</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>globals</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>raw</string> </key>
<value> <string encoding="cdata"><![CDATA[
/* \n
* jGraduate Default CSS\n
* \n
* Copyright (c) 2009 Jeff Schiller\n
*\n
* Licensed under the Apache License Version 2\n
*/\n
\n
h2.jGraduate_Title {\n
font-family: Arial, Helvetica, Sans-Serif;\n
font-size: 11px !important;\n
font-weight: bold;\n
margin: -13px 0px 0px 0px;\n
padding: 0px;\n
text-align: center;\n
}\n
\n
.jGraduate_Picker {\n
\tfont-family: Arial, Helvetica, Sans-Serif;\n
\tfont-size: 12px;\n
\tborder-style: solid;\n
\tborder-color: lightgrey black black lightgrey;\n
\tborder-width: 1px;\n
\tbackground-color: #EFEFEF;\n
\tposition: absolute;\n
\tpadding: 10px;\n
}\n
\n
.jGraduate_tabs li {\n
\tbackground-color: #ccc;\n
\tdisplay: inline;\n
\tborder: solid 1px grey;\n
\tpadding: 3px;\n
\tmargin: 2px;\n
\tcursor: pointer;\n
}\n
\n
li.jGraduate_tab_current {\n
\tbackground-color: #EFEFEF;\n
\tdisplay: inline;\n
\tpadding: 3px;\n
\tmargin: 2px;\n
\tborder: solid 1px black;\n
\tcursor: pointer;\n
}\n
\n
.jGraduate_colPick {\n
\tdisplay: none;\n
}\n
\n
.jGraduate_lgPick {\t\n
\tdisplay: none;\n
\tborder: outset 1px #666;\n
\tpadding: 10px 7px 5px 5px;\n
\toverflow: auto;\n
}\n
\n
.jGraduate_rgPick {\t\n
\tdisplay: none;\n
\tborder: outset 1px #666;\n
\tpadding: 10px 7px 5px 5px;\n
\toverflow: auto;\n
/*\tposition: relative;*/\n
}\n
\n
.jGraduate_tabs {\n
\tposition: relative;\n
\tbackground-color: #EFEFEF;\n
\tpadding: 0px;\n
\tmargin: 0px;\n
\tmargin-bottom: 5px;\n
}\n
\n
div.jGraduate_Swatch {\n
\tfloat: left;\n
\tmargin: 8px;\n
}\n
div.jGraduate_GradContainer {\n
\tborder: 2px inset #EEE;\n
\tbackground-image: url(../images/map-opacity.png); \n
\tbackground-position: 0px 0px;\n
\theight: 256px;\n
}\n
\n
.jGraduate_AlphaArrows {\n
\tposition: absolute;\n
\tmargin-top: -10px;\n
\tmargin-left: 250.5px;\n
}\n
\n
div.jGraduate_Opacity {\n
\tborder: 2px inset #eee;\n
\tmargin-top: 14px;\n
\tbackground-color: black;\n
\tbackground-image: url(../images/Maps.png);\n
\tbackground-position: 0px -2816px;\n
\theight: 20px;\n
\tcursor: ew-resize;\n
}\n
\n
div.lg_jGraduate_OpacityField {\n
\tposition: absolute;\n
\tbottom: 25px;\n
\tleft: 292px;\n
}\n
\n
div.jGraduate_Form {\n
\tfloat: left;\n
\twidth: 140px;\n
\tmargin: -3px 3px 0px 4px;\n
}\n
\n
div.jGraduate_StopSection {\n
\twidth: 120px;\n
\ttext-align: center;\n
}\n
\n
div.jGraduate_RadiusField {\n
\t\n
\ttext-align: center;\n
\tfloat: left;\n
}\n
\n
div.jGraduate_RadiusField input {\n
\tmargin-top: 10px;\n
}\n
\n
.jGraduate_RadiusField .jGraduate_Form_Section {\n
\twidth: 250px;\n
\tpadding: 2px;\n
\theight: 80px;\n
\toverflow: visible;\n
}\n
\n
.jGraduate_Form_Section input[type=text] {\n
\twidth: 38px;\n
}\n
\n
.jGraduate_Radius {\n
\tborder:1px solid #BBB;\n
\tcursor:ew-resize;\n
\theight:20px;\n
\tmargin-top:14px;\n
\tposition: relative;\n
}\n
\n
\n
.jGraduate_RadiusArrows {\n
\ttop: 0;\n
\tleft: 0;\n
\tposition: absolute;\n
\tmargin-top: -10px;\n
\tmargin-left: 250.5px;\n
}\n
\n
\n
div.jGraduate_OkCancel {\n
\tfloat: left;\n
\twidth: 113px;\n
}\n
\n
input.jGraduate_Ok, input.jGraduate_Cancel {\n
\tdisplay: block;\n
\twidth: 100px;\n
\tmargin-left: -4px;\n
\tmargin-right: -4px;\n
}\n
input.jGraduate_Ok {\n
\tmargin: 9px -4px 5px -4px;\n
}\n
\n
.colorBox {\n
\tfloat: left;\n
\theight: 16px;\n
\twidth: 16px;\n
\tborder: 1px solid #808080;\n
\tcursor: pointer;\n
\tmargin: 4px 4px 4px 30px;\n
}\n
\n
.colorBox + label {\n
\tfloat: left;\n
\tmargin-top: 7px;\n
}\n
\n
label.jGraduate_Form_Heading {\n
\tposition: relative;\n
\ttop: 10px;\n
\tbackground-color: #EFEFEF;\n
\tpadding: 2px;\n
\tfont-weight: bold;\n
\tfont-size: 13px;\n
}\n
\n
div.jGraduate_Form_Section {\n
\tborder-style: solid;\n
\tborder-width: 1px;\n
\tborder-color: grey;\n
\t-moz-border-radius: 5px;\n
\t-webkit-border-radius: 5px;\n
\tpadding: 15px 5px 5px 5px;\n
\tmargin: 2px;\n
\twidth: 110px;\n
\ttext-align: center;\n
\toverflow: auto;\n
}\n
\n
div.jGraduate_LightBox {\n
\tposition: fixed;\n
\ttop: 0px;\n
\tleft: 0px;\n
\tright: 0px;\n
\tbottom: 0px;\n
\tbackground-color: #000;\n
\topacity: 0.5;\n
\tdisplay: none;\n
}\n
\n
div.jGraduate_stopPicker {\n
\tposition: absolute;\n
\tdisplay: none;\n
\tbackground: #E8E8E8;\n
}\n
\n
\n
.jGraduate_rgPick {\n
\twidth: 530px;\n
}\n
\n
.jGraduate_rgPick div.jGraduate_Form {\n
\twidth: 270px;\n
\tposition: absolute;\n
\tleft: 284px;\n
\twidth: 266px;\n
\ttop: 130px;\n
\tmargin: -3px 3px 0px 4px;\n
}\n
\n
.jGraduate_Colorblocks {\n
\tdisplay: table;\n
\tborder-spacing: 0 5px;\n
}\n
\n
.jGraduate_colorblock {\n
\tdisplay: table-row;\n
}\n
\n
.jGraduate_Colorblocks .jGraduate_colorblock > * {\n
\tdisplay: table-cell;\n
\tvertical-align: middle;\n
\tmargin: 0;\n
\tfloat: none;\n
}\n
\n
.jGraduate_rgPick div.jGraduate_StopSection {\n
\tfloat: left;\n
\twidth: 133px;\n
\tmargin: 0;\n
}\n
\n
.jGraduate_rgPick .jGraduate_OkCancel {\n
\tposition: absolute;\n
\tright: 0;\n
}\n
\n
.rg_jGraduate_OpacityField {\n
\tposition: absolute;\n
\tleft: 288px;\n
\tbottom: 24px;\n
}
]]></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>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>ts80003722.23</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>AlphaBar.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">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
A/ojN/lHgAEAu8/LmSCgrTcAAAAASUVORK5CYII=</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>256</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>2195</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>
<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>ts80003722.59</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>Bars.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">iVBORw0KGgoAAAANSUhEUgAAAAEAABAACAYAAACzl4viAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ
bWFnZVJlYWR5ccllPAAAAP9JREFUeNrs3FsPgjAMhuFuF/z/30sgtQUPiVcb4CH7XmKeTNebtbMR
FM3drVocAABamMcjRpONQqxo9brGkzrnKgchSxWFmrJuY2C2eO6+JfffbKOQG9Brrm8Uok65piUb
xZzFG4Ot9dnj81959sSGUetE6Qk5ONEV8gPqdcEHZ7smTgf/+2vXBH+uWqeDv8aZt2TrRFcvaZh4
H9njoP/R/+h/9D+d/redUtU8BaluAACCODkAAE0KOQAASfbvf0kEAGi1vtf1PwMAUMTJAQBIUsgB
AGiy/1qdRACAWOvbbn3b7/8AAJDDyQEAqFLIAQBIcv9bERIBAGKtz/wmwAB6qrlXgltEeAAAAABJ
RU5ErkJggg==</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>4096</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>349</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>1</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>ts80003723.82</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>NoColor.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">iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAIAAAD9iXMrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ
bWFnZVJlYWR5ccllPAAAAK5JREFUeNqMkbERhiAMhcN/OoMrWLiCrRM4hbM5gQUNK1A4g432FPHl
F85EGzkuF16+C3ngDvq0fhKmib3nbeN9NxuK96hmjsfRzTPFSCndHZDHCB1VnCqRuo6JRPrnVNcG
gpI5FBTq2pbX9YZQzZxFqe9dCBoqPgqKToBoWQRFXiDLpYTrKAQaBkTJla3q7U7maxpjK3PWHVtb
yq9+gmumB3pxT+j9Aogf//cUYADj4Ht5eajeZAAAAABJRU5ErkJggg==</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>268</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>
<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>ts80003722.41</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>bar-opacity.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">iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAIAAABLbSncAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ
bWFnZVJlYWR5ccllPAAAAChJREFUeNpiPHPmDAMMGBsbw9lMDDgA6RKM////h3POnj1LCzsAAgwA
QtYIcFfEyzkAAAAASUVORK5CYII=</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>134</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>8</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>ts80003722.77</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>map-opacity.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">iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ
bWFnZVJlYWR5ccllPAAAAC1JREFUeNpiPHPmDAM2YGxsjFWciYFEMKqBGMD4//9/rBJnz54dDSX6
aQAIMABCtQiAsDRF+wAAAABJRU5ErkJggg==</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>139</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>
<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>ts80003723.34</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>mappoint.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">R0lGODlhDwAPAJECAAAAAP///////wAAACH5BAEAAAIALAAAAAAPAA8AAAIulA2Zx5IB4WIANnlq
aAa7zXXAFzLBUx5nlYpsu4LpSZb0J5s3fu2IFplwFEJDAQA7</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>93</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>
<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>ts80003722.96</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>mappoint_c.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">iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ
bWFnZVJlYWR5ccllPAAAAJ5JREFUeNqkU4ENgDAIA7OXvGL+pP6kV3gUsgVmM3VLlIQsIG0JIIsI
1cbMt6TWcZ0LT6AWIZKwF6aPAJrUR8Ae6pvVXQQGELCovqSce4otL6aQn6wMqllR41njFVr2OHeA
6oXQFUGJsBPLk6sHercdX1B+nnaHaG+uqmHRpn8gydABFGAaWrW+n9P+veevF8Z4x53bptfb/vJX
nQIMAEGb5PDljJOZAAAAAElFTkSuQmCC</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>252</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>
<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>ts80003723.14</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>mappoint_f.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">iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ
bWFnZVJlYWR5ccllPAAAAKFJREFUeNqcU1sSgCAIhMbbdajoUJ2iQ5EYFiFa087sh7jLwwiZGTwQ
sQlmHfpYikyjhDYJVqFcGtMKLRbV3QnUwAYkZ0+JV4Gen21L4kzSbL76rvdXe8m0i0GrFMSKQXwJ
xiBTdYsE1yhK6swLhiXerexm3iPN17ZDTOfs5a0YvoHrt578xZvRzxYuSubsH8kuiBDtHr/sNnR3
+89fdQgwAB1fwHzYeLmXAAAAAElFTkSuQmCC</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>255</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>
<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>ts80003724.01</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>picker.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">R0lGODlhGQAYAKIEANjY2P////Dw8BseI////wAAAAAAAAAAACH5BAEAAAQALAAAAAAZABgAAANX
KLDc/kvBSWO4OOssVyBgKI5i0HxkOpoMqr6s984x4M5kfePlyae6X84n7LWKRhltE+jYcLXJblh5
0qpWWGMAma4Yg/DDawybHeRQFCJgcrDwijPuECQAADs=</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>24</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>146</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>25</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>ts80003724.2</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>preview-opacity.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">iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAIAAAACUFjqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ
bWFnZVJlYWR5ccllPAAAAClJREFUeNpiPHPmDAMSMDY2RuYyMeAFNJVm/P//PzL/7Nmzg8VpAAEG
ALE5CHQT4Ca/AAAAAElFTkSuQmCC</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>10</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>135</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>10</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>ts80003721.04</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>rangearrows.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">R0lGODlhKAAJAJECAHRyav///////wAAACH5BAEAAAIALAAAAAAoAAkAAAIvFC6py+17gAlUvosT
oOHwnoXMxnmfJWZkuZYp1lYx+j5zS9f2ueb6XjEgfqKIoAAAOw==</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>94</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>40</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>ts80003724.39</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>rangearrows2.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">R0lGODlhCQAoAKEBAHRyav///////////yH5BAEAAAIALAAAAAAJACgAAAIuFI5gwR3nGoxvOSVs
zRls3oHiSJbmiabqyrbuC8cxJnp0J3HepV17NAEaEgdBAQA7</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>40</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>93</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>
2010-11-02 gabriel
* The initial commit
\ No newline at end of file
2010 (c) Nexedi SA
\ No newline at end of file
erp5_jquery
\ No newline at end of file
This Business Template contains only static files of jQuery JGraduate Plugin.
\ No newline at end of file
GPL
\ No newline at end of file
portal_skins/erp5_jquery/plugin/jgraduate
portal_skins/erp5_jquery/plugin/jgraduate/**
\ No newline at end of file
erp5_jquery_plugin_jgraduate
\ No newline at end of file
5.4.7
\ 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