📄 callparking.html.svn-base
字号:
<!-- * Asterisk-GUI - an Asterisk configuration interface * * Call Parking Preferences * * Copyright (C) 2006-2007, Digium, Inc. * * Pari Nannapaneni <pari@digium.com> * * See http://www.asterisk.org for more information about * the Asterisk project. Please do not directly contact * any of the maintainers of this project for assistance; * the project provides a web site, mailing lists and IRC * channels for your use. * * This program is free software, distributed under the terms of * the GNU General Public License Version 2. See the LICENSE file * at the top of the source tree. *--><script src="scripts/prototype.js"></script><script src="scripts/astman.js"></script><script src="scripts/tooltip.js"></script><link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" /><script>var phonecallbacks = new Object;var widgets = {};var fieldnames = ['save','cancel','parkext','parkpos','parkingtime'];phonecallbacks.format = function(t) { if(t.name.match('general')) return t.name; else return false;}phonecallbacks.postselect = function(box, val) {}phonecallbacks.loaded = function() { parent.loadscreen(this); $('hiddenfield').selectitem(0); }function localajaxinit(){ setWindowTitle("Call Parking"); for (var x =0; x< fieldnames.length; x++ ) { widgets[fieldnames[x]] = $(fieldnames[x]); widgets[fieldnames[x]].disabled = true; } parent.astmanEngine.config2list("features.conf", $('hiddenfield'), widgets, phonecallbacks); return;}</script><body id="foo" onload="localajaxinit()" bgcolor="EFEFEF"><div class="mainscreenTitleBar"> <span style="margin-left: 4px;font-weight:bold;">Call Parking Preferences</span> <span style="cursor: pointer; cursor: hand;" onclick="window.location.href=window.location.href;" > <img src="images/refresh.png" title=" Refresh " border=0 > </span></div><div class="mainscreenContentBox" id="userscontent"> <select id="hiddenfield" style="display:none"></select> <BR> <table align="center" cellpadding=2 cellspacing=2 border=0> <tr> <td align=right>Extension to Dial for Parking Calls:</td> <td> <input size=4 type='text' id='parkext' class="input8"></td> </tr> <tr> <td align=right>What extensions to park calls on:</td> <td> <input size=10 type='text' id='parkpos' class="input8" dfalt=""> (Ex: '701-720')</td> </tr> <tr> <td align=right>Number of seconds a call can be parked for:</td> <td> <input size=2 type='text' id='parkingtime' class="input8" dfalt="45"></td> </tr> <tr><td colspan=2 align=center height=40 valign=bottom> <input type='button' id='save' value='Save' class="buttonbold"> <input type='button' id='cancel' value='Cancel' class="buttonbold"> </td> </tr> </table></div></body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -