0byt3m1n1-V2
Path:
/
home
/
phangnga
/
administrator
/
components
/
com_sexypolling
/
views
/
sexycategory
/
tmpl
/
[
Home
]
File: edit.php
<?php /** * Joomla! component sexypolling * * @version $Id: edit.php 2012-04-05 14:30:25 svn $ * @author 2GLux.com * @package Sexy Polling * @subpackage com_sexypolling * @license GNU/GPL * */ // no direct access defined('_JEXEC') or die('Restircted access'); JHtml::_('behavior.tooltip'); JHtml::_('behavior.formvalidation'); ?> <script type="text/javascript"> Joomla.submitbutton = function(task) { var form = document.adminForm; if (task == 'sexycategory.cancel') { submitform( task ); } else { if (form.jform_name.value != ""){ form.jform_name.style.border = "1px solid green"; } if (form.jform_name.value == ""){ form.jform_name.style.border = "1px solid red"; form.jform_name.focus(); } else { submitform( task ); } } } </script> <?php if(JV == 'j2') {//////////////////////////////////////////////////////////////////////////////////////Joomla2.x/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////?> <form action="<?php echo JRoute::_('index.php?option=com_sexypolling&layout=edit&id='.(int) $this->item->id); ?>" method="post" name="adminForm" id="adminForm"> <fieldset class="adminform"> <legend><?php echo JText::_( 'COM_SEXYPOLLING_DETAILS' ); ?></legend> <ul class="adminformlist"> <?php foreach($this->form->getFieldset() as $field): ?> <li><?php echo $field->label;echo $field->input;?></li> <?php endforeach; ?> </ul> </fieldset> <div> <input type="hidden" name="task" value="sexyanswer.edit" /> <?php echo JHtml::_('form.token'); ?> </div> </form> <?php include (JPATH_BASE.'/components/com_sexypolling/helpers/footer.php'); ?> <?php }elseif(JV == 'j3') {//////////////////////////////////////////////////////////////////////////////////////Joomla3.x/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////?> <?php JHtml::_('behavior.tooltip'); JHtml::_('behavior.formvalidation'); JHtml::_('formbehavior.chosen', 'select'); ?> <form action="<?php echo JRoute::_('index.php?option=com_sexypolling&layout=edit&id='.(int) $this->item->id); ?>" method="post" name="adminForm" id="adminForm" class="form-validate form-horizontal"> <div class="row-fluid"> <!-- Begin Newsfeed --> <div class="span10 form-horizontal"> <fieldset> <div class="tab-content"> <div class="tab-pane active" id="details"> <div class="control-group"> <?php foreach($this->form->getFieldset() as $field): ?> <div class="control-label"><?php echo $field->label;?></div> <div class="controls"><?php echo $field->input;?></div> <div style="clear: both;height: 8px;"> </div> <?php endforeach; ?> </div> </div> </div> </fieldset> </div> </div> <input type="hidden" name="task" value="sexycategory.edit" /> <?php echo JHtml::_('form.token'); ?> </form> <?php include (JPATH_BASE.'/components/com_sexypolling/helpers/footer.php'); ?> <?php }?>
©
2018.