| Current Path : /home/s/u/n/sunflowe/www2/j15/administrator/components/com_jce/media/js/ |
| Current File : /home/s/u/n/sunflowe/www2/j15/administrator/components/com_jce/media/js/cpanel.js |
(function($){$.jce.CPanel={init:function(options){if(options.feed){$('ul.newsfeed').addClass('loading').html('<li>'+options.labels.feed+'</li>');$.getJSON("index.php?option=com_jce&view=cpanel&task=feed",{},function(r){$('ul.newsfeed').removeClass('loading').empty();$.each(r.feeds,function(k,n){$('ul.newsfeed').append('<li><a href="'+n.link+'" title="'+n.title+'">'+n.title+'</a></li>')})})}if(options.updates){$.getJSON("index.php?option=com_jce&view=updates&task=update&step=check",{},function(r){if(r&&r.length){$('div#jce ul.adminformlist').append('<li><span>'+options.labels.updates+'</span><span class="updates"><a title="'+options.labels.updates+'" class="dialog updates" href="index.php?option=com_jce&view=updates&tmpl=component">'+options.labels.updates_available+'</a></span></li>');$('a.dialog.updates','div#jce ul.adminformlist').click(function(e){$.jce.createDialog({width:760,height:540,src:$(this).attr('href'),options:$(this).data('options'),modal:true,type:'updates',title:$(this).attr('title')});e.preventDefault()})}})}}}})(jQuery);