Tags:
create new tag
, view all tags
Trois nouveaux plugins ont été installés sur ce nouveau twiki :

La recherche de pdf ( développement interne ) :

Une recherche de pdf dans tous les webs ( déconseillé, prend du temps ) ou dans un web en particulier.

Code du formulaire :

<form action="http://cds.u-strasbg.fr/twiki/bin/rest/PdfSearchCDSPlugin/search"> <input type="text" name="search" size="30" maxlength="255" /> 
<input type="submit" value="Search text" onClick="if (search.value.length < 2) {alert('Search string must have at least 2 characters'); return false;} return true;" /> in <select name="web"> 
<option value="all">all webs</option> <option value="%INCLUDINGWEB%">current web</option> 
%WEBLIST{"     
<option>$name</option>"}% </select> <input type="checkbox" name="begincheck" /> Search the PDF files that begin with the search term </form>
_Note : The time to perform the query may take up to 45 second if the search is performed throughout the twiki_

Exemple :

in Search the PDF files that begin with the search term

Note : The time to perform the query may take up to 45 second if the search is performed throughout the twiki

Le plugin Dashboard :

C'est notamment le plugin utilisé dans la page d'accueil du Twiki

http://twiki.org/cgi-bin/view/Plugins/TWikiDashboardAddOn

Le plugin CommentPlugin :

http://twiki.org/cgi-bin/view/Plugins/CommentPlugin

Vous pouvez insérer ces lignes de code dans chaque topic, il sera alors possible pour n'importe quel utilisateur de déposer un commentaire. Exemple de code :

%COMMENT{noform="on" type="example" templatetopic="Sandbox.CommentPluginTemplateExample" target="%TOPIC%" button="Add comment" }%
LaurentMiguel - 2013-08-30:

exemple commentaire


LaurentMiguel - 2013-08-30:

exemple commentaire 2


Topic revision: r3 - 2013-09-02 - LaurentMiguel
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback