A search box for anyone.

- pulled the search box out into its own partial
- added a search filter that sticks the search form partial into the search zone
- added the search zone to the top of the classic theme's sidebar

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-06-03 16:17:31 -07:00
parent 43f1031054
commit dcc51f28c6
6 changed files with 41 additions and 10 deletions

View File

@@ -66,6 +66,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Controllers\SearchController.cs" />
<Compile Include="Filters\SearchFilter.cs" />
<Compile Include="Services\ISearchService.cs" />
<Compile Include="Services\SearchService.cs" />
<Compile Include="ViewModels\SearchResultViewModel.cs" />
@@ -81,6 +82,7 @@
<ItemGroup>
<Content Include="Module.txt" />
<Content Include="Styles\search.css" />
<Content Include="Views\SearchForm.ascx" />
<Content Include="Views\Search\Index.ascx" />
<Content Include="Views\Web.config" />
</ItemGroup>