- Add to to refresh browser

- Add "CLICK HERE TO JOIN"

git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1425 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
Richard Alam 2009-05-08 20:20:40 +00:00
parent 008e6168bb
commit cfe414e8b3

View File

@ -46,10 +46,10 @@
<td valign="top" class="value">
<g:if test="${inSession}">
<a href="${hostUrl}/client/BigBlueButton.html">Join</a>
<a href="${hostUrl}/client/BigBlueButton.html">CLICK HERE TO JOIN</a>
</g:if>
<g:else>
<a href="${hostUrl}/client/BigBlueButton.html">Play</a>
<a href="${hostUrl}/client/BigBlueButton.html">CLICK HERE TO PLAY</a>
</g:else>
</td>
@ -80,7 +80,14 @@
${scheduledSessionInstance?.conference?.name.encodeAsHTML()}</td>
</tr>
<tr class="prop">
<td valign="top" class="name"><b>NOTE:</b></td>
<td valign="top" class="value">
If the loading looks like it hang, just refresh your browser.</td>
</tr>
</tbody>
</table>
</div>