CeramicProject/newyt/Framework_File/Console.aspx

185 lines
8.5 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Console.aspx.cs" Inherits="Framework_File_Console" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>有乐有趣</title>
<link href="bootstrap-3.3.5-dist/css/bootstrap.min.css" title="" rel="stylesheet" />
<link title="" href="css/style.css" rel="stylesheet" type="text/css" />
<link title="blue" href="css/dermadefault.css" rel="stylesheet" type="text/css"/>
<link title="green" href="css/dermagreen.css" rel="stylesheet" type="text/css" disabled="disabled"/>
<link title="orange" href="css/dermaorange.css" rel="stylesheet" type="text/css" disabled="disabled"/>
<link href="css/templatecss.css" rel="stylesheet" title="" type="text/css" />
<script src="../Jquery-ui/js/jquery-1.10.2.js" type="text/javascript"></script>
<script src="../Jquery-ui/js/jquery-ui-1.10.4.custom.js" type="text/javascript"></script>
<link href="../Jquery-ui/css/pepper-grinder/jquery-ui-1.10.4.custom.css" rel="stylesheet" type="text/css" />
<script src="../Js/Calendar3.js" type="text/javascript"></script>
<script type="text/javascript">
function deleterc(retid) {
if (confirm("确定要删除日程吗?")) {
var dlret = Framework_File_Console.deleterc(retid).value;
if (dlret != "0") {
window.location.href = "Console.aspx";
} else {
alert("删除日程失败")
}
}
}
function xgusermm() {
$("#z_xgtx").text("");
$("#dialog-pkinfo").dialog({
resizable: false,
height: 310,
width: 550,
modal: true,
buttons: {
确定: function () {
if ($("#rcbt").val() == "") {
$("#z_xgtx").text("日程标题不能为空!");
} else {
var upret = Framework_File_Console.setricheng($("#rcbt").val(), $("#rcnr").val(), $("#dbrq").val(),$("#richenglx").find("option:selected").text()).value;
if (upret !="0") {
window.location.href = "Console.aspx";
} else {
$("#z_xgtx").text("添加日程失败!");
}
}
}
},
close: function () {
$(".ui-widget-overlay").css("display", "none");
}
});
}
</script>
</head>
<body>
<form id="form1" runat="server">
<div class="right-product my-index console-full">
<div class="container-fluid">
<div class="info-center">
<!---title----->
<div class="info-title">
<div class="pull-left">
<h4><strong><span id="usezh" runat="server" >00000000</span></strong></h4>
<p>欢迎登录管理系统</p>
</div>
<div class="time-title pull-right">
<div class="year-month pull-left">
<p>星期二</p>
<p><span id="RqYear" runat="server">2017</span><font id="RqYr" runat="server">年8月8日</font> </p>
</div>
<div class="hour-minute pull-right">
<strong><span id="Rqsj" runat="server">2017</span></strong>
</div>
</div>
<div class="clearfix"></div>
</div>
<!----content-list---->
<div class="content-list">
<div class="row">
<div class="col-md-3">
<div class="content">
<div class="w30 left-icon pull-left">
<span class="glyphicon glyphicon-file blue"></span>
</div>
<div class="w70 right-title pull-right">
<div class="title-content">
<p>待办事项</p>
<h3 class="number" runat="server" id="dbsxzts">0</h3>
<a class="btn btn-default" href="Message.aspx" >待我处理<span style="color:red;" runat="server" id="dbsxwdts">0</span></a>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="col-md-3">
<div class="content">
<div class="w30 left-icon pull-left">
<span class="glyphicon glyphicon-file violet"></span>
</div>
<div class="w70 right-title pull-right">
<div class="title-content">
<p>待办日程</p>
<h3 class="number" runat="server" id="dbrczts">0</h3>
<a class="btn btn-default" href="Schedule.aspx">待我处理<span runat="server" id="dbrcdbts" style="color:red;" >0</span></a>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="col-md-3">
<div class="content">
<div class="w30 left-icon pull-left">
<span class="glyphicon glyphicon-file orange"></span>
</div>
<div class="w70 right-title pull-right">
<div class="title-content">
<p>新闻公告</p>
<h3 class="number" runat="server" id="xwggzsl">0</h3>
<a class="btn btn-default" href="Schedule.aspx">待我处理<span style="color:red;" runat="server" id="xwggdbsl">12</span></a>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="col-md-3">
<div class="content">
<div class="w30 left-icon pull-left">
<span class="glyphicon glyphicon-file green"></span>
</div>
<div class="w70 right-title pull-right">
<div class="title-content">
<p>个人消息</p>
<h3 class="number" runat="server" id="grxxzts">0</h3>
<a class="btn btn-default" href="Schedule.aspx">待我处理<span style="color:red;" runat="server" id="grxxwdts">0</span></a>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!-------信息列表------->
<div class="row newslist" style="margin-top:20px;">
<div class="col-md-8">
<div class="panel panel-default" id="Myshiwudiv" runat="server"> </div>
</div>
<div class="col-md-4">
<div class="panel panel-default" runat="server" id="Myricheng"> </div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="dialog-pkinfo" title="我的日程" style="overflow:hidden; display:none;" >
<table style=" color:#654b24; width:500px;">
<tr height="10"><td colspan="5"></td></tr>
<tr height="45">
<td width="88">&nbsp 日程标题:&nbsp</td><td colspan="3"><input type="text" id="rcbt" runat=server Class="form-control" /></td>
</tr>
<tr height="45">
<td width="88">&nbsp 日程内容:&nbsp</td><td colspan="3"><textarea class="form-control" runat=server id="rcnr" style="height:60px"></textarea></td>
</tr>
<tr height="45">
<td width="88">&nbsp 待办日期:&nbsp</td><td class="w35"> <input name='control_date' type='text' id='dbrq' onclick='new Calendar().show(this);' readonly='readonly' runat=server class="form-control" /></td>
<td width="88">&nbsp 日程对象:&nbsp</td><td>
<asp:dropdownlist id="richenglx" runat="server" CssClass="form-control" > </asp:dropdownlist>
</td>
</tr>
<tr><td>&nbsp</td> <td style=" color:rgb(255, 153, 0);"><asp:Label ID="z_xgtx" CssClass="error" runat="server"></asp:Label></td></tr>
</table>
</div>
</form>
</body>
</html>