Modifications pour le document Wiki
Modifié par Alexandre Lima Fernandes le 20/09/2024 - 12:30
Depuis la version 16.1
modifié par Alexandre Lima Fernandes
sur 23/08/2024 - 15:38
sur 23/08/2024 - 15:38
Commentaire de modification :
Il n'y a aucun commentaire pour cette version
À la version 24.3
modifié par Alexandre Lima Fernandes
sur 20/09/2024 - 11:44
sur 20/09/2024 - 11:44
Commentaire de modification :
Il n'y a aucun commentaire pour cette version
Résumé
-
Propriétés de la Page (1 modifications, 0 ajouts, 0 suppressions)
Détails
- Propriétés de la Page
-
- Contenu
-
... ... @@ -1,3 +1,32 @@ 1 + {{locationSearch box="true" suggest="false" showExcerpts="false"/}} 2 + 3 +(% class="searchLocation-quickSearch box" data-excerpts="true" data-search-kind="all" data-suggest="false" data-wiki="xwiki" %) 4 +((( 5 +=== {{displayIcon name="find"/}} Rechercher dans la documentation XWiki === 6 + 7 +(% class="wikigeneratedid wikigeneratedheader" %) 8 +Pour rechercher un terme précis, entourez-le de guillemets : 9 + 10 + 11 +((( 12 +{{html clean="false"}} 13 +<form class='searchLocation form-inline' action='/bin/view/Main/Search' role='search'> 14 +<input type="hidden" name="f_space_facet" value="3/publique.dn.outils.wiki."/> 15 +<input type="hidden" name="f_type" value="DOCUMENT"/> 16 +<input type="hidden" name="r" value="1"/> 17 +<p> 18 +<span class='input-group-btn'> 19 +<input type='text' name='text' placeholder="Rechercher..." /> 20 +<button type='submit' class='btn' title="Rechercher" aria-expanded='false' aria-controls='searchLocationInput'>Rechercher</button> 21 +</span> 22 +</p> 23 +</form> 24 +{{/html}} 25 +))) 26 +))) 27 + 28 + 29 + 1 1 {{html wiki="true"}} 2 2 3 3 <div class="row"> ... ... @@ -111,7 +111,29 @@ 111 111 112 112 </div> 113 113 114 - 115 -<br><center><a href="https://assistance.univ-lorraine.fr/pages/exec.php/object/create/UserRequest?exec_module=itop-portal-base&exec_page=index.php&portal_id=itop-portal&ar_token=eyJydWxlcyI6WyJjb250YWN0LXRvLXVzZXJyZXF1ZXN0Iiwic2VydmljZXN1YmNhdGVnb3J5LXRvLXVzZXJyZXF1ZXN0IiwiZ28tdG8tb3Blbi1yZXF1ZXN0LW9uLXN1Ym1pdCJdLCJzb3VyY2VzIjp7IlNlcnZpY2VGYW1pbHkiOiI2IiwiU2VydmljZSI6IjI4IiwiU2VydmljZVN1YmNhdGVnb3J5IjoiMTE0In19" class="btn btn-primary" target="_blank">Vous avez une question au sujet de la plateforme XWiki ?<br>Contactez l'assitance </a></center> 116 116 {{/html}} 117 117 145 + 146 +{{html}} 147 + 148 +<div class="container-fluid"> 149 + <div class="row"> 150 + <div class="col-xs-12 col-sm-6 col-lg-4 col-sm-offset-3 col-lg-offset-4" style="margin-bottom: 20px;"> 151 + <div class="panel panel-default" style="border-color: #ccc;"> 152 + <div class="panel-heading" style="background-color: #3498BF; color: #FFF; display: flex; align-items: center; min-height: 70px;"> 153 + <div style="margin-right: 10px;"> 154 + <i class="fa fa-life-ring" aria-hidden="true" style="font-size: 2em;"></i> 155 + </div> 156 + <div> 157 + <h2 class="panel-title" style="font-weight: 100; margin-top: 0; font-size: 22px;">J'ai besoin d'aide</h2> 158 + </div> 159 + </div> 160 + <div class="panel-body" style="padding-left: 30px;"> 161 + Vous avez une question au sujet de la plateforme XWiki ? <br><br><a href="https://u2l.fr/assistancewiki" class="btn btn-primary" target="_blank">Contactez l'assistance XWiki <i class="fa fa-external-link" aria-hidden="true"></i> </a> 162 + </div> 163 + </div> 164 + </div> 165 + </div> 166 +</div> 167 + 168 +{{/html}}