Changeset 87156 in spip-zone for _squelettes_/zktx-kore/trunk/content/404.html
- Timestamp:
- Jan 20, 2015, 11:45:07 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/zktx-kore/trunk/content/404.html
r80466 r87156 1 [(#REM) Fil d'Ariane ] 2 <nav class="breadcrumb"><a href="#URL_SITE_SPIP/"><:accueil_site:></a><span class="sep"> > </span><strong class="on"><:pass_erreur:> 404</strong></nav> 1 <div class="container"> 2 [(#REM) Fil d'Ariane ] 3 <ol role="navigation" class="breadcrumb" prefix="v: http://rdf.data-vocabulary.org/#"> 4 <li typeof="v:Breadcrumb"> 5 <a rel="home v:url" property="v:title" href="#URL_SITE_SPIP/" itemprop="url"> 6 <span itemprop="title"><:accueil_site:></span> 7 </a> 8 </li> 9 <li typeof="v:Breadcrumb" class="active on"> 10 <strong property="v:title" itemprop="title"><:pass_erreur:> 404</strong> 11 </li> 12 </ol> 3 13 4 <section class="content-principal"> 5 <header class="cartouche"> 6 <h1 class="h1"><small><:pass_erreur:> 404</small> Page introuvable ! <big>:-(</big></h1> 7 <div class="chapo"><:zktx:pass_erreur_404:></div> 8 </header> 9 <section class="texte"> 10 [(#ENV{erreur})] 11 #FORMULAIRE_RECHERCHE 14 [(#REM) Contenu principal ] 15 <section class="row"> 16 <header class="bg-warning col-sm-12 col-md-8 col-lg-8"> 17 <h1 class="h1 text-warning"><small><:pass_erreur:> 404</small> Page introuvable ! <big>:-(</big></h1> 18 <p class="text-warning"><:zktx:pass_erreur_404:></p> 19 </header> 20 <section class="well col-sm-12 col-md-4 col-lg-4"> 21 [(#ENV{erreur})] 22 #FORMULAIRE_RECHERCHE 23 </section> 12 24 </section> 13 </ section>25 </div>
Note: See TracChangeset
for help on using the changeset viewer.