Changeset 2976
- Timestamp:
- 02/24/07 22:59:10 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/mscott/SchevoPylonsNav/trunk/schevopylonsnav/templates/entities/index.html
r2975 r2976 28 28 <table border="0" cellspacing="5" cellpadding="5"> 29 29 <tr> 30 <th> </th> 30 31 % for field_class in c.field_classes: 31 32 <th>${h.hlabel(field_class)}</th> … … 34 35 % for entity in c.extent: 35 36 <tr> 37 <th> 38 <a href="${h.url_for('entity', db_id=c.db_id, extent_id=c.extent.name, id=entity.sys.oid)}" 39 >Show</a> 40 </th> 36 41 % for name in c.field_names: 37 42 <td>${entity.f[name]}</td>
