📄 billing_rate_edit.html.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 + -