annotate examples/trac/templates/attachment_delete.html @ 79:8d6bee631a58 trunk

Added SimpleTAL example to benchmark.
author cmlenz
date Thu, 13 Jul 2006 18:52:26 +0000
parents 448792ab1303
children
rev   line source
60
2cb5b54d87ff Migrate attachment templates to Markup.
cmlenz
parents:
diff changeset
1 <!DOCTYPE html
2cb5b54d87ff Migrate attachment templates to Markup.
cmlenz
parents:
diff changeset
2 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2cb5b54d87ff Migrate attachment templates to Markup.
cmlenz
parents:
diff changeset
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2cb5b54d87ff Migrate attachment templates to Markup.
cmlenz
parents:
diff changeset
4 <html xmlns="http://www.w3.org/1999/xhtml"
61
448792ab1303 Use a different namespace than Kid uses.
cmlenz
parents: 60
diff changeset
5 xmlns:py="http://markup.edgewall.org/"
60
2cb5b54d87ff Migrate attachment templates to Markup.
cmlenz
parents:
diff changeset
6 xmlns:xi="http://www.w3.org/2001/XInclude">
2cb5b54d87ff Migrate attachment templates to Markup.
cmlenz
parents:
diff changeset
7 <xi:include href="layout.html"><xi:fallback/></xi:include>
2cb5b54d87ff Migrate attachment templates to Markup.
cmlenz
parents:
diff changeset
8 <head>
2cb5b54d87ff Migrate attachment templates to Markup.
cmlenz
parents:
diff changeset
9 <title>${attachment.title} (delete)</title>
2cb5b54d87ff Migrate attachment templates to Markup.
cmlenz
parents:
diff changeset
10 </head>
2cb5b54d87ff Migrate attachment templates to Markup.
cmlenz
parents:
diff changeset
11
2cb5b54d87ff Migrate attachment templates to Markup.
cmlenz
parents:
diff changeset
12 <body>
2cb5b54d87ff Migrate attachment templates to Markup.
cmlenz
parents:
diff changeset
13 <div id="ctxtnav" class="nav"></div>
2cb5b54d87ff Migrate attachment templates to Markup.
cmlenz
parents:
diff changeset
14
2cb5b54d87ff Migrate attachment templates to Markup.
cmlenz
parents:
diff changeset
15 <div id="content" class="attachment">
2cb5b54d87ff Migrate attachment templates to Markup.
cmlenz
parents:
diff changeset
16 <h1><a href="${attachment.parent_href(req)}">${attachment.parent_id}</a>:
2cb5b54d87ff Migrate attachment templates to Markup.
cmlenz
parents:
diff changeset
17 ${attachment.filename}
2cb5b54d87ff Migrate attachment templates to Markup.
cmlenz
parents:
diff changeset
18 </h1>
2cb5b54d87ff Migrate attachment templates to Markup.
cmlenz
parents:
diff changeset
19 <p><strong>Are you sure you want to delete this attachment?</strong><br />
2cb5b54d87ff Migrate attachment templates to Markup.
cmlenz
parents:
diff changeset
20 This is an irreversible operation.</p>
2cb5b54d87ff Migrate attachment templates to Markup.
cmlenz
parents:
diff changeset
21 <div class="buttons">
2cb5b54d87ff Migrate attachment templates to Markup.
cmlenz
parents:
diff changeset
22 <form method="post" action=""><div id="delete">
2cb5b54d87ff Migrate attachment templates to Markup.
cmlenz
parents:
diff changeset
23 <input type="hidden" name="action" value="delete" />
2cb5b54d87ff Migrate attachment templates to Markup.
cmlenz
parents:
diff changeset
24 <input type="submit" name="cancel" value="Cancel" />
2cb5b54d87ff Migrate attachment templates to Markup.
cmlenz
parents:
diff changeset
25 <input type="submit" value="Delete attachment" />
2cb5b54d87ff Migrate attachment templates to Markup.
cmlenz
parents:
diff changeset
26 </div></form>
2cb5b54d87ff Migrate attachment templates to Markup.
cmlenz
parents:
diff changeset
27 </div>
2cb5b54d87ff Migrate attachment templates to Markup.
cmlenz
parents:
diff changeset
28 </div>
2cb5b54d87ff Migrate attachment templates to Markup.
cmlenz
parents:
diff changeset
29
2cb5b54d87ff Migrate attachment templates to Markup.
cmlenz
parents:
diff changeset
30 </body>
2cb5b54d87ff Migrate attachment templates to Markup.
cmlenz
parents:
diff changeset
31 </html>
Copyright (C) 2012-2017 Edgewall Software