Commit 6bfabd8f authored by Vincent Pelletier's avatar Vincent Pelletier

XML-ify html, second part.

Some indentation changes, too.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9511 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8ec888e5
......@@ -105,7 +105,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
, \'object_search\' : \'Select Search\'\n
, \'object_report\' : \'Select Report\'\n
}.get(dialog_category, \'Select\')">Search Type</td>\n
<td valign="middle" align="right" nowrap\n
<td valign="middle" align="right" nowrap="nowrap"\n
tal:define="actions python:filtered_actions[dialog_category]">\n
<input type="hidden" name="dialog_category" value="dialog_category"\n
tal:attributes="value dialog_category" />\n
......@@ -120,10 +120,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
tal:condition="python: action[\'url\'].find(form.id) >= 0"\n
i18n:translate="" i18n:domain="ui"\n
tal:attributes="value action/url"\n
selected>Saut</option>\n
selected="selected">Saut</option>\n
</span>\n
</select></td>\n
<td valign="bottom" align="left" nowrap> &nbsp;\n
<td valign="bottom" align="left" nowrap="nowrap"> &nbsp;\n
<input type="image" src="/images/erp5_html_style/images/exec16.png" title="Action"\n
alt="Action" name="Base_doDialog:method"\n
i18n:attributes="title" i18n:domain="ui"\n
......
......@@ -129,10 +129,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
<key> <string>id</string> </key>
<value> <string>form_list</string> </value>
</item>
<item>
<key> <string>isIndexable</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
......
......@@ -102,7 +102,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
tal:content="template/title_or_id"\n
/> - <tal:block i18n:name="object_title" \n
tal:content="here/getTitleOrId"/></title>\n
\n
<tal:block tal:condition="exists: form">\n
<tal:block tal:condition="python:form.has_field(\'planning_box\')">\n
<tal:block tal:define="planning_box1 python:form.get_field(\'planning_box\');dummy python:request.set(\'here\',here)" >\n
......@@ -110,15 +109,15 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
</tal:block>\n
</tal:block>\n
</tal:block>\n
<tal:block tal:repeat="css css_list">\n
<link tal:attributes="href css"\n
type="text/css"\n
rel="stylesheet" />\n
</tal:block>\n
<tal:block tal:repeat="js js_list">\n
<script tal:attributes="src js"\n
type="text/javascript"></script>\n
</tal:block>\n
<tal:block tal:repeat="css css_list">\n
<link tal:attributes="href css"\n
type="text/css"\n
rel="stylesheet" />\n
</tal:block>\n
<tal:block tal:repeat="js js_list">\n
<script tal:attributes="src js"\n
type="text/javascript"></script>\n
</tal:block>\n
\n
</head>\n
<body LEFTMARGIN=0 TOPMARGIN=0 MARGINHEIGHT="0" MARGINWIDTH="0">\n
......@@ -130,17 +129,17 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
enctype="multipart/form-data" >\n
<tal:block metal:use-macro="here/global_definition/macros/global_definition" />\n
<input type="hidden" name="form_id" value="form"\n
tal:attributes="value form/id | template/id | script/id">\n
tal:attributes="value form/id | template/id | script/id"/>\n
<input type="hidden" name="query_string" value="query"\n
tal:attributes="value request/QUERY_STRING">\n
tal:attributes="value request/QUERY_STRING"/>\n
<input type="hidden" name="object_uid" value="uid"\n
tal:attributes="value here/getUid">\n
tal:attributes="value here/getUid"/>\n
<input type="hidden" name="object_path" value="path"\n
tal:attributes="value here/getPath">\n
tal:attributes="value here/getPath"/>\n
<!-- Menu Boxes -->\n
<table cellpadding="0" cellspacing="0" width="100%">\n
<tr>\n
<td nowrap>\n
<td nowrap="nowrap">\n
<!-- Navigation Box Goes Here -->\n
<div class="NavigationBox">\n
<tal:block metal:use-macro="here/navigation_box/macros/navigation_box">\n
......@@ -170,7 +169,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
<div class="Main"\n
tal:condition="request/portal_status_message | nothing">\n
<table><tr><td class="error"\n
tal:content="structure request/portal_status_message">\n
tal:content="request/portal_status_message">\n
</td></tr>\n
</table>\n
</div>\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment