📄 submit.php
字号:
<?
include_once 'inc/auth.php';
include_once 'inc/utility_sms1.php';
echo '
<html>
<head>
<title>内部短信催办超时流程</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body class="bodycolor" onload="button1.focus();">
';
send_sms ('', $LOGIN_USER_ID, $TO_ID, 7, $CONTENT, 'workflow/list');
message ('提示', '催办超时流程短信已发送');
echo '
<br>
<br>
<div align="center">
<input type="button" name="button1" value="继续发短信" class="BigButton" onClick="location=\'index.php?TO_ID=';
echo $TO_ID;
echo '&TO_NAME=';
echo $TO_NAME;
echo '\'">
<input type="button" value="关闭" class="BigButton" onClick="window.close()">
</div>
</body>
</html>
';
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -