Sha256: ecca163cd1915ec318baf384109cac95386e7e2869815dbe85108511f30b2afe
Contents?: true
Size: 1.73 KB
Versions: 6
Compression:
Stored size: 1.73 KB
Contents
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Adherent</title> <link href="/assets/adherent/application.css" media="all" rel="stylesheet" type="text/css"> <script src="/assets/adherent/application.js" type="text/javascript"></script> </head> <body class="adherent"> <div class="container-fluid"> <div>Mon header personnalisé</div> <div class="row-fluid"> <div> <ul class="nav nav-tabs" id="menu_general"> <!-- pas très bien nommé, la suite affiche les icones --><li class="horizontal_icons"> <a href="/" class="icon_menu" title="Navigation90"><img alt="Navigation90" src="/assets/adherent/icones/navigation90.png"></a> <a href="/adherent/members/new" class="icon_menu" title="Nouveau"><img alt="Nouveau" src="/assets/adherent/icones/nouveau.png"></a> </li> </ul> </div> <div id="main-zone"> <div class="row-fluid"> </div> <div class="champ"> <h3>Liste des membres</h3> <table class="table table-striped table-bordered table-condensed" cellpadding="0" cellspacing="0" border="0"> <thead><tr> <th>Numero </th> <th>Nom</th> <th>Prénom</th> <th>Date de naissance</th> <th>E-mail</th> <th>Téléphone</th> <th>Actions</th> </tr></thead> <tbody></tbody> </table> </div> </div> </div> <div class="push"></div> </div> <div id="adherent_footer"> Place pour le footer : surcharger le partial _footer dans votre application principale pour y adapter votre Footer ou masquer ce div par un style display: hidden; si vous ne voulez pas personnaliser ce header. L'id de ce header est #adherent_footer </div> </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems