app/template/default/Block/area.twig line 1

Open in your IDE?
  1. <div class="box_01" style="width:230px;margin-bottom:2px;">
  2. <h3 style="width:230px;">エリア別検索</h3>
  3. <table width="220" border="0" cellspacing="1" cellpadding="0">
  4. <tr>
  5. <td align="center" valign="top" bgcolor="white" >
  6. <img src="./html/user_data/assets/images/space.gif" alt="" height="1" width="1" border="0" hspace="10" vspace="5">
  7. <table border="0" cellspacing="0" cellpadding="0">
  8. <tr>
  9.   <td valign="top"><img id="tmap" src="./html/user_data/assets/images_juchi/map_L.gif" alt="千葉県南房総の田舎暮らし!海の見える海浜リゾート物件。里山古民家物件。永住・別荘向き土地住宅等不動産情報満載。" border="0" usemap="#Map">
  10.     <map name="Map">
  11.       <area shape="poly" coords="61,120,10,170,10,220,73,203,80,123" href="{{ url('product_list') }}?category_id={{ 23 }} alt="内房" title="内房" onmouseover="mapover(1)" onmouseout="mapout()">
  12.       <area shape="poly" coords="120,135,90,135,73,203,30,213,50,230,120,200" href="{{ url('product_list') }}?category_id={{ 24 }}"  alt="外房" title="外房" onmouseover="mapover(2)" onmouseout="mapout()">
  13.       <area shape="poly" coords="30,218,50,230,30,270,10,270,13,225" href="{{ url('product_list') }}?category_id={{ 25 }}"  alt="南房総" title="南房総" onmouseover="mapover(3)" onmouseout="mapout()">
  14.       <area shape="poly" coords="120,135,90,132,100,95,175,65,200,80,165,85,150,90" href="{{ url('product_list') }}?category_id={{ 26 }}"  alt="九十九里" title="九十九里" onmouseover="mapover(4)" onmouseout="mapout()">
  15.       <area shape="poly" coords="61,120,80,123,90,132,100,95,175,65,130,27,95,50,75,55,35,40,0,0,20,40,25,90" href="{{ url('product_list') }}?category_id={{ 33 }}"  alt="北総" title="北総" onmouseover="mapover(5)" onmouseout="mapout()">
  16.       <area shape="rect" coords="90,225,190,267" href="{{ url('product_list') }}?category_id={{ 18 }}"  alt="その他都道府県" title="その他都道府県" onmouseover="mapover(6)" onmouseout="mapout()">
  17.     </map>
  18.   </td>
  19. </tr>
  20. </table>
  21. </td>
  22. </tr>
  23. </table>
  24. </td>
  25. </tr>
  26. </table>
  27. <form name="search_form" id="search_form" method="get" action="{{ path('product_list') }}">
  28. <input type="hidden" name="mode" value="search" />
  29. <table width="200" border="0" cellpadding="0" cellspacing="0" style="margin-top:5px;padding:2px;">
  30. <tr>
  31. <td colspan="2" style="text-align:left;color: #252525; font-size: 13px; line-height: 17px; letter-spacing: 0px; margin-top: 2px; margin-bottom: 2px ">■市・区・町・村や別荘分譲地又はリゾート地で探す  例)鴨川、館山、富津</td>
  32. </tr>
  33. <tr align="left">
  34.   <td width="80"><input type="text" name="name" class="box142" maxlength="50" value="" style="width:170px;"/></td>
  35.   <td width="100"><input type="image" onmouseover="chgImgImageSubmit('./html/user_data/assets/side/button_search_on.gif',this)" onmouseout="chgImgImageSubmit('./html/user_data/assets/side/button_search.gif',this)" src="./html/user_data/assets/side/button_search.gif" class="box51" alt="検索" name="search" /></td>
  36. </tr>
  37. </table>
  38. </form>
  39. </div>