Killing off the www directory. There's nothing in it we use.

This commit is contained in:
david 2002-11-21 00:32:45 +00:00
parent c70f6686e0
commit ff180ca900
1 changed files with 0 additions and 29 deletions

View File

@ -1,29 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>Zope</title>
<link rel="stylesheet" type="text/css" href="/manage_page_style.css">
</head>
<body bgcolor="#ffffff" link="#000099" alink="#000099" vlink="#000099">
<div class="form-title">
View Contents
</div>
<div class="form-help">
This is the list of context ids
</div>
<table>
<tr tal:repeat="object here/Content">
<td tal:define="uid python:object[0]; url python: object[1].absolute_url();">
<a href="#" tal:attributes="href url" tal:content="uid"/>
</td>
</tr>
</table>
</body>
</html>