Changes for page ListWebSearch
Last modified by Ecaterina Valica on 2010/07/22 10:30
From version 170.1
edited by Ecaterina Valica
on 2009/03/19 15:51
on 2009/03/19 15:51
Change comment:
There is no comment for this version
To version 156.1
edited by Ecaterina Valica
on 2009/03/19 15:11
on 2009/03/19 15:11
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -34,13 +34,13 @@ 34 34 #end 35 35 <div id="search"> 36 36 <form action=""> 37 - <div id="searchBar"> 38 38 {pre} 39 - <input type="text" name="text" value="search..." size="50"/> 40 - #spaceselect($space $spaces $spacesText) <input class="button searchButton" type="image" src="/xwiki/skins/albatross/go.png" value="Go"/> 38 + <div id="searchBar"> 39 + <input type="text" name="text" value="$xwiki.getFormEncoded($!text)" size="50"/> 40 + #spaceselect($space $spaces $spacesText) <input type="submit" value="Search"/> 41 41 <div class="searchHelp">eq. xwiki* AND "search query"</div> 42 + </div> 42 42 {/pre} 43 - </div> 44 44 </form> 45 45 #includeInContext("XWiki.WebSearchCode") 46 46 #includeInContext("XWiki.ListResults")
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -14,9 +14,6 @@ 14 14 border: 1px solid #b3b3b3; 15 15 color: #4d4d4d; 16 16 } 17 -.searchButton{ 18 - border: none; 19 -} 20 20 .searchHelp{ 21 21 font-size: 80%; 22 22 color: #808080; ... ... @@ -25,13 +25,12 @@ 25 25 .searchFilters{ 26 26 clear: both; 27 27 margin-bottom: 15px; 28 - font-size: 90%; 29 29 } 30 30 #sortFilter{ 31 31 color: #808080; 32 - background-color: # F9F9F9;28 + background-color: #e6e6e6; 33 33 padding: 5px; 34 - line-height: 16px;30 + line-height: 22px; 35 35 } 36 36 #sortFilter a.sortType{ 37 37 color: #808080; ... ... @@ -82,7 +82,7 @@ 82 82 margin:0!important; 83 83 padding:0!important; 84 84 list-style:none; 85 - background-image:url($xwiki.getSkinFile("navigation.png")); 81 + background-image:url($xwiki.getSkinFile("navigation2.png")); 86 86 float: right; 87 87 } 88 88 .controlPagination li{ ... ... @@ -125,13 +125,13 @@ 125 125 width: 3%; 126 126 } 127 127 .itemType .typeComment{ 128 - background:transparent url($xwiki.getSkinFile("comment. png")) center right no-repeat;124 + background:transparent url($xwiki.getSkinFile("comment.gif")) center right no-repeat; 129 129 display:inline-block; 130 130 width:16px; 131 131 height:16px; 132 132 } 133 133 .itemType .typeAttachment{ 134 - background:transparent url($xwiki.getSkinFile("attach. png")) center right no-repeat;130 + background:transparent url($xwiki.getSkinFile("attach.gif")) center right no-repeat; 135 135 display:inline-block; 136 136 width:16px; 137 137 height:16px; ... ... @@ -150,7 +150,7 @@ 150 150 .itemDescription a{ 151 151 color: #5599ff; 152 152 } 153 -.itemTitle a{149 +.itemTitle{ 154 154 color: #4d4d4d; 155 155 font-weight: bold; 156 156 font-size:130%; ... ... @@ -261,7 +261,6 @@ 261 261 display: block; 262 262 clear: both; 263 263 text-align: right; 264 - font-size: 90%; 265 265 } 266 266 .divClosure { 267 267 background-color: transparent;