2017-09-15 12:51:29 +02:00
|
|
|
<div class="dialog-frame" style="width: 800px;">
|
2018-02-22 19:43:28 +01:00
|
|
|
<div class="dialog-header" bind="dialogHeader"></div>
|
2017-09-15 12:51:29 +02:00
|
|
|
<div class="dialog-body" bind="dialogBody">
|
2018-02-22 19:43:28 +01:00
|
|
|
<p class="body-text" bind="reviewYourEdits">
|
2017-09-15 12:51:29 +02:00
|
|
|
</p>
|
2018-02-22 19:15:05 +01:00
|
|
|
<div class="perform-edits-warnings-area" bind="warningsArea">
|
|
|
|
</div>
|
2017-09-15 12:51:29 +02:00
|
|
|
<div class="wikibase-perform-edits-area">
|
2018-10-28 10:06:19 +01:00
|
|
|
<form id="wikibase-perform-edits-form" onsubmit="return false;" bind="performEditsForm" autocomplete="on">
|
|
|
|
<p><span bind="loggedInAs"></span> <a bind="loggedInUsername" target="_blank"></a>.</p>
|
|
|
|
<p><span bind="editSummaryLabel"></span> <input type="text" name="editSummary" bind="editSummary" class="edit-summary" value="" /></p>
|
|
|
|
<div class="wikibase-login-buttons">
|
|
|
|
<button class="button cancel-button" bind="cancelButton"></button>
|
|
|
|
<button class="button button-primary" bind="performEditsButton"></button>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
<iframe id="hiddeniframe" src="javascript:false" class="hidden" bind="hiddenIframe"></iframe>
|
2017-09-15 12:51:29 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|