Sandbox: Difference between revisions

Find traditional instrumental music
No edit summary
No edit summary
Line 1: Line 1:
<div id="nform-location">
{{#form:}}
{{#form:
{{#input: type = hidden | name = content | value = <nowiki>{{#dpl:category={{#request:cat}}}}</nowiki> }}
      {{#input: type = hidden | name = content | value = {{#sask: type = articles | [[Country::{{#request:country}}]] [[Region::{{#request:Region}}]] [[Place::{{#request:Place}}]] | format=list | SearchLabel= }} }}
{{#input: type  = select
<table cellspacing=5><tr><td>
| name  = cat
      Land: {{#sask: ?Country | any=(alle) | name = land | id = lfeld | return = mselect }}  
| *Select category {{#dpl: namespace = Category | format = ,\n*%TITLE%,, }}
</td><td>
}}
      Region: {{#sask: ?Region | any=(alle) | name = region |id = rfeld | return = mselect }}
{{#input: type = ajax | value = List members | update = listcat-result}}
</td><td>
{{#formend:}}
      Ort: {{#sask: ?Place| any=(alle) | id=ofeld | name = ort | return = mselect }}
</td></tr></table>


      {{#input: type = ajax | value = Find | update = nlist-result-location }}
<div id="listcat-result">NO RESULTS TO DISPLAY YET</div>
}}
</div>
 
----
Results:
<div id="nlist-result-location"> </div>
-----

Revision as of 02:00, 31 January 2010

{{#form:}} {{#input: type = hidden | name = content | value = {{#dpl:category={{#request:cat}}}} }} {{#input: type = select | name = cat | *Select category {{#dpl: namespace = Category | format = ,\n*%TITLE%,, }} }} {{#input: type = ajax | value = List members | update = listcat-result}} {{#formend:}}

NO RESULTS TO DISPLAY YET