Selaa lähdekoodia

fix styles of table cell

Kaoru FUZITA 9 vuotta sitten
vanhempi
commit
bbfa91da16
29 muutettua tiedostoa jossa 97 lisäystä ja 103 poistoa
  1. 2 2
      src/main/webapp/WEB-INF/view/admin/badword/admin_badword.jsp
  2. 2 4
      src/main/webapp/WEB-INF/view/admin/boostdoc/admin_boostdoc.jsp
  3. 2 3
      src/main/webapp/WEB-INF/view/admin/crawlinginfo/admin_crawlinginfo.jsp
  4. 4 4
      src/main/webapp/WEB-INF/view/admin/dataconfig/admin_dataconfig.jsp
  5. 1 1
      src/main/webapp/WEB-INF/view/admin/dict/admin_dict.jsp
  6. 2 3
      src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji.jsp
  7. 1 2
      src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji_details.jsp
  8. 1 1
      src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym.jsp
  9. 1 1
      src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym_details.jsp
  10. 2 3
      src/main/webapp/WEB-INF/view/admin/duplicatehost/admin_duplicatehost.jsp
  11. 2 2
      src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword.jsp
  12. 2 4
      src/main/webapp/WEB-INF/view/admin/failureurl/admin_failureurl.jsp
  13. 3 5
      src/main/webapp/WEB-INF/view/admin/fileauth/admin_fileauth.jsp
  14. 4 4
      src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig.jsp
  15. 2 3
      src/main/webapp/WEB-INF/view/admin/group/admin_group.jsp
  16. 2 3
      src/main/webapp/WEB-INF/view/admin/joblog/admin_joblog.jsp
  17. 2 3
      src/main/webapp/WEB-INF/view/admin/keymatch/admin_keymatch.jsp
  18. 1 2
      src/main/webapp/WEB-INF/view/admin/labeltype/admin_labeltype.jsp
  19. 4 6
      src/main/webapp/WEB-INF/view/admin/log/admin_log.jsp
  20. 2 3
      src/main/webapp/WEB-INF/view/admin/pathmap/admin_pathmap.jsp
  21. 2 3
      src/main/webapp/WEB-INF/view/admin/reqheader/admin_reqheader.jsp
  22. 2 3
      src/main/webapp/WEB-INF/view/admin/role/admin_role.jsp
  23. 2 3
      src/main/webapp/WEB-INF/view/admin/roletype/admin_roletype.jsp
  24. 2 3
      src/main/webapp/WEB-INF/view/admin/scheduler/admin_scheduler.jsp
  25. 20 20
      src/main/webapp/WEB-INF/view/admin/systeminfo/admin_systeminfo.jsp
  26. 2 3
      src/main/webapp/WEB-INF/view/admin/user/admin_user.jsp
  27. 3 5
      src/main/webapp/WEB-INF/view/admin/webauth/admin_webauth.jsp
  28. 4 3
      src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig.jsp
  29. 18 1
      src/main/webapp/css/admin/style.css

+ 2 - 2
src/main/webapp/WEB-INF/view/admin/badword/admin_badword.jsp

@@ -84,9 +84,9 @@
 												<tbody>
 												<tbody>
 													<c:forEach var="data" varStatus="s"
 													<c:forEach var="data" varStatus="s"
 														items="${suggestBadWordItems}">
 														items="${suggestBadWordItems}">
-														<tr class="${s.index % 2 == 0 ? 'row1' : 'row2'}"
+														<tr
 															data-href="${contextPath}/admin/badword/details/4/${f:u(data.id)}">
 															data-href="${contextPath}/admin/badword/details/4/${f:u(data.id)}">
-															<td style="overflow-x: auto;">${f:h(data.suggestWord)}</td>
+															<td>${f:h(data.suggestWord)}</td>
 														</tr>
 														</tr>
 													</c:forEach>
 													</c:forEach>
 												</tbody>
 												</tbody>

+ 2 - 4
src/main/webapp/WEB-INF/view/admin/boostdoc/admin_boostdoc.jsp

@@ -14,7 +14,6 @@
 			<jsp:param name="menuType" value="boostDocumentRule" />
 			<jsp:param name="menuType" value="boostDocumentRule" />
 		</jsp:include>
 		</jsp:include>
 		<div class="content-wrapper">
 		<div class="content-wrapper">
-			<%-- Content Header --%>
 			<section class="content-header">
 			<section class="content-header">
 				<h1>
 				<h1>
 					<la:message key="labels.boost_document_rule_configuration" />
 					<la:message key="labels.boost_document_rule_configuration" />
@@ -25,11 +24,10 @@
 				<div class="row">
 				<div class="row">
 					<div class="col-md-12">
 					<div class="col-md-12">
 						<div class="box box-primary">
 						<div class="box box-primary">
-							<%-- Box Header --%>
 							<div class="box-header with-border">
 							<div class="box-header with-border">
 								<jsp:include page="/WEB-INF/view/common/admin/crud/header.jsp"></jsp:include>
 								<jsp:include page="/WEB-INF/view/common/admin/crud/header.jsp"></jsp:include>
 							</div>
 							</div>
-							<%-- Box Body --%>
+							<!-- /.box-header -->
 							<div class="box-body">
 							<div class="box-body">
 								<%-- Message --%>
 								<%-- Message --%>
 								<div>
 								<div>
@@ -60,7 +58,7 @@
 												<tbody>
 												<tbody>
 													<c:forEach var="data" varStatus="s"
 													<c:forEach var="data" varStatus="s"
 														items="${boostDocumentRuleItems}">
 														items="${boostDocumentRuleItems}">
-														<tr class="${s.index % 2 == 0 ? 'row1' : 'row2'}"
+														<tr
 															data-href="${contextPath}/admin/boostdoc/details/4/${f:u(data.id)}">
 															data-href="${contextPath}/admin/boostdoc/details/4/${f:u(data.id)}">
 															<td>${f:h(data.urlExpr)}</td>
 															<td>${f:h(data.urlExpr)}</td>
 														</tr>
 														</tr>

+ 2 - 3
src/main/webapp/WEB-INF/view/admin/crawlinginfo/admin_crawlinginfo.jsp

@@ -28,13 +28,12 @@
 				<div class="row">
 				<div class="row">
 					<div class="col-xs-12">
 					<div class="col-xs-12">
 						<div class="box box-primary">
 						<div class="box box-primary">
