--- a/web/thdProject/apps/frontend/modules/homepage/actions/components.class.php Wed Apr 14 16:15:11 2010 +0200
+++ b/web/thdProject/apps/frontend/modules/homepage/actions/components.class.php Wed Apr 14 16:15:54 2010 +0200
@@ -5,9 +5,6 @@
public function executeSideBar() {
}
- public function executeSearch() {
-
- }
public function executeTagList() {
// FIXME: Dummy value
$this->tag = Array('score' => 3);
--- a/web/thdProject/apps/frontend/modules/homepage/templates/_search.php Wed Apr 14 16:15:11 2010 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-<div id="search">
- <h3 class="head">
- Recherche classique :
- </h3>
- <form name="search-form" id="search-form" method="get" action="<?php echo url_for('@search') ?>">
- <input type="text" name="text" value="tapez votre recherche..." class="field help search" />
- <button type="submit" class="submit">chercher</button>
- </form>
-</div>
\ No newline at end of file
--- a/web/thdProject/apps/frontend/modules/homepage/templates/_sideBar.php Wed Apr 14 16:15:11 2010 +0200
+++ b/web/thdProject/apps/frontend/modules/homepage/templates/_sideBar.php Wed Apr 14 16:15:54 2010 +0200
@@ -1,2 +1,7 @@
<?php include_component( "homepage", "tagList" ) ?>
-<?php include_component( "homepage", "search" ) ?>
\ No newline at end of file
+<div id="search">
+ <h3 class="head">
+ Recherche classique :
+ </h3>
+ <?php include_component( "partials", "search" ) ?>
+</div>
\ No newline at end of file
--- a/web/thdProject/apps/frontend/modules/search/actions/components.class.php Wed Apr 14 16:15:11 2010 +0200
+++ b/web/thdProject/apps/frontend/modules/search/actions/components.class.php Wed Apr 14 16:15:54 2010 +0200
@@ -5,9 +5,6 @@
public function executeSideBar() {
}
- public function executeSearch() {
-
- }
public function executeSelectedFilm() {
--- a/web/thdProject/apps/frontend/modules/search/templates/_search.php Wed Apr 14 16:15:11 2010 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-<div id="search">
- <h3 class="head">
- Effectuer une autre recherche :
- </h3>
- <form name="search-form" id="search-form" method="get" action="<?php echo url_for('@search') ?>">
- <input type="text" name="text" value="tapez votre recherche..." class="field help search" />
- <button type="submit" class="submit">chercher</button>
- </form>
-</div>
\ No newline at end of file
--- a/web/thdProject/apps/frontend/modules/search/templates/_sideBar.php Wed Apr 14 16:15:11 2010 +0200
+++ b/web/thdProject/apps/frontend/modules/search/templates/_sideBar.php Wed Apr 14 16:15:54 2010 +0200
@@ -1,1 +1,6 @@
-<?php include_component( "search", "search" ) ?>
\ No newline at end of file
+<div id="search">
+ <h3 class="head">
+ Effectuer une autre recherche :
+ </h3>
+ <?php include_component( "partials", "search" ) ?>
+</div>
\ No newline at end of file