Changes for page Search

From version 4.1
edited by Andrea Omicini
on 24/09/2021 17:15
Change comment: There is no comment for this version
To version 10.1
edited by Andrea Omicini
on 02/11/2021 00:29
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -#set($title="Search “Talks” Space")#if($xcontext.language=='it')#set($title="Ricerca nello spazio “Presentazioni”")#end$title
1 +#if($xcontext.language=="it")Ricerca nello spazio “Presentazioni”#{else}Search “Talks” Space#end
Content
... ... @@ -7,10 +7,12 @@
7 7  #end
8 8  {{html clean="false" wiki="true"}}
9 9  <form action="">
10 - <div style="background:lightgray;padding:5px;font-size:large">
11 - {{stringEngIta eng="Find" ita="Trova" /}}&nbsp;
12 - <input type="text" name="text" value="$!text.replace(">", "&gt;").replace("<", "&lt;").replace('"', "&quot;")" size="40"/>
13 - &nbsp;{{stringEngIta eng="in space" ita="nello spazio" /}}
10 + <div style="background:lightgray;padding:5px;font-size:larger">
11 + {{stringEngIta eng="Find" ita="Trova" /}}
12 + <br/>
13 + <input type="text" name="text" value="$!text.replace(">", "&gt;").replace("<", "&lt;").replace('"', "&quot;")" size="100%"/>
14 + <br/>
15 + {{stringEngIta eng="in space" ita="nello spazio" /}}
14 14   [[{{stringEngIta eng="Talks" ita="Presentazioni" /}}>>Talks.WebHome]]
15 15   </div>
16 16  </form>