[Erp5-report] r41494 gabriel - in /erp5/trunk/bt5/erp5_jquery_sheet_editor: SkinTemplateIte...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Dec 16 12:59:48 CET 2010


Author: gabriel
Date: Thu Dec 16 12:59:48 2010
New Revision: 41494

URL: http://svn.erp5.org?rev=41494&view=rev
Log:
2010-12-16 gabriel
* Added default theme to Spreadsheet

Added:
    erp5/trunk/bt5/erp5_jquery_sheet_editor/SkinTemplateItem/portal_skins/erp5_jquery_sheet_editor/sheet_default_theme.css.xml
    erp5/trunk/bt5/erp5_jquery_sheet_editor/SkinTemplateItem/portal_skins/erp5_jquery_sheet_editor/sheet_images/
    erp5/trunk/bt5/erp5_jquery_sheet_editor/SkinTemplateItem/portal_skins/erp5_jquery_sheet_editor/sheet_images.xml
    erp5/trunk/bt5/erp5_jquery_sheet_editor/SkinTemplateItem/portal_skins/erp5_jquery_sheet_editor/sheet_images/02_glass.png.xml
    erp5/trunk/bt5/erp5_jquery_sheet_editor/SkinTemplateItem/portal_skins/erp5_jquery_sheet_editor/sheet_images/05_inset_soft.png.xml
Modified:
    erp5/trunk/bt5/erp5_jquery_sheet_editor/SkinTemplateItem/portal_skins/erp5_jquery_sheet_editor/jquery.sheet.erp5.css.xml
    erp5/trunk/bt5/erp5_jquery_sheet_editor/SkinTemplateItem/portal_skins/erp5_jquery_sheet_editor/jquery.sheet.erp5.js.xml
    erp5/trunk/bt5/erp5_jquery_sheet_editor/bt/change_log
    erp5/trunk/bt5/erp5_jquery_sheet_editor/bt/revision

Modified: erp5/trunk/bt5/erp5_jquery_sheet_editor/SkinTemplateItem/portal_skins/erp5_jquery_sheet_editor/jquery.sheet.erp5.css.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_jquery_sheet_editor/SkinTemplateItem/portal_skins/erp5_jquery_sheet_editor/jquery.sheet.erp5.css.xml?rev=41494&r1=41493&r2=41494&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_jquery_sheet_editor/SkinTemplateItem/portal_skins/erp5_jquery_sheet_editor/jquery.sheet.erp5.css.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_jquery_sheet_editor/SkinTemplateItem/portal_skins/erp5_jquery_sheet_editor/jquery.sheet.erp5.css.xml [utf8] Thu Dec 16 12:59:48 2010
@@ -221,7 +221,7 @@ body div.content{\n
   padding:5px;\n
 }\n
 \n
-span#themeSwitcher{\n
+span#themeSwitcher {\n
   display:none;\n
 }</string> </value>
         </item>

Modified: erp5/trunk/bt5/erp5_jquery_sheet_editor/SkinTemplateItem/portal_skins/erp5_jquery_sheet_editor/jquery.sheet.erp5.js.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_jquery_sheet_editor/SkinTemplateItem/portal_skins/erp5_jquery_sheet_editor/jquery.sheet.erp5.js.xml?rev=41494&r1=41493&r2=41494&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_jquery_sheet_editor/SkinTemplateItem/portal_skins/erp5_jquery_sheet_editor/jquery.sheet.erp5.js.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_jquery_sheet_editor/SkinTemplateItem/portal_skins/erp5_jquery_sheet_editor/jquery.sheet.erp5.js.xml [utf8] Thu Dec 16 12:59:48 2010
@@ -38,7 +38,9 @@
         </item>
         <item>
             <key> <string>_text</string> </key>
