-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHeader.jsp
executable file
·19 lines (19 loc) · 1.36 KB
/
Header.jsp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<table width="100%" border="0" cellspacing="0">
<tbody>
<tr class="noir">
<td colspan="8"><br> <html:link href="Home"><font class="Helvetica28ptLightBlanc">KiCsa</font></html:link><br><br></td>
</tr>
<tr class="orange"><td>
<font class="douzeBlanc"> <html:link href="SkillTree" styleClass="menuTop"><bean:message key="menu.skillTree"/></html:link> |
<html:link href="SkillEdit?method=create" styleClass="menuTop"><bean:message key="menu.skillCreate"/></html:link> |
<html:link href="EmployeeEdit?method=create" styleClass="menuTop"><bean:message key="menu.employeeCreate"/></html:link> |
<html:link href="EmployeeSearch" styleClass="menuTop"><bean:message key="menu.employeeDetail"/></html:link> |
<html:link href="Admin" styleClass="menuTop"><bean:message key="menu.admin"/></html:link> |
<%-- a href="Logout" styleClass="menuTop">Logout</a> | --%>
<%-- html:link href="SkillSearch" styleClass="menuTop"><bean:message key="menu.skillSearch"/></html:link> | --%>
<html:link href="mailto:jerome.beau@orangefrance.com" styleClass="menuTop"><bean:message key="menu.help"/></html:link></font></td>
</tr>
<tr>
<td bgcolor="#FFFFFF" colspan="8 height="10" > </td>
</tr>
</table>