Mercurial > genshi > genshi-test
comparison examples/tutorial/geddit/templates/submit.html @ 633:d648cd694286
GenshiTutorial: add body class to show that the ''@*'' XPath in the match template works.
author | cmlenz |
---|---|
date | Wed, 05 Sep 2007 12:39:56 +0000 |
parents | 693a7212b348 |
children |
comparison
equal
deleted
inserted
replaced
632:c5e5801c32ac | 633:d648cd694286 |
---|---|
4 xmlns:py="http://genshi.edgewall.org/"> | 4 xmlns:py="http://genshi.edgewall.org/"> |
5 <xi:include href="layout.html" /> | 5 <xi:include href="layout.html" /> |
6 <head> | 6 <head> |
7 <title>Submit new link</title> | 7 <title>Submit new link</title> |
8 </head> | 8 </head> |
9 <body> | 9 <body class="submit"> |
10 <h1>Submit new link</h1> | 10 <h1>Submit new link</h1> |
11 | 11 |
12 <form action="" method="post"> | 12 <form action="" method="post"> |
13 <table summary=""><tbody><tr> | 13 <table summary=""><tbody><tr> |
14 <th><label for="username">Your name:</label></th> | 14 <th><label for="username">Your name:</label></th> |