Skip to content

Commit

Permalink
Reformatting the headers for API demos
Browse files Browse the repository at this point in the history
  • Loading branch information
ffdixon committed Sep 4, 2011
1 parent e825921 commit 9471660
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 30 deletions.
4 changes: 1 addition & 3 deletions bbb-api-demo/src/main/webapp/demo1.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ Author: Fred Dixon <[email protected]>

<%@ include file="bbb_api.jsp"%>

<br>

<%
if (request.getParameterMap().isEmpty()) {
//
Expand All @@ -46,7 +44,7 @@ if (request.getParameterMap().isEmpty()) {
%>
<%@ include file="demo_header.jsp"%>

<h2>Demo #1: Join a Course</h2>
<h2>Join Demo Meeting</h2>


<FORM NAME="form1" METHOD="GET">
Expand Down
6 changes: 2 additions & 4 deletions bbb-api-demo/src/main/webapp/demo2.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,12 @@ Author: Fred Dixon <[email protected]>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Join a Selected Course</title>
<title>Join Selected</title>
</head>
<body>

<%@ include file="bbb_api.jsp"%>

<br>

<%
if (request.getParameterMap().isEmpty()) {
//
Expand All @@ -47,7 +45,7 @@ Author: Fred Dixon <[email protected]>

<%@ include file="demo_header.jsp"%>

<h2>Demo #2: Join a Selected Course</h2>
<h2>Join Selected</h2>


<FORM NAME="form1" METHOD="GET">
Expand Down
8 changes: 3 additions & 5 deletions bbb-api-demo/src/main/webapp/demo3.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,12 @@ Author: Fred Dixon <[email protected]>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Join a Course (Password Required)</title>
<title>Join Password</title>
</head>
<body>

<%@ include file="bbb_api.jsp"%>

<br>

<%
//
Expand Down Expand Up @@ -148,7 +146,7 @@ if (request.getParameterMap().isEmpty()) {
%>
<%@ include file="demo_header.jsp"%>

<h2>Demo #3: Join a Course (password required)</h2>
<h2>Join a Session (password required)</h2>


<FORM NAME="form1" METHOD="GET">
Expand All @@ -171,7 +169,7 @@ if (request.getParameterMap().isEmpty()) {
<td>
&nbsp;</td>
<td style="text-align: right; ">
Course:</td>
Session:</td>
<td>
&nbsp;
</td>
Expand Down
2 changes: 0 additions & 2 deletions bbb-api-demo/src/main/webapp/demo4.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ Author: Islam El-Ashi <[email protected]>

<%@ include file="bbb_api.jsp"%>

<br>

<%@ include file="demo_header.jsp"%>


Expand Down
4 changes: 3 additions & 1 deletion bbb-api-demo/src/main/webapp/demo6.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Author: Fred Dixon <[email protected]>
// Assume we want to create a meeting
//
%>
<h2>Demo Recording</h2>
<h2>Record (Matterhorn)</h2>

<form id="formcreate" name="formcreate" method="get" action="">
<fieldset>
Expand Down Expand Up @@ -256,6 +256,8 @@ Error: getJoinURL() failed
}
%>

About Matterhorn: XXX

<%@ include file="demo_footer.jsp"%>

</body>
Expand Down
4 changes: 2 additions & 2 deletions bbb-api-demo/src/main/webapp/demo7.jsp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<html>
<head><title>Preupload Presentation</title></head></p> <p>
<head><title>Join & Upload Presentation</title></head></p> <p>
<body>
<%@ include file="bbb_api.jsp"%>
<%@ include file="demo_header.jsp"%>

<h2>Demo #7: Upload a presentation before joining a Course...</h2>
<h2>Join & Upload Presentation</h2>
<form action="demo7.jsp" method="post" enctype="multipart/form-data" name="form1" id="form1">
<table cellpadding="5" cellspacing="5" style="width: 400px;">
<tbody>
Expand Down
4 changes: 2 additions & 2 deletions bbb-api-demo/src/main/webapp/demo8.jsp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<head><title>Preupload Presentation</title></head></p> <p>
<head><title>Join & Upload Presentation (URL)</title></head></p> <p>
<body>
<%@ include file="bbb_api.jsp"%>
<%@ include file="demo_header.jsp"%>
Expand All @@ -11,7 +11,7 @@ String name2="pdfs/Demo456.pdf";
String name3="pdfs/Demo789.pdf";
%>

<h2>Demo #8: Send a presentation URL before joining a Course...</h2>
<h2>Join & Upload Presentation (URL)</h2>
<form action="demo8.jsp" method="post" enctype
="multipart/form-data" name="form1" id="form1">
<table cellpadding="5" cellspacing="5" style="width: 400px;">
Expand Down
22 changes: 11 additions & 11 deletions bbb-api-demo/src/main/webapp/demo_header.jsp
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<img src="/bigbluebutton/images/bbb_banner.jpg" /><br>
<a href="demo1.jsp">Join a Course</a> |
<a href="demo10.jsp">Join a Course (Recorded) </a> |
<a href="demo2.jsp">Join a Selected Course</a> |
<a href="demo3.jsp">Join a Course (password required)</a> |
<a href="demo4.jsp">Activity Monitor</a> |
<a href="create.jsp">Create Your Own Meeting</a> |
<a href="demo6.jsp">Record Meeting</a> |
<a href="demo7.jsp">Auto Upload File</a> |
<a href="demo8.jsp">Auto Upload File URL</a>

<img src="/bigbluebutton/images/bbb_banner.jpg" /><br>
<a href="demo1.jsp">Join</a> |
<a href="demo2.jsp">Join Selected</a> |
<a href="demo3.jsp">Join Password</a> |
<a href="demo7.jsp">Join & Upload</a> |
<a href="demo8.jsp">Join & Upload</a> (URL) &nbsp;&nbsp;&nbsp;
<a href="demo10.jsp">Record</a> |
<a href="demo6.jsp">Record</a> (Matterhorn) &nbsp;&nbsp;&nbsp;
<a href="create.jsp">Create your own Session</a> &nbsp;&nbsp;&nbsp;
<a href="demo4.jsp">Activity Monitor</a>

0 comments on commit 9471660

Please sign in to comment.