?? receive_manage.php
字號:
<?
include_once 'inc/auth.php';
echo '
<html>
<head>
<title>短信接收管理</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
';
echo '<s';
echo 'cript>
function delete_sms()
{
msg=\'確認要刪除指定范圍內的短信記錄么?\';
if(window.confirm(msg))
{
document.form1.DELETE_FLAG.value="1";
document.form1.submit();
}
}
function td_calendar(fieldname)
{
myleft=document.body.scrollLeft+event.clientX-event.offsetX-80;
mytop=document.body.scrollTop+event.clientY-event.offsetY+140;
window.showModalDialog("/inc/calendar.php?F';
echo 'IELDNAME="+fieldname,self,"edge:raised;scroll:0;status:0;help:0;resizable:1;dialogWidth:280px;dialogHeight:215px;dialogTop:"+mytop+"px;dialogLeft:"+myleft+"px");
}
function td_clock(fieldname)
{
myleft=document.body.scrollLeft+event.clientX-event.offsetX-80;
mytop=document.body.scrollTop+event.clientY-event.offsetY+140;
window.showModalDialog("/inc/clock.php?FIELDNAME="+fieldname,s';
echo 'elf,"edge:raised;scroll:0;status:0;help:0;resizable:1;dialogWidth:280px;dialogHeight:120px;dialogTop:"+mytop+"px;dialogLeft:"+myleft+"px");
}
function excel()
{
window.open("receive_excel.php?PHONE="+document.form1.PHONE.value+"&CONTENT="+document.form1.CONTENT.value+"&BEGIN_DATE="+document.form1.BEGIN_DATE.value+"&END_DATE="+document.form1.END_DATE.value);
}
</script>
</head>
<body cla';
echo 'ss="bodycolor" topmargin="5">
<table border="0" width="100%" cellspacing="0" cellpadding="3" class="small">
<tr>
<td class="Big"><img src="/images/menu/system.gif" WIDTH="22" HEIGHT="20" align="absmiddle">';
echo '<s';
echo 'pan class="big3"> 短信接收管理</span>
';
echo '<s';
echo 'pan class="small1"> 查詢手機向OA系統發送的短信,這些短信未指定接收人姓名或發送者手機號未在OA系統中登記</span>
</td>
</tr>
</table>
<table border="0" width="400" cellpadding="2" cellspacing="1" align="center" bgcolor="#000000" class="small">
<form action="receive_search.php" name="form1">
<tr>
<td nowrap class="TableData">發信人手機號碼:</td>
<td class="TableData"><input t';
echo 'ype="text" name="PHONE" size="20" class="BigInput" value="">
</td>
</tr>
<tr>
<td nowrap class="TableData">內容:</td>
<td class="TableData"><textarea cols=40 name="CONTENT" rows="3" class="BigInput" wrap="yes"></textarea>
</td>
</tr>
<tr>
<td nowrap class="TableData">起始時間:</td>
<td class="TableData"><input type="text" name="BEGIN_DATE" size="20"';
echo ' maxlength="20" class="BigInput" value="">
<img src="/images/menu/calendar.gif" border="0" style="cursor:hand" onclick="td_calendar(\'form1.BEGIN_DATE\');">
<img src="/images/menu/clock.gif" border="0" style="cursor:hand" onclick="td_clock(\'form1.BEGIN_DATE\');">
</td>
</tr>
<tr>
<td nowrap class="TableData">截止時間:</td>
<td class="TableData"><input type';
echo '="text" name="END_DATE" size="20" maxlength="20" class="BigInput">
<img src="/images/menu/calendar.gif" border="0" style="cursor:hand" onclick="td_calendar(\'form1.END_DATE\');">
<img src="/images/menu/clock.gif" border="0" style="cursor:hand" onclick="td_clock(\'form1.END_DATE\');">
</td>
</tr>
<tr>
<td nowrap class="TableData">查詢顯示條數:</td>
<td clas';
echo 's="TableData"><input type="text" name="LIMIT" size="4" class="BigInput" value="50">
</td>
</tr>
<tr >
<td nowrap class="TableControl" colspan="2" align="center">
<input type="hidden" name="DELETE_FLAG" value="0">
<input type="submit" value="查詢" class="BigButton" title="進行查詢" name="button">
<input type="button" value="導出至Exc';
echo 'el" class="BigButton" title="導出至Excel" name="button" onclick="excel();">
<input type="button" value="刪除" class="BigButton" title="刪除指定范圍內的短信記錄" onclick="delete_sms();">
</td>
</tr>
</form>
</table>
</body>
</html>
';
?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -