Changes for page Search

From version 8.1
edited by Andrea Omicini
on 15/03/2022 17:40
Change comment: There is no comment for this version
To version 9.1
edited by Andrea Omicini
on 15/03/2022 17:50
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,0 @@
1 -#if($xcontext.language=="it")Ricerca nello spazio “Corsi”#{else}Search “Courses” Space#end
Content
... ... @@ -1,3 +1,5 @@
1 += {{stringEngIta eng="Search" ita="Ricerca"/}} =
2 +
1 1  {{velocity}}
2 2  #set( $space = "Courses" )
3 3  #if($request.getParameter("text"))
... ... @@ -7,13 +7,12 @@
7 7  #end
8 8  {{html clean="false" wiki="true"}}
9 9  <form action="">
10 - <div style="background:$theme.borderColor;padding:5px;font-size:larger">
12 + <div style="background:$theme.borderColor; padding:5px; font-size:larger">
11 11   {{stringEngIta eng="Find" ita="Trova" /}}
12 12   <br/>
13 13   <input type="text" name="text" value="$!text.replace(">", "&gt;").replace("<", "&lt;").replace('"', "&quot;")" size="100%"/>
14 14   <br/>
15 - {{stringEngIta eng="in space" ita="nello spazio" /}}
16 - [[{{stringEngIta eng="Courses" ita="Corsi" /}}>>Courses.WebHome]]
17 + {{stringEngIta eng="in Courses" ita="tra i corsi" /}}
17 17   </div>
18 18  </form>
19 19  {{/html}}