Вставлять в: каталог файлов - страница добовления редактирования - после $BODY$
Code
<script type="text/javascript">
jQuery(function ($) {
$(document).ready(function () {
$('input.manFlSbm').hide().after($('<input type="button" value="Если всё заполнил, тыкай сюда)" />').click(function () {
$.post('/load', $(document.addEntForm).serialize(), function (response) {
var u = $(response).text();
e = (u.indexOf('успешно') != -1) ? 'Привет) Вы успешно добавили материал. <a href="' + u.match(/http:\/\/.+?"/)[0].replace('"', '') + '">Перейти на страницу материала': u.match(/[а-я]+/gim).join(' ').replace(/поле\s(.+)/, 'поле "$1"');
_uWnd.alert(e, '', {
tm: (e.indexOf('успешно') != -1) ? Infinity: 3000
});
if (u.indexOf('успешно') != -1) {
$('body').prepend($(''));
setInterval(function () {
},
100)
}
});
}));
});
});
</script>