@@ -289,7 +289,7 @@ function VideoWrapperBegin()
289
289
return ' <div class="video-wrapper" id="vid-wrap">'
290
290
.. ' <div class="data-broadcasting-browser-container"><div class="data-broadcasting-browser-content"></div></div>'
291
291
.. ' <div class="video-full-container arib-video-invisible-container" id="vid-full">'
292
- .. ' <div class="video-container arib-video-container" id="vid-cont">'
292
+ .. ' <div class="video-container arib-video-container arib-video-container-tunnel-pointer " id="vid-cont">'
293
293
end
294
294
295
295
function VideoWrapperEnd ()
@@ -336,30 +336,13 @@ end
336
336
function WebBmlScriptTemplate (label )
337
337
return USE_DATACAST and [=[
338
338
<div class="remote-control" style="display:none">
339
- <button type="button" id="key21">青</button><button
340
- type="button" id="key22">赤</button><button
341
- type="button" id="key23">緑</button><button
342
- type="button" id="key24">黄</button><button
343
- type="button" id="key1">↑</button><button
344
- type="button" id="key3">←</button><button
345
- type="button" id="key18">決定</button><button
346
- type="button" id="key4">→</button><button
347
- type="button" id="key2">↓</button><button
348
- type="button" id="key20">d</button><button
349
- type="button" id="key19">戻る</button><button
350
- type="button" id="key6">1</button><button
351
- type="button" id="key7">2</button><button
352
- type="button" id="key8">3</button><button
353
- type="button" id="key9">4</button><button
354
- type="button" id="key10">5</button><button
355
- type="button" id="key11">6</button><button
356
- type="button" id="key12">7</button><button
357
- type="button" id="key13">8</button><button
358
- type="button" id="key14">9</button><button
359
- type="button" id="key15">10</button><button
360
- type="button" id="key16">11</button><button
361
- type="button" id="key17">12</button><button
362
- type="button" id="key5">0</button>
339
+ <button
340
+ type="button" id="key]=] .. table.concat ({' 21">青' ,' 22">赤' ,' 23">緑' ,' 24">黄' ,' 1">↑' ,' 3">←' ,' 18">決定' ,' 4">→' ,' 2">↓' ,' 20">d' ,' 19">戻る' },[=[ </button><button
341
+ type="button" id="key]=] ).. [=[ </button>
342
+ <label class="expand-on-checked"><input type="checkbox">数字</label><span class="expand-on-checked">
343
+ <button
344
+ type="button" id="key]=] .. table.concat ({' 6">1' ,' 7">2' ,' 8">3' ,' 9">4' ,' 10">5' ,' 11">6' ,' 12">7' ,' 13">8' ,' 14">9' ,' 15">10' ,' 16">11' ,' 17">12' ,' 5">0' },[=[ </button><button
345
+ type="button" id="key]=] ).. [=[ </button></span>
363
346
<span class="remote-control-receiving-status" style="display:none">Loading...</span>
364
347
<div class="remote-control-indicator"></div>
365
348
</div>
0 commit comments