diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-07-12 16:28:05 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-07-12 16:28:05 +0000 |
| commit | 4c2f00452697031f3c8500f5c95705f17b86b776 (patch) | |
| tree | 604c4664e684154947ad8d374159a86ac97c3cfa /repoze/bfg/sampleapp/www/blog.pt | |
| parent | effbaa2f68cc3fcf4a29aa0c275648c2a52e9455 (diff) | |
| download | pyramid-4c2f00452697031f3c8500f5c95705f17b86b776.tar.gz pyramid-4c2f00452697031f3c8500f5c95705f17b86b776.tar.bz2 pyramid-4c2f00452697031f3c8500f5c95705f17b86b776.zip | |
Use a djangoesque layout and naming scheme.
Diffstat (limited to 'repoze/bfg/sampleapp/www/blog.pt')
| -rw-r--r-- | repoze/bfg/sampleapp/www/blog.pt | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/repoze/bfg/sampleapp/www/blog.pt b/repoze/bfg/sampleapp/www/blog.pt deleted file mode 100644 index 8ccbe56a2..000000000 --- a/repoze/bfg/sampleapp/www/blog.pt +++ /dev/null @@ -1,22 +0,0 @@ -<html xmlns="http://www.w3.org/1999/xhtml" - xmlns:tal="http://xml.zope.org/namespaces/tal"> -<head></head> -<body tal:define="info view.getInfo()"> - <h1 tal:content="info.name">Blog Name</h1> - <table border="0"> - <thead> - <th>Title</th> - <th>Author</th> - <th>Created</th> - </thead> - <tr tal:repeat="entry info.entries"> - <td><a href="${entry.name}/">${entry.title}</a></td> - <td>${entry.author}</td> - <td>${entry.created}</td> - </tr> - </table> - <p> - <a href="add_entry.html">Add blog entry</a> - </p> -</body> -</html> |