-							<%-- Box Header --%>
 							<div class="box-header with-border">
 							<div class="box-header with-border">
 								<h3 class="box-title">
 								<h3 class="box-title">
 									<la:message key="labels.crawling_session_title" />
 									<la:message key="labels.crawling_session_title" />
 								</h3>
 								</h3>
 							</div>
 							</div>
-							<%-- Box Body --%>
+							<!-- /.box-header -->
 							<div class="box-body">
 							<div class="box-body">
 								<%-- Message --%>
 								<%-- Message --%>
 								<div>
 								<div>
@@ -93,7 +92,7 @@
 												<tbody>
 												<tbody>
 													<c:forEach var="data" varStatus="s"
 													<c:forEach var="data" varStatus="s"
 														items="${crawlingSessionItems}">
 														items="${crawlingSessionItems}">
-														<tr class="${s.index % 2 == 0 ? 'row1' : 'row2'}"
+														<tr
 															data-href="${contextPath}/admin/crawlinginfo/details/4/${f:u(data.id)}">
 															data-href="${contextPath}/admin/crawlinginfo/details/4/${f:u(data.id)}">
 															<td>${f:h(data.sessionId)}</td>
 															<td>${f:h(data.sessionId)}</td>
 															<td><fmt:formatDate
 															<td><fmt:formatDate

+ 4 - 4
src/main/webapp/WEB-INF/view/admin/dataconfig/admin_dataconfig.jsp

@@ -13,7 +13,6 @@
 			<jsp:param name="menuCategoryType" value="crawl" />
 			<jsp:param name="menuCategoryType" value="crawl" />
 			<jsp:param name="menuType" value="dataConfig" />
 			<jsp:param name="menuType" value="dataConfig" />
 		</jsp:include>
 		</jsp:include>
-
 		<div class="content-wrapper">
 		<div class="content-wrapper">
 			<section class="content-header">
 			<section class="content-header">
 				<h1>
 				<h1>
@@ -53,16 +52,17 @@
 												<thead>
 												<thead>
 													<tr>
 													<tr>
 														<th class="col-md-8"><la:message key="labels.name" /></th>
 														<th class="col-md-8"><la:message key="labels.name" /></th>
-														<th class="col-md-4 text-center"><la:message key="labels.available" /></th>
+														<th class="col-md-4 text-center"><la:message
+																key="labels.available" /></th>
 													</tr>
 													</tr>
 												</thead>
 												</thead>
 												<tbody>
 												<tbody>
 													<c:forEach var="data" varStatus="s"
 													<c:forEach var="data" varStatus="s"
 														items="${dataConfigItems}">
 														items="${dataConfigItems}">
-														<tr class="${s.index % 2 == 0 ? 'row1' : 'row2'}"
+														<tr
 															data-href="${contextPath}/admin/dataconfig/details/4/${f:u(data.id)}">
 															data-href="${contextPath}/admin/dataconfig/details/4/${f:u(data.id)}">
 															<td>${f:h(data.name)}</td>
 															<td>${f:h(data.name)}</td>
-															<td style="text-align: center;"><c:if
+															<td class="text-center"><c:if
 																	test="${data.available=='true'}">
 																	test="${data.available=='true'}">
 																	<la:message key="labels.enabled" />
 																	<la:message key="labels.enabled" />
 																</c:if> <c:if test="${data.available=='false'}">
 																</c:if> <c:if test="${data.available=='false'}">

+ 1 - 1
src/main/webapp/WEB-INF/view/admin/dict/admin_dict.jsp

@@ -59,7 +59,7 @@
 										</thead>
 										</thead>
 										<tbody>
 										<tbody>
 											<c:forEach var="data" varStatus="s" items="${dictFiles}">
 											<c:forEach var="data" varStatus="s" items="${dictFiles}">
-												<tr class="${s.index % 2 == 0 ? 'row1' : 'row2'}">
+												<tr>
 													<td>${f:h(data.type)}</td>
 													<td>${f:h(data.type)}</td>
 													<td><la:link
 													<td><la:link
 															href="${f:h(data.type)}/?dictId=${f:h(data.id)}">${f:h(data.path)}</la:link></td>
 															href="${f:h(data.type)}/?dictId=${f:h(data.id)}">${f:h(data.path)}</la:link></td>

+ 2 - 3
src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji.jsp

@@ -29,7 +29,6 @@
 				<div class="row">
 				<div class="row">
 					<div class="col-md-12">
 					<div class="col-md-12">
 						<div class="box box-primary">
 						<div class="box box-primary">
-							<%-- Box Header --%>
 							<div class="box-header with-border">
 							<div class="box-header with-border">
 								<h3 class="box-title">
 								<h3 class="box-title">
 									<la:message key="labels.dict_kuromoji_list_link" />
 									<la:message key="labels.dict_kuromoji_list_link" />
@@ -61,7 +60,7 @@
 									</la:link>
 									</la:link>
 								</div>
 								</div>
 							</div>
 							</div>
-							<%-- Box Body --%>
+							<!-- /.box-header -->
 							<div class="box-body">
 							<div class="box-body">
 								<%-- Message --%>
 								<%-- Message --%>
 								<div>
 								<div>
@@ -92,7 +91,7 @@
 												<tbody>
 												<tbody>
 													<c:forEach var="data" varStatus="s"
 													<c:forEach var="data" varStatus="s"
 														items="${kuromojiItemItems}">
 														items="${kuromojiItemItems}">
-														<tr class="${s.index % 2 == 0 ? 'row1' : 'row2'}"
+														<tr
 															data-href="${contextPath}/admin/dict/kuromoji/details/${f:u(dictId)}/4/${f:u(data.id)}">
 															data-href="${contextPath}/admin/dict/kuromoji/details/${f:u(dictId)}/4/${f:u(data.id)}">
 															<td>${f:h(data.token)}</td>
 															<td>${f:h(data.token)}</td>
 															<td>${f:h(data.reading)}</td>
 															<td>${f:h(data.reading)}</td>

+ 1 - 2
src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji_details.jsp

@@ -97,8 +97,7 @@
 									<table class="table table-bordered">
 									<table class="table table-bordered">
 										<tbody>
 										<tbody>
 											<tr>
 											<tr>
-												<th style="width: 150px;"><la:message
-														key="labels.dict_kuromoji_token" /></th>
+												<th><la:message key="labels.dict_kuromoji_token" /></th>
 												<td>${f:h(token)}<la:hidden property="token" /></td>
 												<td>${f:h(token)}<la:hidden property="token" /></td>
 											</tr>
 											</tr>
 											<tr>
 											<tr>

