33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
@using EnVisage.Code.HtmlHelpers
|
|
@using EnVisage.Code
|
|
@using Microsoft.AspNet.Identity
|
|
|
|
<div class="">
|
|
@if (SecurityManager.CheckSecurityObjectPermission(Areas.RD_ResourceNonProjectTime, AccessLevel.Read))
|
|
{
|
|
<div class="messages-list table-light no-margin">
|
|
<table cellpadding="0" cellspacing="0" border="0" table-content class="npt table table-striped table-bordered" style="margin-bottom: 25px;">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Allocation Category</th>
|
|
<th>Dates</th>
|
|
<th>Duration</th>
|
|
<th>Cost</th>
|
|
<th>Time Allocated</th>
|
|
<th>Details</th>
|
|
<th> </th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
</tbody>
|
|
<tfoot>
|
|
|
|
</tfoot>
|
|
</table>
|
|
</div>
|
|
}
|
|
</div>
|
|
|
|
|