| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Summary view] [Print] [Text view]
1 <?php // no direct access 2 defined('_JEXEC') or die('Restricted access'); 3 ?> 4 5 <?php JHTML::_('stylesheet', 'poll_bars.css', 'components/com_poll/assets/'); ?> 6 7 <form action="index.php" method="post" name="poll" id="poll"> 8 <?php if ($this->params->get( 'show_page_title', 1)) : ?> 9 <div class="componentheading<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>"> 10 <?php echo $this->escape($this->params->get('page_title')); ?> 11 </div> 12 <?php endif; ?> 13 <div class="contentpane<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>"> 14 <label for="id"> 15 <?php echo JText::_('Select Poll'); ?> 16 <?php echo $this->lists['polls']; ?> 17 </label> 18 </div> 19 <div class="contentpane<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>"> 20 <?php echo $this->loadTemplate('graph'); ?> 21 </div> 22 </form>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |