Mercurial > p > roundup > code
comparison templates/classic/html/user.help.html @ 3706:c4090ad1d436
Code and TAL cleanup
| author | Tobias Herp <tobias-herp@users.sourceforge.net> |
|---|---|
| date | Mon, 18 Sep 2006 00:22:43 +0000 |
| parents | ba2eeadeed69 |
| children |
comparison
equal
deleted
inserted
replaced
| 3705:ba2eeadeed69 | 3706:c4090ad1d436 |
|---|---|
| 9 <meta http-equiv="Content-Type" | 9 <meta http-equiv="Content-Type" |
| 10 tal:attributes="content string:text/html;; charset=${request/client/charset}" /> | 10 tal:attributes="content string:text/html;; charset=${request/client/charset}" /> |
| 11 <tal:block tal:condition="python:request.form.has_key('property')"> | 11 <tal:block tal:condition="python:request.form.has_key('property')"> |
| 12 <title><tal:x i18n:translate=""><tal:x i18n:name="property" | 12 <title><tal:x i18n:translate=""><tal:x i18n:name="property" |
| 13 tal:content="property" i18n:translate="" /> help - <span i18n:name="tracker" | 13 tal:content="property" i18n:translate="" /> help - <span i18n:name="tracker" |
| 14 tal:replace="config/TRACKER_NAME" /></tal:x> - Frame-Version</title> | 14 tal:replace="config/TRACKER_NAME" /></tal:x></title> |
| 15 <script language="Javascript" type="text/javascript" | 15 <script language="Javascript" type="text/javascript" |
| 16 tal:condition=false | 16 tal:condition=false |
| 17 tal:content="structure string:<!-- | 17 tal:content="structure string:<!-- |
| 18 // this is the name of the field in the original form that we're working on | 18 // this is the name of the field in the original form that we're working on |
| 19 form = window.opener.document.${form}; | 19 form = window.opener.document.${form}; |
