[zopeorg-checkins] CVS: Products/ZopeOrg-NV/skins/nzo - editform.pt:1.3 footer.pt:1.3 logo.jpg:1.2 nzo_listing_macros.pt:1.2 ploneCustom.css.dtml:1.3

Brian Lloyd brian at zope.com
Thu Aug 21 09:50:44 EDT 2003


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

Modified Files:
	editform.pt footer.pt logo.jpg nzo_listing_macros.pt 
	ploneCustom.css.dtml 
Log Message:
checkin customized skin elements


=== Products/ZopeOrg-NV/skins/nzo/editform.pt 1.2 => 1.3 ===
-<tal:block define="
-         global here python:options['args'][0];
-	 global action options/action; global text options/text; global id options/id;
-	 global page options/page; global oldid options/oldid" />
-
-<html xmlns:tal="http://xml.zope.org/namespaces/tal"
-       xmlns:metal="http://xml.zope.org/namespaces/metal"
-       metal:use-macro="here/main_template/macros/master">
-yuck... editform is actually a method, and it calls us with
-                             (page, request, action=action,
-                             text=text, id=id, page=page, oldid=oldid)
-<body>
-<div metal:fill-slot="header">
-<div  metal:define-macro="header"
-     tal:define="global wiki_header_present python:1">
-  <h1>
-  <span tal:omit-tag="" tal:condition="python:action=='Create'">Creating</span>
-  <span tal:omit-tag="" tal:condition="python:action!='Create'">Editing</span>
-  <span tal:omit-tag="" tal:content="id">page</span>
-  </h1>
-</div>
-</div>
-
-<div metal:fill-slot="main">
-
-<div class="Desktop">
-
-<div tal:condition="not: wiki_header_present|nothing">
-  <span tal:condition="nothing"> In case master has no "header" macro. </span>
-  <div metal:use-macro="template/macros/header"> </div>
-</div>
-
-<div align="center">
-<form method="POST" action="wiki_url/oldid/" enctype="multipart/form-data"
-tal:attributes="action string:${here/wiki_url}/${oldid}/edit">
-<input name=timeStamp type=hidden value="editTimestamp"
-tal:attributes="value here/editTimestamp|nothing" />
-<input name=page type=hidden value="id" tal:attributes="value id" />
-
-<table width="100%" border="0" cellspacing="0" cellpadding="3">
-
-<tr><td colspan=2 align="center" bgcolor="#dddddd">
-<textarea wrap="virtual" name="text" rows="25" cols="60"
-style="width:100%; background-color:#f0f0f0" tabindex="1"
-tal:attributes="rows python:request.get('zwiki_height','') or 25;
-                cols python:request.get('zwiki_width','') or 60"
-tal:content="text">text</textarea>
-</td></tr>
-
-<tr>
-<td valign="middle" align="left" bgcolor="#dddddd">
-&nbsp;
-</td>
-<td valign="top" align="right" bgcolor="#dddddd">
-<b><input type="submit" value=" <dtml-var action> <dtml-var id> " tabindex="2"
-tal:attributes="value string: $action $id "
-style="font-weight:bold" accesskey="s"></b>
-</td>
-</tr>
-
-<tr>
-<td valign="middle" align="left" bgcolor="#dddddd">
-Optional note: 
-<input name="log" size="50" maxlength="100" value="" tabindex="3">
-</td>
-<td bgcolor="#dddddd">
-&nbsp;
-</td>
-</tr>
-
-<tr tal:define="uploaddir nocall:here/uploads|here"
-    tal:condition="python:user.has_permission('Add Documents, Images, and Files', uploaddir)">
-<td valign="middle" align="left" colspan=2 bgcolor="#dddddd">
-Upload a file or image: 
-<INPUT TYPE="file" NAME="file" SIZE="30" VALUE="" tabindex="4">
-</td>
-</tr>
-
-<tr tal:condition="python:user.has_permission('Zwiki: Change page types', here)"
-  tal:define="is_issue python:here.page_type == 'issuedtml'">
-<td valign="middle" align="left" colspan=2 bgcolor="#dddddd">
-Render this page as:
-<option value="issuedtml" selected tal:condition="is_issue">tracker issue</option>
-<SELECT NAME="type" tabindex="5" tal:condition="not:is_issue">
-<option value="stxprelinkdtmlhtml">Structured text + links + DTML + HTML</option>
-<option value="stxprelinkhtml">Structured text + links + HTML</option>
-<option value="stxprelink">Structured text + links</option>
-<option value="wwmlprelink">WikiWikiWeb formatting + links</option>
-<option value="prelinkdtmlhtml">links + DTML + HTML</option>
-<option value="prelinkhtml">links + HTML</option>
-<option value="dtmlhtml">DTML + HTML</option>
-<option value="html">HTML</option>
-<option value="textlink">text + links</option>
-<option value="plaintext">plain text</option>
-<option value="dtmlfithtml">DTML + fit tests + HTML</option>
-<option value="stxdtmlfithtml">Structured text + DTML + fit tests + HTML</option>
-</select>
-</td>
-</tr>
-
-</table>
-</form>
-
-<div tal:condition="not: wiki_footer_present|nothing">
-  <span tal:condition="nothing"> In case master has no "footer" macro. </span>
-  <div tal:replace="structure here/wikipage_footer"> </div>
-</div>
-
-</div>
-
-</div>
-
-</div>
-
-</body>
-</html>
+<tal:block define="
+         global here python:options['args'][0];
+	 global action options/action; global text options/text; global id options/id;
+	 global page options/page; global oldid options/oldid" />
+
+<html xmlns:tal="http://xml.zope.org/namespaces/tal"
+       xmlns:metal="http://xml.zope.org/namespaces/metal"
+       metal:use-macro="here/main_template/macros/master">
+yuck... editform is actually a method, and it calls us with
+                             (page, request, action=action,
+                             text=text, id=id, page=page, oldid=oldid)
+<body>
+<div metal:fill-slot="header">
+<div  metal:define-macro="header"
+     tal:define="global wiki_header_present python:1">
+  <h1>
+  <span tal:omit-tag="" tal:condition="python:action=='Create'">Creating</span>
+  <span tal:omit-tag="" tal:condition="python:action!='Create'">Editing</span>
+  <span tal:omit-tag="" tal:content="id">page</span>
+  </h1>
+</div>
+</div>
+
+<div metal:fill-slot="main">
+
+<div class="Desktop">
+
+<div tal:condition="not: wiki_header_present|nothing">
+  <span tal:condition="nothing"> In case master has no "header" macro. </span>
+  <div metal:use-macro="template/macros/header"> </div>
+</div>
+
+<div align="center">
+<form method="POST" action="wiki_url/oldid/" enctype="multipart/form-data"
+tal:attributes="action string:${here/wiki_url}/${oldid}/edit">
+<input name=timeStamp type=hidden value="editTimestamp"
+tal:attributes="value here/editTimestamp|nothing" />
+<input name=page type=hidden value="id" tal:attributes="value id" />
+
+<table width="100%" border="0" cellspacing="0" cellpadding="3">
+
+<tr><td colspan=2 align="center" bgcolor="#dddddd">
+<textarea wrap="virtual" name="text" rows="25" cols="60"
+style="width:100%; background-color:#f0f0f0" tabindex="1"
+tal:attributes="rows python:request.get('zwiki_height','') or 25;
+                cols python:request.get('zwiki_width','') or 60"
+tal:content="text">text</textarea>
+</td></tr>
+
+<tr>
+<td valign="middle" align="left" bgcolor="#dddddd">
+&nbsp;
+</td>
+<td valign="top" align="right" bgcolor="#dddddd">
+<b><input type="submit" value=" <dtml-var action> <dtml-var id> " tabindex="2"
+tal:attributes="value string: $action $id "
+style="font-weight:bold" accesskey="s"></b>
+</td>
+</tr>
+
+<tr>
+<td valign="middle" align="left" bgcolor="#dddddd">
+Optional note: 
+<input name="log" size="50" maxlength="100" value="" tabindex="3">
+</td>
+<td bgcolor="#dddddd">
+&nbsp;
+</td>
+</tr>
+
+<tr tal:define="uploaddir nocall:here/uploads|here"
+    tal:condition="python:user.has_permission('Add Documents, Images, and Files', uploaddir)">
+<td valign="middle" align="left" colspan=2 bgcolor="#dddddd">
+Upload a file or image: 
+<INPUT TYPE="file" NAME="file" SIZE="30" VALUE="" tabindex="4">
+</td>
+</tr>
+
+<tr tal:condition="python:user.has_permission('Zwiki: Change page types', here)"
+  tal:define="is_issue python:here.page_type == 'issuedtml'">
+<td valign="middle" align="left" colspan=2 bgcolor="#dddddd">
+Render this page as:
+<option value="issuedtml" selected tal:condition="is_issue">tracker issue</option>
+<SELECT NAME="type" tabindex="5" tal:condition="not:is_issue">
+<option value="stxprelinkdtmlhtml">Structured text + links + DTML + HTML</option>
+<option value="stxprelinkhtml">Structured text + links + HTML</option>
+<option value="stxprelink">Structured text + links</option>
+<option value="wwmlprelink">WikiWikiWeb formatting + links</option>
+<option value="prelinkdtmlhtml">links + DTML + HTML</option>
+<option value="prelinkhtml">links + HTML</option>
+<option value="dtmlhtml">DTML + HTML</option>
+<option value="html">HTML</option>
+<option value="textlink">text + links</option>
+<option value="plaintext">plain text</option>
+<option value="dtmlfithtml">DTML + fit tests + HTML</option>
+<option value="stxdtmlfithtml">Structured text + DTML + fit tests + HTML</option>
+</select>
+</td>
+</tr>
+
+</table>
+</form>
+
+<div tal:condition="not: wiki_footer_present|nothing">
+  <span tal:condition="nothing"> In case master has no "footer" macro. </span>
+  <div tal:replace="structure here/wikipage_footer"> </div>
+</div>
+
+</div>
+
+</div>
+
+</div>
+
+</body>
+</html>


