[Erp5-report] r26365 - in /erp5/trunk/bt5/tiolive_base: SkinTemplateItem/portal_skins/tioli...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 9 11:54:59 CEST 2009


Author: fabien
Date: Thu Apr  9 11:54:56 2009
New Revision: 26365

URL: http://svn.erp5.org?rev=26365&view=rev
Log:
navigation bar appearance was a bit different from top page. I have applied the appearance of top page (www.tiolive.com) to customer instance area

Added:
    erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/tiolive_image/icon-login.png.xml
    erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/tiolive_image/input-tiosearch.png.xml
Modified:
    erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/erp5.css.xml
    erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/navigation_box_render.xml
    erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/template_erp5_xhtml_style.xml
    erp5/trunk/bt5/tiolive_base/bt/revision

Modified: erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/erp5.css.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/erp5.css.xml?rev=26365&r1=26364&r2=26365&view=diff
==============================================================================
--- erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/erp5.css.xml [utf8] (original)
+++ erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/erp5.css.xml [utf8] Thu Apr  9 11:54:56 2009
@@ -408,7 +408,6 @@
 }\n
 \n
 \n
-\n
 /* TioLive selectors */\n
 #main_bar {\n
   padding-bottom: 0px;\n
@@ -418,6 +417,7 @@
 #context_bar {\n
   padding-bottom: 0px;\n
   padding-top: 0px;\n
+  border: none;\n
 }\n
 \n
 #top-bar {\n
@@ -430,10 +430,9 @@
 #fieldset-tiobar {\n
   float:left;\n
   overflow:hidden;\n
-  width:65%;\n
+  width:60%;\n
   border-style: none;\n
   font-size:11pt;\n
-  margin-top:5px;\n
 }\n
 \n
 #fieldset-tiobar select{\n
@@ -451,7 +450,7 @@
 }\n
 \n
 #link-login:link, #link-login:active, #link-login:visited {\n
-  background:transparent url(http://www.tiolive.com/tiolive_image/icon-login.png) no-repeat scroll 100% 0pt;\n
+background:transparent url(<dtml-var expr="portal_url()">/tiolive_image/icon-login.png) no-repeat scroll 100% 0pt;\n
   color:#FFFFFF;\n
   float:left;\n
   height:100%;\n
@@ -463,24 +462,73 @@
 }\n
 \n
 #fieldset-tiosearch {\n
-  background:transparent url(http://www.tiolive.com/tiolive_image/input-tiosearch.png) no-repeat scroll 0pt 5px;\n
-  border:medium none;\n
-  color:#F6A801;\n
-  font-size:1pt;\n
-  display:block;\n
-  height:35px;\n
-  overflow:hidden;\n
-  position:absolute;\n
-  right:5px;\n
-  width:175px;\n
-}\n
-\n
-#fieldset-tiosearch input {\n
-  line-height:10px;\n
-  margin-top:8px;\n
-  margin-right:35px;\n
-  width:130px;\n
-  border: none!important;\n
+\n
+\tborder:none;\n
+\tfont-size:1pt;\n
+\tcolor:#f6a801;\n
+\tbackground: url(<dtml-var expr="portal_url()">/tiolive_image/input-tiosearch.png) no-repeat transparent;\n
+\tbackground-position: 0 5px;\n
+\n
+}\n
+\n
+#fieldset-tiosearch input.input-submit {\n
+\n
+  border:none;\n
+  background: url(<dtml-var expr="portal_url()">/tiolive_image/input-tiosearch.png) no-repeat transparent;\n
+  background-position: 100px 0;\n
+\tcursor: pointer;\n
+  \n
+}\n
+\n
+#fieldset-tiosearch input.input-text, #fieldset-tiosearch input.input-text:hover, #fieldset-tiosearch input.input-text:focus {\n
+\n
+\tbackground: transparent;\n
+\tborder:none;\n
+\n
+}\n
+\n
+#fieldset-tiosearch {\n
+\n
+  margin: 0;\n
+\twidth:163px;\n
+\tposition: absolute;\n
+\tright:5px;\n
+\toverflow: hidden;\n
+\tdisplay:block;\n
+\theight: 23px;\n
+\n
+}\n
+\n
+#fieldset-tiosearch input.input-text {\n
+\n
+  border: 0;\n
+  margin: 0;\n
+  padding: 0;\n
+  top: 0;\n
+\twidth:135px;\t\n
+\theight:19px;\n
+\t\n
+}\n
+\n
+#fieldset-tiosearch input.input-submit {\n
+\n
+  width: 23px;\n
+  height: 23px;\n
+  \n
+}\n
+\n
+#top-bar fieldset{\n
+\n
+  padding: 5px;\n
+\n
+}\n
+\n
+#top-bar #tiologin{\n
+\n
+\tfont-family: Trebuchet, Verdana, Helvetica, Sans;\n
+\tcolor:#000;\n
+\tfont-size:11pt;\n
+\n
 }\n
 
 

