Changes for page Search

From version 11.1
edited by Andrea Omicini
on 22/07/2022 13:12
Change comment: There is no comment for this version
To version 3.1
edited by Andrea Omicini
on 26/11/2021 00:15
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,0 +1,1 @@
1 +#if($xcontext.language=="it")Ricerca nello spazio “Corsi”#{else}Search “Courses” Space#end
Content
... ... @@ -1,3 +1,13 @@
1 -= {{stringEngIta eng="Search" ita="Ricerca"/}} =
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(">", "&gt;").replace("<", "&lt;").replace('"', "&quot;")" 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"/}}
2 2  
3 -{{include reference="Courses.Environment" excludeFirstHeading="true"/}}{{include reference="Main.Class.Search" excludeFirstHeading="true"/}}
11 +{{velocity}}#set( $correntCourseDoc = "" ){{/velocity}}
12 +
13 +