=== Products/ZopeOrg-NV/skins/nzo/footer.pt 1.2 => 1.3 ===
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<div class="footer" metal:define-macro="portal_footer" i18n:domain="plone"
-     tal:define="portal_url here/portal_url">
-
-2003 Zope Corporation. All rights reserved.
-<a href="http://www.zope.com/Legal">Legal</a> | <a href="mailto:webmaster at zope.org">Contact</a>
-
-<hr size="" class="netscape4" />
-
-<strong class="netscape4">
-If you can read this text, it means you are not experiencing the Plone design at its best.
-Plone makes heavy use of CSS, which means it is accessible to any internet browser, 
-but the design needs a 
-<a href="http://www.webstandards.org/upgrade/">standards-compliant browser to look like we intended it</a>. 
-Just so you know ;)
-</strong>
- 
-</div>
-
- 
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<div class="footer" metal:define-macro="portal_footer" i18n:domain="plone"
+     tal:define="portal_url here/portal_url">
+
+2003 Zope Corporation. All rights reserved.
+<a href="http://www.zope.com/Legal">Legal</a> | <a href="mailto:webmaster at zope.org">Contact</a>
+
+<hr size="" class="netscape4" />
+
+<strong class="netscape4">
+If you can read this text, it means you are not experiencing the Plone design at its best.
+Plone makes heavy use of CSS, which means it is accessible to any internet browser, 
+but the design needs a 
+<a href="http://www.webstandards.org/upgrade/">standards-compliant browser to look like we intended it</a>. 
+Just so you know ;)
+</strong>
+ 
+</div>
+
+ 


