diff --git a/wwwroot/dc_channels.ui b/wwwroot/dc_channels.ui new file mode 100644 index 0000000..8cabad3 --- /dev/null +++ b/wwwroot/dc_channels.ui @@ -0,0 +1,56 @@ +{ + "widgettype":"DynamicColumn", + "options":{ + "title":"้ข‘้“ๅˆ—่กจ", + "data_url":"{{entire_url('get_channels.dspy')}}", + "data_params":{ + }, + "data_method":"POST", + "col_cwidth":22, + "record_view":{ + { + "widgettype":"HBox", + "options":{ + "cwidth":22, + "cheight":3 + }, + "subwidgets":[ + { + "widgettype":"Image", + "options":{ + "cwidth":1.5, + "cheight":1,5, + "url":"{{params_kw.logo_url}}", + "default_url":"{{entire_url('/imgs/tv.png')}}" + } + }, + { + "widgettype":"Title6", + "options":"{ + "css":"filler", + "text":"${tv_name}", + "wrap":true, + "halign":"left" + } + } + ] + "binds":[ + { + "wid":"self", + "event":"click", + "actiontype":"urlwidgt", + "target":"PopupWindow", + "popup_options":{ + }, + "options":{ + "params":{ + "id":"${id}" + }, + "url":"/play.ui" + } + } + ] + } + } + } +}