[zopeorg-checkins] CVS: Products/ZopeOrg-NV/skins/nzo - main_template.html:1.7 css_default.css:1.5

Sidnei da Silva sidnei at x3ng.com.br
Fri Jun 7 11:38:54 EDT 2002


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

Modified Files:
	main_template.html css_default.css 
Log Message:
A few css changes

=== Products/ZopeOrg-NV/skins/nzo/main_template.html 1.6 => 1.7 ===
-      tal:define="utool nocall:here/portal_url;
-                  mtool here/portal_membership;
-                  atool here/portal_actions;
-                  wtool here/portal_workflow;
-                  portal_object utool/getPortalObject;
-                  portal_title portal_object/Title;
-                  object_title here/Title;
-                  portal_url here/portal_url;
-                  member mtool/getAuthenticatedMember;
-                  isAnon mtool/isAnonymousUser;
-                  actions python: atool.listFilteredActionsFor( here );
-                  user_actions actions/user;
-  		  uname python: isAnon and 'Guest' or member.getUserName();
-    object_actions actions/object;
-    folder_actions actions/folder;
-    workflow_actions actions/workflow;
-                 ">
+<html>
 <head>
 
-  <title tal:define="ob_title here/Title; portal_title container/title"
-         tal:content="string:${portal_title}: ${ob_title}">New Zope.org</title>
+  <title>: </title>
 
-  <link href="css_default.css" rel="stylesheet" type="text/css"
-        tal:attributes="href here/css_default/absolute_url" />
+  <link href="http://localhost:8080/ZopeOrg/portal_skins/custom/css_default"
+        rel="stylesheet" type="text/css" />
 
-  <link href="sitefonts.css" rel="stylesheet" type="text/css"
-        tal:attributes="href here/sitefonts/absolute_url" />
-  <style type="text/css" media="all"
-         tal:content="here/sitefonts/absolute_url">
- at import "sitefonts.css";
-  </style>
+  <link href="http://localhost:8080/ZopeOrg/sitefonts"
+        rel="stylesheet" type="text/css" />
+  <style type="text/css" media="all">http://localhost:8080/ZopeOrg/sitefonts</style>
 
 </head>
 
@@ -40,19 +19,16 @@
     <tr>
       <td width="201" valign="top">
       <div align="left">
- <a href="#" tal:attributes="href portal_url"><img src="top_logo.gif"
-           width="201" height="54" border="0" /></a></div></td>
+ <a href="http://localhost:8080/ZopeOrg"><img src="top_logo.gif" width="201" height="54" border="0" /></a></div></td>
 
-      <form action="search" method="get"
-            tal:define="portal_url here/portal_url"
-     tal:attributes="action string:${portal_url}/search">
-      <td background="top_bckgrd.jpg"> <a href="#"
-         tal:attributes="href portal_url">Home</a> |
-         <a href="#" tal:attributes="href string:${portal_url}/sitemap.html">Site map</a> |
-         <a href="#" tal:attributes="href string:${portal_url}/help.html">Help</a> |
-         <a href="#" tal:attributes="href string:${portal_url}/search.html">Search</a>
-        <input type="text" name="SearchableText" value="Type your search here"
-        size="20" onfocus="this.value='';" />
+      <form action="http://localhost:8080/ZopeOrg/search"
+            method="get">
+      <td background="top_bckgrd.jpg"> <a
+    href="http://localhost:8080/ZopeOrg">Home</a> |
+         <a href="http://localhost:8080/ZopeOrg/sitemap.html">Site map</a> |
+         <a href="http://localhost:8080/ZopeOrg/help.html">Help</a> |
+         <a href="http://localhost:8080/ZopeOrg/search_form">Search</a>
+        <input type="text" name="SearchableText" value="Type your search here" size="20" onfocus="this.value='';" />
         <input type="submit" name="Submit" value="Go" /> &nbsp;
       </td>
       </form>
@@ -66,12 +42,17 @@
     <td bgcolor="#CCCCCC">
 
       <div id="USER_BAR">
-           Username:&nbsp;&nbsp;<span tal:content="uname">Guest</span>&nbsp;&nbsp;
-        <span tal:repeat="action user_actions">
-        <a href="" tal:attributes="href action/url"
-           tal:content="action/name">Login</a><span tal:condition="not: repeat/action/end">&nbsp;|&nbsp;</span>
+           Username:&nbsp;&nbsp;<span>sidnei</span>&nbsp;&nbsp;
+        <span>
+        <a href=" http://localhost:8080/ZopeOrg/portal_skins/custom/setStartPage">Set Start Page</a><span>&nbsp;|&nbsp;</span>
         </span>