=== Products/ZopeOrg-NV/skins/nzo/logo.jpg 1.1 => 1.2 ===


=== Products/ZopeOrg-NV/skins/nzo/nzo_listing_macros.pt 1.1 => 1.2 ===
-<html>
-  <head>
-    <title tal:content="template/title">The title</title>
-  </head>
-  <body>
-    <div metal:define-macro="zope_service_provider">
-    <table width="95%">
-      <tr>
-	<td width="60%">
-    <img src="logo.jpg"
-         tal:condition="here/getLogo"
-         tal:attributes="src python:here.getLogo().absolute_url();
-                         alt python:here.Company()" />
-
-    <strong tal:condition="not:here/getLogo"
-	    tal:content="here/Company/strip|here/getId">Company</strong>
-
-    <p>
-      <span tal:condition="here/ExternalURL">
-       <a href="#" tal:attributes="href here/ExternalURL">
-          Website
-      </a>
-      -
-     </span>
-     <a href="#" tal:attributes="href here/absolute_url">
-       Company profile
-     </a>
-   </p>
-
-   </td>
-   <td>
-      <span tal:condition="here/Location"
-            tal:omit-tag="">
-      <strong>Location:</strong><br />
-      <span tal:replace="here/Location" /><br /><br />
-      </span>
-      <span tal:condition="here/ServiceInfo"
-            tal:omit-tag="">
-      <strong>Service Info:</strong><br />
-      <span tal:replace="structure here/ServiceInfo" />
-      </span>
-   </td>
-   </tr>
-   </table>
-    <hr />
-   </div>
-
-   <div metal:define-macro="case_study">
-    <table width="95%">
-      <tr>
-	<td width="60%">
-
-    <p tal:condition="here/ExternalURL|nothing">
-       <a href="#" tal:attributes="href here/ExternalURL"
-	           tal:content="here/ExternalURL">
-          Website
-      </a>
-   </p>
-
-    <span tal:condition="here/Summary|nothing"
-	    tal:content="structure here/Summary">Summary</span>
-
-     <a href="#" tal:attributes="href here/absolute_url">
-       Read More...
-     </a>
-
-	</td>
-   </tr>
-   </table>
-    <hr />
-   </div>
-</body>
-</html>
+<html>
+  <head>
+    <title tal:content="template/title">The title</title>
+  </head>
+  <body>
+    <div metal:define-macro="zope_service_provider">
+    <table width="95%">
+      <tr>
+	<td width="60%">
+    <img src="logo.jpg"
+         tal:condition="here/getLogo"
+         tal:attributes="src python:here.getLogo().absolute_url();
+                         alt python:here.Company()" />
+
+    <strong tal:condition="not:here/getLogo"
+        tal:define="title here/Company|here/Title"
+	    tal:content="python:title.strip() or here.getId()">Company</strong>
+
+    <p>
+      <span tal:condition="here/ExternalURL">
+       <a href="#" tal:attributes="href here/ExternalURL">
+          Website
+      </a>
+      -
+     </span>
+     <a href="#" tal:attributes="href here/absolute_url">
+       Company profile
+     </a>
+   </p>
+
+   </td>
+   <td>
+      <span tal:condition="here/Location"
+            tal:omit-tag="">
+      <strong>Location:</strong><br />
+      <span tal:replace="here/Location" /><br /><br />
+      </span>
+      <span tal:condition="here/ServiceInfo"
+            tal:omit-tag="">
+      <strong>Service Info:</strong><br />
+      <span tal:replace="structure here/ServiceInfo" />
+      </span>
+   </td>
+   </tr>
+   </table>
+    <hr />
+   </div>
+
+   <div metal:define-macro="case_study">
+    <table width="95%">
+      <tr>
+	<td width="60%">
+
+    <p tal:condition="here/ExternalURL|nothing">
+       <a href="#" tal:attributes="href here/ExternalURL"
+	           tal:content="here/ExternalURL">
+          Website
+      </a>
+   </p>
+
+    <span tal:condition="here/Summary|nothing"
+	    tal:content="structure here/Summary">Summary</span>
+
+     <a href="#" tal:attributes="href here/absolute_url">
+       Read More...
+     </a>
+
+	</td>
+   </tr>
+   </table>
+    <hr />
+   </div>
+</body>
+</html>


