Skip to content

Commit

Permalink
small HTML fixes (#2136)
Browse files Browse the repository at this point in the history
  • Loading branch information
willamowius committed May 8, 2020
1 parent d496f89 commit cdef6cb
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions html/audiobridgetest.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h3>Demo details</h3>
<div class="col-md-12" id="controls">
<div class="input-group margin-bottom-md hide" id="registernow">
<span class="input-group-addon">@</span>
<input class="form-control" type="text" placeholder="Choose a display name" autocomplete="off" id="username" onkeypress="return checkEnter(this, event);"></input>
<input class="form-control" type="text" placeholder="Choose a display name" autocomplete="off" id="username" onkeypress="return checkEnter(this, event);" />
<span class="input-group-btn">
<button class="btn btn-success" autocomplete="off" id="register">Join the room</button>
</span>
Expand All @@ -91,7 +91,7 @@ <h3 class="panel-title">Participants <span class="label label-info hide" id="par
<div class="col-md-6">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Mixed Audio</span></h3>
<h3 class="panel-title">Mixed Audio</h3>
</div>
<div class="panel-body" id="mixedaudio"></div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions html/devicetest.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h3 class="panel-title">Local Stream
</div>
<div class="input-group margin-bottom-sm">
<span class="input-group-addon"><i class="fa fa-cloud-upload fa-fw"></i></span>
<input class="form-control" type="text" placeholder="Write a DataChannel message" autocomplete="off" id="datasend" onkeypress="return checkEnter(event);" disabled></input>
<input class="form-control" type="text" placeholder="Write a DataChannel message" autocomplete="off" id="datasend" onkeypress="return checkEnter(event);" disabled />
</div>
</div>
<div class="col-md-6">
Expand All @@ -137,7 +137,7 @@ <h3 class="panel-title">Remote Stream
</div>
<div class="input-group margin-bottom-sm">
<span class="input-group-addon"><i class="fa fa-cloud-download fa-fw"></i></span>
<input class="form-control" type="text" id="datarecv" disabled></input>
<input class="form-control" type="text" id="datarecv" disabled />
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions html/echotest.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h3 class="panel-title">Local Stream
</div>
<div class="input-group margin-bottom-sm">
<span class="input-group-addon"><i class="fa fa-cloud-upload fa-fw"></i></span>
<input class="form-control" type="text" placeholder="Write a DataChannel message" autocomplete="off" id="datasend" onkeypress="return checkEnter(event);" disabled></input>
<input class="form-control" type="text" placeholder="Write a DataChannel message" autocomplete="off" id="datasend" onkeypress="return checkEnter(event);" disabled />
</div>
</div>
<div class="col-md-6">
Expand All @@ -118,7 +118,7 @@ <h3 class="panel-title">Remote Stream <span class="label label-primary hide" id=
</div>
<div class="input-group margin-bottom-sm">
<span class="input-group-addon"><i class="fa fa-cloud-download fa-fw"></i></span>
<input class="form-control" type="text" id="datarecv" disabled></input>
<input class="form-control" type="text" id="datarecv" disabled />
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions html/screensharingtest.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h3>Demo details</h3>
<div class="row">
<div class="input-group margin-bottom-md hide" id="createnow">
<span class="input-group-addon"><i class="fa fa-users fa-1"></i></span>
<input class="form-control" type="text" placeholder="Insert a title for the session" autocomplete="off" id="desc" onkeypress="return checkEnterShare(this, event);"></input>
<input class="form-control" type="text" placeholder="Insert a title for the session" autocomplete="off" id="desc" onkeypress="return checkEnterShare(this, event);" />
<span class="input-group-btn">
<button class="btn btn-success" autocomplete="off" id="create">Share your screen</button>
</span>
Expand All @@ -82,7 +82,7 @@ <h3>Demo details</h3>
<div class="row">
<div class="input-group margin-bottom-md hide" id="joinnow">
<span class="input-group-addon"><i class="fa fa-play-circle-o fa-1"></i></span>
<input class="form-control" type="text" placeholder="Insert the numeric session identifier" autocomplete="off" id="roomid" onkeypress="return checkEnterJoin(this, event);"></input>
<input class="form-control" type="text" placeholder="Insert the numeric session identifier" autocomplete="off" id="roomid" onkeypress="return checkEnterJoin(this, event);" />
<span class="input-group-btn">
<button class="btn btn-success" autocomplete="off" id="join">Join an existing session</button>
</span>
Expand Down
14 changes: 7 additions & 7 deletions html/siptest.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,23 +71,23 @@ <h3>Demo details</h3>
<div class="col-md-6 container hide" id="login">
<div class="input-group margin-bottom-sm">
<span class="input-group-addon"><i class="fa fa-cloud-upload fa-fw"></i></span>
<input class="form-control" type="text" placeholder="SIP Registrar (e.g., sip:host:port)" autocomplete="off" id="server" onkeypress="return checkEnter(this, event);"></input>
<input class="form-control" type="text" placeholder="SIP Registrar (e.g., sip:host:port)" autocomplete="off" id="server" onkeypress="return checkEnter(this, event);" />
</div>
<div class="input-group margin-bottom-sm">
<span class="input-group-addon"><i class="fa fa-user fa-fw"></i></span>
<input class="form-control" type="text" placeholder="SIP Identity (e.g., sip:[email protected])" autocomplete="off" id="username" onkeypress="return checkEnter(this, event);"></input>
<input class="form-control" type="text" placeholder="SIP Identity (e.g., sip:[email protected])" autocomplete="off" id="username" onkeypress="return checkEnter(this, event);" />
</div>
<div class="input-group margin-bottom-sm">
<span class="input-group-addon"><i class="fa fa-user-plus fa-fw"></i></span>
<input class="form-control" type="text" placeholder="Username (e.g., goofy, overrides the one in the SIP identity if provided)" autocomplete="off" id="authuser" onkeypress="return checkEnter(this, event);"></input>
<input class="form-control" type="text" placeholder="Username (e.g., goofy, overrides the one in the SIP identity if provided)" autocomplete="off" id="authuser" onkeypress="return checkEnter(this, event);" />
</div>
<div class="input-group margin-bottom-sm">
<span class="input-group-addon"><i class="fa fa-key fa-fw"></i></span>
<input class="form-control" type="password" placeholder="Secret (e.g., mysupersecretpassword)" autocomplete="off" id="password" onkeypress="return checkEnter(this, event);"></input>
<input class="form-control" type="password" placeholder="Secret (e.g., mysupersecretpassword)" autocomplete="off" id="password" onkeypress="return checkEnter(this, event);" />
</div>
<div class="input-group margin-bottom-sm">
<span class="input-group-addon"><i class="fa fa-quote-right fa-fw"></i></span>
<input class="form-control" type="text" placeholder="Display name (e.g., Alice Smith)" autocomplete="off" id="displayname" onkeypress="return checkEnter(this, event);"></input>
<input class="form-control" type="text" placeholder="Display name (e.g., Alice Smith)" autocomplete="off" id="displayname" onkeypress="return checkEnter(this, event);" />
</div>
<div class="btn-group btn-group-sm" style="width: 100%">
<button class="btn btn-primary" autocomplete="off" id="register" style="width: 30%">Register</button>
Expand All @@ -106,9 +106,9 @@ <h3>Demo details</h3>
<div class="col-md-6 container hide" id="phone">
<div class="input-group margin-bottom-sm">
<span class="input-group-addon"><i class="fa fa-phone fa-fw"></i></span>
<input class="form-control" type="text" placeholder="SIP URI to call (e.g., sip:[email protected])" autocomplete="off" id="peer" onkeypress="return checkEnter(this, event);"></input>
<input class="form-control" type="text" placeholder="SIP URI to call (e.g., sip:[email protected])" autocomplete="off" id="peer" onkeypress="return checkEnter(this, event);" />
</div>
<button class="btn btn-success margin-bottom-sm" autocomplete="off" id="call">Call</button> <input autocomplete="off" id="dovideo" type="checkbox">Use Video</input>
<button class="btn btn-success margin-bottom-sm" autocomplete="off" id="call">Call</button> <input autocomplete="off" id="dovideo" type="checkbox" />Use Video
</div>
</div>
<div/>
Expand Down
8 changes: 4 additions & 4 deletions html/textroomtest.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h3>Demo details</h3>
individual participants. To send messages on the chatroom, just type
your text and send. To send private messages to individual participants,
click the participant name in the list on the right and a custom dialog
will appear.</code>.</p>
will appear.</p>
<p>To try the demo, just insert a username to join the room. This will
add you to chatroom, and allow you to interact with the other participants.</p>
<p>Notice that this is just a very basic demo, and that is just one of
Expand All @@ -72,7 +72,7 @@ <h3>Demo details</h3>
<div class="col-md-12" id="controls">
<div class="input-group margin-bottom-md hide" id="registernow">
<span class="input-group-addon">@</span>
<input class="form-control" type="text" placeholder="Choose a display name" autocomplete="off" id="username" onkeypress="return checkEnter(this, event);"></input>
<input class="form-control" type="text" placeholder="Choose a display name" autocomplete="off" id="username" onkeypress="return checkEnter(this, event);" />
<span class="input-group-btn">
<button class="btn btn-success" autocomplete="off" id="register">Join the room</button>
</span>
Expand All @@ -96,14 +96,14 @@ <h3 class="panel-title">Participants <span class="label label-info hide" id="par
<div class="col-md-8">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Public Chatroom</span></h3>
<h3 class="panel-title">Public Chatroom</h3>
</div>
<div class="panel-body relative" style="overflow-x: auto;" id="chatroom">
</div>
<div class="panel-footer">
<div class="input-group margin-bottom-sm">
<span class="input-group-addon"><i class="fa fa-cloud-upload fa-fw"></i></span>
<input class="form-control" type="text" placeholder="Write a chatroom message" autocomplete="off" id="datasend" onkeypress="return checkEnter(this, event);" disabled></input>
<input class="form-control" type="text" placeholder="Write a chatroom message" autocomplete="off" id="datasend" onkeypress="return checkEnter(this, event);" disabled />
</div>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions html/videocalltest.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@ <h3>Demo details</h3>
<div class="col-md-6 container hide" id="login">
<div class="input-group margin-bottom-sm">
<span class="input-group-addon"><i class="fa fa-user fa-fw"></i></span>
<input class="form-control" type="text" placeholder="Choose a username" autocomplete="off" id="username" onkeypress="return checkEnter(this, event);"></input>
<input class="form-control" type="text" placeholder="Choose a username" autocomplete="off" id="username" onkeypress="return checkEnter(this, event);" />
</div>
<button class="btn btn-success margin-bottom-sm" autocomplete="off" id="register">Register</button> <span class="hide label label-info" id="youok"></span>
</div>
<div class="col-md-6 container hide" id="phone">
<div class="input-group margin-bottom-sm">
<span class="input-group-addon"><i class="fa fa-phone fa-fw"></i></span>
<input class="form-control" type="text" placeholder="Who should we call?" autocomplete="off" id="peer" onkeypress="return checkEnter(this, event);"></input>
<input class="form-control" type="text" placeholder="Who should we call?" autocomplete="off" id="peer" onkeypress="return checkEnter(this, event);" />
</div>
<button class="btn btn-success margin-bottom-sm" autocomplete="off" id="call">Call</button>
</div>
Expand Down Expand Up @@ -128,7 +128,7 @@ <h3 class="panel-title">Local Stream
</div>
<div class="input-group margin-bottom-sm">
<span class="input-group-addon"><i class="fa fa-cloud-upload fa-fw"></i></span>
<input class="form-control" type="text" placeholder="Write a DataChannel message to your peer" autocomplete="off" id="datasend" onkeypress="return checkEnter(this, event);" disabled></input>
<input class="form-control" type="text" placeholder="Write a DataChannel message to your peer" autocomplete="off" id="datasend" onkeypress="return checkEnter(this, event);" disabled />
</div>
</div>
<div class="col-md-6">
Expand All @@ -140,7 +140,7 @@ <h3 class="panel-title">Remote Stream <span class="label label-info hide" id="ca
</div>
<div class="input-group margin-bottom-sm">
<span class="input-group-addon"><i class="fa fa-cloud-download fa-fw"></i></span>
<input class="form-control" type="text" id="datarecv" disabled></input>
<input class="form-control" type="text" id="datarecv" disabled />
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion html/videoroomtest.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h3>Demo details</h3>
<div class="col-md-12" id="controls">
<div class="input-group margin-bottom-md hide" id="registernow">
<span class="input-group-addon">@</span>
<input autocomplete="off" class="form-control" autocomplete="off" type="text" placeholder="Choose a display name" id="username" onkeypress="return checkEnter(this, event);"></input>
<input autocomplete="off" class="form-control" type="text" placeholder="Choose a display name" id="username" onkeypress="return checkEnter(this, event);" />
<span class="input-group-btn">
<button class="btn btn-success" autocomplete="off" id="register">Join the room</button>
</span>
Expand Down
2 changes: 1 addition & 1 deletion html/voicemailtest.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h3 class="panel-title">Click on the button to start recording your message.</h3
<div class="container">
<div class="container">
<button class="btn btn-xs btn-danger margin-sm" autocomplete="off" id="record">Record</button>
After about 10 seconds you'll receive an .opus file with the recorded frames</p>
After about 10 seconds you'll receive an .opus file with the recorded frames
</div>
<div id="done" class="alert alert-success hide">Recording concluded! Click
<a id="listen" href="#" class="alert-link">here</a> to listen to it, or
Expand Down
2 changes: 1 addition & 1 deletion html/vp9svctest.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h3>Demo details</h3>
<div class="col-md-12" id="controls">
<div class="input-group margin-bottom-md hide" id="registernow">
<span class="input-group-addon">@</span>
<input autocomplete="off" class="form-control" autocomplete="off" type="text" placeholder="Choose a display name" id="username" onkeypress="return checkEnter(this, event);"></input>
<input autocomplete="off" class="form-control" type="text" placeholder="Choose a display name" id="username" onkeypress="return checkEnter(this, event);" />
<span class="input-group-btn">
<button class="btn btn-success" autocomplete="off" id="register">Join the room</button>
</span>
Expand Down

0 comments on commit cdef6cb

Please sign in to comment.