数据模型封装---商标专利(jsp)

<%@ page language="java" contentType="text/html;charset=UTF-8"%>
<%@ include file="/jsp/inc/cr_inc.jsp"%>
<c:set var="pkid" scope="request" value='<%=WebUtils.getParameterOrAttribute(request, "pkid")%>'/>
<c:if test="${not empty pkid}">
	<c:set var="pkid" scope="request" value='<%=WebUtils.getParameterOrAttribute(request, "pkid").toString()%>'/>
</c:if>
<c:if test="${empty pkid}">
	<c:set var="pkid" scope="request" value='<%=WebUtils.getParameterOrAttribute(request, "orderNum").toString()%>'/>
</c:if>
<div class="Content">
<div class="heading" id="shangbiaozhuanli"><%=snt.common.web.util.WebUtils.getMessage("java._ACCM00001")%> <%-- 商标专利情况 --%></div>
<c:choose>
<c:when test="${not empty brandInfo and brandInfo.brandTotal gt 0}">
<table width="100%"  class="listStyle04" border="0" cellspacing="0" cellpadding="0">
	<tr >
		<td width="40%"><%=WebUtils.getMessage("java._ACCM00002") %><%--商标总数 --%></td>
		<td class="textright">${brandInfo.brandTotal }</td>
	</tr>
	<tr >
		<td ><%=WebUtils.getMessage("java._ACCM00003") %><%--注册号 --%></td>
		<c:forEach var="regNo" items="${brandInfo.regNo }">
			<td class="textright">${regNo}</td>
		</c:forEach>
	</tr>
	<tr >
		<td ><%=WebUtils.getMessage("java._ACCM00004") %><%--注册时间 --%></td>		
		<c:forEach var="regDate" items="${brandInfo.regDate}">
			<td class="textright">${regDate.value}</td>
		</c:forEach>		
	</tr>
	<tr >
		<td ><%=WebUtils.getMessage("java._ACCM00005") %><%--商标图案 --%></td>
		<c:forEach var="brandImage" items="${brandInfo.brandImage}">
			<c:choose>
			<c:when test="${not empty brandImage.value}">
			<td class="textright">
				<img src="<%=ctxPath%>/chartAction.do?pkid=${pkid}®no=${brandImage.key}" align="right"/>
			</td>
			</c:when>
			<c:otherwise>
				<td class="textright"> </td>
			</c:otherwise>
		</c:choose>
		</c:forEach>
	</tr>
</table>
<p class="tips"><%=WebUtils.getMessage("java._ACCM00006") %><%--注:本报告只提供目标公司最近注册的三种商标情况 --%></p>
<p></p>
</c:when>
<c:otherwise>
	<p ><%=WebUtils.getMessage("java._ACCM00014") %></p>
</c:otherwise>
</c:choose>
</div>

<c:choose>
<c:when test="${not empty patentInfo}">
	<table id="list08" class="listStyle02" width="100%" border="0" cellspacing="0" cellpadding="0">
	<tr>
		<th class="textright" width="25%"><%=WebUtils.getMessage("java._ACCM00008") %><%--专利类型 --%></th>
		<th width="25%" style="text-align:right; padding-right:10px;"><%=WebUtils.getMessage("java._ACCM00011") %><%--发明专利 --%></th>
		<th style="text-align:right; padding-right:10px;"><%=WebUtils.getMessage("java._ACCM00012") %><%--实用新型专利 --%></th>
		<th style="text-align:right; padding-right:10px;"><%=WebUtils.getMessage("java._ACCM00013") %><%--外观设计专利 --%></th>
		<th style="text-align:right; padding-right:10px;"><%=WebUtils.getMessage("java._ACCM00007") %><%--合计 --%></th>		
	</tr>

	<c:forEach var="patentbean" items="${patentInfo}">
	<c:set var="curBean" scope="request" value='${patentbean.value}' />	
	<tr  class="fontclass">
			<td>${curBean.year}</td>
			<td class="textright">${curBean.inventBrandSize}</td>
			<td class="textright">${curBean.practicalBrandSize}</td>
			<td class="textright">${curBean.surfaceBrandSize}</td>
			<td class="textright">${curBean.patentTotalSize}</td>
	</tr>
	</c:forEach>
</table>
</c:when>
<c:otherwise>
	<p ><%=WebUtils.getMessage("java._ACCM00015") %></p>
</c:otherwise>
</c:choose>

 
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值