Commit 7be3a776 authored by Gabriel Monnerat's avatar Gabriel Monnerat

- improve css

- move html to Page Template
- improve UNG Mail Menu
- Add freecloudalliance.org advertisement

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43184 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b5317b6c
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_bind_names</string> </key>
<value>
<object>
<klass>
<global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key> <string>_asgns</string> </key>
<value>
<dictionary>
<item>
<key> <string>name_subpath</string> </key>
<value> <string>traverse_subpath</string> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key> <string>_text</string> </key>
<value> <unicode encoding="cdata"><![CDATA[
<div class="mail-navigation">\n
<span class="mail-action">\n
Mail\n
</span>\n
</div>\n
<div class="separator"></div>\n
<link href="ung_css/ung_mail.css" rel="stylesheet" type="text/css"/>\n
<button title="Compose Mail" name="" type="submit" class="compose_mail">\n
Compose Mail\n
</button>\n
<div class="gadget-column">\n
<div class="file-quick-search">\n
</div>\n
</div>
]]></unicode> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/html</string> </value>
</item>
<item>
<key> <string>expand</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>WebSection_MailMenuBox</string> </value>
</item>
<item>
<key> <string>output_encoding</string> </key>
<value> <string>utf-8</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <unicode></unicode> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -219,7 +219,15 @@
<key> <string>default</string> </key>
<value> <string encoding="cdata"><![CDATA[
<div class="favorite"></div>
<div class="favorite">\n
<a id="advertisement-name" href="http://www.freecloudalliance.org " target="_blank">\n
Free Cloud Appliance\n
</a> -\n
<a id="advertisement-url" href="http://www.freecloudalliance.org " target="_blank">\n
http://www.freecloudalliance.org\n
</a>\n
<span class="advertisement-description">Open Source IaaS, PaaS and SaaS for the Enterprise</span>\n
</div>
]]></string> </value>
</item>
......
......@@ -134,7 +134,9 @@
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -217,14 +219,7 @@
</item>
<item>
<key> <string>default</string> </key>
<value> <string encoding="cdata"><![CDATA[
<link href="\n
ung_css/ung_mail.css" rel="stylesheet" type="text/css"/>\n
<button title="Compose Mail" name="" type="submit" class="compose_mail">Compose Mail</button>\n
<div class="gadget-column"> <div class="file-quick-search"></div></div>
]]></string> </value>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -296,4 +291,17 @@ ung_css/ung_mail.css" rel="stylesheet" type="text/css"/>\n
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/WebSection_MailMenuBox</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -49,6 +49,7 @@ button.compose_mail {\n
background-image: url("ung_images/button_background.png");\n
border: 1px solid #BBBBBB;\n
-moz-border-radius: 4px;\n
margin-top: 5px;\n
}\n
\n
span.your_listbox-current-item-number {\n
......@@ -68,13 +69,43 @@ div.toolbar {\n
}\n
\n
span.listbox-current-page-start-number,\n
span.listbox-current-page-stop-number,\n
span.listbox-current-page-total-number {\n
span.listbox-current-page-stop-number,\n
span.listbox-current-page-total-number {\n
font-weight: bold;\n
}\n
\n
div.listbox-content table.listbox tbody tr td:last-child {\n
text-align: right;\n
text-align: right;\n
}\n
\n
div.mail-navigation {\n
font-size: 13px;\n
cursor: pointer;\n
margin-left: 15px;\n
}\n
\n
div.separator {\n
border-bottom: 1px solid #E3E9FF\n
}\n
\n
a#advertisement-name {\n
color: #0000CC;\n
margin-left: 8px;\n
text-decoration: underline;\n
}\n
\n
div.favorite span {\n
font-size: 80%;\n
}\n
\n
a#advertisement-url { \n
color: #006633 !important;\n
text-decoration: none;\n
}\n
\n
div.favorite a {\n
float: left;\n
margin-top: 2px;\n
}</string> </value>
</item>
<item>
......
240
\ No newline at end of file
241
\ 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