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

Open in your IDE?
  1. {#
  2. This file is part of EC-CUBE
  3. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  4. http://www.ec-cube.co.jp/
  5. For the full copyright and license information, please view the LICENSE
  6. file that was distributed with this source code.
  7. #}
  8. {% block stylesheet %}
  9. <style>
  10. .space1{
  11.  margin-top: 3px;  
  12. }
  13. </style>
  14. {% endblock %}
  15. <div>
  16.     <div>
  17.         <div>
  18.             <div style="float:left;width:238px;padding:0 0 3px 2px;">
  19.                 <img src="./html/user_data/assets/images_juchi/tokusyuu1.gif" alt="特集" border="0">
  20.             </div>
  21.             <div>
  22.                 <div style="float:left;width:238px;padding:0 0 3px 2px;"><a href="{{ url('kaihin') }}" onMouseover="over('area03')" onMouseout="out('area03')"><img src="./html/user_data/assets/images_juchi/area03_off.gif" alt="海浜リゾートタウン" name="area03" border="0"></a></div>
  23.               </a>
  24.             </div>
  25.             <div>
  26.                  <div style="float:left;width:238px;padding:0 0 3px 2px;"><a href="{{ url('homepage') }}" onMouseover="over('area04')" onMouseout="out('area04')"><img src="./html/user_data/assets/images_juchi/area04_off.gif" alt="海浜リゾートタウン" name="area04" border="0"></a></div>
  27.               </a>
  28.             </div>
  29.             <div>
  30.                  <div style="float:left;width:238px;padding:0 0 3px 2px;"><a href="{{ url('homepage') }}" onMouseover="over('area01')" onMouseout="out('area01')"><img src="./html/user_data/assets/images_juchi/area01_off.gif" alt="海浜リゾートタウン" name="area01" border="0"></a></div>
  31.               </a>
  32.             </div>
  33.         </div>
  34.     </div>
  35. </div>