Changeset 4660 for waeup/branches/ulif-layout/src
- Timestamp:
- 4 Jan 2010, 22:47:22 (15 years ago)
- Location:
- waeup/branches/ulif-layout/src/waeup/browser/templates
- Files:
-
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-layout/src/waeup/browser/templates/searchpage.pt
r4651 r4660 2 2 <form method="post"> 3 3 <input type="text" name="query" 4 tal:attributes="value view let/query" />4 tal:attributes="value view/query" /> 5 5 <input type="submit" name="SUBMIT" value="search..." /> 6 6 </form> 7 <div tal:condition="view let/hitlist">8 <h4>Results (<span tal:replace="python: len(view let.hitlist)" />):</h4>9 <div tal:repeat="item view let/hitlist">7 <div tal:condition="view/hitlist"> 8 <h4>Results (<span tal:replace="python: len(view.hitlist)" />):</h4> 9 <div tal:repeat="item view/hitlist"> 10 10 <a href="" 11 11 tal:attributes="href item/url"
Note: See TracChangeset for help on using the changeset viewer.