Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Frederic Thoma
erp5
Commits
f5c8c036
Commit
f5c8c036
authored
Aug 18, 2020
by
Xiaowu Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_corporate_identity: display correctly languages menu
parent
d96e38f2
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
286 additions
and
0 deletions
+286
-0
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/ci_web_css/ci_web.css.css
...ins/erp5_corporate_identity_web/ci_web_css/ci_web.css.css
+44
-0
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/img.xml
...lateItem/portal_skins/erp5_corporate_identity_web/img.xml
+26
-0
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/img/flag-de.png.png
...tal_skins/erp5_corporate_identity_web/img/flag-de.png.png
+0
-0
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/img/flag-de.png.xml
...tal_skins/erp5_corporate_identity_web/img/flag-de.png.xml
+36
-0
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/img/flag-fr.png.png
...tal_skins/erp5_corporate_identity_web/img/flag-fr.png.png
+0
-0
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/img/flag-fr.png.xml
...tal_skins/erp5_corporate_identity_web/img/flag-fr.png.xml
+36
-0
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/img/flag-gb.png.png
...tal_skins/erp5_corporate_identity_web/img/flag-gb.png.png
+0
-0
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/img/flag-gb.png.xml
...tal_skins/erp5_corporate_identity_web/img/flag-gb.png.xml
+36
-0
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/img/flag-ja.png.png
...tal_skins/erp5_corporate_identity_web/img/flag-ja.png.png
+0
-0
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/img/flag-ja.png.xml
...tal_skins/erp5_corporate_identity_web/img/flag-ja.png.xml
+36
-0
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/img/flag-pt.png.png
...tal_skins/erp5_corporate_identity_web/img/flag-pt.png.png
+0
-0
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/img/flag-pt.png.xml
...tal_skins/erp5_corporate_identity_web/img/flag-pt.png.xml
+36
-0
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/img/flag-zh.png.png
...tal_skins/erp5_corporate_identity_web/img/flag-zh.png.png
+0
-0
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/img/flag-zh.png.xml
...tal_skins/erp5_corporate_identity_web/img/flag-zh.png.xml
+36
-0
No files found.
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/ci_web_css/ci_web.css.css
View file @
f5c8c036
...
...
@@ -146,8 +146,52 @@ fieldset {
-webkit-box-shadow
:
0
2px
5px
0
rgba
(
0
,
0
,
0
,
0.24
);
-moz-box-shadow
:
0
2px
5px
0
rgba
(
0
,
0
,
0
,
0.24
);
box-shadow
:
0
2px
5px
0
rgba
(
0
,
0
,
0
,
0.24
);
display
:
flex
;
}
.ci-web
.ci-web-header-bar-navigation-left
{
flex
:
1
;
}
ul
.ci-web-header-menu-lang
{
position
:
absolute
;
right
:
3px
;
z-index
:
666
;
background
:
rgb
(
235
,
235
,
235
);
width
:
53px
;
height
:
28px
;
overflow
:
hidden
;
margin
:
0
;
padding
:
0
;
}
ul
.ci-web-header-menu-lang
:hover
{
height
:
auto
;
cursor
:
pointer
;
}
ul
.ci-web-header-menu-lang
li
a
{
display
:
inline-block
;
width
:
23px
;
height
:
28px
;
padding
:
0
0
0
30px
;
font-size
:
12px
;
line-height
:
30px
;
text-transform
:
uppercase
;
background
:
url(../img/flag-fr.png)
no-repeat
7px
9px
;
}
ul
.ci-web-header-menu-lang
li
.fr
a
{
background-image
:
url(../img/flag-fr.png)
;
}
ul
.ci-web-header-menu-lang
li
.de
a
{
background-image
:
url(../img/flag-de.png)
;
}
ul
.ci-web-header-menu-lang
li
.en
a
{
background-image
:
url(../img/flag-gb.png)
;
}
ul
.ci-web-header-menu-lang
li
.pt
a
{
background-image
:
url(../img/flag-pt.png)
;
}
ul
.ci-web-header-menu-lang
li
.zh
a
{
background-image
:
url(../img/flag-zh.png)
;
}
ul
.ci-web-header-menu-lang
li
.ja
a
{
background-image
:
url(../img/flag-ja.png)
;}
ul
.ci-web-header-menu-lang
li
a
:hover
{
background-color
:
rgb
(
215
,
215
,
215
);
}
ul
.ci-web-header-menu-lang
li
a
.selected
:hover
{
background-color
:
rgba
(
0
,
0
,
0
,
0
);
}
/* ==== site-banner === */
.ci-web-page-banner
{
-webkit-box-shadow
:
inset
0
10px
10px
-10px
rgba
(
0
,
0
,
0
,
0.4
);
...
...
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/img.xml
0 → 100644
View file @
f5c8c036
<?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>
img
</string>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string></string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/img/flag-de.png.png
0 → 100644
View file @
f5c8c036
545 Bytes
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/img/flag-de.png.xml
0 → 100644
View file @
f5c8c036
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Image"
module=
"OFS.Image"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
__name__
</string>
</key>
<value>
<string>
flag-de.png
</string>
</value>
</item>
<item>
<key>
<string>
content_type
</string>
</key>
<value>
<string>
image/png
</string>
</value>
</item>
<item>
<key>
<string>
height
</string>
</key>
<value>
<int>
11
</int>
</value>
</item>
<item>
<key>
<string>
precondition
</string>
</key>
<value>
<string></string>
</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>
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/img/flag-fr.png.png
0 → 100644
View file @
f5c8c036
545 Bytes
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/img/flag-fr.png.xml
0 → 100644
View file @
f5c8c036
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Image"
module=
"OFS.Image"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
__name__
</string>
</key>
<value>
<string>
flag-fr.png
</string>
</value>
</item>
<item>
<key>
<string>
content_type
</string>
</key>
<value>
<string>
image/png
</string>
</value>
</item>
<item>
<key>
<string>
height
</string>
</key>
<value>
<int>
11
</int>
</value>
</item>
<item>
<key>
<string>
precondition
</string>
</key>
<value>
<string></string>
</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>
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/img/flag-gb.png.png
0 → 100644
View file @
f5c8c036
599 Bytes
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/img/flag-gb.png.xml
0 → 100644
View file @
f5c8c036
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Image"
module=
"OFS.Image"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
__name__
</string>
</key>
<value>
<string>
flag-gb.png
</string>
</value>
</item>
<item>
<key>
<string>
content_type
</string>
</key>
<value>
<string>
image/png
</string>
</value>
</item>
<item>
<key>
<string>
height
</string>
</key>
<value>
<int>
11
</int>
</value>
</item>
<item>
<key>
<string>
precondition
</string>
</key>
<value>
<string></string>
</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>
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/img/flag-ja.png.png
0 → 100644
View file @
f5c8c036
1.24 KB
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/img/flag-ja.png.xml
0 → 100644
View file @
f5c8c036
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Image"
module=
"OFS.Image"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
__name__
</string>
</key>
<value>
<string>
flag-ja.png
</string>
</value>
</item>
<item>
<key>
<string>
content_type
</string>
</key>
<value>
<string>
image/png
</string>
</value>
</item>
<item>
<key>
<string>
height
</string>
</key>
<value>
<int>
11
</int>
</value>
</item>
<item>
<key>
<string>
precondition
</string>
</key>
<value>
<string></string>
</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>
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/img/flag-pt.png.png
0 → 100644
View file @
f5c8c036
554 Bytes
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/img/flag-pt.png.xml
0 → 100644
View file @
f5c8c036
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Image"
module=
"OFS.Image"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
__name__
</string>
</key>
<value>
<string>
flag-pt.png
</string>
</value>
</item>
<item>
<key>
<string>
content_type
</string>
</key>
<value>
<string>
image/png
</string>
</value>
</item>
<item>
<key>
<string>
height
</string>
</key>
<value>
<int>
11
</int>
</value>
</item>
<item>
<key>
<string>
precondition
</string>
</key>
<value>
<string></string>
</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>
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/img/flag-zh.png.png
0 → 100644
View file @
f5c8c036
1.3 KB
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity_web/img/flag-zh.png.xml
0 → 100644
View file @
f5c8c036
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Image"
module=
"OFS.Image"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
__name__
</string>
</key>
<value>
<string>
flag-zh.png
</string>
</value>
</item>
<item>
<key>
<string>
content_type
</string>
</key>
<value>
<string>
image/png
</string>
</value>
</item>
<item>
<key>
<string>
height
</string>
</key>
<value>
<int>
11
</int>
</value>
</item>
<item>
<key>
<string>
precondition
</string>
</key>
<value>
<string></string>
</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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment