jam-cloud/web/app/views/clients/_sessionList.html.erb

18 lines
684 B
Plaintext

<h2><%= title %></h2>
<br/>
<div class="findsession-container">
<table class="findsession-table" cellspacing="0" cellpadding="0" border="0">
<!-- header -->
<tr>
<th align="left" width="30%">SESSION</th>
<th align="left" width="35%">MUSICIANS</th>
<th width="10%" style="text-align:center">LATENCY</th>
<th align="left" width="20%">POLICIES</th>
<th id="actionHeader" class="noborder" width="30" style="text-align:center"></th>
</tr>
<!-- session row goes here -->
</table>
<table id="<%= category %>" class="findsession-table" cellspacing="0" cellpadding="0" border="0">
<!-- session row goes here -->
</table>
</div>