|
|
|
@ -100,17 +100,17 @@
|
|
|
|
|
<tr>
|
|
|
|
|
<td><label for="count">Results per page</label>:</td>
|
|
|
|
|
<td>
|
|
|
|
|
<input type="radio" name="maximumRecords" value="10" #(count-10)#::checked="checked"#(/count-10)#/>10
|
|
|
|
|
<input type="radio" name="maximumRecords" value="50" #(count-50)#::checked="checked"#(/count-50)#/>50
|
|
|
|
|
<input type="radio" name="maximumRecords" value="100" #(count-100)#::checked="checked"#(/count-100)#/>100
|
|
|
|
|
<input type="radio" name="maximumRecords" id="mr10" value="10" #(count-10)#::checked="checked"#(/count-10)#/><label for="mr10">10</label>
|
|
|
|
|
<input type="radio" name="maximumRecords" id="mr50" value="50" #(count-50)#::checked="checked"#(/count-50)#/><label for="mr50">50</label>
|
|
|
|
|
<input type="radio" name="maximumRecords" id="mr100" value="100" #(count-100)#::checked="checked"#(/count-100)#/><label for="mr100">100</label>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
#(resource-select)#::
|
|
|
|
|
<td><label for="resource">Resource</label>:</td>
|
|
|
|
|
<td>
|
|
|
|
|
<input type="radio" name="resource" value="global" #(global)#::checked="checked"#(/global)# #(global-disabled)#::disabled="disabled"#(/global-disabled)#/>the peer-to-peer network
|
|
|
|
|
<input type="radio" name="resource" value="local" #(local)#::checked="checked"#(/local)#/>only the local index
|
|
|
|
|
<input type="radio" name="resource" id="rglobal" value="global" #(global)#::checked="checked"#(/global)# #(global-disabled)#::disabled="disabled"#(/global-disabled)#/><label for="rglobal">the peer-to-peer network</label>
|
|
|
|
|
<input type="radio" name="resource" id="rlocal" value="local" #(local)#::checked="checked"#(/local)#/><label for="rlocal">only the local index</label>
|
|
|
|
|
</td>
|
|
|
|
|
#(/resource-select)#
|
|
|
|
|
</tr>
|
|
|
|
|