=== Products/ZopeOrg-NV/skins/nzo/ploneCustom.css.dtml 1.2 => 1.3 === (718/818 lines abridged)
-/* Plone for Zope.org changes */
-
-div.document,
-body {
-  font-size: 11px;
-  background-color: white;
-  color: black;
-}
-
-p {
-  text-align: left;
-  line-height: 1.4em;
-}
-
-h1, h2, h3, h4, h5 {
-  color: black;
-  font-weight: bold;
-  border-bottom: none;
-}
-
-h1 {
- font-size: 180%;
-}
-
-h2 {
- font-size: 140%;
- font-weight: bold;
-}
-
-h3 {
- font-size: 130%;
-}
-
-h4 {
- font-size: 120%;
-}
-
-h5 {
- font-size: 110%;
-}
-
-body>div {
-  background-color: #FFFFFF;
-}
-
-td{
-  vertical-align: top;
-}
-
-a,

[-=- -=- -=- 718 lines omitted -=- -=- -=-]

+   color: Black;
+   font-weight: normal;
+   text-transform: none;
+}
+
+ul {
+  padding-bottom: 0.5em;
+}
+
+div.footer {
+  margin: 0;
+  padding: 0;
+}
+
+div.hilite {
+  color: #666666;
+  font-style: italic;
+  font-size: 110%;
+  font-weight: bold;
+  padding: 0.5em 0em 0.5em 0em;
+}
+
+div.searchResults {
+  background: #e0e0e0;
+  padding: 0.5em;
+  margin: 0.5em;
+  display: block;
+  clear: both;
+}
+
+div.searchNav {
+  padding: 0.5em;
+  margin: 0.5em;
+  display: block;
+  clear: both;
+  text-align: center;
+}
+
+div.searchNav div{
+  padding: 0.5em;
+}
+
+div.searchResults span.right {
+  text-align: right;
+  display: inline;
+}
+
+span.resultURL {
+  color: #009900;
+}





More information about the zopeorg-checkins mailing list