-            <value> <unicode>// This function will be called when the user click the save button. As\n
+            <value> <unicode encoding="cdata"><![CDATA[
+
+// This function will be called when the user click the save button. As\n
 // submitAction function may have changed the action before, it\'s better to\n
 // reset the form action to it\'s original behaviour. This is actually\n
 // usefull when the user click the back button.\n
@@ -47,9 +49,14 @@ function clickSaveButton(act){\n
  document.forms[0].action = act;\n
  // Here we should use\n
  document.forms[0].elements[\'field_my_text_content\'].value = $.sheet.instance[0].getSource(true);\n
-} \n
+}\n
 \n
-</unicode> </value>
+link = $("<link>");\n
+link.attr("id", "dynamic_css");\n
+link.attr({type: \'text/css\', rel:\'stylesheet\', href:\'sheet_default_theme.css\'});\n
+$("head").append(link);
+
+]]></unicode> </value>
         </item>
         <item>
             <key> <string>content_type</string> </key>

Added: erp5/trunk/bt5/erp5_jquery_sheet_editor/SkinTemplateItem/portal_skins/erp5_jquery_sheet_editor/sheet_default_theme.css.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_jquery_sheet_editor/SkinTemplateItem/portal_skins/erp5_jquery_sheet_editor/sheet_default_theme.css.xml?rev=41494&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_jquery_sheet_editor/SkinTemplateItem/portal_skins/erp5_jquery_sheet_editor/sheet_default_theme.css.xml (added)
+++ erp5/trunk/bt5/erp5_jquery_sheet_editor/SkinTemplateItem/portal_skins/erp5_jquery_sheet_editor/sheet_default_theme.css.xml [utf8] Thu Dec 16 12:59:48 2010
@@ -0,0 +1,315 @@
+<?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>sheet_default_theme.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
+* jQuery UI CSS Framework\n
+* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)\n
+* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.\n
+*/\n
+\n
+\n
+/* Component containers\n
+----------------------------------*/\n
+.ui-widget {\n
+  font-family: Trebuchet MS,\n
+  Helvetica, Arial, sans-serif;\n
+  font-size: 1.1em;\n
+}\n
+.ui-widget input,\n
+ .ui-widget select,\n
+ .ui-widget textarea,\n
+ .ui-widget button {\n
+  font-family: Trebuchet MS,\n
+  Helvetica, Arial, sans-serif;\n
+  font-size: 1em;\n
+}\n
+.ui-widget-content { \n
+  border: 1px solid #aaaaaa;\n
+  background: #c9c9c9 url(../sheet_images/05_inset_soft.png) 50% bottom repeat-x;\n
+  color: #333333;\n
+}\n
+.ui-widget-content a { color: #333333; }\n
+.ui-widget-header {\n
+  border: 1px solid #bbbbbb;\n
+  background: #dddddd url(../sheet_images/02_glass.png) 50% 50% repeat-x;\n
+  color: #444444; font-weight: bold;\n
+}\n
+.ui-widget-header a { color: #444444; }\n
+\n
+/* Interaction states\n
+----------------------------------*/\n
+.ui-state-default, .ui-widget-content .ui-state-default { \n
+  border: 1px solid #d3d3d3; \n
+  background: #eeeeee url(../sheet_images/?new=eeeeee&w=1&h=400&f=png&q=100&fltr[]=over|02_glass.png|0|0|75) 50% 50% repeat-x;\n
+  font-weight: bold;\n
+  color: #555555;\n
+  outline: none;\n
+}\n
+\n
+.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {\n
+  color: #555555;\n
+  text-decoration: none;\n
+  outline: none;\n
+}\n
+.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada url(../sheet_images/?new=dadada&w=1&h=400&f=png&q=100&fltr[]=over|02_glass.png|0|0|75) 50% 50% repeat-x; font-weight: bold; color: #212121; outline: none; }\n
+.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; outline: none; }\n
+.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(../sheet_images/?new=ffffff&w=1&h=400&f=png&q=100&fltr[]=over|02_glass.png|0|0|65) 50% 50% repeat-x; font-weight: bold; color: #212121; outline: none; }\n
+.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; outline: none; text-decoration: none; }\n
+\n
+/* Interaction Cues\n
+----------------------------------*/\n
+.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #ffffff; background: #fbf9ee url(../sheet_images/?new=fbf9ee&w=1&h=400&f=png&q=100&fltr[]=over|textures/02_glass.png|0|0|55) 50% 50% repeat-x; color: #444444; }\n
+.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #444444; }\n
+.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #c0402a; background: #c0402a url(../sheet_images/?new=c0402a&w=40&h=100&f=png&q=100&fltr[]=over|textures/01_flat.png|0|0|55) 50% 50% repeat-x; color: #ffffff; }\n
+.ui-state-error a, .ui-widget-content .ui-state-error a { color: #ffffff; }\n
+.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #ffffff; }\n
+.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }\n
+.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }\n
+.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }\n
+\n
+/* Icons\n
+----------------------------------*/\n
+\n
+/* states and sheet_images */\n
+.ui-icon { width: 16px; height: 16px; background-image: url(../sheet_images/?new=999999&w=256&h=240&f=png&fltr[]=rcd|256&fltr[]=mask|icons/icons.png); }\n
+.ui-widget-content .ui-icon {background-image: url(../sheet_images/?new=999999&w=256&h=240&f=png&fltr[]=rcd|256&fltr[]=mask|icons/icons.png); }\n
+.ui-widget-header .ui-icon {background-image: url(../sheet_images/?new=999999&w=256&h=240&f=png&fltr[]=rcd|256&fltr[]=mask|icons/icons.png); }\n
+.ui-state-default .ui-icon { background-image: url(../sheet_images/?new=888888&w=256&h=240&f=png&fltr[]=rcd|256&fltr[]=mask|icons/icons.png); }\n
+.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../sheet_images/?new=454545&w=256&h=240&f=png&fltr[]=rcd|256&fltr[]=mask|icons/icons.png); }\n
+.ui-state-active .ui-icon {background-image: url(../sheet_images/?new=454545&w=256&h=240&f=png&fltr[]=rcd|256&fltr[]=mask|icons/icons.png); }\n
+.ui-state-highlight .ui-icon {background-image: url(../sheet_images/?new=3383bb&w=256&h=240&f=png&fltr[]=rcd|256&fltr[]=mask|icons/icons.png); }\n
+.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../sheet_images/?new=fbc856&w=256&h=240&f=png&fltr[]=rcd|256&fltr[]=mask|icons/icons.png); }\n
+\n
+/* positioning */\n
+.ui-icon-carat-1-n { background-position: 0 0; }\n
+.ui-icon-carat-1-ne { background-position: -16px 0; }\n
+.ui-icon-carat-1-e { background-position: -32px 0; }\n
+.ui-icon-carat-1-se { background-position: -48px 0; }\n
+.ui-icon-carat-1-s { background-position: -64px 0; }\n
+.ui-icon-carat-1-sw { background-position: -80px 0; }\n
+.ui-icon-carat-1-w { background-position: -96px 0; }\n
+.ui-icon-carat-1-nw { background-position: -112px 0; }\n
+.ui-icon-carat-2-n-s { background-position: -128px 0; }\n
+.ui-icon-carat-2-e-w { background-position: -144px 0; }\n
+.ui-icon-triangle-1-n { background-position: 0 -16px; }\n
+.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n
+.ui-icon-triangle-1-e { background-position: -32px -16px; }\n
+.ui-icon-triangle-1-se { background-position: -48px -16px; }\n
+.ui-icon-triangle-1-s { background-position: -64px -16px; }\n
+.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n
+.ui-icon-triangle-1-w { background-position: -96px -16px; }\n
+.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n
+.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n
+.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n
+.ui-icon-arrow-1-n { background-position: 0 -32px; }\n
+.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n
+.ui-icon-arrow-1-e { background-position: -32px -32px; }\n
+.ui-icon-arrow-1-se { background-position: -48px -32px; }\n
+.ui-icon-arrow-1-s { background-position: -64px -32px; }\n
+.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n
+.ui-icon-arrow-1-w { background-position: -96px -32px; }\n
+.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n
+.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n
+.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n
+.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n
+.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n
+.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n
+.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n
+.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n
+.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n
+.ui-icon-arrowthick-1-n { background-position: 0 -48px; }\n
+.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n
+.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n
+.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n
+.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n
+.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n
+.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n
+.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n
+.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n
+.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n
+.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n
+.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n
+.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n
+.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n
+.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n
+.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n
+.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n
+.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n
+.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n
+.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n
+.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n
+.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n
+.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n
+.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n
+.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n
+.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n
+.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n
+.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n
+.ui-icon-arrow-4 { background-position: 0 -80px; }\n
+.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n
+.ui-icon-extlink { background-position: -32px -80px; }\n
+.ui-icon-newwin { background-position: -48px -80px; }\n
+.ui-icon-refresh { background-position: -64px -80px; }\n
+.ui-icon-shuffle { background-position: -80px -80px; }\n
+.ui-icon-transfer-e-w { background-position: -96px -80px; }\n
+.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n
+.ui-icon-folder-collapsed { background-position: 0 -96px; }\n
+.ui-icon-folder-open { background-position: -16px -96px; }\n
+.ui-icon-document { background-position: -32px -96px; }\n
+.ui-icon-document-b { background-position: -48px -96px; }\n
+.ui-icon-note { background-position: -64px -96px; }\n
+.ui-icon-mail-closed { background-position: -80px -96px; }\n
+.ui-icon-mail-open { background-position: -96px -96px; }\n
+.ui-icon-suitcase { background-position: -112px -96px; }\n
+.ui-icon-comment { background-position: -128px -96px; }\n
+.ui-icon-person { background-position: -144px -96px; }\n
+.ui-icon-print { background-position: -160px -96px; }\n
+.ui-icon-trash { background-position: -176px -96px; }\n
+.ui-icon-locked { background-position: -192px -96px; }\n
+.ui-icon-unlocked { background-position: -208px -96px; }\n
+.ui-icon-bookmark { background-position: -224px -96px; }\n
+.ui-icon-tag { background-position: -240px -96px; }\n
+.ui-icon-home { background-position: 0 -112px; }\n
+.ui-icon-flag { background-position: -16px -112px; }\n
+.ui-icon-calendar { background-position: -32px -112px; }\n
+.ui-icon-cart { background-position: -48px -112px; }\n
+.ui-icon-pencil { background-position: -64px -112px; }\n
+.ui-icon-clock { background-position: -80px -112px; }\n
+.ui-icon-disk { background-position: -96px -112px; }\n
+.ui-icon-calculator { background-position: -112px -112px; }\n
+.ui-icon-zoomin { background-position: -128px -112px; }\n
+.ui-icon-zoomout { background-position: -144px -112px; }\n
+.ui-icon-search { background-position: -160px -112px; }\n
+.ui-icon-wrench { background-position: -176px -112px; }\n
+.ui-icon-gear { background-position: -192px -112px; }\n
+.ui-icon-heart { background-position: -208px -112px; }\n
+.ui-icon-star { background-position: -224px -112px; }\n
+.ui-icon-link { background-position: -240px -112px; }\n
+.ui-icon-cancel { background-position: 0 -128px; }\n
+.ui-icon-plus { background-position: -16px -128px; }\n
+.ui-icon-plusthick { background-position: -32px -128px; }\n
+.ui-icon-minus { background-position: -48px -128px; }\n
+.ui-icon-minusthick { background-position: -64px -128px; }\n
+.ui-icon-close { background-position: -80px -128px; }\n
+.ui-icon-closethick { background-position: -96px -128px; }\n
+.ui-icon-key { background-position: -112px -128px; }\n
+.ui-icon-lightbulb { background-position: -128px -128px; }\n
+.ui-icon-scissors { background-position: -144px -128px; }\n
+.ui-icon-clipboard { background-position: -160px -128px; }\n
+.ui-icon-copy { background-position: -176px -128px; }\n
+.ui-icon-contact { background-position: -192px -128px; }\n
+.ui-icon-image { background-position: -208px -128px; }\n
+.ui-icon-video { background-position: -224px -128px; }\n
+.ui-icon-script { background-position: -240px -128px; }\n
+.ui-icon-alert { background-position: 0 -144px; }\n
+.ui-icon-info { background-position: -16px -144px; }\n
+.ui-icon-notice { background-position: -32px -144px; }\n
+.ui-icon-help { background-position: -48px -144px; }\n
+.ui-icon-check { background-position: -64px -144px; }\n
+.ui-icon-bullet { background-position: -80px -144px; }\n
+.ui-icon-radio-off { background-position: -96px -144px; }\n
+.ui-icon-radio-on { background-position: -112px -144px; }\n
+.ui-icon-pin-w { background-position: -128px -144px; }\n
+.ui-icon-pin-s { background-position: -144px -144px; }\n
+.ui-icon-play { background-position: 0 -160px; }\n
+.ui-icon-pause { background-position: -16px -160px; }\n
+.ui-icon-seek-next { background-position: -32px -160px; }\n
+.ui-icon-seek-prev { background-position: -48px -160px; }\n
+.ui-icon-seek-end { background-position: -64px -160px; }\n
+.ui-icon-seek-first { background-position: -80px -160px; }\n
+.ui-icon-stop { background-position: -96px -160px; }\n
+.ui-icon-eject { background-position: -112px -160px; }\n
+.ui-icon-volume-off { background-position: -128px -160px; }\n
+.ui-icon-volume-on { background-position: -144px -160px; }\n
+.ui-icon-power { background-position: 0 -176px; }\n
+.ui-icon-signal-diag { background-position: -16px -176px; }\n
+.ui-icon-signal { background-position: -32px -176px; }\n
+.ui-icon-battery-0 { background-position: -48px -176px; }\n
+.ui-icon-battery-1 { background-position: -64px -176px; }\n
+.ui-icon-battery-2 { background-position: -80px -176px; }\n
+.ui-icon-battery-3 { background-position: -96px -176px; }\n
+.ui-icon-circle-plus { background-position: 0 -192px; }\n
+.ui-icon-circle-minus { background-position: -16px -192px; }\n
+.ui-icon-circle-close { background-position: -32px -192px; }\n
+.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n
+.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n
+.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n
+.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n
+.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n
+.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n
+.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n
+.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n
+.ui-icon-circle-zoomin { background-position: -176px -192px; }\n
+.ui-icon-circle-zoomout { background-position: -192px -192px; }\n
+.ui-icon-circle-check { background-position: -208px -192px; }\n
+.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n
+.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n
+.ui-icon-circlesmall-close { background-position: -32px -208px; }\n
+.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n
+.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n
+.ui-icon-squaresmall-close { background-position: -80px -208px; }\n
+.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n
+.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n
+.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n
+.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n
+.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n
+.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n
+\n
+\n
+/* Misc visuals\n
+----------------------------------*/\n
+\n
+/* Corner radius */\n
+.ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; }\n
+.ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; }\n
+.ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; }\n
+.ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }\n
+.ui-corner-top { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; }\n
+.ui-corner-bottom { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }\n
+.ui-corner-right {  -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }\n
+.ui-corner-left { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; }\n
+.ui-corner-all { -moz-border-radius: 6px; -webkit-border-radius: 6px; }\n
+\n
+/* Overlays */\n
+.ui-widget-overlay { background: #eeeeee url(../sheet_images/?new=eeeeee&w=40&h=100&f=png&q=100&fltr[]=over|textures/01_flat.png|0|0|0) 50% 50% repeat-x; opacity: .80;filter:Alpha(Opacity=80); }\n
+.ui-widget-shadow { margin: -4px 0 0 -4px; padding: 4px; background: #aaaaaa url(../sheet_images/?new=aaaaaa&w=40&h=100&f=png&q=100&fltr[]=over|textures/01_flat.png|0|0|0) 50% 50% repeat-x; opacity: .60;filter:Alpha(Opacity=60); -moz-border-radius: 0pxdow=0px; -webkit-border-radius: 0pxdow=0px; }
+
+]]></string> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string></string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_jquery_sheet_editor/SkinTemplateItem/portal_skins/erp5_jquery_sheet_editor/sheet_images.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_jquery_sheet_editor/SkinTemplateItem/portal_skins/erp5_jquery_sheet_editor/sheet_images.xml?rev=41494&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_jquery_sheet_editor/SkinTemplateItem/portal_skins/erp5_jquery_sheet_editor/sheet_images.xml (added)
+++ erp5/trunk/bt5/erp5_jquery_sheet_editor/SkinTemplateItem/portal_skins/erp5_jquery_sheet_editor/sheet_images.xml [utf8] Thu Dec 16 12:59:48 2010
@@ -0,0 +1,26 @@
+<?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>sheet_images</string> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string></string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_jquery_sheet_editor/SkinTemplateItem/portal_skins/erp5_jquery_sheet_editor/sheet_images/02_glass.png.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_jquery_sheet_editor/SkinTemplateItem/portal_skins/erp5_jquery_sheet_editor/sheet_images/02_glass.png.xml?rev=41494&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_jquery_sheet_editor/SkinTemplateItem/portal_skins/erp5_jquery_sheet_editor/sheet_images/02_glass.png.xml (added)
+++ erp5/trunk/bt5/erp5_jquery_sheet_editor/SkinTemplateItem/portal_skins/erp5_jquery_sheet_editor/sheet_images/02_glass.png.xml [utf8] Thu Dec 16 12:59:48 2010
@@ -0,0 +1,53 @@
+<?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>ts92501942.09</string> </value>
+        </item>
+        <item>
+            <key> <string>__name__</string> </key>
+            <value> <string>02_glass.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">iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAYAAABvWArbAAAANElEQVQ4jWN4+PDhfyYGBgaGUWKU
+GCWGLfHnzx8MMUZGRmQCIcHExISsBI01SowSo8TgJABiKQnKbW5lAgAAAABJRU5ErkJggg==</string> </value>
+        </item>
+        <item>
+            <key> <string>height</string> </key>
+            <value> <int>400</int> </value>
+        </item>
+        <item>
+            <key> <string>precondition</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>size</string> </key>
+            <value> <int>109</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>

