Difference between revisions of "Hans Berg"

From Organic Design wiki
(Article updated via HTTP request)
(Article updated via HTTP request)
Line 1: Line 1:
 
{{ExampleContact
 
{{ExampleContact
 
|name=Hans Berg
 
|name=Hans Berg
|phone=00 111 2222
+
|phone={{{phone}}}
|address=Beverly hills 90210
+
|address={{{address}}}
 
}}
 
}}

Revision as of 09:56, 15 September 2007

{{#form:method=post|style=width:400px| Name: {{#input:type=select|id=xc-name|name=title|*Hans Berg

  • John Doe
  • Ping Li}}

(edit Hans Berg article)

Phone: {{#input:name=phone|id=xc-phone|value={{{phone}}}}}
Address:
{{#input:type=textarea|style=width:350px|id=xc-address|name=address|{{{address}}}}}
{{#input:type=ajax|value=Load|update=contact-form}} {{#input:type=ajax|value=Save|update=contact-form |onClick=document.getElementById('xc-content').setAttribute('value','{'+'{ExampleContact\n|name='+document.getElementById('xc-name').value+'\n|phone='+document.getElementById('xc-phone').value+'\n|address='+document.getElementById('xc-address').value+'\n}'+'}');}} {{#input:type=hidden|name=templates|value=update}} {{#input:type=hidden|name=content|id=xc-content}} }}