xiatian 7 months ago
parent
commit
6b61b280bf

+ 1 - 1
stmms-web/src/main/webapp/WEB-INF/views/modules/exam/groupList.jsp

@@ -54,7 +54,7 @@
             <a href="javascript:void(0)" class="trial-button"
                        onclick="updateTrialCount();">设置试评数量</a>
             <c:if test="${fnx:hasPrivilegeCode(role_privilege_codes, 'exam_mark-group-help_video')}">           
-            <a href="${ctx}/admin/basic/video?type=group-edit" style="float:right;" target="_blank">        
+            <a title="帮助视频" href="${ctx}/admin/basic/video?type=group-edit" style="float:right;" target="_blank">        
             	<img  src="${ctxStatic}/video/help.svg" style="width:28px;height:28px;">
             </a>
             </c:if>

+ 2 - 2
stmms-web/src/main/webapp/WEB-INF/views/modules/exam/inspectedList.jsp

@@ -136,8 +136,8 @@
                 </ul>
                 </div>
                 <c:if test="${fnx:hasPrivilegeCode(role_privilege_codes, 'exam_inspected_info-list-help_video')}">  
-                        <a href="${ctx}/admin/basic/video?type=inspect-reject" style="float:right;" target="_blank">        
-            	<img  src="${ctxStatic}/video/help.svg" style="width:28px;height:28px;">
+                        <a title="帮助视频" href="${ctx}/admin/basic/video?type=inspect-reject" style="float:right;" target="_blank">        
+            	<img src="${ctxStatic}/video/help.svg" style="width:28px;height:28px;">
             </a>
             </c:if>
     </div>

+ 2 - 2
stmms-web/src/main/webapp/WEB-INF/views/modules/user/userList.jsp

@@ -114,8 +114,8 @@
             <input id="btnReset" class="btn" type="button" value="重置密码" onclick="goReset()"/>
         </c:if>
         <c:if test="${fnx:hasPrivilegeCode(role_privilege_codes, 'user_list-help_video')}">
-        <a href="${ctx}/admin/basic/video?type=marker-batch-create" style="float:right;" target="_blank">        
-            	<img  src="${ctxStatic}/video/help.svg" style="width:28px;height:28px;">
+        <a title="帮助视频" href="${ctx}/admin/basic/video?type=marker-batch-create" style="float:right;" target="_blank">        
+            	<img src="${ctxStatic}/video/help.svg" style="width:28px;height:28px;">
             </a>
             </c:if>
     </div>