diff --git a/WebRoot/WEB-INF/jsp/sunvote/teacher/teacher_edit3.jsp b/WebRoot/WEB-INF/jsp/sunvote/teacher/teacher_edit3.jsp
index dca2ff4..5c9a17a 100644
--- a/WebRoot/WEB-INF/jsp/sunvote/teacher/teacher_edit3.jsp
+++ b/WebRoot/WEB-INF/jsp/sunvote/teacher/teacher_edit3.jsp
@@ -29,7 +29,6 @@
@@ -51,8 +54,8 @@
${pd.TEACHER.TNAME }
${pd.TEACHER.SNAME }
-
+
@@ -217,6 +220,17 @@
//}
}
+ function editInfo(){
+ window.top.modal.init({
+ 'title':'个人设置',
+ 'url':'<%=basePath%>teacher/goEdit3.do?teacher_id=${pd.TEACHER.ID}',
+ func:function() {
+ //tosearch();
+ }
+ });
+ window.top.modal.show();
+ }
+
$("#time_submit").click(function(){
var name = $("#enter_title").val();
var time = $("#enter_time").val();
@@ -249,6 +263,8 @@
//}
});
+
+
var defaultUrl = '${pd.DEFAULTURL}' ;
if(defaultUrl != '' && defaultUrl != ''){
$("#mainFrame").attr('src',defaultUrl);
diff --git a/WebRoot/static/images/psw_edit.png b/WebRoot/static/images/psw_edit.png
new file mode 100644
index 0000000..e0fef26
--- /dev/null
+++ b/WebRoot/static/images/psw_edit.png