Added: erp5/trunk/bt5/erp5_jquery_sheet_editor/SkinTemplateItem/portal_skins/erp5_jquery_sheet_editor/sheet_images/05_inset_soft.png.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_jquery_sheet_editor/SkinTemplateItem/portal_skins/erp5_jquery_sheet_editor/sheet_images/05_inset_soft.png.xml?rev=41494&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_jquery_sheet_editor/SkinTemplateItem/portal_skins/erp5_jquery_sheet_editor/sheet_images/05_inset_soft.png.xml (added)
+++ erp5/trunk/bt5/erp5_jquery_sheet_editor/SkinTemplateItem/portal_skins/erp5_jquery_sheet_editor/sheet_images/05_inset_soft.png.xml [utf8] Thu Dec 16 12:59:48 2010
@@ -0,0 +1,54 @@
+<?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>ts92501871.63</string> </value>
+        </item>
+        <item>
+            <key> <string>__name__</string> </key>
+            <value> <string>05_inset_soft.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">iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAYAAAEwK2r2AAAAVUlEQVQYlbWOSwrAMAhEx/F3/2N5
+qnbjIoSkpIVuHg6MT1FVFwFgCTMDMxN092UFW4GIgBHRApLnu89Q1faZWUdV7ZOHlq/H30NERpAc
+pylO5T8eugH20g7p+LALDQAAAABJRU5ErkJggg==</string> </value>
+        </item>
+        <item>
+            <key> <string>height</string> </key>
+            <value> <int>100</int> </value>
+        </item>
+        <item>
+            <key> <string>precondition</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>size</string> </key>
+            <value> <int>142</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>

Modified: erp5/trunk/bt5/erp5_jquery_sheet_editor/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_jquery_sheet_editor/bt/change_log?rev=41494&r1=41493&r2=41494&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_jquery_sheet_editor/bt/change_log [utf8] (original)
+++ erp5/trunk/bt5/erp5_jquery_sheet_editor/bt/change_log [utf8] Thu Dec 16 12:59:48 2010
@@ -1,3 +1,6 @@
+2010-12-16 gabriel
+* Added default theme to Spreadsheet
+
 2010-11-21 gabriel
 * Clear the text_content field to use Spreadsheet Editor from EditorField
 

Modified: erp5/trunk/bt5/erp5_jquery_sheet_editor/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_jquery_sheet_editor/bt/revision?rev=41494&r1=41493&r2=41494&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_jquery_sheet_editor/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_jquery_sheet_editor/bt/revision [utf8] Thu Dec 16 12:59:48 2010
@@ -1 +1 @@
-26
\ No newline at end of file
+28
\ No newline at end of file



More information about the Erp5-report mailing list