Changeset 2972

Show
Ignore:
Timestamp:
02/24/07 21:41:15 (2 years ago)
Author:
mscott
Message:

more accurate naming; proper html escaping for labels (needs to be applied across the board)

Files:

Legend:

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

    r2959 r2972  
    2525            >Entities</a></li> 
    2626        <li class="here"><a href="${h.url_for('entity', db_id=c.db_id, extent_id=c.extent.name, id=c.entity.sys.oid)}" 
    27             >${h.label(c.entity)}</a></li> 
     27            >${h.label(c.entity) | h}</a></li> 
    2828    </ul> 
    2929</%def> 
  • sandbox/mscott/SchevoPylonsNav/trunk/schevopylonsnav/templates/extents/show.html

    r2954 r2972  
    4949        <li> 
    5050                <a href="${h.url_for('extent_q_methods', db_id=c.db_id, extent_id=c.extent.name)}" 
    51                     >Queries</a> 
     51                    >Query Methods</a> 
    5252        </li> 
    5353         
    5454        <li> 
    5555            <a href="${h.url_for('extent_t_methods', db_id=c.db_id, extent_id=c.extent.name)}" 
    56                 >Transactions</a> 
     56                >Transaction Methods</a> 
    5757        </li> 
    5858    </ul>