w
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

search.mtpl
text/plain

Download raw (506 bytes)

<p><%- t('Classer') %>: <span class="js-sort-by-title"><%- t('Par titre') %></span> <span class="js-sort-by-date"><%- t('Par date') %></span></p>
<br>

<h1 class="search__heading">Recherche</h1>
<form class="search__form panel-form" action="search_submit" method="get" accept-charset="utf-8">
    <input class="search__textfield search-input panel-form__textfield" type="text" placeholder="<%- t('Titre ou auteur') %>">
    <button class="search__submit panel-form__submit"><%- t('Ok') %></button>
</form>