+ 1 - 1
src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym.jsp

@@ -91,7 +91,7 @@
 												<tbody>
 												<tbody>
 													<c:forEach var="data" varStatus="s"
 													<c:forEach var="data" varStatus="s"
 														items="${synonymItemItems}">
 														items="${synonymItemItems}">
-														<tr class="${s.index % 2 == 0 ? 'row1' : 'row2'}"
+														<tr
 															data-href="${contextPath}/admin/dict/synonym/details/${f:u(dictId)}/4/${f:u(data.id)}">
 															data-href="${contextPath}/admin/dict/synonym/details/${f:u(dictId)}/4/${f:u(data.id)}">
 															<td>${f:h(data.inputs)}</td>
 															<td>${f:h(data.inputs)}</td>
 															<td>${f:h(data.outputs)}</td>
 															<td>${f:h(data.outputs)}</td>

+ 1 - 1
src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym_details.jsp

@@ -97,7 +97,7 @@
 									<table class="table table-bordered">
 									<table class="table table-bordered">
 										<tbody>
 										<tbody>
 											<tr>
 											<tr>
-												<th style=""><la:message
+												<th><la:message
 														key="labels.dict_synonym_source" /></th>
 														key="labels.dict_synonym_source" /></th>
 												<td>${f:br(f:h(inputs))}<la:hidden property="inputs" /></td>
 												<td>${f:br(f:h(inputs))}<la:hidden property="inputs" /></td>
 											</tr>
 											</tr>

+ 2 - 3
src/main/webapp/WEB-INF/view/admin/duplicatehost/admin_duplicatehost.jsp

@@ -24,11 +24,10 @@
 				<div class="row">
 				<div class="row">
 					<div class="col-md-12">
 					<div class="col-md-12">
 						<div class="box box-primary">
 						<div class="box box-primary">
-							<%-- Box Header --%>
 							<div class="box-header with-border">
 							<div class="box-header with-border">
 								<jsp:include page="/WEB-INF/view/common/admin/crud/header.jsp"></jsp:include>
 								<jsp:include page="/WEB-INF/view/common/admin/crud/header.jsp"></jsp:include>
 							</div>
 							</div>
-							<%-- Box Body --%>
+							<!-- /.box-header -->
 							<div class="box-body">
 							<div class="box-body">
 								<%-- Message --%>
 								<%-- Message --%>
 								<div>
 								<div>
@@ -59,7 +58,7 @@
 												<tbody>
 												<tbody>
 													<c:forEach var="data" varStatus="s"
 													<c:forEach var="data" varStatus="s"
 														items="${duplicateHostItems}">
 														items="${duplicateHostItems}">
-														<tr class="${s.index % 2 == 0 ? 'row1' : 'row2'}"
+														<tr
 															data-href="${contextPath}/admin/duplicatehost/details/4/${f:u(data.id)}">
 															data-href="${contextPath}/admin/duplicatehost/details/4/${f:u(data.id)}">
 															<td>${f:h(data.regularName)}</td>
 															<td>${f:h(data.regularName)}</td>
 															<td>${f:h(data.duplicateHostName)}</td>
 															<td>${f:h(data.duplicateHostName)}</td>

+ 2 - 2
src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword.jsp

@@ -84,9 +84,9 @@
 												<tbody>
 												<tbody>
 													<c:forEach var="data" varStatus="s"
 													<c:forEach var="data" varStatus="s"
 														items="${suggestElevateWordItems}">
 														items="${suggestElevateWordItems}">
-														<tr class="${s.index % 2 == 0 ? 'row1' : 'row2'}"
+														<tr
 															data-href="${contextPath}/admin/elevateword/details/4/${f:u(data.id)}">
 															data-href="${contextPath}/admin/elevateword/details/4/${f:u(data.id)}">
-															<td style="overflow-x: auto;">${f:h(data.suggestWord)}</td>
+															<td>${f:h(data.suggestWord)}</td>
 														</tr>
 														</tr>
 													</c:forEach>
 													</c:forEach>
 												</tbody>
 												</tbody>

+ 2 - 4
src/main/webapp/WEB-INF/view/admin/failureurl/admin_failureurl.jsp

@@ -24,13 +24,12 @@
 				<div class="row">
 				<div class="row">
 					<div class="col-xs-12">
 					<div class="col-xs-12">
 						<div class="box box-primary">
 						<div class="box box-primary">
-							<%-- Box Header --%>
 							<div class="box-header with-border">
 							<div class="box-header with-border">
 								<h3 class="box-title">
 								<h3 class="box-title">
 									<la:message key="labels.failure_url_configuration" />
 									<la:message key="labels.failure_url_configuration" />
 								</h3>
 								</h3>
 							</div>
 							</div>
-							<%-- Box Body --%>
+							<!-- /.box-header -->
 							<div class="box-body">
 							<div class="box-body">
 								<%-- Message --%>
 								<%-- Message --%>
 								<div>
 								<div>
@@ -109,8 +108,7 @@
 													<tbody>
 													<tbody>
 														<c:forEach var="data" varStatus="s"
 														<c:forEach var="data" varStatus="s"
 															items="${failureUrlItems}">
 															items="${failureUrlItems}">
-															<tr class="${s.index % 2 == 0 ? 'row1' : 'row2'}"
-																data-href="details/4/${f:u(data.id)}">
+															<tr data-href="details/4/${f:u(data.id)}">
 																<td>${f:h(data.url)}</td>
 																<td>${f:h(data.url)}</td>
 																<td>${f:h(data.errorName)}</td>
 																<td>${f:h(data.errorName)}</td>
 																<td><fmt:formatDate
 																<td><fmt:formatDate

+ 3 - 5
src/main/webapp/WEB-INF/view/admin/fileauth/admin_fileauth.jsp

@@ -31,11 +31,10 @@
 						</c:if>
 						</c:if>
 						<c:if test="${displayCreateLink}">
 						<c:if test="${displayCreateLink}">
 							<div class="box box-primary">
 							<div class="box box-primary">
-								<%-- Box Header --%>
 								<div class="box-header with-border">
 								<div class="box-header with-border">
 									<jsp:include page="/WEB-INF/view/common/admin/crud/header.jsp"></jsp:include>
 									<jsp:include page="/WEB-INF/view/common/admin/crud/header.jsp"></jsp:include>
 								</div>
 								</div>
