<!-- ************************************ Calendar Event Signups -= Add character Level & Class =- ************************************ --> <style type="text/css"> th.header { color: #fff; background: #4444EE url(http://i201.photobucket.com/albums/aa236/Mottie1/testsite/icons/sort-white.gif) left center no-repeat; cursor: pointer; font-weight: bold; text-align: center; padding-left: 10px; border-right: 1px solid #000; } th.headerSortUp { background: #400000 url(http://i201.photobucket.com/albums/aa236/Mottie1/testsite/icons/asc-white.gif) left center no-repeat; } th.headerSortDown { background: #804000 url(http://i201.photobucket.com/albums/aa236/Mottie1/testsite/icons/desc-white.gif) left center no-repeat; } .hide {display:none;} </style> <script type="text/javascript" src="http://www.guildportal.com/GuildFiles/258012/jquery.tablesorter.min.js"></script> <script type="text/javascript" src="http://www.guildportal.com/GuildFiles/258012/event-signups.js"></script> <script type="text/javascript"> $(function(){ var rosterPage = []; rosterPage.push('http://guildportal.com/... myGuildRosterPage'); // remove "//" from start if you want to add an ally guild // rosterPage.push('http://guildportal.com/... myAllyGuildRosterPage'); var options = { game : 'wow', // name of game addSort : true, initialSort : [[2,0]], addIcons : true, hideRole : true, hideSignedUp : false, iconWidth : 24, iconHeight : 24, isUnknown : '?', // if unknown, this is added to the spot missingToons : { 'Fred' : [ 'Hunter', 85 ], 'George' : [ 'Warlock', 84 ], 'Marsha' : [ 'Warrior', 85 ] }, roster : rosterPage // don't change this }; $.eventsignups(options); }); </script>
rosterPage.push('http://guildportal.com/... myGuildRosterPage');
addSort : true, initialSort : [[2,0]]
iconWidth : 24; iconHeight : 24;
hideRole : true,
<style type="text/css"> .tooltip, .preview, .screenshot { cursor:pointer; } #tooltip, #tooltip2, #preview, #screenshot { color:#dddddd; background:#222222; border: 1px solid #333333; padding:5px; display:none; opacity: 0.9; filter: alpha(opacity=90); text-align:left; border-radius: 1em; -moz-border-radius: 1em; -webkit-border-radius: 1em; } </style> <script src="http://www.axiomfiles.com/Files/258012/tooltip.js" type="text/javascript"></script>