Changes for page Search

From version 9.1
edited by Andrea Omicini
on 15/03/2022 17:50
Change comment: There is no comment for this version
To version 8.1
edited by Andrea Omicini
on 15/03/2022 17:40
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,5 +3,3 @@
1 -= {{stringEngIta eng="Search" ita="Ricerca"/}} =
2 -
3 3  {{velocity}}
4 4  #set( $space = "Courses" )
5 5  #if($request.getParameter("text"))
... ... @@ -9,12 +9,13 @@
9 9  #end
10 10  {{html clean="false" wiki="true"}}
11 11  <form action="">
12 - <div style="background:$theme.borderColor; padding:5px; font-size:larger">
10 + <div style="background:$theme.borderColor;padding:5px;font-size:larger">
13 13   {{stringEngIta eng="Find" ita="Trova" /}}
14 14   <br/>
15 15   <input type="text" name="text" value="$!text.replace(">", "&gt;").replace("<", "&lt;").replace('"', "&quot;")" size="100%"/>
16 16   <br/>
17 - {{stringEngIta eng="in Courses" ita="tra i corsi" /}}
15 + {{stringEngIta eng="in space" ita="nello spazio" /}}
16 + [[{{stringEngIta eng="Courses" ita="Corsi" /}}>>Courses.WebHome]]
18 18   </div>
19 19  </form>
20 20  {{/html}}