MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 5: Line 5:
   $('#content').css('margin-left', '10em');
   $('#content').css('margin-left', '10em');
   $('#wnavcontrol').remove();
   $('#wnavcontrol').remove();
   var dshow = "<span id='wnavcontrol' onclick='hideNav()' style='float: right; font-weight: bold; color: blue'>-Wiki </span> ";
   var dshow = "<span id='wnavcontrol' style='float: right'><a onclick='clickSupport(1)'>FB Credits 1</a>, <a onclick='clickSupport(5)'>5</a>, <a onclick='clickSupport(10)'>10</a> | <a onclick='hideNav()' style='font-weight: bold'>-Wiki</a></span>";
   $('#firstHeading').before(dshow).fadeIn();
   $('#firstHeading').before(dshow).fadeIn();
}
}
Line 15: Line 15:
       $('#wnavcontrol').remove();
       $('#wnavcontrol').remove();
   }
   }
   var dshow = "<span id='wnavcontrol' onclick='showNav()' style='float: right; font-weight: bold; color: blue'>+Wiki </span> ";
   var dshow = "<span id='wnavcontrol' style='float: right'><a onclick='clickSupport(1)'>FB Credits 1</a>, <a onclick='clickSupport(5)'>5</a>, <a onclick='clickSupport(10)'>10</a> | <a onclick='showNav()' style='font-weight: bold'>+Wiki</a></span>";
   $('#firstHeading').before(dshow).fadeIn();
   $('#firstHeading').before(dshow).fadeIn();
   wnavcontrol = true;
   wnavcontrol = true;
Line 23: Line 23:
   $('#firstHeading').wrap('<div style="width: 100%" />');
   $('#firstHeading').wrap('<div style="width: 100%" />');


   hideNav();
   showNav();
 
  $('#wnavcontrol').append('| <a onclick="clickSupport()">Support</a>');


   FB.init({appId: 129531840449132, status: true, cookie: true});
   FB.init({appId: 129531840449132, status: true, cookie: true});
Line 56: Line 54:




     function clickSupport() {
     function clickSupport(num) {
       document.write('<script src="http://connect.facebook.net/en_US/all.js"></script>');
       document.write('<script src="http://connect.facebook.net/en_US/all.js"></script>');
       // Assign an internal ID that points to a database record
       // Assign an internal ID that points to a database record
       var order_info = 'canbudget';
       var order_info = 'canbudget'+num;


       // calling the API ...
       // calling the API ...

Navigation menu