git add stuff

This commit is contained in:
Alan
2026-02-14 19:50:25 +03:00
parent 5c3329238b
commit 3942076805
1130 changed files with 120023 additions and 6 deletions

View File

@@ -0,0 +1,34 @@
.jsmbutton {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
text-align: center;
color: #445566;
height: 34px;
line-height: 34px;
cursor: pointer;
}
.jsmbutton .left {
background: url('../img/jsmbutton/bg.png') no-repeat;
height: 34px;
text-indent: 4px;
}
.jsmbutton .right {
background: url('../img/jsmbutton/rbg.png') no-repeat;
width: 4px;
height: 34px;
}
.jsmbutton .left2 {
background: url('../img/jsmbutton/bg_active.png') no-repeat;
height: 34px;
text-indent: 4px;
}
.jsmbutton .right2 {
background: url('../img/jsmbutton/rbg_active.png') no-repeat;
width: 4px;
height: 34px;
}

View File

@@ -0,0 +1,50 @@
* {
margin: 0px;
padding: 0px;
}
body {
margin: 0px;
padding: 0px;
font-family: arial, helvetica, serif;
font-size: 10pt;
color: #445566;
background-color: #f6f9fb;
overflow: hidden;
}
input {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
border: 1px solid #7fa0bc;
padding: 2px;
color: #445566;
}
select {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
border: 1px solid #7fa0bc;
padding: 1px;
color: #445566;
}
table td {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
}
.button_mouseover {
cursor: pointer;
border: 2px solid #bccad6;
}
.button_mouseout {
cursor: pointer;
border: 2px solid #f6f9fb;
}
#main {
overflow: auto;
padding: 10px;
}

View File

@@ -0,0 +1,7 @@
//. Example ..................................................................
tinyMCE.init({
mode : "textareas",
theme : "advanced",
plugins : "smeditimage",
theme_advanced_buttons3_add : "smeditimage"
});

View File

@@ -0,0 +1,7 @@
//. Beispiel .................................................................
tinyMCE.init({
mode : "textareas",
theme : "advanced",
plugins : "smeditimage",
theme_advanced_buttons3_add : "smeditimage"
});

View File

@@ -0,0 +1 @@
eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('(6(){5.i.V(\'3\');5.X(\'5.g.d\',{Y:6(2,8){2.11(\'b\',6(){2.z.y({x:8+\'/w.A\',B:2.a(\'E\',\'D\'),C:2.a(\'v\',\'t\'),m:1},{l:8})});2.o(\'3\',{u:\'3.p\',s:\'b\',r:8+\'/q/F.12\'});2.G.h(6(2,7,n){7.U(\'3\',n.c==\'f\');T(n.c!=\'f\'){7.9(\'3\',10)}Z{7.9(\'3\',R)}})},K:6(){J{I:\'H L M\',Q:\'P O\',N:\'e://k.j/\',W:\'e://k.j/\',S:\'1.0.4\'}}});5.i.h(\'3\',5.g.d)})();',62,65,'||ed|smeditimage||tinymce|function|cm|url|setDisabled|getParam|SMEditImageShow|nodeName|SMEditImagePlugin|http|IMG|plugins|add|PluginManager|de|synasys|plugin_url|inline||addButton|desc|img|image|cmd|320|title|plugin_smeditimage_height|index|file|open|windowManager|html|width|height|500|plugin_smeditimage_width|icon|onNodeChange|SYNASYS|longname|return|getInfo|MEDIA|EditImage|authorurl|Stolinski|Jens|author|false|version|if|setActive|requireLangPack|infourl|create|init|else|true|addCommand|gif'.split('|'),0,{}))

Binary file not shown.

After

Width:  |  Height:  |  Size: 632 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 457 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 432 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 498 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 729 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 693 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 424 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 484 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 467 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 465 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 650 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 624 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 677 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 406 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 B

View File

