ActionPlugin(); } function rtti() { return 2; } function name() { return "Auto-Reply"; } function to_js() { $res = "function(Node, data) {\n" . " var i,j;\n" . " var ta = document.createElement('textarea');\n" . " ta.setAttribute('name', Node.name+'[1]');\n" . " ta.setAttribute('cols', '74');\n" . " ta.setAttribute('rows', '10');\n" . " if(data[1]) ta.value = data[1];\n" . "\n" . " Node.appendChild(document.createElement('br'));\n" . " Node.appendChild(document.createTextNode(' Your mail : '));\n" . " Node.appendChild(document.createElement('br'));\n" . " Node.appendChild(ta);\n" . "}"; return $res; } } /******************************************************************************** * $Id$ * vim: set expandtab shiftwidth=4 tabstop=4 softtabstop=4 textwidth=100: ********************************************************************************/ ?>