-        <span tal:condition="nothing"><a href="join_form">Join</a></span>&nbsp;
+        <span>
+        <a href=" http://localhost:8080/ZopeOrg/personalize_form">Preferences</a><span>&nbsp;|&nbsp;</span>
+        </span>
+        <span>
+        <a href=" http://localhost:8080/ZopeOrg/logout">Log out</a>
+        </span>
+        &nbsp;
       </div>
 
     </td>
@@ -100,51 +81,51 @@
         <div id="SIDE_MENU">
 
           <h1><a href="#">About Zope</a></h1>
-          <a href="#">What is Zope?</a><br />
-          <a href="#">News</a><br />
-          <a href="#">Awards</a><br />
-          <a href="#">Getting started</a><br />
-          <a href="#">Report bugs</a><br />
-          <a href="#">About Zope.org</a><br />
+          <div><a href="#">What is Zope?</a></div>
+          <div><a href="#">News</a></div>
+          <div><a href="#">Awards</a></div>
+          <div><a href="#">Getting started</a></div>
+          <div><a href="#">Report bugs</a></div>
+          <div><a href="#">About Zope.org</a></div>
           <br />
 
           <h1><a href="#">Docs</a></h1>
-          <a href="#">The Zope Book</a><br />
-          <a href="#">Developer Guide</a><br />
-          <a href="#">API reference</a><br />
-          <a href="#">ZPT reference</a><br />
-          <a href="#">DTML reference</a><br />
-          <a href="#">Administrator Guide</a><br />
-          <a href="#">Articles</a><br />
-          <a href="#">How-To's</a><br />
-          <a href="#">Books in print</a><br />
+          <div><a href="#">The Zope Book</a></div>
+          <div><a href="#">Developer Guide</a></div>
+          <div><a href="#">API reference</a></div>
+          <div><a href="#">ZPT reference</a></div>
+          <div><a href="#">DTML reference</a></div>
+          <div><a href="#">Administrator Guide</a></div>
+          <div><a href="#">Articles</a></div>
+          <div><a href="#">How-To's</a></div>
+          <div><a href="#">Books in print</a></div>
           <br />
 
           <h1><a href="#">Download</a></h1>
-          <a href="#">Zope</a><br />
-          <a href="#">Products by category</a><br />
-          <a href="#">All products</a><br />
+          <div><a href="#">Zope</a></div>
+          <div><a href="#">Products by category</a></div>
+          <div><a href="#">All products</a></div>
           <br />
 
           <h1><a href="#">Projects</a></h1>
-          <a href="#">Zope 3</a><br />
-          <a href="#">New zope.org</a><br />
-          <a href="#">ZMI</a><br />
+          <div><a href="#">Zope 3</a></div>
+          <div><a href="#">New zope.org</a></div>
+          <div><a href="#">ZMI</a></div>
           <br />
 
 
           <h1><a href="#">Community</a></h1>
-          <a href="#">Mailing lists</a><br />
-          <a href="#">IRC</a><br />
-          <a href="#">Zope User Groups</a><br />
-          <a href="#">Zope links</a><br />
+          <div><a href="#">Mailing lists</a></div>
+          <div><a href="#">IRC</a></div>
+          <div><a href="#">Zope User Groups</a></div>
+          <div><a href="#">Zope links</a></div>
           <br />
 
           <h1><a href="#">Business</a></h1>
-          <a href="#">Zope Corporation</a><br />
-          <a href="#">Solution Providers</a><br />
-          <a href="#">Hosting</a> <br />
-          <a href="#">Marketing Zope</a><br />
+          <div><a href="#">Zope Corporation</a></div>
+          <div><a href="#">Solution Providers</a></div>
+          <div><a href="#">Hosting</a></div>
+          <div><a href="#">Marketing Zope</a></div>
 
 
         </div>
@@ -154,19 +135,40 @@
     <td valign="top">
       <div id="Breadcrumbs">
         Location: 
-          <span tal:replace="structure python:here.shortBread(include_root=1)">
-			    <a href="#">Bread</a> > <a href="#">Crumbs</a></span>
+          <a href='http://localhost:8080/ZopeOrg' class='link1' title='Home'>Home</a>&nbsp;&gt;&nbsp;<a href='http://localhost:8080/ZopeOrg/portal_skins' class='link1' title='portal_skins'>portal_skins</a>&nbsp;&gt;&nbsp;<a href='http://localhost:8080/ZopeOrg/portal_skins/custom' class='link1' title='custom'>custom</a>
       </div>