Modified: erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/navigation_box_render.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/navigation_box_render.xml?rev=26365&r1=26364&r2=26365&view=diff
==============================================================================
--- erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/navigation_box_render.xml [utf8] (original)
+++ erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/navigation_box_render.xml [utf8] Thu Apr  9 11:54:56 2009
@@ -42,7 +42,8 @@
 <tal:block xmlns:tal="http://xml.zope.org/namespaces/tal"\n
            xmlns:metal="http://xml.zope.org/namespaces/metal"\n
            xmlns:i18n="http://xml.zope.org/namespaces/i18n">\n
-  <tal:block tal:define="actions python: here.getPortalObject().portal_actions.listFilteredActionsFor(here)">\n
+  <tal:block tal:define="actions python: here.getPortalObject().portal_actions.listFilteredActionsFor(here);\n
+                         context_url here/absolute_url;">\n
 \n
   <div id="top-bar">\n
 \n
@@ -108,27 +109,26 @@
         </span>\n
   \n
       </span>\n
-\n
     </fieldset>\n
 \n
-    <p id="tiologin" tal:condition="python: here.portal_membership.isAnonymousUser()">\n
-      <a id="link-login" href="http://www.tiolive.com/login_form">login</a>\n
-    </p>\n
+<p id="tiologin"\n
+   tal:condition="here/portal_membership/isAnonymousUser"><a href="#" id="link-login"  \n
+     tal:attributes="href string:${context_url}/login_form"\n
+   i18n:translate="" i18n:domain="ui">Login</a></p>        \n
 \n
+<p id="tiologin"\n
+   tal:define="user_name python:here.portal_membership.getAuthenticatedMember().getUserName()"\n
+   tal:condition="not:here/portal_membership/isAnonymousUser"><a href="#" id="link-login"  \n
+     tal:attributes="href string:${context_url}/logout"\n
+   i18n:translate="" i18n:domain="ui">Logout</a><tal:block tal:replace="user_name">jp</tal:block></p>        \n
+<fieldset id="fieldset-tiosearch">\n
+    <input type="hidden" name="all_languages" value="1" />\n
+    <input accesskey="4" type="text" size="40" name="field_your_search_text" class="input-text" \n
+      onkeypress="submitFormOnEnter(event, \'main_form\', \'ERP5Site_viewQuickSearchResultList\');" />\n
+    <input type="submit" class="input-submit" value="" alt="Search"\n
+            name="ERP5Site_viewQuickSearchResultList:method"/>  \n
+</fieldset>\n
 \n
-    <fieldset id="fieldset-tiosearch">\n
-\n
-      <span class="second">\n
-  \n
-        <span id="search">\n
-          <input type="text" name="field_your_search_text" \n
-                onkeypress="submitFormOnEnter(event, \n
-                                                \'main_form\',\n
-                                                \'Base_searchResultList\');"/>\n
-        </span>\n
-      </span>\n
-\n
-    </fieldset>\n
 \n
   </div>\n
 \n

Modified: erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/template_erp5_xhtml_style.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/template_erp5_xhtml_style.xml?rev=26365&r1=26364&r2=26365&view=diff
==============================================================================
--- erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/template_erp5_xhtml_style.xml [utf8] (original)
+++ erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/template_erp5_xhtml_style.xml [utf8] Thu Apr  9 11:54:56 2009
@@ -122,12 +122,6 @@
                     /\n
                   </tal:block>\n
                 </div>\n
-                <div id="logged_in_as">\n
-                  <tal:block tal:condition="not: portal/portal_membership/isAnonymousUser">\n
-                    <span class="logged_txt" i18n:translate="" i18n:domain="ui">Logged in as :</span>\n
-                    <tal:block tal:replace="python:portal.portal_membership.getAuthenticatedMember().getUserName()" />\n
-                  </tal:block>\n
-                </div>\n
                 <p class="clear"></p>\n
                 <div tal:content="request/portal_status_message | nothing" id="transition_message" />\n
                 <div id="information_area" tal:condition="request/field_errors | nothing" \n