-								<%-- Box Body --%>
+								<!-- /.box-header -->
 								<div class="box-body">
 								<div class="box-body">
 									<%-- Message --%>
 									<%-- Message --%>
 									<div>
 									<div>
@@ -57,8 +56,7 @@
 										<table class="table table-bordered table-striped">
 										<table class="table table-bordered table-striped">
 											<thead>
 											<thead>
 												<tr>
 												<tr>
-													<th><la:message
-															key="labels.file_auth_list_hostname" /></th>
+													<th><la:message key="labels.file_auth_list_hostname" /></th>
 													<th><la:message
 													<th><la:message
 															key="labels.file_auth_list_file_crawling_config" /></th>
 															key="labels.file_auth_list_file_crawling_config" /></th>
 												</tr>
 												</tr>
@@ -66,7 +64,7 @@
 											<tbody>
 											<tbody>
 												<c:forEach var="data" varStatus="s"
 												<c:forEach var="data" varStatus="s"
 													items="${fileAuthenticationItems}">
 													items="${fileAuthenticationItems}">
-													<tr class="${s.index % 2 == 0 ? 'row1' : 'row2'}"
+													<tr
 														data-href="${contextPath}/admin/fileauth/details/4/${f:u(data.id)}">
 														data-href="${contextPath}/admin/fileauth/details/4/${f:u(data.id)}">
 														<td><c:if
 														<td><c:if
 																test="${data.hostname==null||data.hostname==''}">
 																test="${data.hostname==null||data.hostname==''}">

+ 4 - 4
src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig.jsp

@@ -13,7 +13,6 @@
 			<jsp:param name="menuCategoryType" value="crawl" />
 			<jsp:param name="menuCategoryType" value="crawl" />
 			<jsp:param name="menuType" value="fileConfig" />
 			<jsp:param name="menuType" value="fileConfig" />
 		</jsp:include>
 		</jsp:include>
-
 		<div class="content-wrapper">
 		<div class="content-wrapper">
 			<%-- Content Header --%>
 			<%-- Content Header --%>
 			<section class="content-header">
 			<section class="content-header">
@@ -55,16 +54,17 @@
 												<thead>
 												<thead>
 													<tr>
 													<tr>
 														<th><la:message key="labels.name" /></th>
 														<th><la:message key="labels.name" /></th>
-														<th><la:message key="labels.available" /></th>
+														<th class="text-center"><la:message
+																key="labels.available" /></th>
 													</tr>
 													</tr>
 												</thead>
 												</thead>
 												<tbody>
 												<tbody>
 													<c:forEach var="data" varStatus="s"
 													<c:forEach var="data" varStatus="s"
 														items="${fileConfigItems}">
 														items="${fileConfigItems}">
-														<tr class="${s.index % 2 == 0 ? 'row1' : 'row2'}"
+														<tr
 															data-href="${contextPath}/admin/fileconfig/details/4/${f:u(data.id)}">
 															data-href="${contextPath}/admin/fileconfig/details/4/${f:u(data.id)}">
 															<td>${f:h(data.name)}</td>
 															<td>${f:h(data.name)}</td>
-															<td style="text-align: center;"><c:if
+															<td class="text-center"><c:if
 																	test="${data.available=='true'}">
 																	test="${data.available=='true'}">
 																	<la:message key="labels.enabled" />
 																	<la:message key="labels.enabled" />
 																</c:if> <c:if test="${data.available=='false'}">
 																</c:if> <c:if test="${data.available=='false'}">

+ 2 - 3
src/main/webapp/WEB-INF/view/admin/group/admin_group.jsp

@@ -24,11 +24,10 @@
 				<div class="row">
 				<div class="row">
 					<div class="col-md-12">
 					<div class="col-md-12">
 						<div class="box box-primary">
 						<div class="box box-primary">
-							<%-- Box Header --%>
 							<div class="box-header with-border">
 							<div class="box-header with-border">
 								<jsp:include page="/WEB-INF/view/common/admin/crud/header.jsp"></jsp:include>
 								<jsp:include page="/WEB-INF/view/common/admin/crud/header.jsp"></jsp:include>
 							</div>
 							</div>
-							<%-- Box Body --%>
+							<!-- /.box-header -->
 							<div class="box-body">
 							<div class="box-body">
 								<%-- Message --%>
 								<%-- Message --%>
 								<div>
 								<div>
@@ -57,7 +56,7 @@
 												</thead>
 												</thead>
 												<tbody>
 												<tbody>
 													<c:forEach var="data" varStatus="s" items="${groupItems}">
 													<c:forEach var="data" varStatus="s" items="${groupItems}">
-														<tr class="${s.index % 2 == 0 ? 'row1' : 'row2'}"
+														<tr
 															data-href="${contextPath}/admin/group/details/4/${f:u(data.id)}">
 															data-href="${contextPath}/admin/group/details/4/${f:u(data.id)}">
 															<td>${f:h(data.name)}</td>
 															<td>${f:h(data.name)}</td>
 														</tr>
 														</tr>

+ 2 - 3
src/main/webapp/WEB-INF/view/admin/joblog/admin_joblog.jsp

@@ -28,13 +28,12 @@
 				<div class="row">
 				<div class="row">
 					<div class="col-md-12">
 					<div class="col-md-12">
 						<div class="box box-primary">
 						<div class="box box-primary">
-							<%-- Box Header --%>
 							<div class="box-header with-border">
 							<div class="box-header with-border">
 								<h3 class="box-title">
 								<h3 class="box-title">
 									<la:message key="labels.joblog_link_list" />
 									<la:message key="labels.joblog_link_list" />
 								</h3>
 								</h3>
 							</div>
 							</div>
-							<%-- Box Body --%>
+							<!-- /.box-header -->
 							<div class="box-body">
 							<div class="box-body">
 								<%-- Message --%>
 								<%-- Message --%>
 								<div>
 								<div>
@@ -66,7 +65,7 @@
 												</thead>
 												</thead>
 												<tbody>
 												<tbody>
 													<c:forEach var="data" varStatus="s" items="${jobLogItems}">
 													<c:forEach var="data" varStatus="s" items="${jobLogItems}">
-														<tr class="${s.index % 2 == 0 ? 'row1' : 'row2'}"
+														<tr
 															data-href="${contextPath}/admin/joblog/details/4/${f:u(data.id)}">
 															data-href="${contextPath}/admin/joblog/details/4/${f:u(data.id)}">
 															<td>${f:h(data.jobName)}</td>
 															<td>${f:h(data.jobName)}</td>
 															<td>${f:h(data.jobStatus)}</td>
 															<td>${f:h(data.jobStatus)}</td>