-      <div metal:use-macro="container/macros_repository/macros/byline">Byline</div><br />
+      <span id="ACTIONS_BAR">
+  <div id="BYLINE_TITLE"><img src="ZopeOrg/folder_icon.gif"
+    alt="Folder">&nbsp;</div>
+
+    <div>
+    By <a>admin</a>
+        (updated 2002-06-07 06:36:15 )
+    </div>
+
+    <div id="objectactions">
+
+
+      
+
+      <div><a href=" http://localhost:8080/ZopeOrg/portal_skins/custom/folder_contents">Folder contents</a>&nbsp;|&nbsp;<a
+    href=" http://localhost:8080/ZopeOrg/portal_skins/custom/synPropertiesForm">Syndication</a>&nbsp;|&nbsp;<a
+    href="http://localhost:8080/ZopeOrg/portal_skins/custom">View</a>&nbsp;|&nbsp;<a
+    href="http://localhost:8080/ZopeOrg/portal_skins/custom/folder_edit_form">Edit</a>&nbsp;|&nbsp;<a
+    href="http://localhost:8080/ZopeOrg/portal_skins/custom/folder_localrole_form">Local Roles</a></div>
 
-      <div metal:define-slot="main">
+      
+    </div>
+</span>
 
+      <div>
 
-<TABLE width="100%" border=0 cellspacing="0" cellpadding="0">
-  <TBODY>
-  <TR>
-    <TD  id="contentarea" valign="top">
-      <H1>Spotlight on...<br /></H1>
+
+<table width="100%" border="0" cellspacing="0" cellpadding="0">
+  <tbody>
+  <tr>
+    <td id="contentarea" valign="top">
+      <h1>Spotlight on...<br /></h1>
 
       <h2>Using Zope With Amaya<br />
       <span style="font-size: small">By Michel Pelletier 21 August, 2001</span></h2>
@@ -175,10 +177,9 @@
       you to add and manipulate Zope objects. Zope's managment
       interface is one of its most powerful features, but there
       is one area where using Zope's managment interface is
-      difficult: editing templates.  <img src="more.gif"
-      width="115" height="33" align="absbottom" /></p>
+      difficult: editing templates.  <img src="more.gif" width="115" height="33" align="absbottom" /></p>
 
-      <H1>What is Zope?</H1>
+      <h1>What is Zope?</h1>
 
       <p>Zope is an open source application server for building
       content management solutions such as publishing sites,
@@ -207,8 +208,7 @@
      <a href="">Security</a>, 
      <a href="">Backup policies</a>, 
      <a href="#">DTML </a>
-     <a href=""><img src="more.gif" width="115" height="33" 
-     align="absbottom" border="0" /></a>
+     <a href=""><img src="more.gif" width="115" height="33" align="absbottom" border="0" /></a>
         </div>
       </div>
 
@@ -218,8 +218,7 @@
         <div class="subitems"><a href="">Developers Guide</a>, 
      <a href="#">ZClasses</a>,
      <a href="">Unit testing</a> 
-     <a href="#"><img src="more.gif" width="115" height="33" 
-     align="absbottom" border="0" /></a>
+     <a href="#"><img src="more.gif" width="115" height="33" align="absbottom" border="0" /></a>
         </div>
       </div>
 
@@ -229,18 +228,17 @@
         <div class="subitems"><a href="">Products</a>, 
      <a href="">Using CVS</a>,
      <a href="">Bug days</a> 
-     <a href="#"><img src="more.gif" width="115" height="33"
-     align="absbottom" border="0" /></a>
+     <a href="#"><img src="more.gif" width="115" height="33" align="absbottom" border="0" /></a>
         </div>
       </div>
 
-    </TD>
+    </td>
 
-    <TD valign="top"><img src="space.gif" width="7" height="32" alt="" /></TD>
-    <TD background="point_bckgrd2.jpg"><img src="space.gif" width="24" height="32" alt="" /></TD>
-    <TD id="NEWS_MENU" vAlign=top width=200> 
+    <td valign="top"><img src="space.gif" width="7" height="32" alt="" /></td>
+    <td background="point_bckgrd2.jpg"><img src="space.gif" width="24" height="32" alt="" /></td>
+    <td id="NEWS_MENU" valign="top" width="200"> 
 
-        <H1>Announcements</H1>
+        <h1>Announcements</h1>
 
         <p>14 March - <a href="#">O'Reilly Call For Papers
         Deadline</a></p>
@@ -251,10 +249,9 @@
         <p>13 March - <a href="#">Lennart is Learning
         dreamweaver, Olivier prefers plain old ZMI</a></p>
   
-        <p style="text-align: center"><img style="text-align: center"
-           src="more.gif" width="115" height="33" align="absbottom" /></p>
+        <p style="text-align: center"><img style="text-align: center" src="more.gif" width="115" height="33" align="absbottom" /></p>
  
-        <H1>News</H1>
+        <h1>News</h1>
 
         <p>13 Apr - <a href="#">ZPT introduction</a></p>
 
@@ -262,8 +259,7 @@
 
         <p>13 Apr - <a href="#">Zope on Slashdot</a></p>
 
-        <p style="text-align: center"><img style="text-align: center"
-           src="more.gif" width="115" height="33" align="absbottom" /></p>
+        <p style="text-align: center"><img style="text-align: center" src="more.gif" width="115" height="33" align="absbottom" /></p>
  
         <h1>Top Resources</h1>
 
@@ -279,13 +275,12 @@
 	<p> - <a href="#">ZExternal News 1.0.2</a> (odeckmyn)</p>
         </div>
 
-        <p style="text-align: center"><img style="text-align: center"
-           src="more.gif" width="115" height="33" align="absbottom" /></p>
+        <p style="text-align: center"><img style="text-align: center" src="more.gif" width="115" height="33" align="absbottom" /></p>
  
-    </TD>
-  </TR>
-  </TBODY>
-</TABLE>
+    </td>
+  </tr>
+  </tbody>
+</table>
 
       </div>
     </td>
@@ -301,13 +296,84 @@
 </tr>
 </table>
 
-<div align="center" metal:use-macro="container/macros_repository/macros/bugbox">
-Here goes the Bug Box
-</div>
+<table align="center" border="1" id="BUGBOX" cellspacing="0"
+       cellpadding="2">
+<caption>Temporary Area -- The Bug Box</caption>
+  <tr>
+  <td>
+  <table align="center" border="0" cellspacing="0" cellpadding="4">
+  <tr>
+    
+    <td>
+      <form name="fCollector" action="http://collector.zope.org/ZopeOrg/collector_add_issue" method="POST">
+	<table cellspacing="0" colspacing="0" border="0">
+	<tr>
+	<td align="right">
+	      <strong>Category:</strong>
+	</td>
+	<td>
+		<select name="topic">
+	        <option value="content">content</option>
+		<option value="skin">skin</option>
+		<option value="functionality">functionality</option>
+		<option value="navigation">navigation</option>
+		<option value="migration machinery">migration machinery</option>
+		<option value="SoftwareProduct">SoftwareProduct</option>
+		</select>
+	</td>
+	<td rowspan="3">
+	      	<strong>Description:</strong><br />
+		<textarea name="description" rows="5" cols="30"></textarea>
+	</td>
+	</tr>
+	<tr>
+	<td align="right">
+		<strong>Title:</strong> 
+	</td>
+	<td>
+		<input type="text" name="title" value="" size="20" />
+	</td>
+	</tr>
+	<tr>
+	<td align="right">
+	      	<strong>Email:</strong> 
+	</td>
+	<td>
+		<input type="text" name="submitter_email" size="20" value="paul at zope.com" />
+	</td>
+	</tr>
+	<tr>
+	<td align="right">
+	     	<input type="button" value="Add" />
+	</td>
+	<td colspan="2">	
+	      	<input type="button" value="Add and Confirm" onclick="addCollectorIssue();" />
+	</td>
+	</tr>
+	</table>
+      </form>
+    </td>
+  </tr>
+  </table>
+ </td>
+ </tr>
+  <tr>
+    <td align="center">
+      <a href="#">Collector Login</a> &nbsp;
+View open reports for:
+<a href="#">All</a>
+<a href="#">Design</a>
+<a href="#">System</a>
+<a href="#">Search</a>
+<a href="#">Content</a>
+<a href="#">Documentation</a>
+<a href="#">Products</a>
+</td>
+</tr>
+</table>
 
-<div align="center" metal:use-macro="container/macros_repository/macros/copyright">
-  Here goes the Copyright
-</div>
+<div id="FOOTER" align="center"><br />&copy; 2002
+<a href="http://www.zope.com/">Zope Corporation</a> All rights reserved.<br /></div>
 
 </body>
-</html>
\ No newline at end of file
+</html>


=== Products/ZopeOrg-NV/skins/nzo/css_default.css 1.4 => 1.5 ===
 }
 
-#SIDE_MENU A:before{
+
+#SIDE_MENU DIV{
+        margin-top: 0.1em;
+        margin-bottom: 0.2em;
+}
+
+#SIDE_MENU>DIV>A:before{
   content: url('arrow.gif');
-  padding-right: 0.2em;
+  padding-right: 0.3em;
 }
 
 #SIDE_MENU H1{
 	text-align : left;
         border-bottom: solid 0.05em #336699;
+        margin-bottom: 0.8em;
 }
 
 /* ----------------------------------------- */
@@ -322,7 +329,7 @@
 }
 
 #contentarea{
-  font-size: 0.8em;
+  font-size: 0.9em;
 }
 
 .morelink {






More information about the zopeorg-checkins mailing list