<div class="dialog-frame schema-template-dialog" style="width: 700px">
<div class="dialog-header" bind="dialogHeader"></div>
<div class="dialog-body" bind="dialogBody">
<div class="schema-template-list-wrapper">
<ol class="schema-template-list" bind="templateList">
<!-- dynamically generated -->
</ol>
</div>
<label><span bind="importLabel" class="wikibase-import-template-label"></span> <input type="file" bind="fileInput" /></label>
<div class="wikibase-import-template-error" bind="errorField"></div>
</div>
<div class="dialog-footer" bind="dialogFooter">
<button class="button" bind="closeButton"></button>
</div>
</div>
|