+ 2 - 3
src/main/webapp/WEB-INF/view/admin/keymatch/admin_keymatch.jsp

@@ -13,7 +13,6 @@
 			<jsp:param name="menuCategoryType" value="crawl" />
 			<jsp:param name="menuCategoryType" value="crawl" />
 			<jsp:param name="menuType" value="keyMatch" />
 			<jsp:param name="menuType" value="keyMatch" />
 		</jsp:include>
 		</jsp:include>
-
 		<div class="content-wrapper">
 		<div class="content-wrapper">
 			<section class="content-header">
 			<section class="content-header">
 				<h1>
 				<h1>
@@ -59,10 +58,10 @@
 												<tbody>
 												<tbody>
 													<c:forEach var="data" varStatus="s"
 													<c:forEach var="data" varStatus="s"
 														items="${keyMatchItems}">
 														items="${keyMatchItems}">
-														<tr class="${s.index % 2 == 0 ? 'row1' : 'row2'}"
+														<tr
 															data-href="${contextPath}/admin/keymatch/details/4/${f:u(data.id)}">
 															data-href="${contextPath}/admin/keymatch/details/4/${f:u(data.id)}">
 															<td>${f:h(data.term)}</td>
 															<td>${f:h(data.term)}</td>
-															<td style="overflow-x: auto;">${f:h(data.query)}</td>
+															<td>${f:h(data.query)}</td>
 														</tr>
 														</tr>
 													</c:forEach>
 													</c:forEach>
 												</tbody>
 												</tbody>

+ 1 - 2
src/main/webapp/WEB-INF/view/admin/labeltype/admin_labeltype.jsp

@@ -13,7 +13,6 @@
 			<jsp:param name="menuCategoryType" value="crawl" />
 			<jsp:param name="menuCategoryType" value="crawl" />
 			<jsp:param name="menuType" value="labelType" />
 			<jsp:param name="menuType" value="labelType" />
 		</jsp:include>
 		</jsp:include>
-
 		<div class="content-wrapper">
 		<div class="content-wrapper">
 			<section class="content-header">
 			<section class="content-header">
 				<h1>
 				<h1>
@@ -58,7 +57,7 @@
 												<tbody>
 												<tbody>
 													<c:forEach var="data" varStatus="s"
 													<c:forEach var="data" varStatus="s"
 														items="${labelTypeItems}">
 														items="${labelTypeItems}">
-														<tr class="${s.index % 2 == 0 ? 'row1' : 'row2'}"
+														<tr
 															data-href="${contextPath}/admin/labeltype/details/4/${f:u(data.id)}">
 															data-href="${contextPath}/admin/labeltype/details/4/${f:u(data.id)}">
 															<td>${f:h(data.name)}</td>
 															<td>${f:h(data.name)}</td>
 														</tr>
 														</tr>

+ 4 - 6
src/main/webapp/WEB-INF/view/admin/log/admin_log.jsp

@@ -46,17 +46,15 @@
 												<tbody>
 												<tbody>
 													<tr>
 													<tr>
 														<th><la:message key="labels.log_file_name" /></th>
 														<th><la:message key="labels.log_file_name" /></th>
-														<th><la:message
-																key="labels.log_file_date" /></th>
+														<th><la:message key="labels.log_file_date" /></th>
 													</tr>
 													</tr>
 													<c:forEach var="logFile" varStatus="s"
 													<c:forEach var="logFile" varStatus="s"
 														items="${logFileItems}">
 														items="${logFileItems}">
-														<tr class="${s.index % 2 == 0 ? 'row1' : 'row2'}">
+														<tr>
 															<td><la:link href="download/${f:u(logFile.id)}"
 															<td><la:link href="download/${f:u(logFile.id)}"
 																	target="_blank">${f:h(logFile.name)}</la:link></td>
 																	target="_blank">${f:h(logFile.name)}</la:link></td>
-															<td ><fmt:formatDate
-																	value="${logFile.lastModified}" type="BOTH"
-																	dateStyle="MEDIUM" /></td>
+															<td><fmt:formatDate value="${logFile.lastModified}"
+																	type="BOTH" dateStyle="MEDIUM" /></td>
 														</tr>
 														</tr>
 													</c:forEach>
 													</c:forEach>
 												</tbody>
 												</tbody>

+ 2 - 3
src/main/webapp/WEB-INF/view/admin/pathmap/admin_pathmap.jsp

@@ -24,11 +24,10 @@
 				<div class="row">
 				<div class="row">
 					<div class="col-md-12">
 					<div class="col-md-12">
 						<div class="box box-primary">
 						<div class="box box-primary">
-							<%-- Box Header --%>
 							<div class="box-header with-border">
 							<div class="box-header with-border">
 								<jsp:include page="/WEB-INF/view/common/admin/crud/header.jsp"></jsp:include>
 								<jsp:include page="/WEB-INF/view/common/admin/crud/header.jsp"></jsp:include>
 							</div>
 							</div>
-							<%-- Box Body --%>
+							<!-- /.box-header -->
 							<div class="box-body">
 							<div class="box-body">
 								<%-- Message --%>
 								<%-- Message --%>
 								<div>
 								<div>
@@ -59,7 +58,7 @@
 												<tbody>
 												<tbody>
 													<c:forEach var="data" varStatus="s"
 													<c:forEach var="data" varStatus="s"
 														items="${pathMappingItems}">
 														items="${pathMappingItems}">
-														<tr class="${s.index % 2 == 0 ? 'row1' : 'row2'}"
+														<tr
 															data-href="${contextPath}/admin/pathmap/details/4/${f:u(data.id)}">
 															data-href="${contextPath}/admin/pathmap/details/4/${f:u(data.id)}">
 															<td>${f:h(data.regex)}</td>
 															<td>${f:h(data.regex)}</td>
 															<td>${f:h(data.replacement)}</td>
 															<td>${f:h(data.replacement)}</td>

+ 2 - 3
src/main/webapp/WEB-INF/view/admin/reqheader/admin_reqheader.jsp

@@ -30,11 +30,10 @@
 						</c:if>
 						</c:if>
 						<c:if test="${displayCreateLink}">
 						<c:if test="${displayCreateLink}">
 							<div class="box box-primary">
 							<div class="box box-primary">
