Wiki source code of GoogleGadgetsImport

Last modified by Anamaria Stoica on 2010/03/22 16:41

Show last authors
1 = Import Google Gadget =
2
3 {{velocity}}
4 $xwiki.jsx.use('Macros.GoogleGadgetsImport')
5 {{html}}
6 <div>
7 <dl>
8 <dt><label for="id">Macro id:</label></dt>
9 <dd><input type="text" size="30" value="" name="id" id="import_macroIdInput"></dd>
10
11 <dt><label for="name">Macro name:</label></dt>
12 <dd><input type="text" size="30" value="" name="name" id="import_macroNameInput"></dd>
13
14 <dt><label for="url">Gadget URL:</label></dt>
15 <dd><input type="text" size="30" value="" name="url" id="import_macroUrlInput"></dd>
16 </dl>
17 <span class="buttonwrapper">
18 <input type="button" value="Import Google Gadget" name="import_google_gadget" class="button" />
19 </span>
20 </div>
21 {{/html}}
22 {{/velocity}}