OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / templates / webstyles_flowers / html / com_search / search / default.php
1 <?php defined('_JEXEC') or die('Restricted access'); ?>
2 <div class="Post">
3     <div class="Post-tl"></div>
4     <div class="Post-tr"><div></div></div>
5     <div class="Post-bl"><div></div></div>
6     <div class="Post-br"><div></div></div>
7     <div class="Post-tc"><div></div></div>
8     <div class="Post-bc"><div></div></div>
9     <div class="Post-cl"><div></div></div>
10     <div class="Post-cr"><div></div></div>
11     <div class="Post-cc"></div>
12     <div class="Post-body">
13 <div class="Post-inner">
14
15 <?php if ($this->params->def('show_page_title', 1)): ?>
16 <h2 class="PostHeaderIcon-wrapper"> <span class="PostHeader">
17 <span class="componentheading<?php echo $this->params->get('pageclass_sfx')?>"><?php echo $this->escape($this->params->get('page_title')); ?></span>
18 </span>
19 </h2>
20
21 <?php endif; ?>
22 <div class="PostContent">
23
24 <?php echo $this->loadTemplate('form'); ?>
25 <?php if(!$this->error && count($this->results) > 0) :
26         echo $this->loadTemplate('results');
27 else :
28         echo $this->loadTemplate('error');
29 endif; ?>
30
31 </div>
32 <div class="cleared"></div>
33
34
35 </div>
36
37     </div>
38 </div>