Commit c2acef40 authored by Fabien Morin's avatar Fabien Morin

navigation bar appearance was a bit different from top page. I have applied...

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

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26365 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 38104583
......@@ -408,7 +408,6 @@ body {\n
}\n
\n
\n
\n
/* TioLive selectors */\n
#main_bar {\n
padding-bottom: 0px;\n
......@@ -418,6 +417,7 @@ body {\n
#context_bar {\n
padding-bottom: 0px;\n
padding-top: 0px;\n
border: none;\n
}\n
\n
#top-bar {\n
......@@ -430,10 +430,9 @@ body {\n
#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 @@ body {\n
}\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 @@ body {\n
}\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
\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 {\n
line-height:10px;\n
margin-top:8px;\n
margin-right:35px;\n
width:130px;\n
border: none!important;\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
......
......@@ -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
\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
<fieldset id="fieldset-tiosearch">\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
<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
......
......@@ -122,12 +122,6 @@ IDEAS:\n
/\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
......
<?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>
<?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>
20
\ No newline at end of file
21
\ 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