OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / templates / webstyles_flowers / html / com_poll / poll / default.php
1 <?php // no direct access
2 defined('_JEXEC') or die('Restricted access');
3 ?>
4 <?php JHTML::_('stylesheet', 'poll_bars.css', 'components/com_poll/assets/'); ?>
5 <form action="index.php" method="post" name="poll" id="poll">
6 <div class="Post">
7     <div class="Post-tl"></div>
8     <div class="Post-tr"><div></div></div>
9     <div class="Post-bl"><div></div></div>
10     <div class="Post-br"><div></div></div>
11     <div class="Post-tc"><div></div></div>
12     <div class="Post-bc"><div></div></div>
13     <div class="Post-cl"><div></div></div>
14     <div class="Post-cr"><div></div></div>
15     <div class="Post-cc"></div>
16     <div class="Post-body">
17 <div class="Post-inner">
18
19 <?php if ($this->params->def('show_page_title', 1)): ?>
20 <h2 class="PostHeaderIcon-wrapper"> <span class="PostHeader">
21 <span class="componentheading<?php echo $this->params->get('pageclass_sfx')?>"><?php echo $this->escape($this->params->get('page_title')); ?></span>
22 </span>
23 </h2>
24
25 <?php endif; ?>
26 <div class="PostContent">
27
28 <div class="contentpane<?php echo $this->params->get( 'pageclass_sfx' ) ?>">
29         <label for="id">
30                 <?php echo JText::_('Select Poll'); ?>
31                 <?php echo $this->lists['polls']; ?>
32         </label>
33 </div>
34 <div class="contentpane<?php echo $this->params->get( 'pageclass_sfx' ) ?>">
35 <?php echo $this->loadTemplate('graph'); ?>
36 </div>
37
38 </div>
39 <div class="cleared"></div>
40
41
42 </div>
43
44     </div>
45 </div>
46
47 </form>