mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
opt some
This commit is contained in:
parent
48383f7139
commit
8a8d33b6b4
@ -75,6 +75,7 @@ Volcanos("user", {help: "用户操作", agent: {
|
||||
"edit": "编辑", "save": "保存", "copy": "复制", "show": "显示", "hide": "隐藏",
|
||||
"project": "项目", "profile": "详情", "actions": "参数",
|
||||
"plugin": "插件",
|
||||
"prev": "上一页", "next": "下一页",
|
||||
|
||||
"open": "打开", "close": "关闭",
|
||||
"start": "启动", "stop": "停止",
|
||||
|
@ -11,6 +11,8 @@ input[name=where] { width:320px; }
|
||||
input[name=date] { width:150px; }
|
||||
input[name=path] { width:160px; }
|
||||
input[name=line] { width:40px; }
|
||||
input[name=limit] { width:50px; }
|
||||
input[name=offend] { width:50px; }
|
||||
input[name=text] { width:160px; }
|
||||
input[name=url] { width:320px; }
|
||||
|
||||
|
@ -218,10 +218,10 @@ Volcanos("onaction", {help: "交互操作", list: [
|
||||
},
|
||||
|
||||
next: function(event, can) {
|
||||
can.Update(event, [ctx.ACTION, "next", can.Status("total")||0, can.Option("limit")||can.Action("limit"), can.Option("offend")||can.Action("offend")])
|
||||
can.Update(event, [ctx.ACTION, "next", can.Status("total")||0, can.Option("limit")||can.Action("limit")||"", can.Option("offend")||can.Action("offend")||""])
|
||||
},
|
||||
prev: function(event, can) {
|
||||
can.Update(event, [ctx.ACTION, "prev", can.Status("total")||0, can.Option("limit")||can.Action("limit"), can.Option("offend")||can.Action("offend")])
|
||||
can.Update(event, [ctx.ACTION, "prev", can.Status("total")||0, can.Option("limit")||can.Action("limit")||"", can.Option("offend")||can.Action("offend")||""])
|
||||
},
|
||||
|
||||
listTags: function(event, can, button) { var list = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user