Milestones:Proposal: Difference between revisions

From ETHW
(New page: {{#form: {{#input:type=hidden|name=content|id=blogContent}} {{#input:type=hidden|name=title|value=MyTestPage}} {{#input:type=hidden|name=summary|id=blogSummary}} {{#input:type=hidden|name=...)
 
(Replacing page with '{{ProposalForm}} ')
 
(22 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#form:
{{ProposalForm}}
{{#input:type=hidden|name=content|id=blogContent}}
{{#input:type=hidden|name=title|value=MyTestPage}}
{{#input:type=hidden|name=summary|id=blogSummary}}
{{#input:type=hidden|name=caction|value=append}}
 
Heading:  {{#input:type=text|id=blogTitle}}  <br />
Your name: {{#input:type=text|id=blogName}}<br />
Article Text:  {{#input:type=textarea|rows=2|id=blogBody}}
 
{{#input:type=ajax|value=Post comment|update=wgBlogComments|onClick=
var summary='comment posted by '+document.getElementById('blogName').value;
document.getElementById('blogContent').setAttribute('value',
'\n==='+document.getElementById('blogTitle').value+'===\n'+document.getElementById('blogBody').value+'\n:<i>'+summary+'</i>\n');
document.getElementById('blogSummary').setAttribute('value','Blog '+summary);}}
 
}}

Latest revision as of 15:43, 24 October 2008

You must be logged in to access this page.