[zopeorg-checkins] CVS: Products/ZopeOrg-NV/skins/nzo - frontpage_menu_items.properties:1.1 index_html.properties:1.1 news.rss.properties:1.1 news.rss.pt:1.1 ploneCustom.css.properties:1.1 products.rss.properties:1.1 products.rss.pt:1.1 xml.gif:1.1 xml.gif.properties:1.1 frontpage_menu_items.py:1.2 ploneCustom.css.dtml:1.2

Sidnei da Silva sidnei at x3ng.com.br
Sat Jun 28 15:42:48 EDT 2003


Update of /cvs-zopeorg/Products/ZopeOrg-NV/skins/nzo
In directory cvs.zope.org:/tmp/cvs-serv18837

Modified Files:
	frontpage_menu_items.py ploneCustom.css.dtml 
Added Files:
	frontpage_menu_items.properties index_html.properties 
	news.rss.properties news.rss.pt ploneCustom.css.properties 
	products.rss.properties products.rss.pt xml.gif 
	xml.gif.properties 
Log Message:
skin updates

=== Added File Products/ZopeOrg-NV/skins/nzo/frontpage_menu_items.properties ===
title:string=


=== Added File Products/ZopeOrg-NV/skins/nzo/index_html.properties ===
title:string=Zope Community


=== Added File Products/ZopeOrg-NV/skins/nzo/news.rss.properties ===
title:string=


=== Added File Products/ZopeOrg-NV/skins/nzo/news.rss.pt ===
<?xml version="1.0" ?>
<rss version="2.0"
     xmlns:tal="http://xml.zope.org/namespaces/tal"
     tal:define="p_url nocall:here/portal_url;
                 portal_url python:p_url();
                 portal python:p_url.getPortalObject();
                 p_props here/portal_properties;
                 site_props p_props/site_properties;
                 items python:here.latestContentBySubject(portal_type='News Item', max_items=7);">

  <channel>
    <title
        tal:content="python:portal.title_or_id()">
        Zope.org
    </title>
    <link tal:content="portal_url">http://www.zope.org</link>
    <language
        tal:content="site_props/default_language">
        it/it
    </language>
    <description
        tal:content="portal/description">
       News sito Zope Italia
    </description>

  <item
     tal:repeat="item items">
       <title tal:content="item/Title">
           Prima release di PloneAddressBook
       </title>
       <link tal:content="item/absolute_url">
             http://www.zope.org/Members/dreamcatcher
       </link>
       <description tal:content="item/Description">
         Provatelo ora !
       </description>
  </item>

  </channel>


</rss>


=== Added File Products/ZopeOrg-NV/skins/nzo/ploneCustom.css.properties ===
title:string=


=== Added File Products/ZopeOrg-NV/skins/nzo/products.rss.properties ===
title:string=


=== Added File Products/ZopeOrg-NV/skins/nzo/products.rss.pt ===
<?xml version="1.0" ?>
<rss version="2.0"
     xmlns:tal="http://xml.zope.org/namespaces/tal"
     tal:define="p_url nocall:here/portal_url;
                 portal_url python:p_url();
                 portal python:p_url.getPortalObject();
                 p_props here/portal_properties;
                 site_props p_props/site_properties;
                 items
		 python:here.latestContentBySubject(portal_type='Software Release', max_items=7);">

  <channel>
    <title
        tal:content="python:portal.title_or_id()">
        Zope.org
    </title>
    <link tal:content="portal_url">http://www.zope.org</link>
    <language
        tal:content="site_props/default_language">
        it/it
    </language>
    <description
        tal:content="portal/description">
       News sito Zope Italia
    </description>

  <item
     tal:repeat="item items">
       <title tal:content="item/Title">
           Prima release di PloneAddressBook
       </title>
       <link tal:content="item/absolute_url">
             http://www.zope.org/Members/dreamcatcher
       </link>
       <description tal:content="item/Description">
         Provatelo ora !
       </description>
  </item>

  </channel>


</rss>


=== Added File Products/ZopeOrg-NV/skins/nzo/xml.gif ===
  <Binary-ish file>

=== Added File Products/ZopeOrg-NV/skins/nzo/xml.gif.properties ===
title:string=
content_type:string=image/gif
precondition:string=


=== Products/ZopeOrg-NV/skins/nzo/frontpage_menu_items.py 1.1 => 1.2 ===
 subitems.append({'label':'What Is Zope?', 'url':'/WhatIsZope'})
 subitems.append({'label':'Roadmap', 'url':'/Roadmap'})
 subitems.append({'label':'News', 'url':'/news'})
