Changeset 115886 in spip-zone for _squelettes_
- Timestamp:
- Jul 7, 2019, 12:08:19 PM (22 months ago)
- Location:
- _squelettes_/zktx-kore/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/zktx-kore/trunk/breadcrumb.html
r112717 r115886 1 <nav class="bs-extra bs-breadcrumb" role="navigation"> 2 <ol role="navigation" class="container breadcrumb" prefix="v: http://rdf.data-vocabulary.org/#"> 3 [<li typeof="v:Breadcrumb"><i class="fa fa-fw fa-lg fa-home" aria-hidden="true"></i> 4 (#ENV{type-page}|match{sommaire}|?{<span property="v:title"><:accueil_site:></span>,<a rel="home v:url" property="v:title" itemprop="url" href="#URL_SITE_SPIP/"><:accueil_site:></a>}) 5 </li>] 6 <INCLURE{fond=breadcrumb/#ENV{type-page},env} /> 7 </ol> 8 </nav> 1 <section class="bs-extra bs-breadcrumb"> 2 <nav class="container" role="navigation"> 3 <ol role="navigation" class="breadcrumb" prefix="v: http://rdf.data-vocabulary.org/#"> 4 [<li typeof="v:Breadcrumb"><i class="fa fa-fw fa-lg fa-home" aria-hidden="true"></i> 5 (#ENV{type-page}|match{sommaire}|?{<span property="v:title"><:accueil_site:></span>,<a rel="home v:url" property="v:title" itemprop="url" href="#URL_SITE_SPIP/"><:accueil_site:></a>}) 6 </li>] 7 <INCLURE{fond=breadcrumb/#ENV{type-page},env} /> 8 </ol> 9 </nav> 10 </section> -
_squelettes_/zktx-kore/trunk/formulaires/ecrire_auteur.html
r113293 r115886 1 <div class="formulaire_ spip formulaire_ecrire_auteur ajax" id="formulaire_ecrire_auteur#ENV{id}">1 <div class="formulaire_ecrire_auteur ajax" id="formulaire_ecrire_auteur#ENV{id}"> 2 2 <br class='bugajaxie' /> 3 3 [<p class="reponse_formulaire reponse_formulaire_ok bg-success">(#ENV*{message_ok})</p>] -
_squelettes_/zktx-kore/trunk/formulaires/recherche.html
r115882 r115886 1 <form class=" [(#ENV{class})] form-inline" role="form" action="[(#ENV{action})]" method="get">1 <form class="form-inline[ (#ENV{class})]" role="form" action="[(#ENV{action})]" method="get"> 2 2 [(#ENV{action}|form_hidden)] 3 <div class="form-group editer saisie_input"> 4 [<input class="form-control" type="hidden" name="lang" value="(#ENV{lang})" />] 5 <input[ (#HTML5|?{type="search" class="form-control",type="text" class="form-control"[ placeholder="(#ENV{recherche}|sinon{<:search:>})"]})] name="recherche" id="#ENV{_id_champ}"[ value="(#ENV{recherche})"] accesskey="4" autocapitalize="off" autocorrect="off" /> 6 <button type="submit" class="form-control btn btn-primary" title="<:info_rechercher:>"><i class="fa fa-fw fa-lg fa-search" aria-hidden="true"></i></button> 7 </div> 8 3 <div class="form-group editer saisie_input"> 4 [<input class="form-control" type="hidden" name="lang" value="(#ENV{lang})" />] 5 <input[ (#HTML5|?{type="search" class="form-control",type="text" class="form-control"[ placeholder="(#ENV{recherche}|sinon{<:info_rechercher:>})"]})] name="recherche" id="#ENV{_id_champ}"[ value="(#ENV{recherche}|sinon{<:info_rechercher:>})"] accesskey="4" autocapitalize="off" autocorrect="off" onFocus="if(this.value=='<:info_rechercher:>')this.value='';" /> 6 <button type="submit" class="form-control btn btn-primary" title="<:info_rechercher:>"><i class="fa fa-fw fa-lg fa-search" aria-hidden="true"></i></button> 7 </div> 9 8 </form>
Note: See TracChangeset
for help on using the changeset viewer.