151 Zeilen
Kein EOL
6 KiB
HTML
151 Zeilen
Kein EOL
6 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>mod_rewrite_content_expert</title>
|
|
<meta http-equiv="expires" content="0">
|
|
<meta http-equiv="cache-control" content="no-cache">
|
|
<meta http-equiv="pragma" content="no-cache">
|
|
<script type="text/javascript" src="scripts/jquery/jquery.js"></script>
|
|
<script type="text/javascript" src="plugins/cl-mod-rewrite/scripts/mod_rewrite.min.js?20220311"></script>
|
|
<script type="text/javascript" src="plugins/cl-mod-rewrite/external/aToolTip/js/atooltip.jquery.js"></script>
|
|
<link rel="stylesheet" type="text/css" href="styles/contenido.css">
|
|
<link rel="stylesheet" type="text/css" href="plugins/cl-mod-rewrite/external/aToolTip/css/atooltip.css">
|
|
<link rel="stylesheet" type="text/css" href="plugins/cl-mod-rewrite/styles/styles.css">
|
|
<script type="text/javascript"><!--
|
|
// session-id
|
|
var sid = "{SESSID}";
|
|
|
|
// setup translation
|
|
mrPlugin.lng.more_informations = "{LNG_MORE_INFORMATIONS}";
|
|
|
|
// initialize page
|
|
mrPlugin.initializeSettingsPage();
|
|
|
|
function mrPlugin_sendForm(action, params) {
|
|
$('#mr_expert_action').val(action);
|
|
var frm = $('#mr_expert');
|
|
frm.attr('action', frm.attr('action') + '?' + params).submit();
|
|
}
|
|
// --></script>
|
|
</head>
|
|
|
|
<body class="mrPlugin">
|
|
|
|
<div class="headerBox">
|
|
{LNG_PLUGIN_FUNCTIONS}
|
|
</div>
|
|
|
|
{CONTENT_BEFORE}
|
|
|
|
<form name="mr_expert" id="mr_expert" method="post" action="main.php">
|
|
|
|
<input type="hidden" name="contenido" value="{SESSID}">
|
|
<input type="hidden" name="area" value="{AREA}">
|
|
<input type="hidden" name="mr_action" id="mr_expert_action" value="">
|
|
<input type="hidden" name="frame" value="4">
|
|
<input type="hidden" name="idclient" value="{IDCLIENT}">
|
|
|
|
<table id="contenttable" cellspacing="0" cellpadding="3" border="0">
|
|
<colgroup>
|
|
<col width="30%">
|
|
<col width="70%">
|
|
</colgroup>
|
|
|
|
|
|
<!-- copy .htaccess -->
|
|
<tr style="{COPY_HTACCESS_CSS}">
|
|
<td class="text_medium col-I">{LNG_COPY_HTACCESS_TYPE}</td>
|
|
<td class="text_medium col-II" align="left">
|
|
{COPY_HTACCESS_ERROR}
|
|
|
|
<label for="mr_copy_htaccess_type">{LNG_COPY_HTACCESS_TYPE_LBL}</label><br>
|
|
<select class="blockLeft" name="htaccesstype" id="mr_copy_htaccess_type">
|
|
<option value="restrictive">{LNG_COPY_HTACCESS_TYPE1}</option>
|
|
<option value="simple">{LNG_COPY_HTACCESS_TYPE2}</option>
|
|
</select>
|
|
<a href="#" id="copyHtaccessInfo1-link2" title="" class="main i-link infoButton"></a><div class="clear"></div>
|
|
<div id="copyHtaccessInfo1" style="display:none;">
|
|
<strong>{LNG_COPY_HTACCESS_TYPE1}:</strong><br>
|
|
{LNG_COPY_HTACCESS_TYPE_INFO1}<br>
|
|
<br>
|
|
<strong>{LNG_COPY_HTACCESS_TYPE2}:</strong><br>
|
|
{LNG_COPY_HTACCESS_TYPE_INFO2}<br>
|
|
</div>
|
|
|
|
<div class="clear"></div>
|
|
<br>
|
|
|
|
{LNG_COPY_HTACCESS_TO}<br>
|
|
<br>
|
|
<a class="blockLeft" style="margin-right:15px;" href="javascript:mrPlugin_sendForm('copyhtaccess', 'copy=contenido');">
|
|
<img src="images/collapsed.gif" width="10" height="9" alt=""> {LNG_COPY_HTACCESS_TO_CONTENIDO}</a>
|
|
<a href="#" id="copyHtaccessInfo2-link2" title="" class="main i-link infoButton"></a><div class="clear"></div>
|
|
<div id="copyHtaccessInfo2" style="display:none;">
|
|
{LNG_COPY_HTACCESS_TO_CONTENIDO_INFO}
|
|
</div>
|
|
<br>
|
|
|
|
<a class="blockLeft" style="margin-right:15px;" href="javascript:mrPlugin_sendForm('copyhtaccess', 'copy=cms');">
|
|
<img src="images/collapsed.gif" width="10" height="9" alt=""> {LNG_COPY_HTACCESS_TO_CLIENT}</a>
|
|
<a href="#" id="copyHtaccessInfo3-link2" title="" class="main i-link infoButton"></a><div class="clear"></div>
|
|
<div id="copyHtaccessInfo3" style="display:none;">
|
|
{LNG_COPY_HTACCESS_TO_CLIENT_INFO}
|
|
</div>
|
|
<br>
|
|
|
|
{LNG_OR}<br>
|
|
<br>
|
|
<a class="blockLeft" style="margin-right:15px;" href="javascript:mrPlugin_sendForm('downloadhtaccess', '');">
|
|
<img src="images/collapsed.gif" width="10" height="9" alt=""> {LNG_DOWNLOAD}</a>
|
|
<a href="#" id="showHtaccessInfo-link1" title="" class="main i-link infoButton"></a><div class="clear"></div>
|
|
<div id="showHtaccessInfo" style="display:none;">
|
|
{LNG_DOWNLOAD_INFO}
|
|
</div>
|
|
<br>
|
|
|
|
<div class="clear"></div>
|
|
</td>
|
|
</tr>
|
|
|
|
<!-- reset -->
|
|
<tr>
|
|
<td class="text_medium col-I">
|
|
{LNG_RESETALIASES}
|
|
</td>
|
|
<td class="text_medium col-II">
|
|
<a class="blockLeft" style="margin-right:15px;" href="javascript:mrPlugin_sendForm('resetempty', '');">
|
|
<img src="images/collapsed.gif" width="10" height="9" alt=""> {LNG_RESETEMPTY_LINK}</a>
|
|
<a href="#" id="resetAliasesInfo1-link2" title="" class="main i-link infoButton"></a><div class="clear"></div>
|
|
<div id="resetAliasesInfo1" style="display:none;">
|
|
{LNG_RESETEMPTY_INFO}
|
|
</div>
|
|
<br>
|
|
|
|
<a class="blockLeft" style="margin-right:15px;" href="javascript:mrPlugin_sendForm('reset', '');">
|
|
<img src="images/collapsed.gif" width="10" height="9" alt=""> {LNG_RESETALL_LINK}</a>
|
|
<a href="#" id="resetAliasesInfo2-link2" title="" class="main i-link infoButton"></a><div class="clear"></div>
|
|
<div id="resetAliasesInfo2" style="display:none;">
|
|
{LNG_RESETALL_INFO}
|
|
</div>
|
|
<br>
|
|
<strong>{LNG_NOTE}:</strong><br>
|
|
{LNG_RESETALIASES_NOTE}
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td colspan="2" class="text_medium col-I" style="text-align:right">
|
|
<a accesskey="c" href="main.php?area={AREA}&frame=4&idclient={IDCLIENT}&contenido={SESSID}">
|
|
<img src="images/but_cancel.gif" alt="" title="{LNG_DISCARD_CHANGES}"></a>
|
|
<input style="margin-left:20px;" accesskey="s" type="image" src="images/but_ok.gif" alt="" title="{LNG_SAVE_CHANGES}">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</form>
|
|
|
|
{CONTENT_AFTER}
|
|
|
|
</body>
|
|
</html> |