?? kannel.js
字號(hào):
function admin_url(command, url, passwd) { if (passwd == "") { passwd = prompt("Please enter admin password for this Kannel instance:", "(enter admin password here)"); } check = confirm("Are you sure you want to '"+command+"' bearerbox from this Kannel instance?"); if (check == true) { admin_window = window.open("","newWin","width=350,height=150,left=0,top=0"); admin_window.location.href = url + "?password=" + passwd; } location.reload(); self.focus();}function admin_smsc_url(command, url, smsc, passwd) { if (passwd == "") { passwd = prompt("Please enter admin password for this Kannel instance:", "(enter admin password here)"); } check = confirm("Are you sure you want to '"+command+"' the smsc-id '"+smsc+"' on the Kannel instance?"); if (check == true) { admin_window = window.open("","newWin","width=350,height=150,left=0,top=0"); admin_window.location.href = url + "&password=" + passwd; } location.reload(); self.focus();}function do_alert(text) { alert(text);}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -