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

Sidnei da Silva sidnei at x3ng.com.br
Fri May 17 05:06:15 EDT 2002


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

Modified Files:
	main_template.html 
Log Message:
cleanup of comments and some visual modifications

=== Products/ZopeOrg-NV/skins/nzo/main_template.html 1.4 => 1.5 === (515/615 lines abridged)
-      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;
-                 "
->
-<head>
-
-  <title tal:define="ob_title here/Title; portal_title container/title"
-         tal:content="string:${portal_title}: ${ob_title}">New Zope.org</title>
-
-  <link href="css_default.css" rel="stylesheet" type="text/css"
-        tal:attributes="href here/css_default/absolute_url" />
-
-  <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>
-
-</head>
-
-<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
-
-<div id="TOP_NAVIG">
-  <table width="100%" background="top_bckgrd.jpg" border="0" cellspacing="0" cellpadding="0">
-    <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>
-
-      <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> |

[-=- -=- -=- 515 lines omitted -=- -=- -=-]

+ 
+        <h1>Top Resources</h1>
+
+        <div class="topresources">
+        <p> - <a href="#">Content Index 1.5.0</a> (haqa)</p>
+
+        <p> - <a href="#">Ratings 0.3.0</a> (k_vertigo)</p>
+
+        <p> - <a href="#">LDAP Directory Manager 0.1</a> (k_vertigo)</p>
+
+        <p> - <a href="#">Photo Extension 0.0.2</a> (mngibso)</p>
+
+	<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>
+ 
+    </TD>
+  </TR>
+  </TBODY>
+</TABLE>
+
+      </div>
+    </td>
+  </tr>
+</table>
+<table align="center" border="0" cellspacing="0" cellpadding="0" width="100%" style="margin-top: 2em;margin-bottom: 2em">
+<tr>
+<td align="center" id="FOOTER_MENU">
+  <a href="#">Privacy policy</a> | <a href="#">Feedback
+              to this page's author</a> | <a href="#">Feedback about Zope.org</a>
+              | <a href="#">Page Source</a>
+</td>
+</tr>
+</table>
+
+<div align="center" metal:use-macro="container/macros_repository/macros/bugbox">
+Here goes the Bug Box
+</div>
+
+<div align="center" metal:use-macro="container/macros_repository/macros/copyright">
+  Here goes the Copyright
+</div>
+
+</body>
+</html>5" height="33" align="absbottom" /></p>
  
     </TD>
   </TR>






More information about the zopeorg-checkins mailing list