335e81a26c
Closes #1612 Merges @afkbrb work to finish @wetneb protype, including: * adding support for OAuth in addition to basic auth * supporting registration of single user Wikidata OAuth consumers. * adding extensive tests * cleaning up the login dialog This depends on the next release of the Wikidata Toolkit, but we're currently publishing our own snapshot that includes the necessary changes (thanks @wetneb!) Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu>
14 lines
746 B
HTML
14 lines
746 B
HTML
<div class="dialog-frame" style="width: 800px;">
|
|
<div class="dialog-header" bind="dialogHeader"></div>
|
|
<div class="dialog-body" bind="dialogBody">
|
|
<label for="schema-file" bind="fileLabel"></label><input type="file" name="schema-file" bind="fileInput" /><br />
|
|
<label for="schema" bind="schemaLabel"></label><br />
|
|
<textarea name="schema" class="wikibase-schema-textarea" bind="schemaTextarea"></textarea><br />
|
|
<div class="wikibase-invalid-schema" bind="invalidSchema"></div>
|
|
<div class="wikibase-import-schema-buttons">
|
|
<button class="button cancel-button" bind="cancelButton"></button>
|
|
<button class="button button-primary" bind="importButton"></button>
|
|
</div>
|
|
</div>
|
|
</div>
|