iptv/wwwroot/add_channels.ui
2025-09-13 14:58:45 +08:00

56 lines
951 B
XML

{
"widgettype":"PopupWindow",
"options":{
"width":"80%",
"cheight":36,
"widget":"center",
"auto_open":true,
"modal":true,
"archor":"cc",
"movable": true,
"icon":"/imgs/tv.png",
"title":"添加频道"
},
"subwidgets":[
{
"widgettype":"Form",
"description":"we can ONLY import m3u8 channels in m3u format, please input m3u url",
"id":"form",
"options":{
"width":"100%",
"height":"100%",
"fields":[
{
"width":"100%",
"height":"100%",
"name":"m3u_url",
"label":"m3u网址",
"value":"m3u url",
"uitype":"text"
}
]
},
"binds":[
{
"wid":"self",
"event":"submit",
"actiontype":"urlwidget",
"target":"self",
"options":{
"url":"{{entire_url('add_channels.dspy')}}"
}
}
]
}
],
"binds":[
{
"wid":"form",
"event":"submit",
"actiontype":"method",
"target":"self",
"method":"dismiss"
}
]
}