Changeset 10105 in spip-zone
- Timestamp:
- Mar 3, 2007, 11:35:12 PM (14 years ago)
- Location:
- _contribs_/_wiki_/wiki
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
_contribs_/_wiki_/wiki/article.html
r10104 r10105 95 95 96 96 97 <INCLURE{fond=wiki/inc-pied} >97 <INCLURE{fond=wiki/inc-pied}{id_rubrique}> 98 98 99 99 </body> -
_contribs_/_wiki_/wiki/inc-entete.html
r10073 r10105 1 1 <BOUCLE_r(RUBRIQUES){id_rubrique}> 2 <form action="#URL_RUBRIQUE" method="post"> 2 3 4 <form action="#URL_RUBRIQUE" method="get"> 5 3 6 <div class="header"> 7 8 <a href="#URL_SITE_SPIP/">#NOM_SITE_SPIP</a> 9 :: 4 10 <a href="#URL_RUBRIQUE">#TITRE</a> 5 11 :: 6 12 <a href="#URL_RUBRIQUE#revisions" 7 13 >Derniers changements</a> 8 ::9 Vous êtes10 <?php11 if ($auteur_session) {12 include_spip('inc/texte');13 echo typo($auteur_session['nom']);14 echo " (<a href='"; ?>#URL_LOGOUT<?php15 echo "'>déconnexion</a>)";16 } else {17 echo $ip;18 echo " (<a href='#URL_PAGE{login,url=#SELF}'>connexion</a>)";19 }20 14 21 // Creation d'un nouvel article, cf. article_fonctions.php 22 include_spip('inc/autoriser'); 23 if (autoriser('publierdans', 'rubrique', '#ID_RUBRIQUE')) { 24 echo ' :: Ajouter une page : 25 <input name="ajouter_page_wiki" type="text" value="Titre..." /> 26 <input type="hidden" name="id_rubrique" value="#ID_RUBRIQUE" /> 27 '; 28 } 29 ?> 15 :: Recherche : <input type='text' name='recherche' value='' /> 30 16 </div> 31 17 </form> 18 19 </div> 32 20 </BOUCLE_r> -
_contribs_/_wiki_/wiki/inc-pied.html
r10073 r10105 1 <BOUCLE_r(RUBRIQUES){id_rubrique}> 2 3 <form action="#URL_RUBRIQUE" method="post"> 4 1 5 <div class="copyright"> 2 Fonctionne avec <a href="http://www.spip-contrib.net/">le squelette wiki de spip, pas encore baptisé</a>, inspiré de <a href="http://www.wikini.net/wakka.php?wiki=PagePrincipale">WikiNi</a> 6 7 Vous êtes 8 <?php 9 if ($auteur_session) { 10 include_spip('inc/texte'); 11 echo typo($auteur_session['nom']); 12 echo " (<a href='"; ?>#URL_LOGOUT<?php 13 echo "'>déconnexion</a>)"; 14 } else { 15 echo $ip; 16 echo " (<a href='#URL_PAGE{login,url=#SELF}'>connexion</a>)"; 17 } 18 19 // Creation d'un nouvel article, cf. article_fonctions.php 20 include_spip('inc/autoriser'); 21 if (autoriser('publierdans', 'rubrique', '#ID_RUBRIQUE')) { 22 echo ' <br />Ajouter une page : 23 <input name="ajouter_page_wiki" type="text" value="Titre..." /> 24 <input type="hidden" name="id_rubrique" value="#ID_RUBRIQUE" /> 25 '; 26 } 27 ?> 28 29 <br /> 30 31 Ce site fonctionne avec le squelette <a href="http://www.spip-contrib.net/Gribouille">Gribouille</a> ; inspiré de <a href="http://www.wikini.net/wakka.php?wiki=PagePrincipale">WikiNi</a> 32 33 34 3 35 </div> 36 </form> 37 38 </BOUCLE_r> -
_contribs_/_wiki_/wiki/rubrique.html
r10104 r10105 29 29 30 30 <div class="#EDIT{texte} chapo">[(#TEXTE|sinon{Bienvenue sur le carnet de notes de #NOM_SITE_SPIP.})]</div> 31 32 33 [<h2>Recherche : (#RECHERCHE)</h2>] 34 35 <B_recherche> 36 <ul> 37 <BOUCLE_recherche(ARTICLES){recherche}{branche}{!par points}{0,50}> 38 <li><a href="#URL_ARTICLE">#TITRE</a> (score: #POINTS)</li> 39 </BOUCLE_recherche> 40 </ul> 41 </B_recherche> 42 43 [(#RECHERCHE|?{Pas de résultat})] 31 44 32 45 … … 74 87 75 88 89 <//B_recherche> 90 91 76 92 </div>[(#REM) /page] 77 93 78 <INCLURE{fond=wiki/inc-pied} >94 <INCLURE{fond=wiki/inc-pied}{id_rubrique}> 79 95 80 96 </body>
Note: See TracChangeset
for help on using the changeset viewer.