[Zope-CVS] CVS: Products/OSCOM/NOTSite/skins/NOTSite - PoweredByZope.gif:1.1 main_template.pt:1.1 not_css.css:1.1 oscom-times.gif:1.1 search.gif:1.1 site_template.pt:1.1 site_template_macros.pt:1.1 README.txt:NONE
Tres Seaver
tseaver@zope.com
Mon, 26 May 2003 01:51:37 -0400
Update of /cvs-repository/Products/OSCOM/NOTSite/skins/NOTSite
In directory cvs.zope.org:/tmp/cvs-serv19799/skins/NOTSite
Added Files:
PoweredByZope.gif main_template.pt not_css.css oscom-times.gif
search.gif site_template.pt site_template_macros.pt
Removed Files:
README.txt
Log Message:
- Add initial pass at content and site skins.
=== Added File Products/OSCOM/NOTSite/skins/NOTSite/PoweredByZope.gif ===
<Binary-ish file>
=== Added File Products/OSCOM/NOTSite/skins/NOTSite/main_template.pt ===
<html metal:define-macro="master"
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 utool;
member mtool/getAuthenticatedMember;
isAnon mtool/isAnonymousUser;
actions python: atool.listFilteredActionsFor( here );
user_actions actions/user;
object_actions actions/object;
workflow_actions actions/workflow;
folder_actions actions/folder;
global_actions actions/global;
wf_state python:wtool.getInfoFor(here,'review_state','');
"
>
<head>
<title tal:content="here/expanded_title"> Title goes here </title>
<metal:block define-slot="base" />
<link rel="stylesheet" href="zpt_stylesheet.css" type="text/css"
tal:attributes="href here/zpt_stylesheet/absolute_url">
</head>
<body>
<div metal:define-macro="top_bar">
<!-- hack around netscape 4.x to ensure table is solid -->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<!-- Top bar -->
<table id="Masthead"
width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<form action="search" method="GET"
tal:attributes="action string:${portal_url}/search">
<td id="PortalLogo">
<a href="." tal:attributes="href string:${portal_url}/"
><img src="Zope_logo.gif" alt="Zope Logo"
border="0" width="87" height="38"
tal:attributes="src string:${portal_url}/Zope_logo.gif"></a>
</td>
<td id="PortalTitle">
<span tal:content="string:${portal_title}">Site Title</span>
</td>
<td id="NavBar">
<a href="search_form"
tal:attributes="href string:${portal_url}/search_form">search</a>
<input name="SearchableText" size="16">
<input border="0" type="image" name="go" value="go" src="go.gif"
align="middle" width="20" height="20"
tal:attributes="src string:${portal_url}/go.gif">
</td>
</form>
</tr>
</table>
<!-- end topbar -->
</td>
</tr>
</table>
<!-- end NS4 hack -->
<!-- end top_bar-->
</div>
<div id="main_body">
<table class="Forematter"
width="100%" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td id="ForematterCell" width="66%">
<p id="Breadcrumbs" style="padding-top: 5px">
<span tal:repeat="bc here/breadcrumbs"
><a href="."
tal:attributes="href bc/url" tal:content="bc/id"
>ID</a><span tal:condition="not: repeat/bc/end"> / </span>
</span>
</p>
</td>
<td>
<div metal:use-macro="here/actionicons_macros/macros/horizontal_strip" />
</td>
</tr>
<tr>
<p id="DesktopStatusBar"
tal:condition="request/portal_status_message|nothing"
tal:content="request/portal_status_message"> Status message.</p>
</tr>
</table>
<!-- end formatter -->
<div id="Desktop">
<div metal:define-slot="main">
<h2> Section Header </h2>
<p> The content of the object is <a href="render">rendered</a> hre.
Lorem ipsum dolorem. Nihil obstat imprimatur. Semper ubi sub ubi.
Non illegitimi carborundum. In vino veritas. E pluribus unam.
</p>
<!-- end main slot -->
</div>
<!-- end Desktop -->
</div>
</div>
</body>
</html>
=== Added File Products/OSCOM/NOTSite/skins/NOTSite/not_css.css ===
BODY {margin:0px; padding:0px; background-color:#FFFFFF;}
BODY, .body, A, TD, FORM, INPUT {font-family:arial, verdana, san-serif; font-size:11px; line-height:14px;}
B {font-weight:bold;}
ul {list-style-type: none;}
A {color:#336699; text-decoration:none;}
A:hover {color:#000000;}
.header {height:33px; line-height:33px; width:100%; background-repeat:repeat-x; background-image:url(images/bg_top.gif);}
.top {width:100%; }
.lines {height:7px; line-height:7px; background-repeat:repeat-x; background-image:url(images/line_half.gif); }
.col {width:45%;}
.gutter {width:10%}
.title, h1 {font:12px geogria, times, serif; font-weight:bold; color:#000000; margin-bottom:12px;}
.page {position:absolute; top: 0px; left: 0px;}
.head {position: absolute; top: 0px; left: 0px; background: white; padding: 10px; height: 80px; width: 800px; border-bottom: 2px solid;}
.content {position: absolute; top: 120px; left: 0px;}
.nav {position: relative; float: left; background: white; padding: 10px; width: 145px;}
.body {position: relative; float: left; background: white; width: 400px; border-left: 1px solid; border-left-color: #aaaaaa; border-right: 1px solid; border-right-color: #aaaaaa; padding: 10px; min-height: 500;}
.related {position: relative; float: left; background: white; padding: 10px;}
.right {font:11px verdana, arial, san-serif; padding:5px; float: right;}
.error {color:#FF6600; font-weight:bold}
.box {font:11px verdana, arial, san-serif; padding: 2px; width: 200px; border-top: 1px dashed; border-bottom: 1px dashed; border-right: 1px dashed; border-left: 1px dashed; float: left; margin: 5px;}
/* colors */
.light {color:#999999;}
.dark {color:#000000;}
.hot, .spot {color:#FF0000;}
=== Added File Products/OSCOM/NOTSite/skins/NOTSite/oscom-times.gif ===
<Binary-ish file>
=== Added File Products/OSCOM/NOTSite/skins/NOTSite/search.gif ===
<Binary-ish file>
=== Added File Products/OSCOM/NOTSite/skins/NOTSite/site_template.pt ===
<html xxmlns:tal="http://xml.zope.org/namespaces/tal"
xmlns:metal="http://xml.zope.org/namespaces/metal"
metal:define-macro="master"
>
<head>
<link rel="stylesheet" href="not_css">
<title>New OSCOM Times</title>
</head>
<body>
<div class="page">
<div class="head"
metal:use-macro="here/site_template_macros/macros/head" />
<br>
<br>
<div class="content">
<div class="nav"
metal:use-macro="here/site_template_macros/macros/nav" />
<div class="body"
metal:define-slot="main"
>
<p> Main "Article Text" goes here. </p>
</div><!-- main -->
<div class="related">
<p> <b>More finance</b> </p>
<a href="4.html">OSCOM Sprint @ Zuric...</a>
<br>
<br>
</div><!-- related -->
<!--img src="PoweredByZope.gif"
tal:attributes="src string:${here/portal_url}/PoweredByZope.gif" / -->
</div><!-- content -->
</div><!-- page -->
</body>
</html>
=== Added File Products/OSCOM/NOTSite/skins/NOTSite/site_template_macros.pt ===
<html xmlns:tal="http://xml.zope.org/namespaces/tal"
xmlns:metal="http://xml.zope.org/namespaces/metal">
<body>
<div class="head"
metal:define-macro="head"
>
<table border="0">
<tr>
<td width="120" class="top-left-add" align="middle">
ADVERTISEMENT
ADVERTISEMENT<br>
ADVERTISEMENT<br>
ADVERTISEMENT<br>
ADVERTISEMENT<br>
</td>
<td class="notimes">
<img src="oscom-times.gif" alt="New OSCOM Times" border="0">
</td>
<td> </td>
<td class="date_and_search">
<span tal:replace="python:here.ZopeTime().ISO()">
Tue May 20 00:14:55 CEST 2003</span><br /><br />
<form method="get" action="site_search"
tal:attributes="action string:${here/portal_url}/site_search;" >
<table>
<tr>
<td>
<input type="text" name="queryString" value="" size="10">
</td>
<td>
<input type="image" alt="Search" name="find" src="search.gif"
border="0" width="18" height="19"
tal:attributes="src string:${here/portal_url}/search.gif;" >
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</div>
<div class="nav"
metal:define-macro="nav"
>
<font face="verdana" size="-1">
<div style="padding-left: 3px">
<img src="images/arrowdir.gif" width="4" heigth="8"><img src="images/pixel.gif" width="4" heigth="8"><a href="/index.html" class="dir">Sections</a>
</div>
<div style="padding-left: 13px">
<img src="images/arrow.gif" width="4" heigth="8"><img src="images/pixel.gif" width="4" heigth="8"><a href="/politics/index.html">Politics</a>
</div>
<div style="padding-left: 13px">
<img src="images/arrowfile.gif" width="4" heigth="8"><img src="images/pixel.gif" width="4" heigth="8"><a href="/finance/index.html" class="file">Finance</a>
</div>
<div style="padding-left: 13px">
<img src="images/arrow.gif" width="4" heigth="8"><img src="images/pixel.gif" width="4" heigth="8"><a href="/culture/index.html">Culture</a>
</div>
<div style="padding-left: 13px">
<img src="images/arrow.gif" width="4" heigth="8"><img src="images/pixel.gif" width="4" heigth="8"><a href="/oped/index.html">Opinions & Editorials</a>
</div>
<div style="padding-left: 13px">
<img src="images/arrow.gif" width="4" heigth="8"><img src="images/pixel.gif" width="4" heigth="8"><a href="/socialissues/index.html">Social Issues</a>
</div>
<div style="padding-left: 13px">
<img src="images/arrow.gif" width="4" heigth="8"><img src="images/pixel.gif" width="4" heigth="8"><a href="/sports/index.html">Sports</a>
</div>
<div style="padding-left: 13px">
<img src="images/arrow.gif" width="4" heigth="8"><img src="images/pixel.gif" width="4" heigth="8"><a href="/technology/index.html">Technology</a>
</div>
<div style="padding-left: 13px">
<img src="images/arrow.gif" width="4" heigth="8"><img src="images/pixel.gif" width="4" heigth="8"><a href="/topstories/index.html">Top Stories</a>
</div>
<div style="padding-left: 3px">
<img src="images/arrow.gif" width="4" heigth="8"><img src="images/pixel.gif" width="4" heigth="8"><a href="http://www.oscom.org/Conferences/Cambridge/Program/workshops.html">OSCOM Workshops</a>
</div>
</font>
</div>
</body>
</html>
=== Removed File Products/OSCOM/NOTSite/skins/NOTSite/README.txt ===