Coucou,

J'ai commencé à faire quelque chose pour la refonte de la pagination.

Brut de décoffrage, le code pondu est le suivant :
<form action="/dc2/admin/posts.php" method="get">
    <p class="pagination">
        <a href="/dc2/admin/posts.php?page=1">
            <img src="style/page/pagination_1_first.png" />
        </a>&nbsp;
        <a href="/dc2/admin/posts.php?page=4">
            <img src="style/page/pagination_1_previous.png" />
        </a>&nbsp;
        Page 5 / 7 &nbsp;
        <a href="/dc2/admin/posts.php?page=6">
            <img src="style/page/pagination_1_next.png" />
        </a>&nbsp;
        <a href="/dc2/admin/posts.php?page=7">
            <img src="style/page/pagination_1_last.png" />
        </a>&nbsp
        Direct access page
        <input type="text" size="3" name="page" maxlength="10"  />
        <input type="submit" value="Ok" name="ok" />
    </p>
</form>

J'imagine qu'il manque plein de label, de alt et compagnie. Des suggestions
?

--
Bruno
-- 
Dev mailing list - [email protected] - http://ml.dotclear.org/listinfo/dev

Répondre à