Commit 0f84a2bc8bc5fc9165ac920b6adf311b4b8b93a2

Authored by jack
1 parent 47aad505

修改bug

WebRoot/WEB-INF/jsp/sunvote/homework/en_homework_list.jsp
@@ -26,6 +26,7 @@ @@ -26,6 +26,7 @@
26 <body class="no-skin"> 26 <body class="no-skin">
27 <form action="homework/list.do" method="post" name="Form" id="Form"> 27 <form action="homework/list.do" method="post" name="Form" id="Form">
28 <input type="hidden" name="TEACHER_ID" id="TEACHER_ID" value="${pd.TEACHER_ID}"/> 28 <input type="hidden" name="TEACHER_ID" id="TEACHER_ID" value="${pd.TEACHER_ID}"/>
  29 + <input type="hidden" name="SCHOOL_ID" id="SCHOOL_ID" value="${pd.SCHOOL_ID}"/>
29 <div class="head_box"> 30 <div class="head_box">
30 <div class="box_header"> 31 <div class="box_header">
31 <div class="head_box_l"> 32 <div class="head_box_l">
WebRoot/WEB-INF/jsp/sunvote/pagetemplate/en_pagetemplate_list2.jsp
@@ -52,7 +52,7 @@ @@ -52,7 +52,7 @@
52 <th class="center">Subject</th> 52 <th class="center">Subject</th>
53 <th class="center">Grade</th> 53 <th class="center">Grade</th>
54 <th class="center">Total score</th> 54 <th class="center">Total score</th>
55 - <th class="center">operation</th> 55 + <th class="center">Operation</th>
56 </tr> 56 </tr>
57 </thead> 57 </thead>
58 </table> 58 </table>