<%@ taglib uri="/web-INF/corepatternstaglibrary.tld"
    prefix="corepatterns" %>

<html>
<head><title>Szczegy konta</title></head>
<body>

<corepatterns:AccountQuery queryParams="custid,acctkey" scope="request" />

<h2>
<center> Szczegy konta <corepatterns:Account attribute="owner" />
</h2>
<br><br>

<tr>
    <td>Numer konta:</td>
    <td><corepatterns:Account attribute="number" /></td>
</tr>


<tr>
    <td>Typ konta:</td>
    <td><corepatterns:Account attribute="type" /></td>
</tr>

<tr>
    <td>Saldo:</td>
    <td><corepatterns:Account attribute="balance" /></td>
</tr>

<tr>
    <td>Limit debetu:</td>
    <td><corepatterns:Account attribute="overdraftLimit" /></td>
</tr>
<table border=3>
</table>
</corepatterns:AccountQuery>

<br>
<br>

</center>
<%@ include file="/jsp/trace.seg" %>
</body>
</html>