diff --git a/Course File Management System/web/upload/upload.jsp b/Course File Management System/web/upload/upload.jsp index 723fcdd..7069045 100644 --- a/Course File Management System/web/upload/upload.jsp +++ b/Course File Management System/web/upload/upload.jsp @@ -38,9 +38,18 @@ opacity: 0; filter: alpha(opacity=0); } + .footer { + position: absolute; + bottom: 0; + width: 100%; + /* height: 60px; */ + background-color: #00000; + } + input[type="submit"] { display: block; } + #uploadFile { line-height: 28px; } @@ -97,26 +106,6 @@ background: -moz-linear-gradient(top, #fbfbfb, #fafafa); } - .upload-drop-zone { - height: 200px; - border-width: 2px; - margin-bottom: 20px; - } - -/* skin.css Style*/ - .upload-drop-zone { - color: #ccc; - border-style: dashed; - border-color: #ccc; - line-height: 200px; - text-align: center - } - - .upload-drop-zone.drop { - color: #222; - border-color: #222; - } -
@@ -136,9 +125,10 @@ owner = true; } %> - + Download As Zip +| No. | @@ -183,47 +173,11 @@ <% } %>
-
-
-
-
-
-
-
-
-
-
-
+
+
+ " type="file" cl_ID="<%=rs.getString("checklistID")%>" class="upload" multiple id = "file" accept = ".pdf"/>
+ ">
+ |
@@ -233,9 +187,7 @@
<% } %>
|---|