SPIP 3.2 squelette html5up editorial
Page rubrique, dans le sidebar:
Si je mets
<div class='ajax'>#FORMULAIRE_EDITER_ARTICLE3{id_article,
#ID_RUBRIQUE}</div>
Je dois recalculer la page et je vois l'article
L'url de la page est
http://localhost:8888/Memo_editorial/spip.php?rubrique2&var_mode=recalcul
Si j'ajoute #SELF
<div class='ajax'>#FORMULAIRE_EDITER_ARTICLE3{id_article,
#ID_RUBRIQUE,#SELF}</div>
Je n'ai pas besoin de recalculer la page et l'URL est:
http://localhost:8888/Memo_editorial/spip.php?rubrique2&id_article=13
EST-CE CORRECT d'avoir une url comme cela? Je n'ai jamais vu ça ???
MERCI