RandomSec/main/webapp/modules/core/scripts/index/default-importing-sources/import-from-web-form.html

8 lines
475 B
HTML

<form bind="form"><div class="grid-layout layout-normal"><table>
<tr><td colspan="2" id="or-import-enterurl"></td></tr>
<tr bind="urlRow"><td colspan="2"><input bind="urlInput" name="download" class="default-importing-web-url" /></td></tr>
<tr bind="buttons">
<td width="1"><button bind="addButton" class="button" type="button"></button></td>
<td><button bind="nextButton" class="button button-primary" type="button"></button></td>
</tr>
</table></div></form>