Changeset 2976

Show
Ignore:
Timestamp:
02/24/07 22:59:10 (2 years ago)
Author:
mscott
Message:

link to entity details in table of all entities

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/mscott/SchevoPylonsNav/trunk/schevopylonsnav/templates/entities/index.html

    r2975 r2976  
    2828    <table border="0" cellspacing="5" cellpadding="5"> 
    2929        <tr> 
     30            <th>&nbsp;</th> 
    3031            % for field_class in c.field_classes: 
    3132                <th>${h.hlabel(field_class)}</th> 
     
    3435        % for entity in c.extent: 
    3536            <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> 
    3641                % for name in c.field_names: 
    3742                    <td>${entity.f[name]}</td>