-								<%-- Box Header --%>
 								<div class="box-header with-border">
 								<div class="box-header with-border">
 									<jsp:include page="/WEB-INF/view/common/admin/crud/header.jsp"></jsp:include>
 									<jsp:include page="/WEB-INF/view/common/admin/crud/header.jsp"></jsp:include>
 								</div>
 								</div>
-								<%-- Box Body --%>
+								<!-- /.box-header -->
 								<div class="box-body">
 								<div class="box-body">
 									<%-- Message --%>
 									<%-- Message --%>
 									<div>
 									<div>
@@ -64,7 +63,7 @@
 											<tbody>
 											<tbody>
 												<c:forEach var="data" varStatus="s"
 												<c:forEach var="data" varStatus="s"
 													items="${requestHeaderItems}">
 													items="${requestHeaderItems}">
-													<tr class="${s.index % 2 == 0 ? 'row1' : 'row2'}"
+													<tr
 														data-href="${contextPath}/admin/reqheader/details/4/${f:u(data.id)}">
 														data-href="${contextPath}/admin/reqheader/details/4/${f:u(data.id)}">
 														<td>${f:h(data.name)}</td>
 														<td>${f:h(data.name)}</td>
 														<td>${f:h(data.webConfig.name)}</td>
 														<td>${f:h(data.webConfig.name)}</td>

+ 2 - 3
src/main/webapp/WEB-INF/view/admin/role/admin_role.jsp

@@ -24,11 +24,10 @@
 				<div class="row">
 				<div class="row">
 					<div class="col-md-12">
 					<div class="col-md-12">
 						<div class="box box-primary">
 						<div class="box box-primary">
-							<%-- Box Header --%>
 							<div class="box-header with-border">
 							<div class="box-header with-border">
 								<jsp:include page="/WEB-INF/view/common/admin/crud/header.jsp"></jsp:include>
 								<jsp:include page="/WEB-INF/view/common/admin/crud/header.jsp"></jsp:include>
 							</div>
 							</div>
-							<%-- Box Body --%>
+							<!-- /.box-header -->
 							<div class="box-body">
 							<div class="box-body">
 								<%-- Message --%>
 								<%-- Message --%>
 								<div>
 								<div>
@@ -57,7 +56,7 @@
 												</thead>
 												</thead>
 												<tbody>
 												<tbody>
 													<c:forEach var="data" varStatus="s" items="${roleItems}">
 													<c:forEach var="data" varStatus="s" items="${roleItems}">
-														<tr class="${s.index % 2 == 0 ? 'row1' : 'row2'}"
+														<tr
 															data-href="${contextPath}/admin/role/details/4/${f:u(data.id)}">
 															data-href="${contextPath}/admin/role/details/4/${f:u(data.id)}">
 															<td>${f:h(data.name)}</td>
 															<td>${f:h(data.name)}</td>
 														</tr>
 														</tr>

+ 2 - 3
src/main/webapp/WEB-INF/view/admin/roletype/admin_roletype.jsp

@@ -24,11 +24,10 @@
 				<div class="row">
 				<div class="row">
 					<div class="col-md-12">
 					<div class="col-md-12">
 						<div class="box box-primary">
 						<div class="box box-primary">
-							<%-- Box Header --%>
 							<div class="box-header with-border">
 							<div class="box-header with-border">
 								<jsp:include page="/WEB-INF/view/common/admin/crud/header.jsp"></jsp:include>
 								<jsp:include page="/WEB-INF/view/common/admin/crud/header.jsp"></jsp:include>
 							</div>
 							</div>
-							<%-- Box Body --%>
+							<!-- /.box-header -->
 							<div class="box-body">
 							<div class="box-body">
 								<%-- Message --%>
 								<%-- Message --%>
 								<div>
 								<div>
@@ -58,7 +57,7 @@
 												<tbody>
 												<tbody>
 													<c:forEach var="data" varStatus="s"
 													<c:forEach var="data" varStatus="s"
 														items="${roleTypeItems}">
 														items="${roleTypeItems}">
-														<tr class="${s.index % 2 == 0 ? 'row1' : 'row2'}"
+														<tr
 															data-href="${contextPath}/admin/roletype/details/4/${f:u(data.id)}">
 															data-href="${contextPath}/admin/roletype/details/4/${f:u(data.id)}">
 															<td>${f:h(data.name)}</td>
 															<td>${f:h(data.name)}</td>
 														</tr>
 														</tr>

+ 2 - 3
src/main/webapp/WEB-INF/view/admin/scheduler/admin_scheduler.jsp

@@ -24,11 +24,10 @@
 				<div class="row">
 				<div class="row">
 					<div class="col-md-12">
 					<div class="col-md-12">
 						<div class="box box-primary">
 						<div class="box box-primary">
-							<%-- Box Header --%>
 							<div class="box-header with-border">
 							<div class="box-header with-border">
 								<jsp:include page="/WEB-INF/view/common/admin/crud/header.jsp"></jsp:include>
 								<jsp:include page="/WEB-INF/view/common/admin/crud/header.jsp"></jsp:include>
 							</div>
 							</div>
-							<%-- Box Body --%>
+							<!-- /.box-header -->
 							<div class="box-body">
 							<div class="box-body">
 								<%-- Message --%>
 								<%-- Message --%>
 								<div>
 								<div>
@@ -62,7 +61,7 @@
 												<tbody>
 												<tbody>
 													<c:forEach var="data" varStatus="s"
 													<c:forEach var="data" varStatus="s"
 														items="${scheduledJobItems}">
 														items="${scheduledJobItems}">
-														<tr class="${s.index % 2 == 0 ? 'row1' : 'row2'}"
+														<tr
 															data-href="${contextPath}/admin/scheduler/details/4/${f:u(data.id)}">
 															data-href="${contextPath}/admin/scheduler/details/4/${f:u(data.id)}">
 															<td>${f:h(data.name)}</td>
 															<td>${f:h(data.name)}</td>
 															<td><c:if test="${data.running}">
 															<td><c:if test="${data.running}">

+ 20 - 20
src/main/webapp/WEB-INF/view/admin/systeminfo/admin_systeminfo.jsp

@@ -2,7 +2,8 @@
 <html>
 <html>
 <head>
 <head>
 <meta charset="UTF-8">
 <meta charset="UTF-8">
