OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / templates / tft0006j_back_to_nature / html / com_content / category / default.php
1 <?php // no direct access\r\r
2 defined('_JEXEC') or die('Restricted access');\r\r
3 $cparams =& JComponentHelper::getParams('com_media');\r\r
4 ?>\r\r
5 <div class="Post">\r\r
6     <div class="Post-tl"></div>\r\r
7     <div class="Post-tr"><div></div></div>\r\r
8     <div class="Post-bl"><div></div></div>\r\r
9     <div class="Post-br"><div></div></div>\r\r
10     <div class="Post-tc"><div></div></div>\r\r
11     <div class="Post-bc"><div></div></div>\r\r
12     <div class="Post-cl"><div></div></div>\r\r
13     <div class="Post-cr"><div></div></div>\r\r
14     <div class="Post-cc"></div>\r\r
15     <div class="Post-body">\r\r
16 <div class="Post-inner">\r\r
17 \r\r
18 <?php if ($this->params->def('show_page_title', 1)): ?>\r\r
19 <h2 class="PostHeaderIcon-wrapper"><?php echo JHTML::_('image.site', 'PostHeaderIcon.png', null, null, null, JText::_("PostHeaderIcon"), array('width' => '29', 'height' => '29')); ?> <span class="PostHeader">\r\r
20 <span class="componentheading<?php echo $this->params->get('pageclass_sfx')?>"><?php echo $this->escape($this->params->get('page_title')); ?></span>\r\r
21 </span>\r\r
22 </h2>\r\r
23 \r\r
24 <?php endif; ?>\r\r
25 <div class="PostContent">\r\r
26 \r\r
27 <table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" class="contentpane<?php echo $this->params->get( 'pageclass_sfx' ); ?>">\r\r
28 <tr>\r\r
29         <td width="60%" valign="top" class="contentdescription<?php echo $this->params->get( 'pageclass_sfx' ); ?>" colspan="2">\r\r
30         <?php if ($this->category->image) : ?>\r\r
31                 <img src="<?php echo $this->baseurl . '/' . $cparams->get('image_path') . '/'. $this->category->image;?>" align="<?php echo $this->category->image_position;?>" hspace="6" alt="<?php echo $this->category->image;?>" />\r\r
32         <?php endif; ?>\r\r
33         <?php echo $this->category->description; ?>\r\r
34 </td>\r\r
35 </tr>\r\r
36 <tr>\r\r
37         <td>\r\r
38         <?php\r\r
39                 $this->items =& $this->getItems();\r\r
40                 echo $this->loadTemplate('items');\r\r
41         ?>\r\r
42 \r\r
43         <?php if ($this->access->canEdit || $this->access->canEditOwn) :\r\r
44                         echo JHTML::_('icon.create', $this->category  , $this->params, $this->access);\r\r
45         endif; ?>\r\r
46         </td>\r\r
47 </tr>\r\r
48 </table>\r\r
49 \r\r
50 </div>\r\r
51 <div class="cleared"></div>\r\r
52 \r\r
53 \r\r
54 </div>\r\r
55 \r\r
56     </div>\r\r
57 </div>\r\r
58 \r\r