| 42 |
42 |
| 43 <c:if test="${not empty viewmodel.projects}"> |
43 <c:if test="${not empty viewmodel.projects}"> |
| 44 <table id="project-list" class="datatable medskip"> |
44 <table id="project-list" class="datatable medskip"> |
| 45 <colgroup> |
45 <colgroup> |
| 46 <col> |
46 <col> |
| 47 <col width="20%"> |
47 <col style="width: 20%"> |
| 48 <col width="50%"> |
48 <col style="width: 50%"> |
| 49 <col width="6%"> |
49 <col style="width: 6%"> |
| 50 <col width="6%"> |
50 <col style="width: 6%"> |
| 51 <col width="6%"> |
51 <col style="width: 6%"> |
| 52 <col width="6%"> |
52 <col style="width: 6%"> |
| 53 <col width="6%"> |
53 <col style="width: 6%"> |
| 54 </colgroup> |
54 </colgroup> |
| 55 <thead> |
55 <thead> |
| 56 <tr> |
56 <tr> |
| 57 <th></th> |
57 <th></th> |
| 58 <th><fmt:message key="project.name"/></th> |
58 <th><fmt:message key="project.name"/></th> |