Commit 8fc08dd5 authored by Christophe Dumez's avatar Christophe Dumez

XHTML Compliance fixing

renamed 'my_xxx' fields to 'your_xxx"

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8189 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 41da75ee
......@@ -68,17 +68,8 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>svn_user = context.REQUEST["user"]\n
svn_password = context.REQUEST["password"]\n
svn_realm = context.REQUEST["realm_hidden"]\n
added = context.REQUEST["added"]\n
modified = context.REQUEST["modified"]\n
removed = context.REQUEST["removed"]\n
caller = context.REQUEST["caller"]\n
changelog = context.REQUEST["changelog"]\n
\n
context.getPortalObject()["portal_subversion"].setLogin(svn_realm, svn_user, svn_password)\n
\n
<value> <string>context.getPortalObject()["portal_subversion"].setLogin(realm, user, password)\n
return realm_hidden\n
if caller == \'update\':\n
return context.REQUEST.RESPONSE.redirect(context.absolute_url() + \'/BusinessTemplate_doSvnUpdate\')\n
elif caller == \'updatewc\':\n
......@@ -105,7 +96,7 @@ else:\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>**kw</string> </value>
<value> <string>user,password,realm,added,modified,removed,caller,changelog,**kw</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......@@ -125,24 +116,25 @@ else:\n
<dictionary>
<item>
<key> <string>co_argcount</string> </key>
<value> <int>0</int> </value>
<value> <int>8</int> </value>
</item>
<item>
<key> <string>co_varnames</string> </key>
<value>
<tuple>
<string>kw</string>
<string>_getitem_</string>
<string>_getattr_</string>
<string>context</string>
<string>svn_user</string>
<string>svn_password</string>
<string>svn_realm</string>
<string>user</string>
<string>password</string>
<string>realm</string>
<string>added</string>
<string>modified</string>
<string>removed</string>
<string>caller</string>
<string>changelog</string>
<string>kw</string>
<string>_getattr_</string>
<string>_getitem_</string>
<string>context</string>
<string>realm_hidden</string>
</tuple>
</value>
</item>
......
......@@ -68,16 +68,10 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>added = context.REQUEST["added"]\n
modified = context.REQUEST["modified"]\n
removed = context.REQUEST["removed"]\n
caller = context.REQUEST["caller"]\n
changelog = context.REQUEST["changelog"]\n
\n
dict_keys=(\'valid_until\', \'hostname\', \'realm\', \'finger_print\', \'valid_from\', \'issuer_dname\', \'failures\',)\n
<value> <string>dict_keys=(\'valid_until\', \'hostname\', \'realm\', \'finger_print\', \'valid_from\', \'issuer_dname\', \'failures\',)\n
trust_dict={}\n
for key in dict_keys:\n
trust_dict[key]=context.REQUEST[key+\'_hidden\']\n
trust_dict[key]=context.REQUEST[key]\n
\n
context.getPortalObject()["portal_subversion"].acceptSSLServer(trust_dict, True)\n
\n
......@@ -111,7 +105,7 @@ else:\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>**kw</string> </value>
<value> <string>added, modified, removed, caller, changelog, **kw</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......@@ -131,25 +125,25 @@ else:\n
<dictionary>
<item>
<key> <string>co_argcount</string> </key>
<value> <int>0</int> </value>
<value> <int>5</int> </value>
</item>
<item>
<key> <string>co_varnames</string> </key>
<value>
<tuple>
<string>kw</string>
<string>_getitem_</string>
<string>_getattr_</string>
<string>context</string>
<string>added</string>
<string>modified</string>
<string>removed</string>
<string>caller</string>
<string>changelog</string>
<string>kw</string>
<string>dict_keys</string>
<string>trust_dict</string>
<string>_getiter_</string>
<string>key</string>
<string>_getitem_</string>
<string>_getattr_</string>
<string>context</string>
<string>_write_</string>
<string>True</string>
</tuple>
......
......@@ -74,7 +74,7 @@
<key> <string>left</string> </key>
<value>
<list>
<string>my_changelog</string>
<string>your_changelog</string>
<string>reminder</string>
<string>added_files</string>
<string>modified_files</string>
......@@ -86,9 +86,9 @@
<key> <string>right</string> </key>
<value>
<list>
<string>my_modified</string>
<string>my_added</string>
<string>my_removed</string>
<string>your_added</string>
<string>your_modified</string>
<string>your_removed</string>
</list>
</value>
</item>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_added</string> </value>
<value> <string>your_added</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_changelog</string> </value>
<value> <string>your_changelog</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_modified</string> </value>
<value> <string>your_modified</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_removed</string> </value>
<value> <string>your_removed</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -48,29 +48,46 @@
<key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">\n
<?xml-stylesheet href="erp5.css" rel="stylesheet" type="text/css"?>\n
<tal:block tal:replace="nothing"\n
xmlns:tal="http://xml.zope.org/namespaces/tal"\n
xmlns:metal="http://xml.zope.org/namespaces/metal"\n
xmlns:i18n="http://xml.zope.org/namespaces/i18n">\n
<!--\n
Copyright (c) 2006 Nexedi SARL and Contributors. All Rights Reserved.\n
Christophe Dumez <christophe@nexedi.com>\n
\n
This program is Free Software; you can redistribute it and/or\n
modify it under the terms of the GNU General Public License\n
as published by the Free Software Foundation; either version 2\n
of the License, or (at your option) any later version.\n
\n
This program is distributed in the hope that it will be useful,\n
but WITHOUT ANY WARRANTY; without even the implied warranty of\n
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n
GNU General Public License for more details.\n
\n
You should have received a copy of the GNU General Public License\n
along with this program; if not, write to the Free Software\n
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
-->\n
</tal:block>\n
<tal:block metal:use-macro="here/view_main/macros/master">\n
<tal:block metal:fill-slot="main">\n
<tal:block metal:fill-slot="main">\n
\n
<tal:block tal:define="dict context/entry_dict">\n
<font color="black">\n
<div style="text-align: center; color: black;"><h1>Working Copy Informations</h1></div>\n
<div style="text-align: center"><table style="border-style: solid; border-width: 1px; margin-left:auto; margin-right:auto; width: 60%; text-align: left; color: black;">\n
<tr><td style="font-weight: bold">Repository URL</td><td tal:content="python:dict[\'url\']">url</td></tr>\n
<tr><td style="font-weight: bold">Repository UUID</td><td tal:content="python:dict[\'uuid\']">uuid</td></tr>\n
<tr><td style="font-weight: bold">Revision</td><td tal:content="python:dict[\'revision\']">revision</td></tr>\n
<tr><td style="font-weight: bold">Node Type</td><td tal:content="python:dict[\'kind\']">type</td></tr>\n
<tr><td style="font-weight: bold">Last Commit Author</td><td tal:content="python:dict[\'commit_author\']">last author</td></tr>\n
<tr><td style="font-weight: bold">Last Commit Revision</td><td tal:content="python:dict[\'commit_revision\']">last revision</td></tr>\n
<tr><td style="font-weight: bold">Last Commit Time</td><td tal:content="python:dict[\'commit_time\']">last time</td></tr>\n
</table></div>\n
<br/>\n
<center><h1>Working Copy Informations</h1></center><br/>\n
<center><table width="60%" border="1">\n
<tr height="18px"><td><b>Repository URL</b></td><td tal:content="python:dict[\'url\']">url</td></tr>\n
<tr height="18px"><td><b>Repository UUID</b></td><td tal:content="python:dict[\'uuid\']">uuid</td></tr>\n
<tr height="18px"><td><b>Revision</b></td><td tal:content="python:dict[\'revision\']">revision</td></tr>\n
<tr height="18px"><td><b>Node Type</b></td><td tal:content="python:dict[\'kind\']">type</td></tr>\n
<tr height="18px"><td><b>Last Commit Author</b></td><td tal:content="python:dict[\'commit_author\']">last author</td></tr>\n
<tr height="18px"><td><b>Last Commit Revision</b></td><td tal:content="python:dict[\'commit_revision\']">last revision</td></tr>\n
<tr height="18px"><td><b>Last Commit Time</b></td><td tal:content="python:dict[\'commit_time\']">last time</td></tr>\n
</table></center>\n
</font>\n
<br/><br/>\n
<center><button onclick="history.back()" value="back" name="back" type="button">Back</button>\n
</center>\n
<div style="text-align: center"><button onclick="history.back()" value="back" name="back" type="button">Back</button>\n
</div>\n
</tal:block>\n
</tal:block>\n
</tal:block>
......
......@@ -48,34 +48,52 @@
<key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">\n
<?xml-stylesheet href="erp5.css" rel="stylesheet" type="text/css"?>\n
<tal:block tal:replace="nothing"\n
xmlns:tal="http://xml.zope.org/namespaces/tal"\n
xmlns:metal="http://xml.zope.org/namespaces/metal"\n
xmlns:i18n="http://xml.zope.org/namespaces/i18n">\n
<!--\n
Copyright (c) 2006 Nexedi SARL and Contributors. All Rights Reserved.\n
Christophe Dumez <christophe@nexedi.com>\n
\n
This program is Free Software; you can redistribute it and/or\n
modify it under the terms of the GNU General Public License\n
as published by the Free Software Foundation; either version 2\n
of the License, or (at your option) any later version.\n
\n
This program is distributed in the hope that it will be useful,\n
but WITHOUT ANY WARRANTY; without even the implied warranty of\n
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n
GNU General Public License for more details.\n
\n
You should have received a copy of the GNU General Public License\n
along with this program; if not, write to the Free Software\n
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
-->\n
</tal:block>\n
<tal:block metal:use-macro="here/view_main/macros/master">\n
<tal:block metal:fill-slot="main">\n
<tal:block metal:fill-slot="main">\n
\n
<tal:block tal:define="path context/file; infos_dict context/infos_dict">\n
\n
<font color="black">\n
<br/><a tal:attributes="href python:\'BusinessTemplate_viewSvnShowFile?file=\'+str(path)"><b tal:content="python:context.getPortalObject()[\'portal_subversion\'].relativeToAbsolute(path,context)"></b></a>\n
<span tal:condition="python:context.edit_path!=\'#\'"><a tal:attributes="href context/edit_path"><img src=\'imgs/edit.png\' border=\'0\'></a></span>\n
<span tal:condition="python:context.edit_path!=\'#\'"><a tal:attributes="href context/edit_path"><img src=\'imgs/edit.png\' style=\'border: 0\' alt="edit"/></a></span>\n
<hr/><br/>\n
<span tal:condition="infos_dict">\n
<table width="60%" border="1">\n
<tr height="18px"><td style=\'background-color: rgb(204, 204, 255);\'><b>Name</b></td><td style=\'background-color: white;\' tal:content="python:path.split(\'/\')[-1]">filename</td></tr>\n
<tr height="18px"><td style=\'background-color: rgb(204, 204, 255);\'><b>Size</b></td><td style=\'background-color: white;\' tal:content="python:\'%.2f kb\'%(infos_dict[\'size\']/1024.0)">filesize</td></tr>\n
<tr height="18px"><td style=\'background-color: rgb(204, 204, 255);\'><b>Last Change Revision</b></td><td style=\'background-color: white;\' tal:content="python:infos_dict[\'created_rev\']">last revision</td></tr>\n
<tr height="18px"><td style=\'background-color: rgb(204, 204, 255);\'><b>Last Change Author</b></td><td style=\'background-color: white;\' tal:content="python:infos_dict[\'last_author\']">last author</td></tr>\n
<tr height="18px"><td style=\'background-color: rgb(204, 204, 255);\'><b>Last Change Date</b></td><td style=\'background-color: white;\' tal:content="python:infos_dict[\'time\']">last date</td></tr>\n
<div tal:condition="infos_dict" style="text-align: center">\n
<table style="width: 60%; border-style: solid; border-width: 1px; text-align: left; margin-left:auto; margin-right:auto; color: black;" cellspacing="0">\n
<tr><td style=\'background-color: rgb(204, 204, 255); font-weight: bold;\'>Name</td><td style=\'background-color: white;\' tal:content="python:path.split(\'/\')[-1]">filename</td></tr>\n
<tr><td style=\'background-color: rgb(204, 204, 255); font-weight: bold;\'>Size</td><td style=\'background-color: white;\' tal:content="python:\'%.2f kb\'%(infos_dict[\'size\']/1024.0)">filesize</td></tr>\n
<tr><td style=\'background-color: rgb(204, 204, 255); font-weight: bold;\'>Last Change Revision</td><td style=\'background-color: white;\' tal:content="python:infos_dict[\'created_rev\']">last revision</td></tr>\n
<tr><td style=\'background-color: rgb(204, 204, 255); font-weight: bold;\'>Last Change Author</td><td style=\'background-color: white;\' tal:content="python:infos_dict[\'last_author\']">last author</td></tr>\n
<tr><td style=\'background-color: rgb(204, 204, 255); font-weight: bold;\'>Last Change Date</td><td style=\'background-color: white;\' tal:content="python:infos_dict[\'time\']">last date</td></tr>\n
</table>\n
</span>\n
</div>\n
<span tal:condition="not:infos_dict">\n
No informations for this file since it\'s not yet committed to the repository !\n
</span>\n
</font>\n
<br/><br/>\n
<center><button onclick="history.back()" value="back" name="back" type="button">Back</button>\n
</center>\n
<br/>\n
<div style="text-align: center"><button onclick="history.back()" value="back" name="back" type="button">Back</button>\n
</div>\n
</tal:block>\n
</tal:block>\n
</tal:block>
......
......@@ -91,8 +91,8 @@
<key> <string>left</string> </key>
<value>
<list>
<string>my_title</string>
<string>my_file</string>
<string>your_file</string>
<string>your_title</string>
</list>
</value>
</item>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_file</string> </value>
<value> <string>your_file</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_title</string> </value>
<value> <string>your_title</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -74,9 +74,9 @@
<key> <string>left</string> </key>
<value>
<list>
<string>my_realm</string>
<string>my_user</string>
<string>my_password</string>
<string>realm</string>
<string>your_user</string>
<string>your_password</string>
</list>
</value>
</item>
......@@ -84,12 +84,12 @@
<key> <string>right</string> </key>
<value>
<list>
<string>my_added</string>
<string>my_modified</string>
<string>my_removed</string>
<string>my_caller</string>
<string>my_changelog</string>
<string>my_realm_hidden</string>
<string>your_removed</string>
<string>your_realm</string>
<string>your_modified</string>
<string>your_changelog</string>
<string>your_caller</string>
<string>your_added</string>
</list>
</value>
</item>
......
......@@ -233,7 +233,7 @@
</item>
<item>
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>max_length</string> </key>
......@@ -245,7 +245,11 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Realm Server</string> </value>
<value> <string encoding="cdata"><![CDATA[
&nbsp;
]]></string> </value>
</item>
<item>
<key> <string>truncate</string> </key>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_added</string> </value>
<value> <string>your_added</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_caller</string> </value>
<value> <string>your_caller</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_modified</string> </value>
<value> <string>your_modified</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_removed</string> </value>
<value> <string>your_removed</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -48,16 +48,35 @@
<key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"\n
"DTD/xhtml1-strict.dtd">\n
<?xml-stylesheet href="erp5.css" rel="stylesheet" type="text/css"?>\n
<tal:block tal:replace="nothing"\n
xmlns:tal="http://xml.zope.org/namespaces/tal"\n
xmlns:metal="http://xml.zope.org/namespaces/metal"\n
xmlns:i18n="http://xml.zope.org/namespaces/i18n">\n
<!--\n
Copyright (c) 2006 Nexedi SARL and Contributors. All Rights Reserved.\n
Christophe Dumez <christophe@nexedi.com>\n
\n
This program is Free Software; you can redistribute it and/or\n
modify it under the terms of the GNU General Public License\n
as published by the Free Software Foundation; either version 2\n
of the License, or (at your option) any later version.\n
\n
This program is distributed in the hope that it will be useful,\n
but WITHOUT ANY WARRANTY; without even the implied warranty of\n
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n
GNU General Public License for more details.\n
\n
You should have received a copy of the GNU General Public License\n
along with this program; if not, write to the Free Software\n
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
-->\n
</tal:block>\n
<tal:block metal:use-macro="here/view_main/macros/master">\n
<tal:block metal:fill-slot="main">\n
<tal:block metal:fill-slot="main">\n
\n
<tal:py replace="structure \n
here/diff">diff here</tal:py>\n
<center><button onclick="history.back()" value="Back" name="Back" type="button">Back</button></center>\n
<div style="text-align: center"><button onclick="history.back()" value="Back" name="Back" type="button">Back</button></div>\n
</tal:block>\n
</tal:block>\n
......
......@@ -74,13 +74,13 @@
<key> <string>left</string> </key>
<value>
<list>
<string>my_valid_until</string>
<string>my_hostname</string>
<string>my_realm</string>
<string>my_fingerprint</string>
<string>my_valid_from</string>
<string>my_issuer_name</string>
<string>my_failures</string>
<string>realm</string>
<string>hostname</string>
<string>issuer_name</string>
<string>valid_from</string>
<string>valid_until</string>
<string>fingerprint</string>
<string>failures</string>
</list>
</value>
</item>
......@@ -88,18 +88,18 @@
<key> <string>right</string> </key>
<value>
<list>
<string>my_caller</string>
<string>my_added</string>
<string>my_modified</string>
<string>my_removed</string>
<string>my_valid_until_hidden</string>
<string>my_valid_from_hidden</string>
<string>my_realm_hidden</string>
<string>my_hostname_hidden</string>
<string>my_failures_hidden</string>
<string>my_finger_print_hidden</string>
<string>my_issuer_dname_hidden</string>
<string>my_changelog</string>
<string>your_modified</string>
<string>your_removed</string>
<string>your_changelog</string>
<string>your_caller</string>
<string>your_valid_until</string>
<string>your_valid_from</string>
<string>your_realm</string>
<string>your_issuer_dname</string>
<string>your_hostname</string>
<string>your_finger_print</string>
<string>your_failures</string>
<string>your_added</string>
</list>
</value>
</item>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_failures</string> </value>
<value> <string>failures</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_fingerprint</string> </value>
<value> <string>fingerprint</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_hostname</string> </value>
<value> <string>hostname</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_issuer_name</string> </value>
<value> <string>issuer_name</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_realm</string> </value>
<value> <string>realm</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_valid_from</string> </value>
<value> <string>valid_from</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_valid_until</string> </value>
<value> <string>valid_until</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_realm_hidden</string> </value>
<value> <string>your_caller</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -283,7 +283,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.realm</string> </value>
<value> <string>here/caller</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_changelog</string> </value>
<value> <string>your_changelog</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_failures_hidden</string> </value>
<value> <string>your_failures</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_finger_print_hidden</string> </value>
<value> <string>your_finger_print</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_hostname_hidden</string> </value>
<value> <string>your_hostname</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_issuer_dname_hidden</string> </value>
<value> <string>your_issuer_dname</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_realm_hidden</string> </value>
<value> <string>your_realm</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_valid_from_hidden</string> </value>
<value> <string>your_valid_from</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_valid_until_hidden</string> </value>
<value> <string>your_valid_until</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -48,19 +48,36 @@
<key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">\n
<?xml-stylesheet href="erp5.css" rel="stylesheet" type="text/css"?>\n
<tal:block tal:replace="nothing"\n
xmlns:tal="http://xml.zope.org/namespaces/tal"\n
xmlns:metal="http://xml.zope.org/namespaces/metal"\n
xmlns:i18n="http://xml.zope.org/namespaces/i18n">\n
<!--\n
Copyright (c) 2006 Nexedi SARL and Contributors. All Rights Reserved.\n
Christophe Dumez <christophe@nexedi.com>\n
\n
This program is Free Software; you can redistribute it and/or\n
modify it under the terms of the GNU General Public License\n
as published by the Free Software Foundation; either version 2\n
of the License, or (at your option) any later version.\n
\n
This program is distributed in the hope that it will be useful,\n
but WITHOUT ANY WARRANTY; without even the implied warranty of\n
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n
GNU General Public License for more details.\n
\n
You should have received a copy of the GNU General Public License\n
along with this program; if not, write to the Free Software\n
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
-->\n
</tal:block>\n
<tal:block metal:use-macro="here/view_main/macros/master">\n
<tal:block metal:fill-slot="main">\n
<tal:block metal:fill-slot="main">\n
<br/>\n
<font color="black">\n
<p style="line-height:18px">\n
<span tal:content="structure python: context.getPortalObject()[\'portal_subversion\'].fileHTML(context,context.REQUEST[\'file\'])">file content</span>\n
</p>\n
</font>\n
<br/><br/>\n
<center><button onclick="history.back()" value="back" name="back" type="button">Back</button></center>\n
</tal:block>\n
<tal:block tal:content="structure python: context.getPortalObject()[\'portal_subversion\'].fileHTML(context,context.REQUEST[\'file\'])">file content</tal:block>\n
<br/>\n
<div style="text-align: center"><button onclick="history.back()" value="back" name="back" type="button">Back</button></div>\n
</tal:block>\n
</tal:block>\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