src/main/webapp/WEB-INF/jsp/projects.jsp

changeset 180
009700915269
parent 134
f47e82cd6077
child 181
502a10e24b85
equal deleted inserted replaced
179:623c340058f3 180:009700915269
1 <%-- 1 <%--
2 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 2 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3 3
4 Copyright 2018 Mike Becker. All rights reserved. 4 Copyright 2021 Mike Becker. All rights reserved.
5 5
6 Redistribution and use in source and binary forms, with or without 6 Redistribution and use in source and binary forms, with or without
7 modification, are permitted provided that the following conditions are met: 7 modification, are permitted provided that the following conditions are met:
8 8
9 1. Redistributions of source code must retain the above copyright 9 1. Redistributions of source code must retain the above copyright
35 <fmt:message key="no-projects"/> 35 <fmt:message key="no-projects"/>
36 </div> 36 </div>
37 </c:if> 37 </c:if>
38 38
39 <div id="tool-area"> 39 <div id="tool-area">
40 <a href="./projects/create" class="button"><fmt:message key="button.create"/></a> 40 <a href="./projects/create" class="button"><fmt:message key="button.project.create"/></a>
41 </div> 41 </div>
42 42
43 <c:if test="${not empty viewmodel.projectList}"> 43 <c:if test="${not empty viewmodel.projectList}">
44 <table id="project-list" class="datatable medskip"> 44 <table id="project-list" class="datatable medskip">
45 <colgroup> 45 <colgroup>

mercurial