| Server IP : 162.214.74.102 / Your IP : 216.73.216.192 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/lrsys/www/lrsys_apps/marisol/application/plugins/module_teammanagement/views/ar/ |
Upload File : |
{assign var=block value=0}
<div class="row">
{*<div class="screen-header">
<div class="screen-title header-padding">{$_L['Products']}</div>
</div> *}
{if count($products) >0}
{foreach $products as $d}
{if $block%2==0 && $block>0}
{/if}
{/foreach}
{else}
<div class="col-md-2 col-xs-6">
{if $imageError!=""}
<img src="{$imageError}" class="img-responsive">
{/if}
</div>
<div class="col-xs-12">
<div class="alert alert-danger">
{$_L['teammanagement not have products to resgate']}
</div>
</div>
</div>
{/if}
<a-scene>
<a-assets>
<video preload="auto" id="vid_tigor" onerror="failed(event)" muted="true" loop="false" webkit-playsinline playsinline controls crossOrigin="anonymous">
<source id="vid_tigor_src" type="video/webm" src="{APP_URL}/application/plugins/module_teammanagement/uploads/ar/objetos/tigor.webm">
</video>
<video preload="auto" id="vid_lilica" onerror="failed(event)" loop="false" muted="true" loop="false" style="backgroundColor: transparent;" crossorigin webkit-playsinline playsinline controls>
<source type="video/mp4" src="{APP_URL}/application/plugins/module_teammanagement/uploads/ar/objetos/chroma.mp4" style="backgroundColor: transparent;">
</video>
</a-assets>
<a-marker id="memarker" type="pattern" url="{APP_URL}/application/plugins/module_teammanagement/uploads/ar/marcas/pattern-tigor.patt" vidhandler_tigor>
<!-- <a-entity material="transparent: true;">
<a-video src="#vid_tigor" position='0 0 0' scale="1 1 1" rotation="-90 0 0" height="1" width="1" transparent="true"></a-video>
</a-entity>
-->
<a-video src="#vid_tigor" position='0 0 0' scale="3 3 3" rotation="-90 0 0" height="1" width="1" transparent="true"></a-video>
</a-marker>
<a-marker id="memarker1" type="pattern" url="{APP_URL}/application/plugins/module_teammanagement/uploads/ar/marcas/pattern-lilica2.patt" vidhandler_lilica>
<!--<a-video src="#vid_lilica" position='0 0 0' scale="1 1 1" rotation="-90 0 0" height="5" width="5" transparent="true;"></a-video>-->
<a-video position='0 0 0' rotation="-90 0 0" height="3" width="3" material="shader: chromakey; src: #vid_lilica; color: 0.1, 0.9, 0.2" webkit-playsinline playsinline></a-video>
</a-marker>
<a-entity camera></a-entity>
<!--<a-marker-camera></a-marker-camera>-->
</a-scene>
<div class="footer">
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-3 pull-right">
<div class="onebright" id="btn_refresh">
<button onclick="refrespage()" class="btn btnskips">Refresh</button>
</div>
</div>
</div>
</div>