Etherpad Lite
Pads belonging to this team:
<% if (teamInfo.pads.length == 0) { %>
None yet!
<% } else { %>
Pad name |
|
<% for (var i=0; i < teamInfo.pads.length; i++) { %>
<% var teamName = teamInfo.pads[i].split('+')[1]; %>
<%= teamName %>
|
|
<% } %>
<% } %>
Authors belonging to this team:
Account name |
|
<% for (var i=0; i < teamInfo.accounts.length; i++) { %>
<%= teamInfo.accounts[i] %>
|
|
<% } %>