-<title><la:message key="labels.admin_brand_title"/> | <la:message key="labels.system_info_configuration" /></title>
+<title><la:message key="labels.admin_brand_title" /> | <la:message
+		key="labels.system_info_configuration" /></title>
 <jsp:include page="/WEB-INF/view/common/admin/head.jsp"></jsp:include>
 <jsp:include page="/WEB-INF/view/common/admin/head.jsp"></jsp:include>
 </head>
 </head>
 <body class="skin-blue sidebar-mini">
 <body class="skin-blue sidebar-mini">
@@ -12,22 +13,16 @@
 			<jsp:param name="menuCategoryType" value="log" />
 			<jsp:param name="menuCategoryType" value="log" />
 			<jsp:param name="menuType" value="systemInfo" />
 			<jsp:param name="menuType" value="systemInfo" />
 		</jsp:include>
 		</jsp:include>
-
 		<div class="content-wrapper">
 		<div class="content-wrapper">
-
-			<%-- Content Header --%>
 			<section class="content-header">
 			<section class="content-header">
 				<h1>
 				<h1>
 					<la:message key="labels.system_info_configuration" />
 					<la:message key="labels.system_info_configuration" />
 				</h1>
 				</h1>
 			</section>
 			</section>
-
 			<section class="content">
 			<section class="content">
-
 				<div class="row">
 				<div class="row">
 					<div class="col-md-6">
 					<div class="col-md-6">
 						<div class="box box-primary">
 						<div class="box box-primary">
-							<%-- Box Header --%>
 							<div class="box-header with-border">
 							<div class="box-header with-border">
 								<h3 class="box-title">
 								<h3 class="box-title">
 									<la:message key="labels.system_info_env_title" />
 									<la:message key="labels.system_info_env_title" />
@@ -35,76 +30,81 @@
 							</div>
 							</div>
 							<%-- Box Body --%>
 							<%-- Box Body --%>
 							<div class="box-body">
 							<div class="box-body">
-								<textarea id="envData" style="height: 300px;" class="form-control" readonly>
+								<textarea id="envData" class="systemInfoData form-control"
+									readonly>
 <c:forEach var="item" items="${envItems}">${f:h(item.label)}=${f:h(item.value)}
 <c:forEach var="item" items="${envItems}">${f:h(item.label)}=${f:h(item.value)}
 </c:forEach>
 </c:forEach>
 								</textarea>
 								</textarea>
 							</div>
 							</div>
+							<!-- /.box-body -->
 						</div>
 						</div>
 					</div>
 					</div>
 					<div class="col-md-6">
 					<div class="col-md-6">
 						<div class="box box-success">
 						<div class="box box-success">
-							<%-- Box Header --%>
 							<div class="box-header with-border">
 							<div class="box-header with-border">
 								<h3 class="box-title">
 								<h3 class="box-title">
 									<la:message key="labels.system_info_prop_title" />
 									<la:message key="labels.system_info_prop_title" />
 								</h3>
 								</h3>
 							</div>
 							</div>
-							<%-- Box Body --%>
+							<!-- /.box-header -->
 							<div class="box-body">
 							<div class="box-body">
-								<textarea id="propData" style="height: 300px;" class="form-control" readonly>
+								<textarea id="propData" class="systemInfoData form-control"
+									readonly>
 <c:forEach var="item" items="${propItems}">${f:h(item.label)}=${f:h(item.value)}
 <c:forEach var="item" items="${propItems}">${f:h(item.label)}=${f:h(item.value)}
 </c:forEach>
 </c:forEach>
 								</textarea>
 								</textarea>
 							</div>
 							</div>
+							<!-- /.box-body -->
 						</div>
 						</div>
 					</div>
 					</div>
 				</div>
 				</div>
 				<div class="row">
 				<div class="row">
 					<div class="col-md-6">
 					<div class="col-md-6">
 						<div class="box box-warning">
 						<div class="box box-warning">
-							<%-- Box Header --%>
 							<div class="box-header with-border">
 							<div class="box-header with-border">
 								<h3 class="box-title">
 								<h3 class="box-title">
 									<la:message key="labels.system_info_fess_prop_title" />
 									<la:message key="labels.system_info_fess_prop_title" />
 								</h3>
 								</h3>
 							</div>
 							</div>
-							<%-- Box Body --%>
+							<!-- /.box-header -->
 							<div class="box-body">
 							<div class="box-body">
 								<c:if test="${empty fessPropItems}">
 								<c:if test="${empty fessPropItems}">
-									<textarea id="fessPropData" style="height: 300px;" class="form-control" readonly><la:message key="labels.system_info_crawler_properties_does_not_exist" /></textarea>
+									<textarea id="fessPropData" class="systemInfoData form-control"
+										readonly><la:message
+											key="labels.system_info_crawler_properties_does_not_exist" /></textarea>
 								</c:if>
 								</c:if>
 								<c:if test="${!empty fessPropItems}">
 								<c:if test="${!empty fessPropItems}">
-									<textarea id="fessPropData" style="height: 300px;" class="form-control" readonly>
+									<textarea id="fessPropData" class="systemInfoData form-control"
+										readonly>
 <c:forEach var="item" items="${fessPropItems}">${f:h(item.label)}=${f:h(item.value)}
 <c:forEach var="item" items="${fessPropItems}">${f:h(item.label)}=${f:h(item.value)}
 </c:forEach>
 </c:forEach>
 									</textarea>
 									</textarea>
 								</c:if>
 								</c:if>
 							</div>
 							</div>
+							<!-- /.box-body -->
 						</div>
 						</div>
 					</div>
 					</div>
 					<div class="col-md-6">
 					<div class="col-md-6">
 						<div class="box box-danger">
 						<div class="box box-danger">
-							<%-- Box Header --%>
 							<div class="box-header with-border">
 							<div class="box-header with-border">
 								<h3 class="box-title">
 								<h3 class="box-title">
 									<la:message key="labels.system_info_bug_report_title" />
 									<la:message key="labels.system_info_bug_report_title" />
 								</h3>
 								</h3>
 							</div>
 							</div>
-							<%-- Box Body --%>
+							<!-- /.box-header -->
 							<div class="box-body">
 							<div class="box-body">
-								<textarea id="bugReportData" style="height: 300px;" class="form-control" readonly>
+								<textarea id="bugReportData" class="systemInfoData form-control"
+									readonly>
 <c:forEach var="item" items="${bugReportItems}">${f:h(item.label)}=${f:h(item.value)}
 <c:forEach var="item" items="${bugReportItems}">${f:h(item.label)}=${f:h(item.value)}
 </c:forEach>
 </c:forEach>
 								</textarea>
 								</textarea>
 							</div>
 							</div>
