Example #1
0
 */
// Security check to ensure this file is being included by a parent file.
if (!defined('_JEXEC')) {
    die('Direct Access to this location is not allowed.');
}
jimport('joomla.html.html.bootstrap');
JHtml::_('formbehavior.chosen', 'select');
?>

<div class="sh404sef-popup" id="sh404sef-popup">

<div class="shmodal-toolbar row-fluid" id="shmodal-toolbar">
<div class="alert alert-success shmodal-toolbar-wrapper">
<div class="shmodal-toolbar-text">
<?php 
echo JText::_('COM_SH404SEF_NOT_FOUND_ENTER_REDIRECT_FOR') . ' ' . ShlHtmlBs_Helper::label(Sh404sefHelperHtml::abridge($this->escape($this->url->oldurl), 'editurl'), 'info', $dismiss = false, 'label-large');
?>
</div>
<div class="shmodal-toolbar-buttons" id="shmodal-toolbar-buttons">
<?php 
$message = JText::_('JLIB_HTML_PLEASE_MAKE_A_SELECTION_FROM_THE_LIST');
$message = addslashes($message);
$onclick = "javascript:\r\n \t if(document.adminForm.boxchecked.value==0)\r\n \t {alert('{$message}');\r\n}else{\r\n \t Joomla.submitform('selectnfredirect', document.adminForm);\r\n}";
?>
		<button class="btn btn-primary" type="button" onclick="<?php 
echo $onclick;
?>
">
			<i class="icon-publish icon-white"> </i>
				<?php 
echo JText::_('COM_SH404SEF_NOT_FOUND_SELECT_REDIRECT');
Example #2
0
 * @version     4.1.0.1559
 * @date  2013-04-25
 */
// No direct access
defined('_JEXEC') or die;
jimport('joomla.html.html.bootstrap');
JHtml::_('formbehavior.chosen', 'select');
// insert custom stylesheet
JFactory::getDocument()->addStyleSheet(JURI::base() . 'components/com_sh404sef/assets/css/configuration.css');
?>

<div class="shmodal-toolbar row-fluid" id="shmodal-toolbar">
<div class="alert alert-success shmodal-toolbar-wrapper">
<div class="shmodal-toolbar-text">
<?php 
echo ShlHtmlBs_Helper::label(Sh404sefHelperHtml::abridge(JText::_('COM_SH404SEF_TITLE_CONFIG'), 'configuration'), 'info', $dismiss = false, 'label-large');
?>
</div>

<div class="shmodal-toolbar-buttons" id="shmodal-toolbar-buttons">
	<button class="btn btn-primary" type="button" onclick="Joomla.submitform('saveconfiguration', document.adminForm);">
			<i class="icon-apply icon-white"> </i>
				<?php 
echo JText::_('JSAVE');
?>
	</button>
	<button class="btn" type="button"  onclick="<?php 
echo JRequest::getBool('refresh', 0) ? 'window.parent.location.href=window.parent.location.href;' : '';
?>
  window.parent.shlBootstrap.closeModal();">
		<?php 