@@ -0,0 +1,129 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>SMEditImage</title>
<meta name="content-type" content="text/html; charset=iso-8859-1" />
<meta name="author" content="Jens Stolinski" />
<meta name="publisher" content="Jens Stolinski" />
<meta name="company" content="SYNASYS MEDIA" />
<!-- JavaScript -->
<script language="javascript" type="text/javascript" src="../../tiny_mce_popup.js"></script>
<script language="javascript" type="text/javascript" src="js/smeditimage.js"></script>
<script language="javascript" type="text/javascript" src="js/jsmbutton.js"></script>
<!-- CSS -->
<link rel="stylesheet" href="css/jsmbutton.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/smeditimage.css" type="text/css" media="screen" />
</head>
<body scroll="no">
<div id="main">
<form name="form_imagedata" action="">
<div style="height:18px;"><b><script language="javascript" type="text/javascript">document.write(tinyMCEPopup.getLang('smeditimage.label_1_caption', '?'));</script>:</b></div>
<div style="height:31px;"><input style="width:99%;" type="text" name="edit1" maxlength=""></div>
<div style="height:18px;"><b><script language="javascript" type="text/javascript">document.write(tinyMCEPopup.getLang('smeditimage.label_2_caption', '?'));</script>:</b></div>
<div style="height:31px;"><input style="width:99%;" type="text" name="edit2" maxlength=""></div>
<div style="float:left; width:162px;">
<div style="height:18px;"><b><script language="javascript" type="text/javascript">document.write(tinyMCEPopup.getLang('smeditimage.label_3_caption', '?'));</script>:</b></div>
<div style="padding-bottom:9px;">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><img id="alignment_1" class="button_mouseout" style="margin-right:8px;" src="img/icon_float_none_24x24.png" height="24" width="24" border="0" onclick="SMEditImage_SetAlignment(this, '');" onmouseover="Button_MouseOver(this);" onmouseout="Button_MouseOut(this);" /></td>
<td><img id="alignment_2" class="button_mouseout" style="margin-right:8px;" src="img/icon_float_left_24x24.png" height="24" width="24" border="0" onclick="SMEditImage_SetAlignment(this, 'float: left;');" onmouseover="Button_MouseOver(this);" onmouseout="Button_MouseOut(this);" /></td>
<td><img id="alignment_3" class="button_mouseout" style="margin-right:8px;" src="img/icon_float_right_24x24.png" height="24" width="24" border="0" onclick="SMEditImage_SetAlignment(this, 'float: right;');" onmouseover="Button_MouseOver(this);" onmouseout="Button_MouseOut(this);" /></td>
</tr>
</table>
</div>
</div>
<div style="float:left;">
<div style="height:18px;"><b><script language="javascript" type="text/javascript">document.write(tinyMCEPopup.getLang('smeditimage.label_4_caption', '?'));</script>:</b></div>
<div style="padding-bottom:9px;">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><img id="margin_1" style="border:2px solid #f6f9fb; margin-right:4px;" src="img/icon_margin_left_24x24.png" height="24" width="24" border="0" /></td>
<td><input style="width:25px; margin-right:14px; text-align:right;" type="text" name="edit6" maxlength="3" onclick="SMEditImage_SetEnable('margin_1', true);" onblur="SMEditImage_SetEnable('margin_1', false);" onchange="SMEditImage_CheckFormIsNaN(this); SMEditImage_SetMargin();"></td>
<td><img id="margin_2" style="border:2px solid #f6f9fb; margin-right:4px;" src="img/icon_margin_right_24x24.png" height="24" width="24" border="0" /></td>
<td><input style="width:25px; margin-right:14px; text-align:right;" type="text" name="edit7" maxlength="3" onclick="SMEditImage_SetEnable('margin_2', true);" onblur="SMEditImage_SetEnable('margin_2', false);" onchange="SMEditImage_CheckFormIsNaN(this); SMEditImage_SetMargin();"></td>
<td><img id="margin_3" style="border:2px solid #f6f9fb; margin-right:4px;" src="img/icon_margin_top_24x24.png" height="24" width="24" border="0" /></td>
<td><input style="width:25px; margin-right:14px; text-align:right;" type="text" name="edit8" maxlength="3" onclick="SMEditImage_SetEnable('margin_3', true);" onblur="SMEditImage_SetEnable('margin_3', false);" onchange="SMEditImage_CheckFormIsNaN(this); SMEditImage_SetMargin();"></td>
<td><img id="margin_4" style="border:2px solid #f6f9fb; margin-right:4px;" src="img/icon_margin_bottom_24x24.png" height="24" width="24" border="0" /></td>
<td><input style="width:25px; margin-right:5px; text-align:right;" type="text" name="edit9" maxlength="3" onclick="SMEditImage_SetEnable('margin_4', true);" onblur="SMEditImage_SetEnable('margin_4', false);" onchange="SMEditImage_CheckFormIsNaN(this); SMEditImage_SetMargin();"></td>
<td><b><script language="javascript" type="text/javascript">document.write(tinyMCEPopup.getLang('smeditimage.label_8_caption', '?'));</script></b></td>
</tr>
</table>
</div>
</div>
<div style="clear:left; height:18px;"><b><script language="javascript" type="text/javascript">document.write(tinyMCEPopup.getLang('smeditimage.label_5_caption', '?'));</script>:</b></div>
<div style="height:31px;"><input style="width:99%;" type="text" name="edit3" maxlength="" onblur="SMEditImage_CheckStyle(this); SMEditImage_AlignmentIni(); SMEditImage_MarginIni();"></div>
<div style="float:left; width:270px;">
<div style="height:18px;"><b><script language="javascript" type="text/javascript">document.write(tinyMCEPopup.getLang('smeditimage.label_6_caption', '?'));</script>:</b></div>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td style="width:60px;"><input id="size_1" style="width:99%; text-align:right;" type="text" name="edit4" maxlength="4" onchange="SMEditImage_SetSize(this);"></td>
<td style="padding-left:10px; padding-right:5px;"><img id="size_lock" class="button_mouseout" src="img/icon_lock_16x16.png" height="16" width="16" border="0" onclick="SMEditImage_SetSizeProportions(this);" onmouseover="Button_MouseOver(this);" onmouseout="Button_MouseOut(this);" /></td>
<td style="width:60px;"><input id="size_2" style="width:99%; text-align:right;" type="text" name="edit5" maxlength="4" onchange="SMEditImage_SetSize(this);"></td>
<td style="padding-left:10px;"><b><script language="javascript" type="text/javascript">document.write(tinyMCEPopup.getLang('smeditimage.label_8_caption', '?'));</script></b></td>
<td style="padding-left:10px;"><img id="size_orig" class="button_mouseout" src="img/icon_orig_16x16.png" height="16" width="16" border="0" onclick="SMEditImage_SetOrigSize();" onmouseover="Button_MouseOver(this);" onmouseout="Button_MouseOut(this);" /></td>
</tr>
</table>
</div>
<div style="float:left;">
<div style="height:18px;"><b><script language="javascript" type="text/javascript">document.write(tinyMCEPopup.getLang('smeditimage.label_7_caption', '?'));</script>:</b></div>
<div style="padding-bottom:0px;">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><input id="border_1" name="border_1" style="width:25px; margin-right:5px; text-align:right;" type="text" maxlength="3" onchange="SMEditImage_CheckFormIsNaN(this); SMEditImage_SetBorder();"></td>
<td><b><script language="javascript" type="text/javascript">document.write(tinyMCEPopup.getLang('smeditimage.label_8_caption', '?'));</script></b></td>
</tr>
</table>
</div>
</div>
<div style="clear:left; padding-top:18px;"></div>
<div style="margin:0 auto; width:230px;">
<script language="javascript" type="text/javascript">
<!--
var jSMB1 = new jSMButton();
var jSMB2 = new jSMButton();
jSMB1.SetStyle('float:left;');
jSMB2.SetStyle('float:left; margin-left:30px;');
jSMB1.Paint('jSMB1', tinyMCEPopup.getLang('smeditimage.button_ok_caption', '?'), 'SMEditImage_UpdateAttribute();');
jSMB2.Paint('jSMB2', tinyMCEPopup.getLang('smeditimage.button_cancel_caption', '?'), 'SMEditImage_Close();');
//-->
</script>
</div>
</form>
</div>
<script language="javascript" type="text/javascript">
<!--
// Event-Handler: OnFocus
window.onfocus = function() {
SMEditImage_WindowResize();
};
// Event-Handler: OnResize
window.onresize = function() {
SMEditImage_WindowResize();
};
// Event-Handler: OnLoad
window.onload = function() {
SMEditImage_Ini();
SMEditImage_WindowResize();
};
//-->
</script>
</body>
</html>

