iptv/wwwroot/search.ui
2025-09-14 18:43:41 +08:00

38 lines
518 B
XML

{
"widgettype":"HBox",
"options":{
"height":"40px"
},
"subwidgets":[
{
"widgettype":"Text",
"options":{
"i18n":true,
"width":"120px",
"otext":"Search"
}
},
{% if int(params_kw._is_mobile) == 1 %}
{
"id":"tv_name",
"widgettype":"UiStr",
"options":{
"height":"40px",
"name":"tv_name",
"value":""
}
}
{% else %}
{
"id":"tv_name",
"widgettype":"KeyinText",
"options":{
"height":"40px",
"name":"tv_name",
"text":""
}
}
{% endif %}
]
}