Example #3
0
    ?>
			</td>
			<td >
      			<?php 
    echo ShlHtmlBs_Helper::label($this->updates->statusMessage, $this->updates->shouldUpdate ? 'important' : 'success');
    ?>
      		</td>
		</tr>
	</thead>
	<?php 
    if ($this->updates->shouldUpdate) {
        ?>
	<tr>
	   <td class="span4 shl-right">
	     <?php 
        echo ShlHtmlBs_Helper::label(JText::_('COM_SH404SEF_AVAILABLE_VERSION'), 'important');
        ?>
	   </td>
	   <td>
	   <?php 
        if (!empty($this->updates->current)) {
            echo $this->updates->current . ' [' . '<a target="_blank" href="' . $this->escape($this->updates->changelogLink) . '" >' . JText::_('COM_SH404SEF_VIEW_CHANGELOG') . '</a>]' . '&nbsp[' . '<a target="_blank" href="' . $this->escape($this->updates->downloadLink) . '" >' . JText::_('COM_SH404SEF_GET_IT') . '</a>]';
        }
        ?>
     </td>
	</tr>
	<tr>
     <td class="shl-right">
       <?php 
        echo JText::_('COM_SH404SEF_NOTES');
        ?>
Example #4
0
 * @license     http://www.gnu.org/copyleft/gpl.html GNU/GPL
 * @version     4.1.0.1559
 * @date		2013-04-25
 */
// Security check to ensure this file is being included by a parent file.
if (!defined('_JEXEC')) {
    die('Direct Access to this location is not allowed.');
}
?>
<div id="sh404sef-popup" class="sh404sef-popup">

<div class="shmodal-toolbar row-fluid" id="shmodal-toolbar">
<div class="alert alert-success shmodal-toolbar-wrapper">
<div class="shmodal-toolbar-text">
<?php 
$title = ShlHtmlBs_Helper::label($this->escape(Sh404sefHelperHtml::abridge($this->url->oldurl, 'editurl')), 'info', $dismiss = false, 'label-large');
echo JText::_('COM_SH404SEF_NOT_FOUND_ENTER_REDIRECT_FOR') . ' ' . $title;
?>
</div>
<div class="shmodal-toolbar-buttons" id="shmodal-toolbar-buttons">
	<button class="btn btn-primary" type="button" onclick="Joomla.submitform('save', document.adminForm);">
		<i class="icon-apply icon-white"> </i>
				<?php 
echo JText::_('JSAVE');
?>
	</button>
	<button class="btn" type="button"  onclick="<?php 
echo JRequest::getBool('refresh', 0) ? 'window.parent.location.href=window.parent.location.href;' : '';
?>
  window.parent.shlBootstrap.closeModal();">
				<?php 
Example #5
0
    </div>

    <?php 
echo JHtml::_('bootstrap.endPanel');
echo JHtml::_('bootstrap.addPanel', 'content-pane', 'infos');
?>
    <table class="table table-bordered">
      <thead>
        <tr>
          <td class="span4 shl-right"><?php 
echo JText::_('COM_SH404SEF_INSTALLED_VERS');
?>
</td>
          <td><?php 
if (!empty($this->sefConfig)) {
    echo ShlHtmlBs_Helper::label($this->sefConfig->version, 'info');
} else {
    echo 'Please review and save configuration first';
}
?>
</td>
        </tr>
      </thead>
      <tr>
        <td class="shl-right"><?php 
echo JText::_('COM_SH404SEF_COPYRIGHT');
?>
</td>
        <td><a href="http://anything-digital.com/sh404sef/seo-analytics-and-security-for-joomla.html">&copy; 2006-<?php 
echo date('Y');
?>
Example #6
0
// Security check to ensure this file is being included by a parent file.
if (!defined('_JEXEC')) {
    die('Direct Access to this location is not allowed.');
}
jimport('joomla.html.html.bootstrap');
JHtml::_('formbehavior.chosen', 'select');
?>

<div class="sh404sef-popup" id="sh404sef-popup">

<div class="shmodal-toolbar row-fluid" id="shmodal-toolbar">
<div class="alert alert-success shmodal-toolbar-wrapper">
<div class="shmodal-toolbar-text">
<?php 
$title = $this->escape($this->mainUrl->oldurl);
echo empty($this->mainUrl) ? '&nbsp;' : JText::_('COM_SH404SEF_DUPLICATES_OF') . ' ' . ShlHtmlBs_Helper::label(Sh404sefHelperHtml::abridge($title, 'editurl'), 'info', $dismiss = false, 'label-large');
?>
</div>

<div class="shmodal-toolbar-buttons" id="shmodal-toolbar-buttons">

<?php 
$message = JText::_('JLIB_HTML_PLEASE_MAKE_A_SELECTION_FROM_THE_LIST');
$message = addslashes($message);
$onclick = "javascript:if(document.adminForm.boxchecked.value==0){alert('{$message}');}else{ Joomla.submitform('makemainurl', document.adminForm);}";
?>
		<button class="btn btn-primary" type="button" onclick="<?php 
echo $onclick;
?>
">
			<i class="icon-publish icon-white"> </i>