bigbluebutton-Github/bigbluebutton-config/web/index.html
2011-01-10 22:09:07 -05:00

85 lines
3.9 KiB
HTML
Executable File

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>BigBlueButton -- Open Source Web Conferencing</title>
<link rel="stylesheet" href="css/style.css" type="text/css" />
</head>
<script type="text/javascript">
function autoFocus() {
document.getElementById("username").focus();
}
</script>
<body onload="autoFocus();">
<!-- Header Start -->
<div id="wrapper">
<div id="header">
<div id="logo">
<a href="http://www.bigbluebutton.org" target="_blank"> <img src="images/bbb_logo.png" width="364" height="89" border="0" /></a>
<div id="slogan"><h3>Demo Server</h3></div>
</div>
<div id="versionNum">
<p style="text-align:right;"><strong>What's new in version 0.71a</strong></p>
<p style="text-align:right;">Improved VoIP</p>
<p style="text-align:right;">Selectable region for desktop sharing</p>
<p style="text-align:right;">Automatic chat translation</p>
<p style="text-align:right;"><a href="http://code.google.com/p/bigbluebutton/wiki/ReleaseNotes"><font color="#0000FF">more....</font></a></p>
</div>
</div>
</div>
<div id="header_bottom">
<img src="images/banner_bottom.png" width="1000" height="21" border="0" />
</div>
<!-- Content Start -->
<div id="content">
<div id="welcome">
<h1>WELCOME</h1>
<p class="content"> <a href="http://www.bigbluebutton.org/sites/all/videos/join/index.html"><img src="http://www.bigbluebutton.org/sites/default/files/images/vm_overview.png" width="138" height="91" border="0" align="right" style="padding-left:10px; padding-top: 3px;" /> </a>BigBlueButton supports sharing of slides (PDF and PPT), video, whiteboard, chat, voice (using Asterisk or FreeSWITCH), and desktops. It's built using over <a href="http://bigbluebutton.org/components">fifteen open source components</a>, runs on Mac, Unix, and PC computers, and is supported by a <a href="http://bigbluebutton.org/support">community</a> that cares about good design and a streamlined user experience.</p>
</div>
<div id="join">
<h2>Join a Demo Meeting</h2>
<p/>&nbsp;<p/>
<FORM NAME="form1" METHOD="GET" action="/bigbluebutton/demo/demo1.jsp">
<p class="content">Enter your name:</p>
<input type="text" id="username" name="username" size="29" /><input type="submit" value="Join"/> <br />
<input TYPE="hidden" NAME="action" VALUE="create">
</form>
<p class="content"></p>
<img src="images/arrow.png" width="15" height="17" border="0" />
<div style="margin-top:-17px; margin-left:20px;"><a href="http://bigbluebutton.org/content/videos">View Tutorial Videos</a></div>
</div>
<div id="about">
<h2>About BigBlueButton</h2>
<p class="content">BigBlueButton is an open source web conferencing system that enables universities and colleges to deliver a high-quality learning experience to remote students.</p>
</div>
<div id="api">
<h2>API Examples</h2>
<p class="content">See examples of how you can integrate BigBlueButton into your applications.</p>
<img src="images/arrow.png" width="15" height="17" border="0" />
<div style="margin-top:-17px; margin-left:20px;"><a href="/bigbluebutton/demo/demo1.jsp">View API Examples</a></div>
</div>
</div>
<!-- Content End -->
<!-- Footer Start -->
<div id="footer">
<p id="legal">Copyright © 2010 <a href="http://bigbluebutton.org/">BigBlueButton Inc.</a></p>
</div>
<!-- Footer End -->
</body>
</html>