Mercurial > p > roundup > code
comparison templates/classic/html/issue.item.html @ 2180:58b6d1747973
Web interface tweaks.
- added a favicon
- added url_quote and html_quote methods to the utils object
- added isset method to HTMLProperty
- added "download_url" method to generate a correctly quoted URL for file
download links [SF#927745]
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 05 Apr 2004 00:51:45 +0000 |
| parents | 3e0961d6d44d |
| children | 3b92a1b7a056 |
comparison
equal
deleted
inserted
replaced
| 2179:5aa74f9879ac | 2180:58b6d1747973 |
|---|---|
| 101 <table class="files" tal:condition="context/files"> | 101 <table class="files" tal:condition="context/files"> |
| 102 <tr><th colspan="4" class="header">Files</th></tr> | 102 <tr><th colspan="4" class="header">Files</th></tr> |
| 103 <tr><th>File name</th><th>Uploaded</th><th>Type</th><th>Edit</th></tr> | 103 <tr><th>File name</th><th>Uploaded</th><th>Type</th><th>Edit</th></tr> |
| 104 <tr tal:repeat="file context/files"> | 104 <tr tal:repeat="file context/files"> |
| 105 <td> | 105 <td> |
| 106 <a tal:attributes="href string:file${file/id}/${file/name}" | 106 <a tal:attributes="href file/download_url" |
| 107 tal:content="file/name">dld link</a> | 107 tal:content="file/name">dld link</a> |
| 108 </td> | 108 </td> |
| 109 <td> | 109 <td> |
| 110 <span tal:content="file/creator">creator's name</span>, | 110 <span tal:content="file/creator">creator's name</span>, |
| 111 <span tal:content="file/creation">creation date</span> | 111 <span tal:content="file/creation">creation date</span> |
