Changeset 112364 in spip-zone
- Timestamp:
- Nov 8, 2018, 10:55:14 AM (2 years ago)
- Location:
- _squelettes_/ressourcotheque/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/ressourcotheque/trunk/inclure/sphinx_rubrique.html
r102536 r112364 14 14 <BOUCLE_sphinx(SPHINX) 15 15 {index #ENV{source,spip}} 16 {recherche #ENV*{recherche}} 16 {recherche #ENV*{recherche}} 17 17 {filtermultijson #ID_RUBRIQUE, properties.id_rubrique, #LISTE{#ID_RUBRIQUE}} 18 18 {filtermono article, properties.objet, article} … … 21 21 > 22 22 <li class='item'> 23 <article class='entry article hentry'>23 <article class='entry surlignable article hentry'> 24 24 [(#COMPTEUR_BOUCLE|=={1}|oui)#SET{max,#SCORE}] 25 26 25 26 27 27 <strong class='h3-like entry-title'>[(#SCORE|mult{100}|div{#GET{max}}|intval)%] <a href="#URI">#TITLE</a></strong> 28 28 <p class="publication"> … … 30 30 #NOTATION_ETOILE{#PROPERTIES{notes/note_ponderee}} 31 31 </p> 32 33 [<div class="introduction entry-content clear">(#SNIPPET|sinon{#SUMMARY}|replace{ b>,mark>}|propre)</div>]32 33 [<div class="introduction entry-content clear">(#SNIPPET|sinon{#SUMMARY}|replace{<b>,''}|replace{</b>,''}|propre)</div>] 34 34 </article> 35 35 </li> -
_squelettes_/ressourcotheque/trunk/paquet.xml
r112362 r112364 2 2 prefix="ressourcotheque" 3 3 categorie="squelette" 4 version="1. 7.0"4 version="1.8.0" 5 5 etat="test" 6 6 compatibilite="[3.1.0;3.2.*]" -
_squelettes_/ressourcotheque/trunk/ressourcotheque_options.php
r112175 r112364 9 9 'connexe' => _T('ressourcotheque:connexe') 10 10 ); 11 12 if (isset($_REQUEST['recherche'])) { 13 $_GET['var_recherche'] = $_REQUEST['recherche']; 14 }
Note: See TracChangeset
for help on using the changeset viewer.