Changes for page Search
From version 2.2
edited by Andrea Omicini
on 18/02/2021 22:29
on 18/02/2021 22:29
Change comment:
There is no comment for this version
To version 3.1
edited by Andrea Omicini
on 26/11/2021 00:15
on 26/11/2021 00:15
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -Search 1 +#if($xcontext.language=="it")Ricerca nello spazio “Corsi”#{else}Search “Courses” Space#end - Content
-
... ... @@ -1,1 +1,13 @@ 1 -{{include document="SearchEnIt"/}} 1 +{{include document="Main.MacroSheet"/}}{{velocity filter="none"}}{{html clean="false" wiki="true"}}#set($space = "Courses")#set( $currentCourseDoc = "" )#if($request.getParameter("text"))#set($text = $request.getParameter("text"))#else#set($text = "")#end 2 +<form action=""> 3 + <div style='background:#E8E8E8; padding:5px'> 4 + #stringEnIt('Find','Trova') 5 + <input type="text" name="text" value="$!text.replace(">", ">").replace("<", "<").replace('"', """)" size="40"/> 6 + #stringEnIt('in space Courses','nello spazio dei corsi') 7 + </div> 8 +</form> 9 +{{/html}}{{/velocity}}{{include document="XWiki.WebSearchCode"/}} {{include document="XWiki.Results"/}} 10 + 11 +{{velocity}}#set( $correntCourseDoc = "" ){{/velocity}} 12 + 13 +