-subitems.append({'label':'Awards', 'url':''})
-subitems.append({'label':'Getting Started', 'url':''})
+#subitems.append({'label':'Awards', 'url':''})
+#subitems.append({'label':'Getting Started', 'url':''})
 
 subitems=[]
 menu.append({'label':'Docs', 'url':'/Documentation', 'subitems':subitems})
 
 subitems.append({'label':'The Zope Book', 'url':'/Documentation/Books/ZopeBook/current'})
 subitems.append({'label':'Developer Guide', 'url':'/Documentation/Books/ZDG/current'})
-subitems.append({'label':'API reference', 'url':''})
+subitems.append({'label':'API reference', 'url':'/Members/michel/ZB/AppendixB.dtml'})
 subitems.append({'label':'ZPT reference', 'url':''})
-subitems.append({'label':'DTML reference', 'url':''})
+subitems.append({'label':'DTML reference', 'url':'/Members/michel/ZB/AppendixA.dtml'})
 subitems.append({'label':'Administrator Guide', 'url':'/Documentation/Guides/ZAG'})
 subitems.append({'label':'Articles', 'url':'/Resources/Articles'})
-subitems.append({'label':"How-To's", 'url':''})
+subitems.append({'label':"How-To's", 'url':'/Documentation/How-To'})
 subitems.append({'label':'Books in print', 'url':''})
 
 subitems=[]
@@ -69,6 +69,7 @@
 subitems.append({'label':'ZopeLabs', 'url':'http://www.zopelabs.com'})
 subitems.append({'label':'Zope Europe', 'url':'http://www.zope-europe.org'})
 subitems.append({'label':'OzZope', 'url':'http://www.ozzope.org'})
+subitems.append({'label':'Zope.it', 'url':'http://www.zope.it'})
 
 s = lambda x,y: cmp(x['label'], y['label'])
 menu.sort(s)


=== Products/ZopeOrg-NV/skins/nzo/ploneCustom.css.dtml 1.1 => 1.2 ===
   color: black;
 }
 
-p { 
+p {
   text-align: left;
   line-height: 1.4em;
 }
@@ -156,8 +156,8 @@
   padding: 0;
 }
 
-#searchGadget { 
-  width: 120px; 
+#searchGadget {
+  width: 120px;
 }
 
 div.personalBar {
@@ -243,7 +243,7 @@
 
 table.columns table.columns td.main{
     margin: 0;
-    padding: 0em 1em 0em 0em;                                     
+    padding: 0em 1em 0em 0em;
     border: none;
     width: 70%;
 }
@@ -283,7 +283,7 @@
     font-size:0.9em;
 }
 
-td.left div.box h5{ 
+td.left div.box h5{
     background: transparent;
     border: 1px solid #A0A0A0;
     border-style: none none solid none;
@@ -298,17 +298,29 @@
     height: 1em;
 }
 
-table.columns table.columns td.right div.box h5{ 
+table.columns table.columns td.right div.box h5{
   border-style: solid;
   color: white;
-  background-color: #336699; 
+  background-color: #336699;
   text-align: left;
-  padding: 0em 0em 0.3em 0.3em; 
-  display: block;                                                 
+  padding: 0em 0em 0.3em 0.3em;
+  display: block;
   text-transform: none;
 }
 
-table.columns table.columns td.right div.box div.body div.content{ 
+table.columns table.columns td.right div.box h5 a{
+  color: white;
+}
+
+table.columns table.columns td.right div.box h5 span{
+  float: left;
+}
+
+table.columns table.columns td.right div.box h5 img{
+  float: right;
+}
+
+table.columns table.columns td.right div.box div.body div.content{
     border: 0;
     padding: 0.5em;
     margin: 0;
@@ -316,7 +328,7 @@
 
 
 td.left div.box h6,
-td.right div.box h6 { 
+td.right div.box h6 {
     background: transparent;
     border: 1px solid #A0A0A0;
     border-style: none none solid none;
@@ -329,10 +341,10 @@
     height: 1em;
 }
 
-input.standalone, 
-input.context { 
+input.standalone,
+input.context {
      background: #EAEAEA;
-     margin-bottom: 1em; 
+     margin-bottom: 1em;
      padding: 0;
 }
 
@@ -343,22 +355,22 @@
 }
 
 input {
-   background: #EAEAEA; 
+   background: #EAEAEA;
    color: Black;
    font-weight: normal;
    text-transform: none;
 }
 
-ul { 
+ul {
   padding-bottom: 0.5em;
 }
 
-div.footer { 
+div.footer {
   margin: 0;
   padding: 0;
 }
 
-div.hilite { 
+div.hilite {
   color: #666666;
   font-style: italic;
   font-size: 110%;
@@ -393,4 +405,4 @@
 
 span.resultURL {
   color: #009900;
-}
\ No newline at end of file
+}





More information about the zopeorg-checkins mailing list