+							<!-- /.box-body -->
 						</div>
 						</div>
 					</div>
 					</div>
 				</div>
 				</div>
-
 			</section>
 			</section>
 		</div>
 		</div>
-
 		<jsp:include page="/WEB-INF/view/common/admin/footer.jsp"></jsp:include>
 		<jsp:include page="/WEB-INF/view/common/admin/footer.jsp"></jsp:include>
 	</div>
 	</div>
 	<jsp:include page="/WEB-INF/view/common/admin/foot.jsp"></jsp:include>
 	<jsp:include page="/WEB-INF/view/common/admin/foot.jsp"></jsp:include>

+ 2 - 3
src/main/webapp/WEB-INF/view/admin/user/admin_user.jsp

@@ -24,11 +24,10 @@
 				<div class="row">
 				<div class="row">
 					<div class="col-md-12">
 					<div class="col-md-12">
 						<div class="box box-primary">
 						<div class="box box-primary">
-							<%-- Box Header --%>
 							<div class="box-header with-border">
 							<div class="box-header with-border">
 								<jsp:include page="/WEB-INF/view/common/admin/crud/header.jsp"></jsp:include>
 								<jsp:include page="/WEB-INF/view/common/admin/crud/header.jsp"></jsp:include>
 							</div>
 							</div>
-							<%-- Box Body --%>
+							<!-- /.box-header -->
 							<div class="box-body">
 							<div class="box-body">
 								<%-- Message --%>
 								<%-- Message --%>
 								<div>
 								<div>
@@ -57,7 +56,7 @@
 												</thead>
 												</thead>
 												<tbody>
 												<tbody>
 													<c:forEach var="data" varStatus="s" items="${userItems}">
 													<c:forEach var="data" varStatus="s" items="${userItems}">
-														<tr class="${s.index % 2 == 0 ? 'row1' : 'row2'}"
+														<tr
 															data-href="${contextPath}/admin/user/details/4/${f:u(data.id)}">
 															data-href="${contextPath}/admin/user/details/4/${f:u(data.id)}">
 															<td>${f:h(data.name)}</td>
 															<td>${f:h(data.name)}</td>
 														</tr>
 														</tr>

+ 3 - 5
src/main/webapp/WEB-INF/view/admin/webauth/admin_webauth.jsp

@@ -31,11 +31,10 @@
 						</c:if>
 						</c:if>
 						<c:if test="${displayCreateLink}">
 						<c:if test="${displayCreateLink}">
 							<div class="box box-primary">
 							<div class="box box-primary">
-								<%-- Box Header --%>
 								<div class="box-header with-border">
 								<div class="box-header with-border">
 									<jsp:include page="/WEB-INF/view/common/admin/crud/header.jsp"></jsp:include>
 									<jsp:include page="/WEB-INF/view/common/admin/crud/header.jsp"></jsp:include>
 								</div>
 								</div>
-								<%-- Box Body --%>
+								<!-- /.box-header -->
 								<div class="box-body">
 								<div class="box-body">
 									<%-- Message --%>
 									<%-- Message --%>
 									<div>
 									<div>
@@ -57,8 +56,7 @@
 										<table class="table table-bordered table-striped">
 										<table class="table table-bordered table-striped">
 											<thead>
 											<thead>
 												<tr>
 												<tr>
-													<th><la:message
-															key="labels.webauth_list_hostname" /></th>
+													<th><la:message key="labels.webauth_list_hostname" /></th>
 													<th><la:message
 													<th><la:message
 															key="labels.webauth_list_web_crawling_config" /></th>
 															key="labels.webauth_list_web_crawling_config" /></th>
 												</tr>
 												</tr>
@@ -66,7 +64,7 @@
 											<tbody>
 											<tbody>
 												<c:forEach var="data" varStatus="s"
 												<c:forEach var="data" varStatus="s"
 													items="${webAuthenticationItems}">
 													items="${webAuthenticationItems}">
-													<tr class="${s.index % 2 == 0 ? 'row1' : 'row2'}"
+													<tr
 														data-href="${contextPath}/admin/webauth/details/4/${f:u(data.id)}">
 														data-href="${contextPath}/admin/webauth/details/4/${f:u(data.id)}">
 														<td><c:if
 														<td><c:if
 																test="${data.hostname==null||data.hostname==''}">
 																test="${data.hostname==null||data.hostname==''}">

+ 4 - 3
src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig.jsp

@@ -52,16 +52,17 @@
 												<thead>
 												<thead>
 													<tr>
 													<tr>
 														<th><la:message key="labels.name" /></th>
 														<th><la:message key="labels.name" /></th>
-														<th><la:message key="labels.available" /></th>
+														<th class="text-center"><la:message
+																key="labels.available" /></th>
 													</tr>
 													</tr>
 												</thead>
 												</thead>
 												<tbody>
 												<tbody>
 													<c:forEach var="data" varStatus="s"
 													<c:forEach var="data" varStatus="s"
 														items="${webConfigItems}">
 														items="${webConfigItems}">
-														<tr class="${s.index % 2 == 0 ? 'row1' : 'row2'}"
+														<tr
 															data-href="${contextPath}/admin/webconfig/details/4/${f:u(data.id)}">
 															data-href="${contextPath}/admin/webconfig/details/4/${f:u(data.id)}">
 															<td>${f:h(data.name)}</td>
 															<td>${f:h(data.name)}</td>
-															<td style="text-align: center;"><c:if
+															<td class="text-center"><c:if
 																	test="${data.available=='true'}">
 																	test="${data.available=='true'}">
 																	<la:message key="labels.enabled" />
 																	<la:message key="labels.enabled" />
 																</c:if> <c:if test="${data.available=='false'}">
 																</c:if> <c:if test="${data.available=='false'}">

+ 18 - 1
src/main/webapp/css/admin/style.css

@@ -60,4 +60,21 @@
 	margin: 1.0em 0 0.5em 0;
 	margin: 1.0em 0 0.5em 0;
 	font-size: 120%;
 	font-size: 120%;
 	font-weight: 600;
 	font-weight: 600;
-}
+}
+
+section.content table {
+	display: table;
+	table-layout: fixed;
+	width
+}
+
+section.content table td {
+	display: table-cell;
+	word-wrap: break-word;
+	overflow-wrap: break-word;
+}
+
+textarea.systemInfoData {
+	height: 22em;
+	line-height: 1.5em;
+}