Skip to content
Snippets Groups Projects
Unverified Commit 5e9e3f8c authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

Merge pull request #4729 from riadvice/html-center

Improve bigbluebutton-client/resources/prod/BigBlueButton.html
parents b8684d74 8a7f31f5
No related branches found
No related tags found
No related merge requests found
...@@ -194,15 +194,15 @@ ...@@ -194,15 +194,15 @@
<div id="accessibile-progress" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" class="visually-hidden">0 %</div> <div id="accessibile-progress" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" class="visually-hidden">0 %</div>
<button id="enterFlash" type="button" class="visually-hidden" onclick="startFlashFocus();">Set focus to client</button> <button id="enterFlash" type="button" class="visually-hidden" onclick="startFlashFocus();">Set focus to client</button>
<div id="content"> <div id="content">
<div id="altFlash" style="width:50%; margin-left: auto; margin-right: auto; "> <div id="altFlash" style="width:50%; margin-left: auto; margin-right: auto; font-family: sans-serif; text-align: center;">
You need Adobe Flash installed and enabled in order to use this client. <p style="font-weight: bold;">You need Adobe Flash installed and enabled in order to use this client.</p>
<br/> <br/>
<div style="width:50%; margin-left: auto; margin-right: auto; "> <div style="width:50%; margin-left: auto; margin-right: auto;">
<a href="http://www.adobe.com/go/getflashplayer"> <a href="http://www.adobe.com/go/getflashplayer">
<img src="get_flash_player.gif" alt="Get Adobe Flash player" /> <img src="get_flash_player.gif" alt="Get Adobe Flash player" />
</a> </a>
<div id="html5Section" style="display:none"> <div id="html5Section" style="display:none">
<p style="margin-left:50px;" >OR</p> <p>OR</p>
<button type="button" onclick="html5();"><h3>Launch the HTML5 client instead</h3></button> <button type="button" onclick="html5();"><h3>Launch the HTML5 client instead</h3></button>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment