|
@@ -37,80 +37,80 @@ ${fe:facetForm()}${fe:geoForm()}
|
|
|
<label for="contentNum"><la:message
|
|
|
key="labels.index_num" /></label>
|
|
|
<div class="input">
|
|
|
- <html:select property="num" styleId="numSearchOption"
|
|
|
+ <la:select property="num" styleId="numSearchOption"
|
|
|
styleClass="span4" style="display:block;">
|
|
|
<option value="">
|
|
|
<la:message key="labels.search_result_select_num" />
|
|
|
</option>
|
|
|
- <html:option value="10">10</html:option>
|
|
|
- <html:option value="20">20</html:option>
|
|
|
- <html:option value="30">30</html:option>
|
|
|
- <html:option value="40">40</html:option>
|
|
|
- <html:option value="50">50</html:option>
|
|
|
- <html:option value="100">100</html:option>
|
|
|
- </html:select>
|
|
|
+ <la:option value="10">10</la:option>
|
|
|
+ <la:option value="20">20</la:option>
|
|
|
+ <la:option value="30">30</la:option>
|
|
|
+ <la:option value="40">40</la:option>
|
|
|
+ <la:option value="50">50</la:option>
|
|
|
+ <la:option value="100">100</la:option>
|
|
|
+ </la:select>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="clearfix">
|
|
|
<label for="contentSort"><la:message
|
|
|
key="labels.index_sort" /></label>
|
|
|
<div class="input">
|
|
|
- <html:select property="sort" styleId="sortSearchOption"
|
|
|
+ <la:select property="sort" styleId="sortSearchOption"
|
|
|
styleClass="span4" style="display:block;">
|
|
|
<option value="">
|
|
|
<la:message key="labels.search_result_select_sort" />
|
|
|
</option>
|
|
|
- <html:option value="created.asc">
|
|
|
+ <la:option value="created.asc">
|
|
|
<la:message key="labels.search_result_sort_created_asc" />
|
|
|
- </html:option>
|
|
|
- <html:option value="created.desc">
|
|
|
+ </la:option>
|
|
|
+ <la:option value="created.desc">
|
|
|
<la:message key="labels.search_result_sort_created_desc" />
|
|
|
- </html:option>
|
|
|
- <html:option value="contentLength.asc">
|
|
|
+ </la:option>
|
|
|
+ <la:option value="contentLength.asc">
|
|
|
<la:message key="labels.search_result_sort_contentLength_asc" />
|
|
|
- </html:option>
|
|
|
- <html:option value="contentLength.desc">
|
|
|
+ </la:option>
|
|
|
+ <la:option value="contentLength.desc">
|
|
|
<la:message key="labels.search_result_sort_contentLength_desc" />
|
|
|
- </html:option>
|
|
|
- <html:option value="lastModified.asc">
|
|
|
+ </la:option>
|
|
|
+ <la:option value="lastModified.asc">
|
|
|
<la:message key="labels.search_result_sort_lastModified_asc" />
|
|
|
- </html:option>
|
|
|
- <html:option value="lastModified.desc">
|
|
|
+ </la:option>
|
|
|
+ <la:option value="lastModified.desc">
|
|
|
<la:message key="labels.search_result_sort_lastModified_desc" />
|
|
|
- </html:option>
|
|
|
+ </la:option>
|
|
|
<c:if test="${searchLogSupport}">
|
|
|
- <html:option value="clickCount_l_x_dv.asc">
|
|
|
+ <la:option value="clickCount_l_x_dv.asc">
|
|
|
<la:message key="labels.search_result_sort_clickCount_asc" />
|
|
|
- </html:option>
|
|
|
- <html:option value="clickCount_l_x_dv.desc">
|
|
|
+ </la:option>
|
|
|
+ <la:option value="clickCount_l_x_dv.desc">
|
|
|
<la:message key="labels.search_result_sort_clickCount_desc" />
|
|
|
- </html:option>
|
|
|
+ </la:option>
|
|
|
</c:if>
|
|
|
<c:if test="${favoriteSupport}">
|
|
|
- <html:option value="favoriteCount_l_x_dv.asc">
|
|
|
+ <la:option value="favoriteCount_l_x_dv.asc">
|
|
|
<la:message key="labels.search_result_sort_favoriteCount_asc" />
|
|
|
- </html:option>
|
|
|
- <html:option value="favoriteCount_l_x_dv.desc">
|
|
|
+ </la:option>
|
|
|
+ <la:option value="favoriteCount_l_x_dv.desc">
|
|
|
<la:message
|
|
|
key="labels.search_result_sort_favoriteCount_desc" />
|
|
|
- </html:option>
|
|
|
+ </la:option>
|
|
|
</c:if>
|
|
|
- </html:select>
|
|
|
+ </la:select>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="clearfix">
|
|
|
<label for="contentLang"><la:message
|
|
|
key="labels.index_lang" /></label>
|
|
|
<div class="input">
|
|
|
- <html:select property="lang"
|
|
|
+ <la:select property="lang"
|
|
|
styleId="langSearchOption" multiple="true"
|
|
|
styleClass="span4">
|
|
|
<c:forEach var="item" items="${langItems}">
|
|
|
- <html:option value="${f:u(item.value)}">
|
|
|
+ <la:option value="${f:u(item.value)}">
|
|
|
${f:h(item.label)}
|
|
|
- </html:option>
|
|
|
+ </la:option>
|
|
|
</c:forEach>
|
|
|
- </html:select>
|
|
|
+ </la:select>
|
|
|
</div>
|
|
|
</div>
|
|
|
<c:if test="${displayLabelTypeItems}">
|
|
@@ -118,15 +118,15 @@ ${fe:facetForm()}${fe:geoForm()}
|
|
|
<label for="contentLabelType"><la:message
|
|
|
key="labels.index_label" /></label>
|
|
|
<div class="input">
|
|
|
- <html:select property="fields.label"
|
|
|
+ <la:select property="fields.label"
|
|
|
styleId="labelTypeSearchOption" multiple="true"
|
|
|
styleClass="span4">
|
|
|
<c:forEach var="item" items="${labelTypeItems}">
|
|
|
- <html:option value="${f:u(item.value)}">
|
|
|
+ <la:option value="${f:u(item.value)}">
|
|
|
${f:h(item.label)}
|
|
|
- </html:option>
|
|
|
+ </la:option>
|
|
|
</c:forEach>
|
|
|
- </html:select>
|
|
|
+ </la:select>
|
|
|
</div>
|
|
|
</div>
|
|
|
</c:if>
|