⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 billing_rate_edit.html.old

📁 Astercon2 开源软交换 2.2.0
💻 OLD
字号:
<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -