RandomSec/main/webapp/modules/core/scripts/reconciliation/standard-service-panel.html
David Huynh 0e4781cb58 Forgot a console.log() call.
Allow reconciling against no particular type.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@1043 7d457c2a-affb-35e4-300a-418c747d4874
2010-06-27 04:20:35 +00:00

34 lines
1.1 KiB
HTML

<div class="recon-dialog-service-panel recon-dialog-standard-service-panel">
<div class="grid-layout layout-normal layout-full grid-layout-for-ui"><table>
<tr>
<td colspan="2" style="text-align: right;">
&raquo; Access <a href="" target="_blank" bind="rawServiceLink">Service API</a>
</td>
</tr>
<tr>
<td>Reconcile each cell to an entity of one of these types:</td>
<td>Also use relevant details from other columns:</td>
</tr>
<tr>
<td><div class="type-container" bind="typeContainer"></div></td>
<td width="50%"><div class="detail-container" bind="detailContainer"></div></td>
</tr>
<tr>
<td><input type="radio" name="type-choice" value="">
Reconcile against type: <input size="20" bind="typeInput" /></td>
<td>
</td>
</tr>
<tr>
<td><input type="radio" name="type-choice" value="-">
Reconcile against no particular type</td>
<td>
</td>
</tr>
<tr>
<td><input type="checkbox" checked bind="automatchCheck" /> Auto-match candidates with high confidence</td>
<td></td>
</tr>
</table></div>
</div>