<%
if (!"PRSS".equals(docType)) {
%>
<%if (docVO.getUserId() != null && !docVO.getUserId().equals(usID) && sysAuth == Moumi.TOTPER) {%>disabled<%}%> />
<%
}
%>
<%-- =docVO.getId()%> --%>
<%
if (docVO.isPeriodicalDoc() && docVO.isDocCollection()) {%>
<%=Moumi.getMessageBundle().getString("moumi.message.tot_doc.create.periodical") + "/" + Moumi.getMessageBundle().getString("moumi.message.tot_doc.collection")%>
<%} else if (docVO.isPeriodicalDoc() && !docVO.isDocCollection()) { %>
<%=Moumi.getMessageBundle().getString("moumi.message.tot_doc.create.periodical") + "/" + Moumi.getMessageBundle().getString("moumi.message.tot_doc.file")%>
<%} else if (!docVO.isPeriodicalDoc() && docVO.isDocCollection()) { %>
<%=Moumi.getMessageBundle().getString("moumi.message.tot_doc.create.random") + "/" + Moumi.getMessageBundle().getString("moumi.message.tot_doc.collection")%>
<%} else if (!docVO.isPeriodicalDoc() && !docVO.isDocCollection()) { %>
<%=Moumi.getMessageBundle().getString("moumi.message.tot_doc.create.random") + "/" + Moumi.getMessageBundle().getString("moumi.message.tot_doc.file")%>
<%}%>
<%= docVO.getExecCode()%>
<%--
if ("PRSS".equals(docType)) {
--%>
<%= MString.getEllipsis(docVO.getName(), wordLengthLimit)%>
<%--
} else {
%>
<%= MString.getEllipsis(docVO.getName(), wordLengthLimit)%>
<%
}
--%>
<%= MString.checkNull(docVO.getDeptName())%>
<%= docVO.getOwnerName()%>
<%= docType.equals("REG") ? new SimpleDateFormat("yyyy-MM-dd HH:mm").format(docVO.getStartDate()) : new SimpleDateFormat("yyyy-MM-dd").format(docVO.getStartDate())%>
>
<%
out.write(tmp2 + tstr + tcnt);
%>
<%
//String tmpAllcnt = Long.toString(docVO.getAllCnt());
//String tmpSndcnt = Long.toString(docVO.getSndCnt());
//String tmpNotCcnt = Long.toString(docVO.getNoteCnt());
//out.write(tmpAllcnt + "/" + tmpSndcnt + "(" + tmpNotCcnt + ")");
out.write(docVO.getSndCnt() + "/" + docVO.getAllCnt() + "(" + docVO.getNoteCnt() + ")");
%>
<%if (docVO.getRepId() != null && docVO.getRepId() != 0) {
out.print(Moumi.getMessageBundle().getString("moumi.message.tot_doc.subDoc")); //연계등록자료 표시
}%>
<%if (docVO.getShareUserCount() > 0) {
%>
<%if (docVO.getShareDocRegId() != null && usID.equals(docVO.getShareDocRegId())) {%>
<%}%>
<%=docVO.getShareUserCount()%><%=Moumi.getMessageBundle().getString("moumi.message.doc.Name")%>
<%if (usID.equals(docVO.getShareDocRegId())) {%>
<%}%>
<%
} else {%>
<%}%>
<%
} //end of for list
} //end of if( count > 0)
//tx.rollback();
%>