| Current Path : /home/j/u/v/juvelize/www/administrator/components/com_sexypolling/views/sexyanswer/tmpl/ |
| Current File : /home/j/u/v/juvelize/www/administrator/components/com_sexypolling/views/sexyanswer/tmpl/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 == 'sexyanswer.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="helloworld-form">
<?php if(($this->max_id < 5) || ($this->item->id != 0)) {?>
<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>
<?php } else { ?>
<div style="color: rgb(235, 9, 9);font-size: 16px;font-weight: bold;">Please Upgrade to PRO Version to have more than five Sexy Answers!</div>
<div id="cpanel" style="float: left;">
<div class="icon" style="float: right;">
<a href="<?php echo JText::_( 'COM_SEXYPOLLING_SUBMENU_BUY_PRO_VERSION_LINK' ); ?>" target="_blank" title="Please Upgrade to PRO Version to have more than five Sexy Answers!">
<table style="width: 100%;height: 100%;text-decoration: none;">
<tr>
<td align="center" valign="middle">
<img src="components/com_sexypolling/assets/images/shopping_cart.png" /><br />
<?php echo JText::_( 'COM_SEXYPOLLING_SUBMENU_BUY_PRO_VERSION' ); ?>
</td>
</tr>
</table>
</a>
</div>
</div>
<div style="font-style: italic;font-size: 12px;color: #949494;clear: both;">Updrading to PRO is easy, and will take only <u style="color: rgb(44, 66, 231);font-weight: bold;">5 minutes!</u></div>
<?php }?>
<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">
<?php if(($this->max_id < 5) || ($this->item->id != 0)) {?>
<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>
<?php } else { ?>
<div style="color: rgb(235, 9, 9);font-size: 16px;font-weight: bold;">Please Upgrade to PRO Version to have more than five Sexy Answers!</div>
<div id="cpanel" style="float: left;">
<div class="icon" style="float: right;">
<a href="<?php echo JText::_( 'COM_SEXYPOLLING_SUBMENU_BUY_PRO_VERSION_LINK' ); ?>" target="_blank" title="Please Upgrade to PRO Version to have more than five Sexy Answers!">
<table style="width: 100%;height: 100%;text-decoration: none;">
<tr>
<td align="center" valign="middle">
<img src="components/com_sexypolling/assets/images/shopping_cart.png" /><br />
<?php echo JText::_( 'COM_SEXYPOLLING_SUBMENU_BUY_PRO_VERSION' ); ?>
</td>
</tr>
</table>
</a>
</div>
</div>
<div style="font-style: italic;font-size: 12px;color: #949494;clear: both;">Updrading to PRO is easy, and will take only <u style="color: rgb(44, 66, 231);font-weight: bold;">5 minutes!</u></div>
<?php }?>
</div>
</div>
<input type="hidden" name="task" value="sexyanswer.edit" />
<?php echo JHtml::_('form.token'); ?>
</form>
<?php include (JPATH_BASE.'/components/com_sexypolling/helpers/footer.php'); ?>
<?php }?>
<style>
#jform_name {
width: 650px;
}
</style>