Author: kishore
Date: Sat Apr 29 20:04:43 2017
New Revision: 1793233
URL: http://svn.apache.org/viewvc?rev=1793233&view=rev
Log:
Updated Robots tab with new UI
Modified:
manifoldcf/branches/CONNECTORS-1403/connectors/webcrawler/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/webcrawler/editConfiguration_Robots.html.vm
Modified:
manifoldcf/branches/CONNECTORS-1403/connectors/webcrawler/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/webcrawler/editConfiguration_Robots.html.vm
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1403/connectors/webcrawler/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/webcrawler/editConfiguration_Robots.html.vm?rev=1793233&r1=1793232&r2=1793233&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1403/connectors/webcrawler/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/webcrawler/editConfiguration_Robots.html.vm
(original)
+++
manifoldcf/branches/CONNECTORS-1403/connectors/webcrawler/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/webcrawler/editConfiguration_Robots.html.vm
Sat Apr 29 20:04:43 2017
@@ -16,28 +16,25 @@
-->
#if($TABNAME == $ResourceBundle.getString('WebcrawlerConnector.Robots'))
-<table class="displaytable">
- <tr><td class="separator" colspan="2"><hr/></td></tr>
- <tr>
- <td
class="description"><nobr>$Encoder.bodyEscape($ResourceBundle.getString('WebcrawlerConnector.RobotsTxtUsage'))</nobr></td>
- <td class="value">
- <select name="robotsusage" size="3">
- <option value="none" #if($ROBOTSUSAGE == 'none') selected="selected"
#{else} "" #end
>$Encoder.bodyEscape($ResourceBundle.getString('WebcrawlerConnector.DontLookAtRobotsTxt'))</option>
- <option value="data" #if($ROBOTSUSAGE == 'data') selected="selected"
#{else} "" #end
>$Encoder.bodyEscape($ResourceBundle.getString('WebcrawlerConnector.ObeyRobotsTxtForDataFetchesOnly'))</option>
- <option value="all" #if($ROBOTSUSAGE == 'all') selected="selected"
#{else} "" #end
>$Encoder.bodyEscape($ResourceBundle.getString('WebcrawlerConnector.ObeyRobotsTxtForAllFetches'))</option>
+<div class="row">
+ <div class="col-md-4">
+ <div class="form-group">
+ <label
for="robotsusage">$Encoder.bodyEscape($ResourceBundle.getString('WebcrawlerConnector.RobotsTxtUsage'))</label>
+ <select name="robotsusage" id="robotsusage" class="form-control">
+ <option value="none" #if($ROBOTSUSAGE == 'none') selected="selected"
#end
>$Encoder.bodyEscape($ResourceBundle.getString('WebcrawlerConnector.DontLookAtRobotsTxt'))</option>
+ <option value="data" #if($ROBOTSUSAGE == 'data') selected="selected"
#end
>$Encoder.bodyEscape($ResourceBundle.getString('WebcrawlerConnector.ObeyRobotsTxtForDataFetchesOnly'))</option>
+ <option value="all" #if($ROBOTSUSAGE == 'all') selected="selected"
#end
>$Encoder.bodyEscape($ResourceBundle.getString('WebcrawlerConnector.ObeyRobotsTxtForAllFetches'))</option>
</select>
- </td>
- </tr>
- <tr>
- <td
class="description"><nobr>$Encoder.bodyEscape($ResourceBundle.getString('WebcrawlerConnector.MetaRobotsTagsUsage'))</nobr></td>
- <td class="value">
- <select name="metarobotstagsusage" size="3">
- <option value="none" #if($METAROBOTSTAGSUSAGE == 'none')
selected="selected" #{else} "" #end
>$Encoder.bodyEscape($ResourceBundle.getString('WebcrawlerConnector.DontLookAtMetaRobotsTags'))</option>
- <option value="all" #if($METAROBOTSTAGSUSAGE == 'all')
selected="selected" #{else} ""
#end>$Encoder.bodyEscape($ResourceBundle.getString('WebcrawlerConnector.ObeyMetaRobotsTags'))</option>
+ </div>
+ <div class="form-group">
+ <label
for="metarobotstagsusage">$Encoder.bodyEscape($ResourceBundle.getString('WebcrawlerConnector.MetaRobotsTagsUsage'))</label>
+ <select name="metarobotstagsusage" id="metarobotstagsusage"
class="form-control">
+ <option value="none" #if($METAROBOTSTAGSUSAGE == 'none')
selected="selected"
#end>$Encoder.bodyEscape($ResourceBundle.getString('WebcrawlerConnector.DontLookAtMetaRobotsTags'))</option>
+ <option value="all" #if($METAROBOTSTAGSUSAGE == 'all')
selected="selected"
#end>$Encoder.bodyEscape($ResourceBundle.getString('WebcrawlerConnector.ObeyMetaRobotsTags'))</option>
</select>
- </td>
- </tr>
-</table>
+ </div>
+ </div>
+</div>
#else
<input type="hidden" name="robotsusage"
value="$Encoder.attributeEscape($ROBOTSUSAGE)"/>
<input type="hidden" name="metarobotstagsusage"
value="$Encoder.attributeEscape($METAROBOTSTAGSUSAGE)"/>