Commit 269f0df5 authored by Christophe Dumez's avatar Christophe Dumez

- improved code presentation a little

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6799 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 95adcdca
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45021942.36</string> </value>
<value> <string>ts45441285.08</string> </value>
</item>
<item>
<key> <string>__ac_local_roles__</string> </key>
......@@ -61,14 +61,18 @@ function dtmlXMLLoaderObject(funcObject,dhtmlObject,async){\n
\n
\n
dtmlXMLLoaderObject.prototype.getXMLTopNode=function(tagName){\n
if(this.xmlDoc.responseXML){var temp=this.xmlDoc.responseXML.getElementsByTagName(tagName);var z=temp[0];}\n
else var z=this.xmlDoc.documentElement;\n
if(z)return z;\n
//alert("Error: execute tree.xml to see debug !");\n
open(\'tree.xml\', \'_self\');\n
return document.createElement("DIV");\n
};\n
\n
if(this.xmlDoc.responseXML){\n
var temp=this.xmlDoc.responseXML.getElementsByTagName(tagName);var z=temp[0];\n
}else{\n
var z=this.xmlDoc.documentElement;\n
}\n
if(z){\n
return z;\n
}\n
//alert("Error: execute tree.xml to see debug !");\n
open(\'tree.xml\', \'_self\');\n
return document.createElement("DIV");\n
}; \n
\n
dtmlXMLLoaderObject.prototype.loadXMLString=function(xmlString){\n
try \n
......@@ -399,7 +403,7 @@ Node.prototype.removeNode = function(removeChildren)\n
</item>
<item>
<key> <string>size</string> </key>
<value> <int>9992</int> </value>
<value> <int>10010</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
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