Guest User

Untitled

a guest
Feb 3rd, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.37 KB | None | 0 0
  1. <?php
  2. use Apps\Website\Helpers\Objects;
  3. ?>
  4.  
  5. <form action="/zoekresultaten" id="filterform" method="get">
  6. <div class="col-md-3 col-sm-4" style="background-color:#e4ebed">
  7. <div class="aanbod_left">
  8. <input type="text" name="trefwoord" class="input_field1" placeholder="Zoek op plaats, adres..." autocomplete="off" value="<?php if (isset($_GET['query'])) echo trim($_GET['query']); ?><?php if (isset($_GET['plaats'])) echo trim($_GET['plaats']); ?><?php if (isset($_GET['trefwoord'])) echo trim($_GET['trefwoord']); ?>">
  9. <div class="clearfix"></div>
  10. <ul id="basics" class="cd-faq-group text-left">
  11. <li class="content-visible">
  12. <a class="cd-faq-trigger" href="#0" style="text-decoration:none; color:#fff">Koop of huur</a>
  13. <div class="cd-faq-content" style="display: block">
  14. <div class="checkbox ">
  15. <input id="koophuur" name="koophuur[]" class="styled" value="koop" type="checkbox" <?php echo (isset($_REQUEST['koophuur']) && ($_REQUEST['koophuur']=='koop' || (is_array($_REQUEST['koophuur']) && in_array('koop',$_REQUEST['koophuur']))))?'checked':'';?>>
  16. <label for="checkbox1" value="koop">Koop</label>
  17. </div>
  18. <div class="checkbox ">
  19. <input id="koophuur" name="koophuur[]" class="styled" value="huur" type="checkbox" <?php echo (isset($_REQUEST['koophuur']) && ($_REQUEST['koophuur']=='huur' || (is_array($_REQUEST['koophuur']) && in_array('huur',$_REQUEST['koophuur']))))?'checked':'';?>>
  20. <label for="checkbox2" value="huur">Huur</label>
  21. </div>
  22. </div> <!-- cd-faq-content -->
  23. </li>
  24.  
  25. <li class="content-visible">
  26. <a class="cd-faq-trigger" href="#0" style="text-decoration:none; color:#fff">Prijs</a>
  27. <div class="cd-faq-content" style="display: block">
  28. <input id="prijsslider_woningaanbod" class="irs-hidden-input" readonly="" type="hidden">
  29. <input type="hidden" name="min_prijs" id="min_prijs">
  30. <input type="hidden" name="max_prijs" id="max_prijs">
  31. </div> <!-- cd-faq-content -->
  32. </li>
  33.  
  34. <li class="content-visible">
  35. <a class="cd-faq-trigger" href="#0" style="text-decoration:none; color:#fff">Soort aanbod</a>
  36. <div class="cd-faq-content" style="display: block">
  37. <div class="checkbox ">
  38. <input id="checkbox3" class="styled" type="checkbox" name="type[]" value="Woning" <?php echo (isset($_REQUEST['type']) && ($_REQUEST['type']=='Woning' || (is_array($_REQUEST['type']) && in_array('Woning',$_REQUEST['type']))))?'checked':'';?>>
  39. <label for="checkbox3">Woonhuis</label>
  40. </div>
  41. <div class="checkbox ">
  42. <input id="checkbox4" class="styled" type="checkbox" name="type[]" value="Appartement" <?php echo (isset($_REQUEST['type']) && ($_REQUEST['type']=='Appartement' || (is_array($_REQUEST['type']) && in_array('Appartement',$_REQUEST['type']))))?'checked':'';?>>
  43. <label for="checkbox4">Appartement</label>
  44. </div>
  45.  
  46. </div> <!-- cd-faq-content -->
  47. </li>
  48.  
  49. <li class="content-visible">
  50. <a class="cd-faq-trigger" href="#0" style="text-decoration:none; color:#fff">Aantal kamers</a>
  51. <div class="cd-faq-content" style="display: block">
  52. <div class="checkbox ">
  53. <input id="checkbox8" class="styled" type="checkbox" name="kamers[]" value="1" <?php echo (isset($_REQUEST['kamers']) && ($_REQUEST['kamers']=='1' || (is_array($_REQUEST['kamers']) && in_array('1',$_REQUEST['kamers']))))?'checked':'';?>>
  54. <label for="checkbox8">1 kamer</label>
  55. </div>
  56. <div class="checkbox ">
  57. <input id="checkbox9" class="styled" type="checkbox" name="kamers[]" value="2" <?php echo (isset($_REQUEST['kamers']) && ($_REQUEST['kamers']=='1' || (is_array($_REQUEST['kamers']) && in_array('2',$_REQUEST['kamers']))))?'checked':'';?>>
  58. <label for="checkbox9">2+ kamers</label>
  59. </div>
  60. <div class="checkbox ">
  61. <input id="checkbox10" class="styled" type="checkbox" name="kamers[]" value="3" <?php echo (isset($_REQUEST['kamers']) && ($_REQUEST['kamers']=='1' || (is_array($_REQUEST['kamers']) && in_array('3',$_REQUEST['kamers']))))?'checked':'';?>>
  62. <label for="checkbox10">3+ kamers</label>
  63. </div>
  64. <div class="checkbox ">
  65. <input id="checkbox11" class="styled" type="checkbox" name="kamers[]" value="4" <?php echo (isset($_REQUEST['kamers']) && ($_REQUEST['kamers']=='1' || (is_array($_REQUEST['kamers']) && in_array('4',$_REQUEST['kamers']))))?'checked':'';?>>
  66. <label for="checkbox11">4+ kamers</label>
  67. </div>
  68.  
  69. </div> <!-- cd-faq-content -->
  70. </li>
  71.  
  72. <li class="content-visible">
  73. <a class="cd-faq-trigger" href="#0" style="text-decoration:none; color:#fff">Woonoppervlakte</a>
  74. <div class="cd-faq-content" style="display: block">
  75. <div class="checkbox ">
  76. <input id="checkbox13" class="styled" name="woonoppervlakte[]" value="50" type="checkbox" <?php echo (isset($_REQUEST['woonoppervlakte']) && ($_REQUEST['woonoppervlakte']=='50' || (is_array($_REQUEST['woonoppervlakte']) && in_array('50',$_REQUEST['woonoppervlakte']))))?'checked':'';?>>
  77. <label for="checkbox13">50+ m²</label>
  78. </div>
  79. <div class="checkbox ">
  80. <input id="checkbox14" class="styled" name="woonoppervlakte[]" value="75" type="checkbox" <?php echo (isset($_REQUEST['woonoppervlakte']) && ($_REQUEST['woonoppervlakte']=='75' || (is_array($_REQUEST['woonoppervlakte']) && in_array('75',$_REQUEST['woonoppervlakte']))))?'checked':'';?>>
  81. <label for="checkbox14">75+ m² </label>
  82. </div>
  83. <div class="checkbox ">
  84. <input id="checkbox15" class="styled" name="woonoppervlakte[]" value="100" type="checkbox" <?php echo (isset($_REQUEST['woonoppervlakte']) && ($_REQUEST['woonoppervlakte']=='100' || (is_array($_REQUEST['woonoppervlakte']) && in_array('100',$_REQUEST['woonoppervlakte']))))?'checked':'';?>>
  85. <label for="checkbox15">100+ m²</label>
  86. </div>
  87. <div class="checkbox ">
  88. <input id="checkbox16" class="styled" name="woonoppervlakte[]" value="150" type="checkbox" <?php echo (isset($_REQUEST['woonoppervlakte']) && ($_REQUEST['woonoppervlakte']=='150' || (is_array($_REQUEST['woonoppervlakte']) && in_array('150',$_REQUEST['woonoppervlakte']))))?'checked':'';?>>
  89. <label for="checkbox16">150+ m² </label>
  90. </div>
  91. <div class="checkbox ">
  92. <input id="checkbox17" class="styled" name="woonoppervlakte[]" value="250" type="checkbox" <?php echo (isset($_REQUEST['woonoppervlakte']) && ($_REQUEST['woonoppervlakte']=='250' || (is_array($_REQUEST['woonoppervlakte']) && in_array('250',$_REQUEST['woonoppervlakte']))))?'checked':'';?>>
  93. <label for="checkbox17">250+ m² </label>
  94. </div>
  95. </div> <!-- cd-faq-content -->
  96. </li>
  97.  
  98.  
  99. <li class="content-visible">
  100. <a class="cd-faq-trigger" href="#0" style="text-decoration:none; color:#fff">Perceeloppervlakte</a>
  101. <div class="cd-faq-content" style="display: block">
  102. <div class="checkbox ">
  103. <input id="checkbox18" class="styled" type="checkbox" name="perceeloppervlakte[]" value="250" <?php echo (isset($_REQUEST['perceeloppervlakte']) && ($_REQUEST['perceeloppervlakte']=='250' || (is_array($_REQUEST['perceeloppervlakte']) && in_array('250',$_REQUEST['perceeloppervlakte']))))?'checked':'';?>>
  104. <label for="checkbox18">250+ m²</label>
  105. </div>
  106. <div class="checkbox ">
  107. <input id="checkbox19" class="styled" type="checkbox" name="perceeloppervlakte[]" value="500" <?php echo (isset($_REQUEST['perceeloppervlakte']) && ($_REQUEST['perceeloppervlakte']=='500' || (is_array($_REQUEST['perceeloppervlakte']) && in_array('500',$_REQUEST['perceeloppervlakte']))))?'checked':'';?>>
  108. <label for="checkbox19">500+ m² </label>
  109. </div>
  110. <div class="checkbox ">
  111. <input id="checkbox20" class="styled" type="checkbox" name="perceeloppervlakte[]" value="1000" <?php echo (isset($_REQUEST['perceeloppervlakte']) && ($_REQUEST['perceeloppervlakte']=='1000' || (is_array($_REQUEST['perceeloppervlakte']) && in_array('1000',$_REQUEST['perceeloppervlakte']))))?'checked':'';?>>
  112. <label for="checkbox20">1.000+ m²</label>
  113. </div>
  114. <div class="checkbox ">
  115. <input id="checkbox21" class="styled" type="checkbox" name="perceeloppervlakte[]" value="2500" <?php echo (isset($_REQUEST['perceeloppervlakte']) && ($_REQUEST['perceeloppervlakte']=='2500' || (is_array($_REQUEST['perceeloppervlakte']) && in_array('2500',$_REQUEST['perceeloppervlakte']))))?'checked':'';?>>
  116. <label for="checkbox21">2.500+ m² </label>
  117. </div>
  118. <div class="checkbox ">
  119. <input id="checkbox22" class="styled" type="checkbox" name="perceeloppervlakte[]" value="5000" <?php echo (isset($_REQUEST['perceeloppervlakte']) && ($_REQUEST['perceeloppervlakte']=='5000' || (is_array($_REQUEST['perceeloppervlakte']) && in_array('5000',$_REQUEST['perceeloppervlakte']))))?'checked':'';?>>
  120. <label for="checkbox22">5.000+ m² </label>
  121. </div>
  122. </div> <!-- cd-faq-content -->
  123. </li>
  124.  
  125.  
  126. <li class="content-visible">
  127. <a class="cd-faq-trigger" href="#0" style="text-decoration:none; color:#fff">Soort bouw</a>
  128. <div class="cd-faq-content" style="display: block">
  129. <div class="checkbox ">
  130. <input id="checkbox23" class="styled" type="checkbox" name="bouwvorm[]" value="bestaande bouw" <?php echo (isset($_REQUEST['bouwvorm']) && ($_REQUEST['bouwvorm']=='bestaande bouw' || (is_array($_REQUEST['bouwvorm']) && in_array('bestaande bouw',$_REQUEST['bouwvorm']))))?'checked':'';?>>
  131. <label for="checkbox23">Bestaande bouw</label>
  132. </div>
  133. <div class="checkbox ">
  134. <input id="checkbox24" class="styled" type="checkbox" name="bouwvorm[]" value="nieuwbouw" <?php echo (isset($_REQUEST['bouwvorm']) && ($_REQUEST['bouwvorm']=='nieuwbouw' || (is_array($_REQUEST['bouwvorm']) && in_array('nieuwbouw',$_REQUEST['bouwvorm']))))?'checked':'';?>>
  135. <label for="checkbox24">Nieuwbouw</label>
  136. </div>
  137. </div> <!-- cd-faq-content -->
  138. </li>
  139. </ul> <!-- cd-faq-group -->
  140.  
  141.  
  142.  
  143. </div>
  144. <button class="submit_button">Ververs <i class="fa fa-chevron-right"></i></button>
  145. </div>
  146.  
  147.  
  148. </form>
Add Comment
Please, Sign In to add comment