9 lines
316 B
HTML
Executable File
9 lines
316 B
HTML
Executable File
<tr>
|
|
<td class='user clickable' id="user-<%= userID %>"></td>
|
|
<td><strong><%= username %></strong></td>
|
|
<td>
|
|
<i style="padding-right: 10%" class="icon-facetime-video"></i>
|
|
<i style="padding-right: 10%" class="icon-microphone"></i>
|
|
<i class="icon-remove-sign"></i>
|
|
</td>
|
|
</tr> |