Added: erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/tiolive_image/icon-login.png.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/tiolive_image/icon-login.png.xml?rev=26365&view=auto
==============================================================================
--- erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/tiolive_image/icon-login.png.xml (added)
+++ erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/tiolive_image/icon-login.png.xml [utf8] Thu Apr  9 11:54:56 2009
@@ -1,0 +1,62 @@
+<?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>ts34471272.43</string> </value>
+        </item>
+        <item>
+            <key> <string>__name__</string> </key>
+            <value> <string>icon-login.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">iVBORw0KGgoAAAANSUhEUgAAAA0AAAARCAIAAACJnbHLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ
+bWFnZVJlYWR5ccllPAAAATxJREFUeNpidG/YwAADnGwsAeZKMiI877/83HL6/osP3+BSLHCWIA97
+f7KdhAAXhOttolC37OTlh28gXCa4ugQnTbgiiNm53npwLkKdtpwwAyqQE+UFqkZX9/7LDzR1v/78
+/f33H7q6LacfoKnbdvbhH0x1B68+XXzgBlzi8LVn8/Zcg8syQsIF6AOg+9hZmdlYmIDOev3x+8dv
+v168/3rz6YevP3+DwoWJkTHLS9fHRJEBGwAqmr/n+pYz9xkW7L32nxDoWneW4c2n7wTV3Xr2nomD
+jRlo/ufvv9Ycu4Nmaf+mC8AIBDL4udih/gW6+vjNF2jqHr3+jB5+LMxMmJ74/usPerwBfc3Ogq70
+3///WOIX08gfv/58AwceSHb3hcfAsAW679m7r9vOPkC19y8wVq49fvf5+2+AAAMAPpbMj0mxJQIA
+AAAASUVORK5CYII=</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>410</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>

Added: erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/tiolive_image/input-tiosearch.png.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/tiolive_image/input-tiosearch.png.xml?rev=26365&view=auto
==============================================================================
--- erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/tiolive_image/input-tiosearch.png.xml (added)
+++ erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/tiolive_image/input-tiosearch.png.xml [utf8] Thu Apr  9 11:54:56 2009
@@ -1,0 +1,67 @@
+<?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>ts34471274.68</string> </value>
+        </item>
+        <item>
+            <key> <string>__name__</string> </key>
+            <value> <string>input-tiosearch.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">iVBORw0KGgoAAAANSUhEUgAAAKoAAAAXCAMAAACs/CQbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ
+bWFnZVJlYWR5ccllPAAAASNQTFRF////KW+pR4CwoL3WOXit4uvy/P3+P3uu6O/1LnKqKnCpL3Kq
+MHOrhq7ORoCwPnuuZZjBs8zh4+z08PX5PHqu3OfwQn2vapvDdaLHtczf9fj79/r8ob7Xzdzprcbc
+Y5bAp8LZMXOr7fP3o7/XNHWrK3Cp1OLuyNrpNXas3Ofx5u71kLTSRX+w6PD2wNPkxdfmgarMNHWs
+jrPRRX+vLXGqs8reNnasscnd1OHs/v7/5e30T4i4rsfc8vb5QHyu0uDsrMfe/v7+scne4OryQX2v
+zt3qosDats3gwdTk7PL3sMjdP3yup8Tc7/T44OnxpMDYvtPlpMLbpsHZ5u70qcPaz97r4evzqMLZ
+0N7r2eXv3+jxUYq52uXvudDj3ejxydrou9Hk43t8UwAAAU5JREFUeNrUl9dawkAQhSeckARCjQak
+I1iwgQ27Yu+9d33/p3CzKYj6AOO52EzO1f/NNzs7QyGpOXVwXuEpcyjpMpJzJNTo7Og9sZQ2ks5G
+dB91MhafIs76rKguaiI2wZFv/bwWxOPTqkRdiDMEfb8FcLGX934tZUOgZhSNHWgtB1dVw3PSpkCd
+2eeXU4e03NwW57FvpXQKDfexIz0Dikvia1SBJ8/bbNDuC7+kloCWDGwg53ljEUpm+aEeAG6NakVg
+2fUKUeof4IfaBo5ksFUH/EuvsET9AO5ksAK0iTXqDVB3KiC/Bjx2UfUKwwegLNrUYad1DTwUKKjV
+zCo/0jAC7VC3AzDsqw5pU4IuGoF52hCv1RVD0jDln0uv35PovFbcZgBNkv7Um8lwsrL/IrWUE47z
+qv2b1J9X+W8Blym1Z7eymHL27Fb/ZGP9EmAAicwcoQKRzusAAAAASUVORK5CYII=</string> </value>
+        </item>
+        <item>
+            <key> <string>height</string> </key>
+            <value> <int>23</int> </value>
+        </item>
+        <item>
+            <key> <string>precondition</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>size</string> </key>
+            <value> <int>731</int> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>width</string> </key>
+            <value> <int>170</int> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Modified: erp5/trunk/bt5/tiolive_base/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/tiolive_base/bt/revision?rev=26365&r1=26364&r2=26365&view=diff
==============================================================================
--- erp5/trunk/bt5/tiolive_base/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/tiolive_base/bt/revision [utf8] Thu Apr  9 11:54:56 2009
@@ -1,1 +1,1 @@
-20
+21




More information about the Erp5-report mailing list