OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / templates / tft0006j_back_to_nature / html / com_weblinks / category / default.php
1 <?php defined('_JEXEC') or die('Restricted access'); ?>\r\r
2 <div class="Post">\r\r
3     <div class="Post-tl"></div>\r\r
4     <div class="Post-tr"><div></div></div>\r\r
5     <div class="Post-bl"><div></div></div>\r\r
6     <div class="Post-br"><div></div></div>\r\r
7     <div class="Post-tc"><div></div></div>\r\r
8     <div class="Post-bc"><div></div></div>\r\r
9     <div class="Post-cl"><div></div></div>\r\r
10     <div class="Post-cr"><div></div></div>\r\r
11     <div class="Post-cc"></div>\r\r
12     <div class="Post-body">\r\r
13 <div class="Post-inner">\r\r
14 \r\r
15 <?php if ($this->params->def('show_page_title', 1)): ?>\r\r
16 <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
17 <span class="componentheading<?php echo $this->params->get('pageclass_sfx')?>"><?php echo $this->escape($this->params->get('page_title')); ?></span>\r\r
18 </span>\r\r
19 </h2>\r\r
20 \r\r
21 <?php endif; ?>\r\r
22 <div class="PostContent">\r\r
23 \r\r
24 <table width="100%" cellpadding="4" cellspacing="0" border="0" align="center" class="contentpane<?php echo $this->params->get( 'pageclass_sfx' ); ?>">\r\r
25 <?php if ( @$this->category->image || @$this->category->description ) : ?>\r\r
26 <tr>\r\r
27         <td valign="top" class="contentdescription<?php echo $this->params->get( 'pageclass_sfx' ); ?>">\r\r
28         <?php\r\r
29                 if ( isset($this->category->image) ) :  echo $this->category->image; endif;\r\r
30                 echo $this->category->description;\r\r
31         ?>\r\r
32         </td>\r\r
33 </tr>\r\r
34 <?php endif; ?>\r\r
35 <tr>\r\r
36         <td width="60%" colspan="2">\r\r
37         <?php echo $this->loadTemplate('items'); ?>\r\r
38         </td>\r\r
39 </tr>\r\r
40 <?php if ($this->params->get('show_other_cats', 1)): ?>\r\r
41 <tr>\r\r
42         <td width="60%" colspan="2">\r\r
43                 <ul>\r\r
44                 <?php foreach ( $this->categories as $category ) : ?>\r\r
45                         <li>\r\r
46                                 <a href="<?php echo $category->link; ?>" class="category<?php echo $this->params->get( 'pageclass_sfx' ); ?>">\r\r
47                                         <?php echo $this->escape($category->title);?></a>\r\r
48                                 &nbsp;\r\r
49                                 <span class="small">\r\r
50                                         (<?php echo $category->numlinks;?>)\r\r
51                                 </span>\r\r
52                         </li>\r\r
53                 <?php endforeach; ?>\r\r
54                 </ul>\r\r
55         </td>\r\r
56 </tr>\r\r
57 <?php endif; ?>\r\r
58 </table>\r\r
59 \r\r
60 </div>\r\r
61 <div class="cleared"></div>\r\r
62 \r\r
63 \r\r
64 </div>\r\r
65 \r\r
66     </div>\r\r
67 </div>\r\r
68 \r\r