Главная » 2010 » Октябрь » 20 » Меняем внешний вид модер панели
16:11:00
Меняем внешний вид модер панели
Чтобы скачивать файлы с сайта вы должны Войти или Зарегистрироваться!

Меняем внешний вид модер панели
Если вам надоели стандартные иконки в модер панели,то с помощью этого скрипта вы сможете заменить их на свои.

Установка:
В Вид материалов,в самый низ ставим:

Code
<script> $("img[src='http://s34.ucoz.net/img/fr/EmnTg.gif']").attr("src", "/mod_panel/tag.png").attr('onmouseover', 'src').attr('onmouseout', 'src');
$("img[src='http://s34.ucoz.net/img/fr/EmnTg_.gif']").attr("src", "/mod_panel/tag.png").attr('onmouseover', 'src').attr('onmouseout', 'src');
$("img[src='http://s34.ucoz.net/img/fr/EmnC.gif']").attr("src", "/mod_panel/stat.png").attr('onmouseover', 'src').attr('onmouseout', 'src');
$("img[src='http://s34.ucoz.net/img/fr/EmnC_.gif']").attr("src", "/mod_panel/stat.png").attr('onmouseover', 'src').attr('onmouseout', 'src');
$("img[src='http://s34.ucoz.net/img/fr/EmnE_.gif']").attr("src", "/mod_panel/edit.png").attr('onmouseover', 'src').attr('onmouseout', 'src');
$("img[src='http://s34.ucoz.net/img/fr/EmnE.gif']").attr("src", "/mod_panel/edit.png").attr('onmouseover', 'src').attr('onmouseout', 'src');
$("img[src='http://s34.ucoz.net/img/fr/EmnD.gif']").attr("src", "/mod_panel/del.png").attr('onmouseover', 'src').attr('onmouseout', 'src');
$("img[src='http://s34.ucoz.net/img/fr/EmnD_.gif']").attr("src", "/mod_panel/del.png").attr('onmouseover', 'src').attr('onmouseout', 'src');
</script>

В коде:
http://s34.ucoz.net - заменяем на свой сервера (Общие - Имя сервера)

В корне сайта создём папку mod_panel и заливаем туда все файлы их архива.

Скрипты для uCoz | Просмотров: 699 | Добавил: RAIDER
Всего комментариев: 0
Добавлять комментарии могут только зарегистрированные пользователи.
[ Регистрация | Вход ]