Mercurial > p > roundup > code
changeset 4168:3325d7c6747a gsoc-2009
Renamed html template
| author | Pygi <pygi@users.sourceforge.net> |
|---|---|
| date | Thu, 02 Jul 2009 18:09:58 +0000 |
| parents | 2b554b262d29 |
| children | cbf621bf40aa |
| files | scripts/notify-roundup/html/svn_rev.item.html scripts/notify-roundup/html/vcs_rev.item.html |
| diffstat | 2 files changed, 31 insertions(+), 31 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/notify-roundup/html/svn_rev.item.html Thu Jul 02 18:07:52 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,31 +0,0 @@ -<tal:block metal:use-macro="templates/page/macros/frame"> -<title metal:fill-slot="head_title"> - SVN Revision <span tal:replace="context/revision" /> -</title> -<tal:block metal:fill-slot="body_title"> - SVN Revision <span tal:replace="context/revision" /> -</tal:block> - -<td class="content" metal:fill-slot="content"> - -<p tal:condition="not:context/is_view_ok" i18n:translate="">You are not - allowed to view this page.</p> - -<div tal:condition="context/is_view_ok"> - -<table class="messages"> -<tal:block repeat="file python:utils.getRevisionInfo(context)"> - <tr> - <th tal:content="string: ${file/action} ${file/path}" /> - </tr> - <tr tal:condition="file/info"><td><pre tal:content="file/info" /></td></tr> -</tal:block> -</table> - -<tal:block tal:condition="context/id" tal:replace="structure context/history" /> - -</div> - -</td> - -</tal:block>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/scripts/notify-roundup/html/vcs_rev.item.html Thu Jul 02 18:09:58 2009 +0000 @@ -0,0 +1,31 @@ +<tal:block metal:use-macro="templates/page/macros/frame"> +<title metal:fill-slot="head_title"> + SVN Revision <span tal:replace="context/revision" /> +</title> +<tal:block metal:fill-slot="body_title"> + SVN Revision <span tal:replace="context/revision" /> +</tal:block> + +<td class="content" metal:fill-slot="content"> + +<p tal:condition="not:context/is_view_ok" i18n:translate="">You are not + allowed to view this page.</p> + +<div tal:condition="context/is_view_ok"> + +<table class="messages"> +<tal:block repeat="file python:utils.getRevisionInfo(context)"> + <tr> + <th tal:content="string: ${file/action} ${file/path}" /> + </tr> + <tr tal:condition="file/info"><td><pre tal:content="file/info" /></td></tr> +</tal:block> +</table> + +<tal:block tal:condition="context/id" tal:replace="structure context/history" /> + +</div> + +</td> + +</tal:block>
