[zopeorg-checkins] CVS: Products/ZopeOrg-NV/skeleton - local_html.pt:1.16

Sidnei da Silva sidnei at x3ng.com.br
Tue Apr 1 15:12:12 EST 2003


Update of /cvs-zopeorg/Products/ZopeOrg-NV/skeleton
In directory cvs.zope.org:/tmp/cvs-serv12849/skeleton

Added Files:
	local_html.pt 
Log Message:
Adding Plone Customization Policy in place of setupZopeOrg External Method.

=== Products/ZopeOrg-NV/skeleton/local_html.pt 1.15 => 1.16 ===
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html><!-- -*-html-helper-*- -->
+  <head>
+    <title tal:content="template/title">The title</title>
+  </head>
+  <body>
+  <TABLE class="columns" metal:define-macro="body">
+  <TR> 
+    <TD class="main">
+      <div> 
+      <h1>Welcome to Zope.org</h1>
+
+      <div class="hilite">The Website for the Zope Community</div>
+      
+      <H2>What is Zope?</H2>
+
+      <p>Zope is an open source application server for building
+      content managements, intranets, portals, and custom
+      applications. The Zope community consists of hundreds of
+      companies and thousands of developers all over the world,
+      working on building the platform and Zope applications. Zope is
+      written in Python, a highly-productive, object-oriented
+      scripting language. <A 
+            href="#">more</A></p>
+
+
+<!--
+      <h2>Spotlight on "Using Zope With Amaya"</h2>
+      <div class="hilite">By <a href="#">Michel Pelletier</a> 21 August, 2001</div>
+      <p>Zope is an object-oriented web application server that 
+      is managed through a web interface. This interface allows 
+      you to add and manipulate Zope objects. Zope's management 
+      interface is one of its most powerful features, but there 
+      is one area where using Zope's managment interface is 
+      difficult: editing templates.  <A 
+            href="#">more</A></p>
+-->
+
+      <h2>Zope for...</h2>
+      <ul>
+      <li>
+      <strong><a href="#" title="New to Zope but familiar with website programming">New Users</a></strong>
+        <div class="subitems"><a href="">Intro</a>, 
+            <a href="">About Python</a>, 
+	    <a href="">Web Programming</a> 
+        </div>
+      </li>
+     </ul>
+     <ul>
+     <li>
+      <strong><a href="#" title="Using Zope to make a website">Web Masters</a></strong>
+              <div class="subitems">
+	      <a href="">Using Apache</a>, 
+	      <a href="">Security</a>, 
+	      <a href="">Backup policies</a>, 
+	      <a href="#">DTML </a>
+	      </div>
+      </li>
+     </ul>
+     <ul>
+      <li>
+      <strong><a href="#" title="Using Zope to make applications">Product Developers</a></strong>
+        <div class="subitems">
+	<a href="">Developers Guide</a>, 
+	<a href="#">ZClasses</a>, 
+	<a href="">Unit testing</a> 
+	</div>
+     </li>
+     </ul>
+     <ul>
+     <li>
+     <strong><a href="#" title="Doing the impossible, Improving Zope">Zope Developers</a></strong>
+        <div class="subitems"><a href="">Products</a>, 
+	    <a href="">Using CVS</a>,
+	    <a href="">Bug days</a> 
+	</div>
+     </li>
+     </ul>
+
+    </TD>
+
+    <TD class="right"> 
+    <div class="box">
+
+    <div class="box">
+
+        <h5>News</h5>
+	<div class="body">
+        <tal:block repeat="item python:here.latestContentBySubject(portal_type='News Item', max_items=7)">
+	<div class="content odd" 
+             tal:define="even repeat/item/even"
+             tal:attributes="class python:test(even, 'content even', 'content odd')">
+        <img src="icon.gif" tal:attributes="src item/getIcon; 
+                                            alt item/title_or_id" />
+	<a href="#" tal:attributes="href item/absolute_url">
+		      <span tal:replace="string:${item/title_or_id}">
+                      O'Reilly Call For Papers Deadline
+                      </span>
+	  </a>
+	  <div class="boxDetails" tal:content="python:DateTime(item.CreationDate()).strftime('%B %d')">February 03</div>
+
+	</div>
+        </tal:block>
+	</div>
+     </div>
+    <div class="box">
+
+        <h5>Products</h5>
+	<div class="body">
+        <tal:block repeat="item python:here.latestContentBySubject(portal_type='Software Release', max_items=5)">
+	<div class="content odd" 
+             tal:define="even repeat/item/even;
+                         package item/getPackage;
+                         pkg_title package/title|item/title_or_id|nothing"
+             tal:attributes="class python:test(even, 'content even', 'content odd')">
+        <img src="icon.gif" tal:attributes="src item/getIcon; 
+                                            alt item/title_or_id" />
+        <a href="#" tal:attributes="href item/absolute_url">
+		      <span tal:replace="string:${pkg_title} (${item/Version})">
+                      O'Reilly Call For Papers Deadline
+                      </span>
+	  </a>
+	  <div class="boxDetails" tal:content="python:DateTime(item.CreationDate()).strftime('%B %d')">February 03</div>
+
+	</div>
+        </tal:block>
+	</div>
+     </div>
+
+   </TD>
+  </TR>
+</TABLE>
+</body>
+</html>
\ No newline at end of file





More information about the zopeorg-checkins mailing list