Removed freebase-query-panel.html (#2434)

Freebase conciliation webserice is no longer availabe and no call is made to this file.
Hence, should be removed.
This commit is contained in:
Ekta Mishra 2020-03-18 19:15:45 +05:30 committed by GitHub
parent b9e046f1bb
commit 7c08d774e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,23 +0,0 @@
<div class="recon-dialog-service-panel">
<p bind="or_recon_contain"></p>
<div class="grid-layout layout-normal layout-full"><table>
<tr><td width="1%"><input type="radio" name="recon-dialog-strict-choice" value="id" checked /></td><td bind="or_recon_fbId"></td></tr>
<tr><td><input type="radio" name="recon-dialog-strict-choice" value="guid" /></td><td bind="or_recon_fbGuid"></td></tr>
<tr>
<td width="1%"><input type="radio" name="recon-dialog-strict-choice" value="key" /></td>
<td>
<div class="grid-layout layout-tighter layout-full"><table>
<tr><td colspan="2" bind="or_recon_fbKey"></td></tr>
<tr>
<td width="1%"><input type="radio" name="recon-dialog-strict-namespace-choice" value="/wikipedia/en" nsName="Wikipedia EN" checked /></td>
<td bind="or_recon_fbEnNs"></td>
</tr>
<tr>
<td width="1%"><input type="radio" name="recon-dialog-strict-namespace-choice" value="other" /></td>
<td><span bind="or_recon_thisNs"></span><input bind="strictNamespaceInput" /></td>
</tr>
</table></div>
</td>
</tr>
</table></div>
</div>