sportsbet-mobile
Version:
Sportsbet mobile
21 lines • 841 B
HTML
<template name="casinoGame">
<div class="gameAreaWrap">
<div class="gameArea">
{{#if splashTemplate}}
{{> Template.dynamic template=splashTemplate}}
{{else}}
{{#if gameUrl}}
{{#if isFlashDisabled}}
<div class="warning">
{{i18n 'casino.flashDisabled'}}.<br/>
<a href="http://get.adobe.com/flashplayer/">{{i18n 'casino.downloadFromAdobe'}}.</a>
</div>
{{/if}}
<iframe style="height: 100%; width: 100%; border: 0" src="{{gameUrl}}" scrolling="{{scrolling}}"></iframe>
{{else}}
{{> loadingGame}}
{{/if}}
{{/if}}
</div>
</div>
</template>