<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
    <title></title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <style type="text/css">
        <!--
            .invisible {
                visibility: hidden;
            }
            .inline {
                display: inline;
            }
        -->
    </style>
</head>
<body>
    <table>
        <thead>
            <tr>
                <th>given_name</th>
                <th>surname</th>
            </tr>
        </thead>
        <tbody>
            <tr class="z-result">
                <td class="z-given-name">f</td>
                <td class="z-surname">s</td>
            </tr>
            <tr>
                <td colspan="3" class="z-pagination">
                    <a href="#" class="z-previous-page">&lt;</a>
                    <a href="#" class="z-first-page"></a>
                    <span class="z-hidden-previous">..</span>
                    <span class="z-previous-pages">
                        <a href="#"></a>
                    </span>
                    <form class="inline z-current-page-form" method="post" action="#">
                        <div class="inline">
                            <input name="current_page" class="z-current-page" style="text-align: center;" value="" size="" />
                        </div>    
                    </form>
                    <span class="z-next-pages">
                        <a href="#"></a>
                    </span>
                    <span class="z-hidden-next">..</span>
                    <a href="#" class="z-last-page"></a>
                    <a href="#" class="z-next-page">&gt;</a>
                </td>
            </tr>
        </tbody>
    </table>
</body>
</html>