Mercurial > p > roundup > code
comparison website/issues/html/_generic.404.html @ 5278:8d595c5486c0
Update from current classic template. Change includes page
layout. See 1.5.1 -> 1.6.0 upgrade instructions.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 24 Sep 2017 18:47:14 -0400 |
| parents | c2d0d3e9099d |
| children |
comparison
equal
deleted
inserted
replaced
| 5277:b580f61929e2 | 5278:8d595c5486c0 |
|---|---|
| 1 <html> | 1 <!-- dollarId: issue.item,v 1.4 2001/08/03 01:19:43 richard Exp dollar--> |
| 2 <head> | 2 <tal:block metal:use-macro="templates/page/macros/icing"> |
| 3 <title>Item Not Found</title> | 3 <title metal:fill-slot="head_title"> |
| 4 </head> | 4 Item Not Found |
| 5 </title> | |
| 6 <tal:block metal:fill-slot="body_title"> | |
| 7 Item Not Found | |
| 8 </tal:block> | |
| 5 | 9 |
| 6 <body> | 10 <td class="content" metal:fill-slot="content"> |
| 7 There is no <span tal:content="context/_classname" /> with id <span tal:content="context/id"/> | 11 There is no <span tal:content="context/_classname" /> with id |
| 8 </body> | 12 <span tal:content="context/id"/> |
| 9 </html> | 13 </td> |
| 14 </tal:block> |
