| | |
| | | title="档号:${borrowInfo.parentBorrowInfo.archivalCode} ${borrowInfo.parentBorrowInfo.fileTitle}"> |
| | | <table cellspacing="0" cellpadding="0"> |
| | | <tr> |
| | | <th style="width:6%;text-align:center;">件号</th> |
| | | <th style="width:35%;text-align:center;">题名</th> |
| | | <th style="width:10%;text-align:center;">档号</th> |
| | | <th style="width:30%;text-align:center;">题名</th> |
| | | <th style="width:10%;text-align:center;">密级</th> |
| | | <th style="width:10%;text-align:center;">涉密页码</th> |
| | | <th> |
| | |
| | | <c:forEach items="${borrowInfo.borrowDetailList}" |
| | | var="borrowDetail"> |
| | | <tr> |
| | | <td style="text-align:center;">${borrowDetail.itemNumber}</td> |
| | | <td style="text-align:center;">${borrowDetail.itemCode}</td> |
| | | <td style="text-align:center;">${borrowDetail.itemTitle}</td> |
| | | <td style="text-align:center;">${borrowDetail.securityClassification}</td> |
| | | <td style="text-align:center;">${borrowDetail.securityPageNum}</td> |