<%@ taglib uri="/web-INF/corepatternstaglibrary.tld"
  prefix="corepatterns" %>
<html>
<head><title>Lista pracownikw</title></head>
<body>

<div align="center">
<h3> Lista pracownikw zatrudnionych w dziale <corepatterns:department 
  attribute="id"/> - Strategia pomocnikw jako wasnych znacznikw. </h3>
<table border="1" >
    <tr>
        <th> Imi </th>
        <th> Nazwisko </th>
        <th> Stanowisko </th>
        <th> Identyfikator </th>
        <th> Potrcenia podatkowe </th>
        <th> Wydajno </th>
        <th> Roczne pobory </th>
    </tr>
    <corepatterns:employeelist id="employeelist_key">
    <tr>
        <td><corepatterns:employee attribute="FirstName"/> </td>
        <td><corepatterns:employee attribute= "LastName"/></td> 
        <td><corepatterns:employee attribute= "Designation"/> </td>
        <td><corepatterns:employee attribute= "Id"/></td> 
        <td><corepatterns:employee attribute="NoOfDeductibles"/></td>
        <td><corepatterns:employee attribute="PerformanceRemarks"/></td>
        <td><corepatterns:employee attribute="YearlySalary"/></td>
        <td>
     </tr>
    </corepatterns:employeelist>
</table>
</div>
</body>
