张==交接

----------
综合评价-评价等级算法-admin
http://localhost:8080/lcsf/estimate/index
综合评价-评价设置-admin
http://localhost:8080/lcsf/evaluateSet/index
综合评价-评语评价-person(班主任)
http://localhost:8080/lcsf/estimate/comment/index
综合评价-学业成绩-person(班主任)
http://localhost:8080/lcsf/estimate/examScore/index
综合评价-日常表现-person(班主任)
http://localhost:8080/lcsf/estimate/daily/index
综合评价-评价统计
001区县管理员(后台)
002区县教研员(个人中心)
003学校管理员(后台)
004学校教研员005班主任006教师(个人中心)
007学生008家长(个人中心)
http://localhost:8080/lcsf/estimate/total/index

家校互通-家长通知书模版-admin
http://localhost:8080/lcsf/noticeTemplate/index
家校互通-生成家长通知书-person(班主任角色)
http://localhost:8080/lcsf/noticeJx/addNotice
家校互通-生成家长通知书-admin(学校管理员角色)
http://localhost:8080/lcsf/noticeJx/addNotice
家校互通-通知书查询-个人中心-学生,家长,班主任
http://localhost:8080/lcsf/noticeJxQuery/index
家校互通-通知书查询-后台-学校管理员
http://localhost:8080/lcsf/noticeJxQuery/index
家校互通-反馈信息查询-个人中心-班主任
http://localhost:8080/lcsf/noticeJxQuery/contentInfo
家校互通-反馈信息查询-后台-学校管理员
http://localhost:8080/lcsf/noticeJxQuery/contentInfo
备注:家校互通-反馈信息查询-学校教研员不能看
----------
<script language="javascript">
$(document).ready(function(){
$("#save").click(function() {
 $.ajax({
  type: "POST",
  url: "${pageContext.request.contextPath}/estimate/save",
  data: jQuery.param({
    selEstimateTemplate:$("#selEstimateTemplate").val(),
    
       }),
  success: function(msg){
   alert('保存成功!');
  }
 });
});
});
</script>
<a href="javascript:;" id="aR">返回</a>
$("#aR").click(function() {
 window.location.href = '${pageContext.request.contextPath}/evaluateSet/index';
});
<script src="${pageContext.request.contextPath}/js/common/datePicker/WdatePicker.js" language="javascript" type="text/javascript"></script>
WdatePicker({dateFmt:'yyyy'});
<span style="color:red;">请先选择年份、周期、班级!</span>
隔行换色
<script type="text/javascript" src="${pageContext.request.contextPath }/js/personcenter/common/changeColor.js"></script>
<script type="text/javascript" src="${pageContext.request.contextPath }/js/administrator/common/changeColor.js"></script>
-------------------------------------------------------------------------------
String method = ServletActionContext.getRequest().getMethod();
private void resWrite(String str) {
 try {
  HttpServletResponse  res = ServletActionContext.getResponse();
  res.setContentType("application/text;charset=UTF-8");
  res.getWriter().write(str);
 } catch(IOException e) {
  e.printStackTrace();
 }
}
//登录用户的个人信息
UserInfo user =(UserInfo) ActionContext.getContext().getSession().get(StringContonts.SESSION_USER);
//当前登录角色
String cRoleId = (String) ActionContext.getContext().getSession().get(StringContonts.USER_ROLE);
-------------------------------------------------------------------------------
<result name="success" type="redirect">index</result>
select lpad(SEQ_D_ESTIMATEITEM.nextval,4,0) from dual
-------------------------------------------------------------------------------
个人中心添加遮罩
<script type="text/javascript" src="${pageContext.request.contextPath}/js/personcenter/common/common.js"></script>
<script type="text/javascript" src="${pageContext.request.contextPath}/js/personcenter/zhezhao.js"></script>

<a href="javascript:;" class="look2" οnclick="lookDetail(this)">查看反馈</a>

<!--遮罩div-->
<div id="zheZhaoDiv" class="zhezhao_div">
 <iframe class="zhezhaoiframe"></iframe>
</div>
<!--用户单位弹出层-->
<div class="autoshow_div400" id="selgroup_div"  style="display:none;">
 <div id="topshow" class="top_div">
  <div class="showtitle">
   <div class="left">&nbsp;&nbsp;反馈内容</div>
   <div class="right"><a href="javascript:;" οnclick="closeMy()">[关闭]</a></div>
  </div>
 </div>
 <div class="ts"  style="z-index:101;">
  <div class="titOp" id="titOp">
   <ul>
    
   </ul>
  </div>
  <div class="tsMb" id="tsMb">
   <div id="area_div"> </div>
  </div>
    </div>
</div>

function lookDetail(){
 openZheZhao();
 var wi=($(window).width()-$("#selgroup_div").width())/2;
 var he=($(window).height()-$("#selgroup_div").height())/2;
 $("#selgroup_div").css({top:he+"px",left:wi+"px",position:"absolute","z-index":1001}).show();
}

function closeMy() {
 closeZheZhao(); 
 $("#selgroup_div").hide();
}
-------------------------------------------------------------------------------
试卷上传下载:
  action.personcenter.questionbank.ExamPaperAction:227 addExamPaper()
  action.personcenter.questionbank.ExamPaperDownLoadAction
  applicationContext-uploadpaper.xml
  struts-uploadpaper.xml
  questionbank/addpaper.jsp
  questionbank/upload_list.jsp
  questionbank/upload.jsp
登录注册
  action.forepage.user.UserAction
门户
  forepage/counties/index.jsp
  js/forepage/index.js
版式:3个地方的图片管理;修改样式
  action.manage.system.ImageAction
网站首页 /forepage/counties/index.jsp
注册页面 http://localhost:8080/lcsf/register.jsp  ==>>
       action.forepage.user.UserAction  addUser方法
前台登录  action.forepage.user.UserAction  login方法
后台登录 action.manage.user.UserInfoManageAction   loginAdmin 方法
前台门户 /forepage/counties/index.jsp  主要的js
         js/forepage/index.js
广告图片维护 /manager/system/selDepImage.action
添加图片 administrator/system/image_add.jsp
修改网站样式 http://localhost:8080/lcsf/manager/system/toUpdateStyle.action
----------
root (hd0,0)
kernel /v(tab键)
initrd /i(tab键)
boot
----------

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值