billing_rate_edit.html.old

来自「Astercon2 开源软交换 2.2.0」· OLD 代码 · 共 30 行

OLD
30
字号
<html>

<head>
<link href="/css/admin.css" rel="stylesheet" type="text/css">
<title><% title %></title>
<base target="_self">
<script type='text/javascript'>
var whichrow=false

function thisrow(x){
	if (whichrow)
		whichrow.style.backgroundColor='transparent'
		whichrow = x
		whichrow.style.backgroundColor='yellow'
}

function moverow(x){
	if (whichrow) {
		if (x=='up'&&whichrow.previousSibling) {
			whichrow.parentNode.insertBefore(whichrow,whichrow.previousSibling);
		} else if (x=='down'&&whichrow.nextSibling) {
			whichrow.parentNode.insertBefore(whichrow.nextSibling,whichrow);
		} else if (x=='first') {
			whichrow.parentNode.insertBefore(whichrow,whichrow.parentNode.firstChild);
		} else if (x=='last') {
			whichrow.parentNode.insertBefore(whichrow,null);
		}
		rebuild();
	} else
	alert("璇峰厛閫夋嫨涓

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?