View File

@@ -0,0 +1 @@
eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('5 Y(){8 E=\'\';8 M=\'\';8 B=\'\';8 x=X;8 C=\'\';0.G=5(R){E=R};0.t=5(){i E};0.F=5(7){M=7};0.1=5(){i M};0.U=5(6){B=6};0.p=5(){i B};0.V=5(w){x=w;8 3=c.h(0.1());k(3!=g){3.6.b=w+\'f\'}8 m=c.h(0.1()+\'l\');8 D=c.h(0.1()+\'r\');k(m!=g&&D!=g){m.6.b=w-T(D.P)+\'f\'}};0.j=5(){8 m=c.h(0.1()+\'r\');k(m!=g){i x-T(m.P)}W{i x}};0.A=5(d){C=d};0.u=5(){i C};0.10=5(7,y,d){0.F(7);0.G(y);0.A(d)};0.Z=5(7,y,d){8 s=\'\';0.F(7);0.G(y);0.A(d);s=\'<2 7="\'+0.1()+\'" a="H" 6="\'+0.p()+\' b:\'+0.j()+\'f;" L="\'+0.1()+\'.z();" I="\'+0.1()+\'.q();" d="\'+0.u()+\'">\'+\'<2 7="\'+0.1()+\'l" a="9" 6="n:9; b:\'+(0.j()-4)+\'f;">\'+0.t()+\'</2>\'+\'<2 7="\'+0.1()+\'r" a="o" 6="n:9; b:J;"></2>\'+\'<2 6="K:9;"></2>\'+\'</2>\';c.N(s)};0.11=5(){8 s=\'\';s=\'<2 7="\'+0.1()+\'" a="H" 6="\'+0.p()+\' b:\'+0.j()+\'f;" L="\'+0.1()+\'.z();" I="\'+0.1()+\'.q();" d="\'+0.u()+\'">\'+\'<2 7="\'+0.1()+\'l" a="9" 6="n:9; b:\'+(0.j()-4)+\'f;">\'+0.t()+\'</2>\'+\'<2 7="\'+0.1()+\'r" a="o" 6="n:9; b:J;"></2>\'+\'<2 6="K:9;"></2>\'+\'</2>\';c.N(s)};0.12=5(){8 s=\'\';s=\'<2 7="\'+0.1()+\'" a="H" 6="\'+0.p()+\' b:\'+0.j()+\'f;" L="\'+0.1()+\'.z();" I="\'+0.1()+\'.q();" d="\'+0.u()+\'">\'+\'<2 7="\'+0.1()+\'l" a="9" 6="n:9; b:\'+(0.j()-4)+\'f;">\'+0.t()+\'</2>\'+\'<2 7="\'+0.1()+\'r" a="o" 6="n:9; b:J;"></2>\'+\'<2 6="K:9;"></2>\'+\'</2>\';i s};0.O=5(){8 3;3=c.h(0.1()+\'l\');k(3!=g){3.e(\'v\',\'S\');3.e(\'a\',\'S\')}3=c.h(0.1()+\'r\');k(3!=g){3.e(\'v\',\'Q\');3.e(\'a\',\'Q\')}};0.q=5(){0.O()};0.z=5(){8 3;3=c.h(0.1()+\'l\');k(3!=g){3.e(\'v\',\'9\');3.e(\'a\',\'9\')}3=c.h(0.1()+\'r\');k(3!=g){3.e(\'v\',\'o\');3.e(\'a\',\'o\')}}};',62,65,'this|GetID|div|obj||function|style|id|var|left|class|width|document|onclick|setAttribute|px|null|getElementById|return|GetWidth|if||obj2|float|right|GetStyle|MouseOver|||GetCaption|GetOnClick|className||WIDTH|caption|MouseOut|SetOnClick|STYLE|ONCLICK|obj3|CAPTION|SetID|SetCaption|jsmbutton|onmouseover|4px|clear|onmouseout|ID|write|SetActive|offsetWidth|right2|text|left2|parseInt|SetStyle|SetWidth|else|100|jSMButton|Paint|Ini|PaintX|Paint2'.split('|'),0,{}))

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,20 @@
tinyMCE.addI18n('de.smeditimage',{
desc : 'SMEditImage - Bild bearbeiten',
button_ok_caption : 'OK',
button_cancel_caption : 'Abbrechen',
label_1_caption : 'Beschreibung',
label_2_caption : 'Titel',
label_3_caption : 'Ausrichtung',
label_4_caption : 'Au\u00DFenabstand',
label_5_caption : 'Format',
label_6_caption : 'Gr\u00F6\u00DFe',
label_7_caption : 'Rahmen',
label_8_caption : 'px',
alignment_1_hint : 'Keine',
alignment_2_hint : 'Links',
alignment_3_hint : 'Rechts',
size_1_hint : 'Breite',
size_2_hint : 'H\u00F6he',
size_lock_hint : 'Gr\u00F6\u00DFenverhältnis beibehalten',
size_orig_hint : 'Originalgr\u00F6\u00DFe anzeigen'
});

View File

@@ -0,0 +1,20 @@
tinyMCE.addI18n('en.smeditimage',{
desc : 'SMEditImage - Edit image',
button_ok_caption : 'OK',
button_cancel_caption : 'Cancel',
label_1_caption : 'Description',
label_2_caption : 'Title',
label_3_caption : 'Alignment',
label_4_caption : 'Margin',
label_5_caption : 'Style',
label_6_caption : 'Size',
label_7_caption : 'Border',
label_8_caption : 'px',
alignment_1_hint : 'None',
alignment_2_hint : 'Left',
alignment_3_hint : 'Right',
size_1_hint : 'Width',
size_2_hint : 'Height',
size_lock_hint : 'Constrain proportions',
size_orig_hint : 'Show original size'
});

View File

@@ -0,0 +1,20 @@
tinyMCE.addI18n('ru.smeditimage',{
desc : 'Редактор изображений',
button_ok_caption : 'OK',
button_cancel_caption : 'Отмена',
label_1_caption : 'Описание',
label_2_caption : 'Title',
label_3_caption : 'Выравнивание',
label_4_caption : 'Отступы',
label_5_caption : 'Стиль',
label_6_caption : 'Размер',
label_7_caption : 'Граница',
label_8_caption : 'px',
alignment_1_hint : 'Нет',
alignment_2_hint : 'Налево',
alignment_3_hint : 'Направо',
size_1_hint : 'Ширина',
size_2_hint : 'Высота',
size_lock_hint : 'Сохранять пропорции',
size_orig_hint : 'Показать исходный размер'
});