<?php /* Smarty version 2.6.27, created on 2013-11-27 09:06:50
         compiled from /home/vinhostm/public_html/order/modules/servers/cpanel/clientarea.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'htmlentities', '/home/vinhostm/public_html/order/modules/servers/cpanel/clientarea.tpl', 5, false),)), $this); ?>
<?php if ($this->_tpl_vars['producttype'] == 'hostingaccount'): ?>

    <form action="http<?php if ($this->_tpl_vars['serversecure']): ?>s<?php endif; ?>://<?php if ($this->_tpl_vars['serverhostname']): ?><?php echo $this->_tpl_vars['serverhostname']; ?>
<?php else: ?><?php echo $this->_tpl_vars['serverip']; ?>
<?php endif; ?>:<?php if ($this->_tpl_vars['serversecure']): ?>2083<?php else: ?>2082<?php endif; ?>/login/" method="post" target="_blank">
		<input type="hidden" name="user" value="<?php echo $this->_tpl_vars['username']; ?>
" />
		<input type="hidden" name="pass" value="<?php echo ((is_array($_tmp=$this->_tpl_vars['password'])) ? $this->_run_mod_handler('htmlentities', true, $_tmp) : htmlentities($_tmp)); ?>
" />
		<input type="submit" value="<?php echo $this->_tpl_vars['LANG']['cpanellogin']; ?>
" class="modulebutton" />
		<input type="button" value="<?php echo $this->_tpl_vars['LANG']['cpanelwebmaillogin']; ?>
" onClick="window.open('http<?php if ($this->_tpl_vars['serversecure']): ?>s<?php endif; ?>://<?php if ($this->_tpl_vars['serverhostname']): ?><?php echo $this->_tpl_vars['serverhostname']; ?>
<?php else: ?><?php echo $this->_tpl_vars['serverip']; ?>
<?php endif; ?>:<?php if ($this->_tpl_vars['serversecure']): ?>2096<?php else: ?>2095<?php endif; ?>/')" class="modulebutton" />
		</form>

<?php elseif ($this->_tpl_vars['producttype'] == 'reselleraccount'): ?>

    <form action="http<?php if ($this->_tpl_vars['serversecure']): ?>s<?php endif; ?>://<?php if ($this->_tpl_vars['serverhostname']): ?><?php echo $this->_tpl_vars['serverhostname']; ?>
<?php else: ?><?php echo $this->_tpl_vars['serverip']; ?>
<?php endif; ?>:<?php if ($this->_tpl_vars['serversecure']): ?>2087<?php else: ?>2086<?php endif; ?>/login/" method="post" target="_blank">
		<input type="hidden" name="user" value="<?php echo $this->_tpl_vars['username']; ?>
" />
		<input type="hidden" name="pass" value="<?php echo ((is_array($_tmp=$this->_tpl_vars['password'])) ? $this->_run_mod_handler('htmlentities', true, $_tmp) : htmlentities($_tmp)); ?>
" />
		<input type="submit" value="<?php echo $this->_tpl_vars['LANG']['cpanelwhmlogin']; ?>
" class="modulebutton" />
		</form>

<?php endif; ?>