Changeset 553
- Timestamp:
- 09/12/07 21:26:25 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
pagoda/trunk/Pagoda/pagoda/templates/admin/admin.html
r528 r553 13 13 </head> 14 14 15 <body py: match="body" py:attrs="select('@*')">15 <body py:strip=""> 16 16 17 17 <div id="header" py:match="div[@id='header']" py:attrs="select('@*')"> … … 41 41 </div> 42 42 43 <div id="body" py:match="div[@id='body']" py:attrs="select('@*')">44 ${select('*|text()')}45 </div>46 47 <div id="footer" py:match="div[@id='footer']" py:attrs="select('@*')">48 ${select('*|text()')}49 </div>50 51 ${select('*|text()')}52 53 43 </body> 54 55 44 </html> pagoda/trunk/Pagoda/pagoda/templates/admin/edit.html
r540 r553 6 6 7 7 <head> 8 <title>Editing: ${content. title}</title>8 <title>Editing: ${content.node_title}</title> 9 9 </head> 10 10 … … 12 12 13 13 <div id="header"> 14 <h1>Editing: ${content. title}</h1>14 <h1>Editing: ${content.node_title}</h1> 15 15 <li py:match="li[@id='edit-tab']" class="active" py:attrs="select('@*')"> 16 16 ${select('*|text()')} pagoda/trunk/Pagoda/pagoda/templates/admin/live.html
r551 r553 6 6 7 7 <head> 8 <title> Editing: ${content.title}</title>8 <title>Live: ${content.node_title}</title> 9 9 </head> 10 10 … … 12 12 13 13 <div id="header"> 14 <h1>Live Site: ${content.title}</h1>14 <h1>Live: ${content.node_title}</h1> 15 15 <li py:match="li[@id='live-tab']" class="active" py:attrs="select('@*')"> 16 16 ${select('*|text()')}
