12 lines
757 B
XML
12 lines
757 B
XML
{
|
|
"id": "app", "widgettype": "VBox",
|
|
"options": {"css": "filler", "width": "100%", "height": "100%", "padding": "0", "overflow": "auto"},
|
|
"subwidgets": [
|
|
{"widgettype": "urlwidget", "options": {"url": "{{entire_url('/tokentest.opencomputing.cn/index_zh.ui')}}"}
|
|
}
|
|
],
|
|
"binds": [{"wid": "app", "event": "ready", "actiontype": "script",
|
|
"script": "var l=localStorage.getItem('hermes-lang');if(l&&l!=='zh')location.href='/tokentest.opencomputing.cn/index_'+l+'.ui';var t=document.createElement('script');t.src='{{entire_url('/tokentest.opencomputing.cn/theme.js')}}';document.head.appendChild(t);var s=document.createElement('script');s.src='{{entire_url('/tokentest.opencomputing.cn/carousel.js')}}';document.head.appendChild(s);"
|
|
}]
|
|
}
|