diff --git a/WebContent/Tenwa/Comm/DocList/DocListInfoNew.jsp b/WebContent/Tenwa/Comm/DocList/DocListInfoNew.jsp
index e5e9838e2..a96beb132 100644
--- a/WebContent/Tenwa/Comm/DocList/DocListInfoNew.jsp
+++ b/WebContent/Tenwa/Comm/DocList/DocListInfoNew.jsp
@@ -1,322 +1,324 @@
-<%@page import="com.tenwa.util.QuartzPropertiesUtil"%>
-<%@ page contentType="text/html; charset=GBK"%>
-<%@include file="/Frame/resources/include/include_begin_info.jspf"%>
-<%
- //获得组件参数
- String flowNo=CurPage.getParameter("FlowNo");
- String sLibraryId = CurPage.getParameter("Library_id");
- String objectType = CurPage.getParameter("ObjectType");
- ASResultSet rs = Sqlca.getASResultSet(new SqlObject("select doc_type,one_classify,doc_name,remark from lb_doclibrary where id = '" + sLibraryId + "'"));
- String docType = "";
- String oneClassify = "";
- String docName = "";
- String remark = "";
- if(rs.next()) {
- docType = rs.getString("doc_type"); //一级分类
- oneClassify = rs.getString("one_classify"); //二级分类
- docName = rs.getString("doc_name"); //资料名称
- remark = rs.getString("remark"); //备注
- }
-%>
-
-
-
-File Upload
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
未选择任何文件
-
-
-
-
选择文件
- <%
- if(!"true".equals(QuartzPropertiesUtil.get("autoUpload"))) {%>
-
- <%}
- %>
-
-
-
-
-
-
-
+<%@page import="com.tenwa.util.QuartzPropertiesUtil"%>
+<%@ page contentType="text/html; charset=GBK"%>
+<%@include file="/Frame/resources/include/include_begin_info.jspf"%>
+<%
+ //获得组件参数
+ String flowNo=CurPage.getParameter("FlowNo");
+ String sLibraryId = CurPage.getParameter("Library_id");
+ String objectType = CurPage.getParameter("ObjectType");
+ ASResultSet rs = Sqlca.getASResultSet(new SqlObject("select doc_type,one_classify,doc_name,remark from lb_doclibrary where id = '" + sLibraryId + "'"));
+ String docType = "";
+ String oneClassify = "";
+ String docName = "";
+ String remark = "";
+ if(rs.next()) {
+ docType = rs.getString("doc_type"); //一级分类
+ oneClassify = rs.getString("one_classify"); //二级分类
+ docName = rs.getString("doc_name"); //资料名称
+ remark = rs.getString("remark"); //备注
+ }
+%>
+
+
+
+File Upload
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
未选择任何文件
+
+
+
+
选择文件
+ <%
+ if(!"true".equals(QuartzPropertiesUtil.get("autoUpload"))) {%>
+
+ <%}
+ %>
+
+
+
+
+
+
+
<%@ include file="/Frame/resources/include/include_end.jspf"%>
\ No newline at end of file