Author: kishore
Date: Sun Apr 30 00:02:47 2017
New Revision: 1793242
URL: http://svn.apache.org/viewvc?rev=1793242&view=rev
Log:
Updated metadata tab
Modified:
manifoldcf/branches/CONNECTORS-1403/connectors/webcrawler/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/webcrawler/editSpecification_Metadata.html.vm
Modified:
manifoldcf/branches/CONNECTORS-1403/connectors/webcrawler/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/webcrawler/editSpecification_Metadata.html.vm
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1403/connectors/webcrawler/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/webcrawler/editSpecification_Metadata.html.vm?rev=1793242&r1=1793241&r2=1793242&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1403/connectors/webcrawler/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/webcrawler/editSpecification_Metadata.html.vm
(original)
+++
manifoldcf/branches/CONNECTORS-1403/connectors/webcrawler/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/webcrawler/editSpecification_Metadata.html.vm
Sun Apr 30 00:02:47 2017
@@ -17,18 +17,19 @@
#set( $SEQPREFIX = 's' + $SEQNUM + '_' )
#if($TABNAME == $ResourceBundle.getString('WebcrawlerConnector.Metadata') &&
${SEQNUM} == ${SELECTEDNUM})
-<table class="displaytable">
- <tr><td class="separator" colspan="4"><hr/></td></tr>
- <tr>
- <td
class="description"><nobr>$Encoder.bodyEscape($ResourceBundle.getString('WebcrawlerConnector.ExcludedHeadersColon'))</nobr></td>
- <td class="value" colspan="3">
- <input type="hidden" name="${SEQPREFIX}excludedheaders_present"
value="true"/>
- #foreach($potentiallyExcludedHeader in $POTENTIALLYEXCLUDEDHEADERS)
- <input type="checkbox" name="${SEQPREFIX}excludedheaders"
value="$Encoder.attributeEscape($potentiallyExcludedHeader)"
#if($EXCLUDEDHEADERS.contains($potentiallyExcludedHeader)) checked="true"
#end>$Encoder.bodyEscape($potentiallyExcludedHeader)</input><br/>
- #end
- </td>
- </tr>
-</table>
+<div class="row">
+ <div class="col-md-4">
+
<h5>$Encoder.bodyEscape($ResourceBundle.getString('WebcrawlerConnector.ExcludedHeadersColon'))</h5>
+ <input type="hidden" name="${SEQPREFIX}excludedheaders_present"
value="true"/>
+ <div class="list-group">
+ #foreach($potentiallyExcludedHeader in $POTENTIALLYEXCLUDEDHEADERS)
+ <label class="list-group-item">
+ <input type="checkbox" name="${SEQPREFIX}excludedheaders"
value="$Encoder.attributeEscape($potentiallyExcludedHeader)"
#if($EXCLUDEDHEADERS.contains($potentiallyExcludedHeader)) checked="true" #end
/> $Encoder.bodyEscape($potentiallyExcludedHeader)
+ </label>
+ #end
+ </div>
+ </div>
+</div>
#else
<input type="hidden" name="${SEQPREFIX}excludedheaders_present" value="true"/>
#foreach($excludedHeader in $EXCLUDEDHEADERS)