mirror of https://github.com/avecms/AVE.cms.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
296 lines
11 KiB
296 lines
11 KiB
7 years ago
|
<script type="text/javascript">
|
||
|
$sid = parseInt('{$sid}');
|
||
|
$sess = '{$sess}';
|
||
|
|
||
|
var clipboard = new Clipboard('.copyBtn');
|
||
|
</script>
|
||
|
|
||
|
<div class="title">
|
||
|
<h5>{#SYSBLOCK_INSERT_H#}</h5>
|
||
|
</div>
|
||
|
|
||
|
<div class="widget" style="margin-top: 0px;">
|
||
|
<div class="body"> {#SYSBLOCK_INSERT#} </div>
|
||
|
</div>
|
||
|
|
||
|
<div class="breadCrumbHolder module">
|
||
|
<div class="breadCrumb module">
|
||
|
<ul>
|
||
|
<li class="firstB">
|
||
|
<a href="index.php" title="{#MAIN_PAGE#}">{#MAIN_PAGE#}</a>
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="index.php?do=sysblocks&cp={$sess}" title="">{#SYSBLOCK_LIST_LINK#}</a>
|
||
|
</li>
|
||
|
<li>{if $smarty.request.id != ''}{#SYSBLOCK_EDIT_H#}{else}{#SYSBLOCK_INSERT_H#}{/if}</li>
|
||
|
<li><strong class="code">{if $smarty.request.id != ''}{$sysblock_name|escape}{else}{$smarty.request.sysblock_name}{/if}</strong></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<form id="sysblock" action="index.php?do=sysblocks&action=save&cp={$sess}" method="post" class="mainForm">
|
||
|
<div class="widget first">
|
||
|
<div class="head">
|
||
|
<h5 class="iFrames">{if $smarty.request.id != ''}{#SYSBLOCK_EDIT_H#}{else}{#SYSBLOCK_INSERT_H#}{/if}</h5>
|
||
|
</div>
|
||
|
<table cellpadding="0" cellspacing="0" width="100%" class="tableStatic">
|
||
|
<col width="300">
|
||
|
<col width="300">
|
||
|
<col width="300">
|
||
|
<col>
|
||
|
<tr class="noborder">
|
||
|
<td>
|
||
|
<strong>{#SYSBLOCK_NAME#}</strong>
|
||
|
</td>
|
||
|
<td colspan="3">
|
||
|
<div class="pr12">
|
||
|
<input name="sysblock_name" class="mousetrap" type="text" value="{if $smarty.request.id != ''}{$sysblock_name|escape}{else}{$smarty.request.sysblock_name}{/if}" />
|
||
|
</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>{#SYSBLOCK_DESCRIPTION#}</td>
|
||
|
<td colspan="3">
|
||
|
<input name="sysblock_description" type="text" id="sysblock_description" value="{if $smarty.request.id != ''}{$sysblock_description|escape}{else}{$smarty.request.sysblock_description}{/if}" placeholder="{#SYSBLOCK_DESCRIPTION#}">
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<div class="nowrap">
|
||
|
<strong><a class="toprightDir" title="{#SYSBLOCK_I#}">[?]</a></strong> {#SYSBLOCK_ALIAS#}:
|
||
|
</div>
|
||
|
</td>
|
||
|
<td colspan="3">
|
||
|
<div class="pr12">
|
||
|
<input type="text" name="sysblock_alias" id="sysblock_alias" value="{if $smarty.request.id != ''}{$sysblock_alias}{else}{$smarty.request.sysblock_alias}{/if}" class="mousetrap" data-accept="{#SYSBLOCK_ACCEPT#}" data-error-syn="{#SYSBLOCK_ER_SYN#}" data-error-exists="{#SYSBLOCK_ER_EXISTS#}" placeholder="{#SYSBLOCK_ALIAS#}" maxlength="20" style="width: 200px;" autocomplete="off" />
|
||
|
<input type="text" id="sysblock_alias_tag" value="[tag:sysblock:{if $smarty.request.id != ''}{if $sysblock_alias != ''}{$sysblock_alias}{else}{$smarty.request.id}{/if}{else}{$smarty.request.sysblock_alias}{/if}]" readonly size="40" class="mousetrap" style="width: 200px;" />
|
||
|
<a style="text-align: center; padding: 5px 3px 4px 3px;" class="whiteBtn copyBtn" href="javascript:void(0);" data-clipboard-action="copy" data-clipboard-target="#sysblock_alias_tag">
|
||
|
<img style="margin-top: -3px; position: relative; top: 4px; padding: 0 3px;" class="clippy" src="{$ABS_PATH}admin/templates/images/clippy.svg" width="13">
|
||
|
</a>
|
||
|
</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<input type="checkbox" value="1" name="sysblock_external" class="float" {if $sysblock_external}checked="checked"{/if} /><label>{#SYSBLOCK_EXTERNAL#}</label>
|
||
|
</td>
|
||
|
<td>
|
||
|
<input type="checkbox" value="1" name="sysblock_ajax" class="float" {if $sysblock_ajax}checked="checked"{/if} /><label>{#SYSBLOCK_AJAX#}</label>
|
||
|
</td>
|
||
|
<td>
|
||
|
<input type="checkbox" value="1" name="sysblock_visual" class="float" {if $sysblock_visual}checked="checked"{/if} /><label>{#SYSBLOCK_VISUAL#}</label>
|
||
|
</td>
|
||
|
<td>
|
||
|
|
||
|
</td>
|
||
|
</tr>
|
||
|
{if $sysblock_external}
|
||
|
<tr>
|
||
|
<td colspan="4">
|
||
|
<ul class="messages">
|
||
|
<li class="highlight grey">{#SYSBLOCK_LINK#} <a class="float" href="/?sysblock={if $sysblock_alias != ''}{$sysblock_alias|escape}{else}{$smarty.request.id}{/if}" target="_blank">http://{$smarty.server.HTTP_HOST}/?sysblock={if $sysblock_alias != ''}{$sysblock_alias|escape}{else}{$smarty.request.id}{/if}</a></li>
|
||
|
</ul>
|
||
|
</td>
|
||
|
</tr>
|
||
|
{/if}
|
||
|
</table>
|
||
|
</div>
|
||
|
|
||
|
<div class="widget first">
|
||
|
<div class="head">
|
||
|
<h5 class="iFrames">{#SYSBLOCK_HTML#}</h5>
|
||
|
</div>
|
||
|
<table cellpadding="0" cellspacing="0" width="100%" class="tableStatic">
|
||
|
<thead>
|
||
|
<tr class="noborder">
|
||
|
<td style="width: 200px;">{#SYSBLOCK_TAGS#}</td>
|
||
|
<td>{#SYSBLOCK_HTML#}</td>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<tbody>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<a class="rightDir" title="" href="javascript:void(0);" onclick="textSelection('[tag:mediapath]','');"><strong>[tag:mediapath]</strong><br><small>{#SYSBLOCK_MEDIAPATH#}</small></a>
|
||
|
</td>
|
||
|
<td rowspan="5">
|
||
|
<textarea class="mousetrap" id="sysblock_text" name="sysblock_text" style="width: 100%; height: 400px;">{$sysblock_text|escape}</textarea>
|
||
|
<ul class="messages" style="margin-top: 10px;">
|
||
|
<li class="highlight grey">
|
||
|
{#MAIN_CODEMIRROR_HELP#}
|
||
|
</li>
|
||
|
</ul>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<a class="rightDir" title="" href="javascript:void(0);" onclick="textSelection('[tag:path]','');"><strong>[tag:path]</strong><br><small>{#SYSBLOCK_PATH#}</small></a>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<a class="rightDir" title="" href="javascript:void(0);" onclick="textSelection('[tag:home]','');"><strong>[tag:home]</strong><br><small>{#SYSBLOCK_HOME#}</small></a>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<a class="rightDir" title="" href="javascript:void(0);" onclick="textSelection('[tag:docid]','');"><strong>[tag:docid]</strong><br><small>{#SYSBLOCK_DOCID_INFO#}</small></a>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<a class="rightDir" title="" href="javascript:void(0);" onclick="textSelection('[tag:breadcrumb]','');"><strong>[tag:breadcrumb]</strong><br><small>{#SYSBLOCK_BREADCRUMB#}</small></a>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>{#SYSBLOCK_TAGS_2#}</td>
|
||
|
<td> |
|
||
|
<a href="javascript:void(0);" onclick="textSelection('<ol>', '</ol>');"><strong>OL</strong></a>
|
||
|
|
|
||
|
<a href="javascript:void(0);" onclick="textSelection('<ul>', '</ul>');"><strong>UL</strong></a>
|
||
|
|
|
||
|
<a href="javascript:void(0);" onclick="textSelection('<li>', '</li>');"><strong>LI</strong></a>
|
||
|
|
|
||
|
<a href="javascript:void(0);" onclick="textSelection('<p class="">', '</p>');"><strong>P</strong></a>
|
||
|
|
|
||
|
<a href="javascript:void(0);" onclick="textSelection('<strong>', '</strong>');"><strong>B</strong></a>
|
||
|
|
|
||
|
<a href="javascript:void(0);" onclick="textSelection('<em>', '</em>');"><strong>I</strong></a>
|
||
|
|
|
||
|
<a href="javascript:void(0);" onclick="textSelection('<h1>', '</h1>');"><strong>H1</strong></a>
|
||
|
|
|
||
|
<a href="javascript:void(0);" onclick="textSelection('<h2>', '</h2>');"><strong>H2</strong></a>
|
||
|
|
|
||
|
<a href="javascript:void(0);" onclick="textSelection('<h3>', '</h3>');"><strong>H3</strong></a>
|
||
|
|
|
||
|
<a href="javascript:void(0);" onclick="textSelection('<h4>', '</h4>');"><strong>H4</strong></a>
|
||
|
|
|
||
|
<a href="javascript:void(0);" onclick="textSelection('<h5>', '</h5>');"><strong>H5</strong></a>
|
||
|
|
|
||
|
<a href="javascript:void(0);" onclick="textSelection('<div class="" id="">', '</div>');"><strong>DIV</strong></a>
|
||
|
|
|
||
|
<a href="javascript:void(0);" onclick="textSelection('<a href="" title="">', '</a>');"><strong>A</strong></a>
|
||
|
|
|
||
|
<a href="javascript:void(0);" onclick="textSelection('<img src="" alt="" />', '');"><strong>IMG</strong></a>
|
||
|
|
|
||
|
<a href="javascript:void(0);" onclick="textSelection('<span>', '</span>');"><strong>SPAN</strong></a>
|
||
|
|
|
||
|
<a href="javascript:void(0);" onclick="textSelection('<pre>', '</pre>');"><strong>PRE</strong></a>
|
||
|
|
|
||
|
<a href="javascript:void(0);" onclick="textSelection('<br />', '');"><strong>BR</strong></a>
|
||
|
|
|
||
|
<a href="javascript:void(0);" onclick="textSelection('\t', '');"><strong>TAB</strong></a>
|
||
|
| </td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
|
||
|
<div class="rowElem" id="saveBtn">
|
||
|
<div class="saveBtn">
|
||
|
{if $smarty.request.id != ''}
|
||
|
<input type="hidden" name="id" value="{$id}">
|
||
|
<input name="submit" type="submit" class="basicBtn" value="{#SYSBLOCK_SAVEDIT#}" />
|
||
|
{else}
|
||
|
<input name="submit" type="submit" class="basicBtn" value="{#SYSBLOCK_SAVE#}" />
|
||
|
{/if}
|
||
|
|
||
|
{#SYSBLOCK_OR#}
|
||
|
|
||
|
{if $smarty.request.action=='edit'}
|
||
|
<input type="submit" class="blackBtn SaveEdit" name="next_edit" value="{#SYSBLOCK_SAVEDIT_NEXT#}" />
|
||
|
{else}
|
||
|
<input type="submit" class="blackBtn" name="next_edit" value="{#SYSBLOCK_SAVE_NEXT#}" />
|
||
|
{/if}
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
</form>
|
||
|
|
||
|
{literal}
|
||
|
<script>
|
||
|
$(document).on('change', '#sysblock_alias', function (event) {
|
||
|
|
||
|
var input = $(this);
|
||
|
var alias = input.val();
|
||
|
|
||
|
if (alias > '') {
|
||
|
$.ajax({
|
||
|
url: 'index.php?do=sysblocks&action=alias&cp=' + $sess,
|
||
|
data: {
|
||
|
alias: alias,
|
||
|
id: $sid
|
||
|
},
|
||
|
success: function (data) {
|
||
|
if (data === '1') {
|
||
|
$.jGrowl(input.attr('data-accept'), {theme: 'accept'});
|
||
|
}
|
||
|
else if (data === 'syn') {
|
||
|
$.jGrowl(input.attr('data-error-syn'), {theme: 'error'});
|
||
|
alias = $sid ? $sid : '';
|
||
|
}
|
||
|
else {
|
||
|
$.jGrowl(input.attr('data-error-exists'), {theme: 'error'});
|
||
|
alias = $sid ? $sid : '';
|
||
|
}
|
||
|
$('#sysblock_alias_tag').val('[tag:sysblock:' + alias + ']');
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
else {
|
||
|
alias = $sid ? $sid : '';
|
||
|
$('#sysblock_alias_tag').val('[tag:sysblock:' + alias + ']');
|
||
|
}
|
||
|
|
||
|
return false;
|
||
|
});
|
||
|
</script>
|
||
|
{/literal}
|
||
|
|
||
|
{if $smarty.request.action != 'new'}
|
||
|
<script language="javascript">
|
||
|
var sett_options = {ldelim}
|
||
|
url: 'index.php?do=sysblocks&action=save&cp={$sess}&ajax=1',
|
||
|
dataType: 'json',
|
||
|
beforeSubmit: Request,
|
||
|
success: Response
|
||
|
{rdelim}
|
||
|
|
||
|
function Request(){ldelim}
|
||
|
$.alerts._overlay('show');
|
||
|
{rdelim}
|
||
|
|
||
|
function Response(data){ldelim}
|
||
|
$.alerts._overlay('hide');
|
||
|
$.jGrowl(data['message'], {ldelim}
|
||
|
header: data['header'],
|
||
|
theme: data['theme']
|
||
|
{rdelim});
|
||
|
{rdelim}
|
||
|
|
||
|
$(document).ready(function(){ldelim}
|
||
|
|
||
|
Mousetrap.bind(['ctrl+s', 'command+s'], function(e) {ldelim}
|
||
|
if (e.preventDefault) {ldelim}
|
||
|
e.preventDefault();
|
||
|
{rdelim} else {ldelim}
|
||
|
e.returnValue = false;
|
||
|
{rdelim}
|
||
|
$("#sysblock").ajaxSubmit(sett_options);
|
||
|
return false;
|
||
|
{rdelim});
|
||
|
|
||
|
$(".SaveEdit").click(function(e){ldelim}
|
||
|
if (e.preventDefault) {ldelim}
|
||
|
e.preventDefault();
|
||
|
{rdelim} else {ldelim}
|
||
|
e.returnValue = false;
|
||
|
{rdelim}
|
||
|
$("#sysblock").ajaxSubmit(sett_options);
|
||
|
return false;
|
||
|
{rdelim});
|
||
|
|
||
|
{rdelim});
|
||
|
</script>
|
||
|
{/if}
|
||
|
{include file="$codemirror_connect"}
|
||
|
{include file="$codemirror_editor" textarea_id='sysblock_text' ctrls='$("#sysblock").ajaxSubmit(sett_options);' height='400'}
|