webId为0的也取自website_domain_topic

This commit is contained in:
zhangwei
2019-01-08 14:53:20 +06:00
parent 94368aa2d8
commit 1417456525

View File

@@ -325,14 +325,14 @@
</div> </div>
</div> </div>
<div class="col-md-4"> <div class="col-md-2">
<div class="form-group"> <div class="form-group">
<label><spring:message code="s_subscribe_id"></spring:message></label> <label><spring:message code="s_subscribe_id"></spring:message></label>
<input name="sSubscribeId" type="text" class="form-control" value="${log.sSubscribeId }"/> <input name="sSubscribeId" type="text" class="form-control" value="${log.sSubscribeId }"/>
</div> </div>
</div> </div>
<div class="col-md-4"> <div class="col-md-2">
<div class="form-group"> <div class="form-group">
<label><spring:message code="d_subscribe_id"></spring:message></label> <label><spring:message code="d_subscribe_id"></spring:message></label>
<input name="dSubscribeId" type="text" class="form-control" value="${log.dSubscribeId }"/> <input name="dSubscribeId" type="text" class="form-control" value="${log.dSubscribeId }"/>
@@ -443,9 +443,9 @@
<c:set var="webIds">${dict.domain}</c:set> <c:set var="webIds">${dict.domain}</c:set>
</c:if> </c:if>
</c:forEach> </c:forEach>
<c:if test="${webIds eq '0' }"> <%-- <c:if test="${webIds eq '0' }">
<c:set var="webIds">N/A</c:set> <c:set var="webIds">Other</c:set>
</c:if> </c:if> --%>
<spring:message code="${webIds}"/> <spring:message code="${webIds}"/>
</td> </td>