Advertisement
axyd

GW2 Daily Checklist

Dec 24th, 2013
576
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head runat="server">
  4.     <title>GW2 Daily Checklist</title>
  5.     <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
  6.     <script type="text/javascript" src="http://axyd.us/js/axyd_jquery.cookie.js"></script>
  7.     <script type="text/javascript">
  8.    
  9. $(document).ready(function () {
  10. //Main Cookie Variables
  11.             var eCookie = $.cookie("eCookie");
  12.             var dCookie = $.cookie("tCookie");
  13.             var tCookie = $.cookie("dCookie");
  14. //World Event Cookie Variables
  15.             var jormagCookie = $.cookie("jormagCookie");
  16.             var dredgeCookie = $.cookie("dredgeCookie");
  17.             var zhaitanCookie = $.cookie("zhaitanCookie");
  18.             var fireeleCookie = $.cookie("fireeleCookie");
  19.             var shamanCookie = $.cookie("shamanCookie");
  20.             var foulbearCookie = $.cookie("foulbearCookie");
  21.             var arahCookie = $.cookie("arahCookie");
  22.             var golemCookie = $.cookie("golemCookie");
  23.             var wurmCookie = $.cookie("wurmCookie");
  24.             var karkaCookie = $.cookie("karkaCookie");
  25.             var destroyerCookie = $.cookie("destroyerCookie");
  26.             var ulguthCookie = $.cookie("ulguthCookie");
  27.             var sbCookie = $.cookie("sbCookie");
  28.             var hydraCookie = $.cookie("hydraCookie");
  29.             var teqCookie = $.cookie("teqCookie");
  30.             var mawCookie = $.cookie("mawCookie");
  31.             var shatCookie = $.cookie("shatCookie");
  32. //Temples Cookie Variables
  33.             var balthazarCookie = $.cookie("balthazarCookie");         
  34.             var dwaynaCookie = $.cookie("dwaynaCookie");
  35.             var grenthCookie = $.cookie("grenthCookie");
  36.             var lyssaCookie = $.cookie("lyssaCookie");
  37.             var melandruCookie = $.cookie("melandruCookie");
  38. //Dungeons Cookie Variables
  39.             var ac1Cookie = $.cookie("ac1Cookie");
  40.             var ac2Cookie = $.cookie("ac2Cookie");
  41.             var ac3Cookie = $.cookie("ac3Cookie");
  42.             var cm1Cookie = $.cookie("cm1Cookie");
  43.             var cm2Cookie = $.cookie("cm2Cookie");
  44.             var cm3Cookie = $.cookie("cm3Cookie");
  45.             var tauuCookie = $.cookie("tauuCookie");
  46.             var taffCookie = $.cookie("taffCookie");
  47.             var taaCookie = $.cookie("taaCookie");
  48.             var cof1Cookie = $.cookie("cof1Cookie");
  49.             var cof2Cookie = $.cookie("cof2Cookie");
  50.             var cof3Cookie = $.cookie("cof3Cookie");
  51.             var hotw1Cookie = $.cookie("hotw1Cookie");
  52.             var hotw2Cookie = $.cookie("hotw2Cookie");
  53.             var hotw3Cookie = $.cookie("hotw3Cookie");
  54.             var coe1Cookie = $.cookie("coe1Cookie");
  55.             var coe2Cookie = $.cookie("coe2Cookie");
  56.             var coe3Cookie = $.cookie("coe3Cookie");
  57.             var arah1Cookie = $.cookie("arah1Cookie");
  58.             var arah2Cookie = $.cookie("arah2Cookie");
  59.             var arah3Cookie = $.cookie("arah3Cookie");
  60.             var arah4Cookie = $.cookie("arah4Cookie");
  61.  
  62. //Main Checks      
  63.             !( eCookie == "changed" ) || $('.eXbox').attr('checked',true);
  64.             !( dCookie == "changed" ) || $('.tXbox').attr('checked',true);
  65.             !( dCookie == "changed" ) || $('.dXbox').attr('checked',true);
  66. //World Event Checks
  67.             !( jormagCookie == "changed" ) || $('.jormagXbox').attr('checked',true);
  68.             !( dredgeCookie == "changed" ) || $('.dredgeXbox').attr('checked',true);
  69.             !( zhaitanCookie == "changed" ) || $('.zhaitanXbox').attr('checked',true);
  70.             !( fireeleCookie == "changed" ) || $('.fireeleXbox').attr('checked',true);
  71.             !( shamanCookie == "changed" ) || $('.shamanXbox').attr('checked',true);
  72.             !( foulbearCookie == "changed" ) || $('.foulbearXbox').attr('checked',true);
  73.             !( arahCookie == "changed" ) || $('.arahXbox').attr('checked',true);   
  74.             !( golemCookie == "changed" ) || $('.golemXbox').attr('checked',true);
  75.             !( wurmCookie == "changed" ) || $('.wurmXbox').attr('checked',true);
  76.             !( karkaCookie == "changed" ) || $('.karkaXbox').attr('checked',true);
  77.             !( destroyerCookie == "changed" ) || $('.destroyerXbox').attr('checked',true);
  78.             !( ulguthCookie == "changed" ) || $('.ulguthXbox').attr('checked',true);
  79.             !( sbCookie == "changed" ) || $('.sbXbox').attr('checked',true);
  80.             !( hydraCookie == "changed" ) || $('.hydraXbox').attr('checked',true);
  81.             !( teqCookie == "changed" ) || $('.teqXbox').attr('checked',true);
  82.             !( mawCookie == "changed" ) || $('.mawXbox').attr('checked',true);
  83.             !( shatCookie == "changed" ) || $('.shatXbox').attr('checked',true);
  84. //Temple Checks
  85.             !( balthazarCookie == "changed" ) || $('.balthazarXbox').attr('checked',true);
  86.             !( dwaynaCookie == "changed" ) || $('.dwaynaXbox').attr('checked',true);
  87.             !( grenthCookie == "changed" ) || $('.grenthXbox').attr('checked',true);
  88.             !( lyssaCookie == "changed" ) || $('.lyssaXbox').attr('checked',true);
  89.             !( melandruCookie == "changed" ) || $('.melandruXbox').attr('checked',true);
  90. //Dungeon Checks
  91.             !( ac1Cookie == "changed" ) || $('.ac1Xbox').attr('checked',true);
  92.             !( ac2Cookie == "changed" ) || $('.ac2Xbox').attr('checked',true);
  93.             !( ac3Cookie == "changed" ) || $('.ac3Xbox').attr('checked',true);
  94.             !( cm1Cookie == "changed" ) || $('.cm2Xbox').attr('checked',true);
  95.             !( cm2Cookie == "changed" ) || $('.cm2Xbox').attr('checked',true);
  96.             !( cm3Cookie == "changed" ) || $('.cm3Xbox').attr('checked',true);
  97.             !( tauuCookie == "changed" ) || $('.tauuXbox').attr('checked',true);
  98.             !( taffCookie == "changed" ) || $('.taffXbox').attr('checked',true);
  99.             !( taaCookie == "changed" ) || $('.taaXbox').attr('checked',true);
  100.             !( cof1Cookie == "changed" ) || $('.cof1Xbox').attr('checked',true);
  101.             !( cof2Cookie == "changed" ) || $('.cof2Xbox').attr('checked',true);
  102.             !( cof3Cookie == "changed" ) || $('.cof3Xbox').attr('checked',true);
  103.             !( hotw1Cookie == "changed" ) || $('.hotw1Xbox').attr('checked',true);
  104.             !( hotw2Cookie == "changed" ) || $('.hotw2Xbox').attr('checked',true);
  105.             !( hotw3Cookie == "changed" ) || $('.hotw3Xbox').attr('checked',true);
  106.             !( coe1Cookie == "changed" ) || $('.coe1Xbox').attr('checked',true);
  107.             !( coe2Cookie == "changed" ) || $('.coe2Xbox').attr('checked',true);
  108.             !( coe3Cookie == "changed" ) || $('.coe3Xbox').attr('checked',true);
  109.             !( arah1Cookie == "changed" ) || $('.arah1Xbox').attr('checked',true);
  110.             !( arah2Cookie == "changed" ) || $('.arah2Xbox').attr('checked',true);
  111.             !( arah3Cookie == "changed" ) || $('.arah3Xbox').attr('checked',true);
  112.             !( arah4Cookie == "changed" ) || $('.arah4Xbox').attr('checked',true);
  113.            
  114. //Main Cookie Maker
  115.         $('.eXbox').change(function () {              
  116.             $('#eSection').toggle(!this.checked);
  117.             if( this.checked ) {
  118.                 $.cookie("eCookie", "changed");
  119.             } else {
  120.                 $.cookie("eCookie", null);
  121.             }        
  122.         }).change();
  123.    
  124.         $('.tXbox').change(function () {              
  125.             $('#tSection').toggle(!this.checked);
  126.             if( this.checked ) {
  127.                 $.cookie("tCookie", "changed");
  128.             } else {
  129.                 $.cookie("tCookie", null);
  130.             }        
  131.         }).change();
  132.    
  133.         $('.dXbox').change(function () {
  134.             $('#dSection').toggle(!this.checked);
  135.             if( this.checked ) {
  136.                 $.cookie("dCookie", "changed");
  137.             } else {
  138.                 $.cookie("dCookie", null);
  139.             }        
  140.         }).change();
  141.        
  142. //World Events Cookie Maker
  143.         $('.jormagXbox').change(function () {              
  144.             $('#jormagSection').toggle(!this.checked);
  145.             if( this.checked ) {
  146.                 $.cookie("jormagCookie", "changed", {expires : 24});
  147.             } else {
  148.                 $.cookie("jormagCookie", null);
  149.             }        
  150.         }).change();
  151.        
  152.         $('.dredgeXbox').change(function () {              
  153.             $('#dredgeSection').toggle(!this.checked);
  154.             if( this.checked ) {
  155.                 $.cookie("dredgeCookie", "changed", {expires : 24});
  156.             } else {
  157.                 $.cookie("dredgeCookie", null);
  158.             }        
  159.         }).change();
  160.  
  161.         $('.zhaitanXbox').change(function () {              
  162.             $('#zhaitanSection').toggle(!this.checked);
  163.             if( this.checked ) {
  164.                 $.cookie("zhaitanCookie", "changed", {expires : 24});
  165.             } else {
  166.                 $.cookie("zhaitanCookie", null);
  167.             }        
  168.         }).change();
  169.        
  170.         $('.fireeleXbox').change(function () {              
  171.             $('#fireeleSection').toggle(!this.checked);
  172.             if( this.checked ) {
  173.                 $.cookie("fireeleCookie", "changed", {expires : 24});
  174.             } else {
  175.                 $.cookie("fireeleCookie", null);
  176.             }        
  177.         }).change();
  178.  
  179.         $('.shamanXbox').change(function () {              
  180.             $('#shamanSection').toggle(!this.checked);
  181.             if( this.checked ) {
  182.                 $.cookie("shamanCookie", "changed", {expires : 24});
  183.             } else {
  184.                 $.cookie("shamanCookie", null);
  185.             }        
  186.         }).change();
  187.  
  188.         $('.foulbearXbox').change(function () {              
  189.             $('#foulbearSection').toggle(!this.checked);
  190.             if( this.checked ) {
  191.                 $.cookie("foulbearCookie", "changed", {expires : 24});
  192.             } else {
  193.                 $.cookie("foulbearCookie", null);
  194.             }        
  195.         }).change();
  196.        
  197.         $('.arahXbox').change(function () {              
  198.             $('#arahSection').toggle(!this.checked);
  199.             if( this.checked ) {
  200.                 $.cookie("arahCookie", "changed", {expires : 24});
  201.             } else {
  202.                 $.cookie("arahCookie", null);
  203.             }        
  204.         }).change();
  205.  
  206.         $('.golemXbox').change(function () {              
  207.             $('#golemSection').toggle(!this.checked);
  208.             if( this.checked ) {
  209.                 $.cookie("golemCookie", "changed", {expires : 24});
  210.             } else {
  211.                 $.cookie("golemCookie", null);
  212.             }        
  213.         }).change();       
  214.        
  215.         $('.wurmXbox').change(function () {              
  216.             $('#wurmSection').toggle(!this.checked);
  217.             if( this.checked ) {
  218.                 $.cookie("wurmCookie", "changed", {expires : 24});
  219.             } else {
  220.                 $.cookie("wurmCookie", null);
  221.             }        
  222.         }).change();       
  223.        
  224.         $('.karkaXbox').change(function () {              
  225.             $('#karkaSection').toggle(!this.checked);
  226.             if( this.checked ) {
  227.                 $.cookie("karkaCookie", "changed", {expires : 24});
  228.             } else {
  229.                 $.cookie("karkaCookie", null);
  230.             }        
  231.         }).change();
  232.  
  233.         $('.destroyerXbox').change(function () {              
  234.             $('#destroyerSection').toggle(!this.checked);
  235.             if( this.checked ) {
  236.                 $.cookie("destroyerCookie", "changed", {expires : 24});
  237.             } else {
  238.                 $.cookie("destroyerCookie", null);
  239.             }        
  240.         }).change();
  241.  
  242.         $('.ulguthXbox').change(function () {              
  243.             $('#ulguthSection').toggle(!this.checked);
  244.             if( this.checked ) {
  245.                 $.cookie("ulguthCookie", "changed", {expires : 24});
  246.             } else {
  247.                 $.cookie("ulguthCookie", null);
  248.             }        
  249.         }).change();
  250.  
  251.         $('.sbXbox').change(function () {              
  252.             $('#sbSection').toggle(!this.checked);
  253.             if( this.checked ) {
  254.                 $.cookie("sbCookie", "changed", {expires : 24});
  255.             } else {
  256.                 $.cookie("sbCookie", null);
  257.             }        
  258.         }).change();
  259.        
  260.         $('.hydraXbox').change(function () {              
  261.             $('#hydraSection').toggle(!this.checked);
  262.             if( this.checked ) {
  263.                 $.cookie("hydraCookie", "changed", {expires : 24});
  264.             } else {
  265.                 $.cookie("hydraCookie", null);
  266.             }        
  267.         }).change();       
  268.  
  269.         $('.teqXbox').change(function () {              
  270.             $('#teqSection').toggle(!this.checked);
  271.             if( this.checked ) {
  272.                 $.cookie("teqCookie", "changed", {expires : 24});
  273.             } else {
  274.                 $.cookie("teqCookie", null);
  275.             }        
  276.         }).change();       
  277.        
  278.         $('.mawXbox').change(function () {              
  279.             $('#mawSection').toggle(!this.checked);
  280.             if( this.checked ) {
  281.                 $.cookie("mawCookie", "changed", {expires : 24});
  282.             } else {
  283.                 $.cookie("mawCookie", null);
  284.             }        
  285.         }).change();       
  286.  
  287.         $('.shatXbox').change(function () {              
  288.             $('#shatSection').toggle(!this.checked);
  289.             if( this.checked ) {
  290.                 $.cookie("shatCookie", "changed", {expires : 24});
  291.             } else {
  292.                 $.cookie("shatCookie", null);
  293.             }        
  294.         }).change();
  295.  
  296. //Temples Cookie Maker
  297.         $('.balthazarXbox').change(function () {              
  298.             $('#balthazarSection').toggle(!this.checked);
  299.             if( this.checked ) {
  300.                 $.cookie("balthazarCookie", "changed", {expires : 24});
  301.             } else {
  302.                 $.cookie("balthazarCookie", null);
  303.             }        
  304.         }).change();
  305.  
  306.         $('.dwaynaXbox').change(function () {              
  307.             $('#dwaynaSection').toggle(!this.checked);
  308.             if( this.checked ) {
  309.                 $.cookie("dwaynaCookie", "changed", {expires : 24});
  310.             } else {
  311.                 $.cookie("dwaynaCookie", null);
  312.             }        
  313.         }).change();
  314.  
  315.         $('.grenthXbox').change(function () {              
  316.             $('#grenthSection').toggle(!this.checked);
  317.             if( this.checked ) {
  318.                 $.cookie("grenthCookie", "changed", {expires : 24});
  319.             } else {
  320.                 $.cookie("grenthCookie", null);
  321.             }        
  322.         }).change();
  323.  
  324.         $('.lyssaXbox').change(function () {              
  325.             $('#lyssaSection').toggle(!this.checked);
  326.             if( this.checked ) {
  327.                 $.cookie("lyssaCookie", "changed", {expires : 24});
  328.             } else {
  329.                 $.cookie("lyssaCookie", null);
  330.             }        
  331.         }).change();
  332.    
  333.         $('.melandruXbox').change(function () {              
  334.             $('#melandruSection').toggle(!this.checked);
  335.             if( this.checked ) {
  336.                 $.cookie("melandruCookie", "changed", {expires : 24});
  337.             } else {
  338.                 $.cookie("melandruCookie", null);
  339.             }        
  340.         }).change();
  341. //Dungeons Cookie Maker
  342.         $('.ac1Xbox').change(function () {         
  343.             $('#ac1Section').toggle(!this.checked);
  344.             if( this.checked ) {
  345.                 $.cookie("ac1Cookie", "changed", {expires : 24});
  346.             } else {
  347.                 $.cookie("ac1Cookie", null);
  348.             }        
  349.         }).change();
  350.        
  351.         $('.ac2Xbox').change(function () {         
  352.             $('#ac2Section').toggle(!this.checked);
  353.             if( this.checked ) {
  354.                 $.cookie("ac2Cookie", "changed", {expires : 24});
  355.             } else {
  356.                 $.cookie("ac2Cookie", null);
  357.             }        
  358.         }).change();
  359.        
  360.         $('.ac3Xbox').change(function () {         
  361.             $('#ac3Section').toggle(!this.checked);
  362.             if( this.checked ) {
  363.                 $.cookie("ac3Cookie", "changed", {expires : 24});
  364.             } else {
  365.                 $.cookie("ac3Cookie", null);
  366.             }        
  367.         }).change();
  368.        
  369.         $('.cm1Xbox').change(function () {              
  370.             $('#cm1Section').toggle(!this.checked);
  371.             if( this.checked ) {
  372.                 $.cookie("cm1Cookie", "changed", {expires : 24});
  373.             } else {
  374.                 $.cookie("cm1Cookie", null);
  375.             }        
  376.         }).change();
  377.  
  378.         $('.cm2Xbox').change(function () {              
  379.             $('#cm2Section').toggle(!this.checked);
  380.             if( this.checked ) {
  381.                 $.cookie("cm2Cookie", "changed", {expires : 24});
  382.             } else {
  383.                 $.cookie("cm2Cookie", null);
  384.             }        
  385.         }).change();
  386.  
  387.         $('.cm3Xbox').change(function () {              
  388.             $('#cm3Section').toggle(!this.checked);
  389.             if( this.checked ) {
  390.                 $.cookie("cm3Cookie", "changed", {expires : 24});
  391.             } else {
  392.                 $.cookie("cm3Cookie", null);
  393.             }        
  394.         }).change();       
  395.        
  396.         $('.tauuXbox').change(function () {              
  397.             $('#tauuSection').toggle(!this.checked);
  398.             if( this.checked ) {
  399.                 $.cookie("tauuCookie", "changed", {expires : 24});
  400.             } else {
  401.                 $.cookie("tauuCookie", null);
  402.             }        
  403.         }).change();
  404.        
  405.         $('.taffXbox').change(function () {              
  406.             $('#taffSection').toggle(!this.checked);
  407.             if( this.checked ) {
  408.                 $.cookie("taffCookie", "changed", {expires : 24});
  409.             } else {
  410.                 $.cookie("taffCookie", null);
  411.             }        
  412.         }).change();
  413.  
  414.         $('.taaXbox').change(function () {              
  415.             $('#taaSection').toggle(!this.checked);
  416.             if( this.checked ) {
  417.                 $.cookie("taaCookie", "changed", {expires : 24});
  418.             } else {
  419.                 $.cookie("taaCookie", null);
  420.             }        
  421.         }).change();       
  422.        
  423.         $('.cof1Xbox').change(function () {              
  424.             $('#cof1Section').toggle(!this.checked);
  425.             if( this.checked ) {
  426.                 $.cookie("cof1Cookie", "changed", {expires : 24});
  427.             } else {
  428.                 $.cookie("cof1Cookie", null);
  429.             }        
  430.         }).change();
  431.        
  432.         $('.cof2Xbox').change(function () {              
  433.             $('#cof2Section').toggle(!this.checked);
  434.             if( this.checked ) {
  435.                 $.cookie("cof2Cookie", "changed", {expires : 24});
  436.             } else {
  437.                 $.cookie("cof2Cookie", null);
  438.             }        
  439.         }).change();
  440.  
  441.         $('.cof3Xbox').change(function () {              
  442.             $('#cof3Section').toggle(!this.checked);
  443.             if( this.checked ) {
  444.                 $.cookie("cof3Cookie", "changed", {expires : 24});
  445.             } else {
  446.                 $.cookie("cof3Cookie", null);
  447.             }        
  448.         }).change();
  449.  
  450.         $('.hotw1Xbox').change(function () {              
  451.             $('#hotw1Section').toggle(!this.checked);
  452.             if( this.checked ) {
  453.                 $.cookie("hotw1Cookie", "changed", {expires : 24});
  454.             } else {
  455.                 $.cookie("hotw1Cookie", null);
  456.             }        
  457.         }).change();
  458.  
  459.         $('.hotw2Xbox').change(function () {              
  460.             $('#hotw2Section').toggle(!this.checked);
  461.             if( this.checked ) {
  462.                 $.cookie("hotw2Cookie", "changed", {expires : 24});
  463.             } else {
  464.                 $.cookie("hotw2Cookie", null);
  465.             }        
  466.         }).change();
  467.  
  468.         $('.hotw3Xbox').change(function () {              
  469.             $('#hotw3Section').toggle(!this.checked);
  470.             if( this.checked ) {
  471.                 $.cookie("hotw3Cookie", "changed", {expires : 24});
  472.             } else {
  473.                 $.cookie("hotw3Cookie", null);
  474.             }        
  475.         }).change();       
  476.        
  477.         $('.coe1Xbox').change(function () {              
  478.             $('#coe1Section').toggle(!this.checked);
  479.             if( this.checked ) {
  480.                 $.cookie("coe1Cookie", "changed", {expires : 24});
  481.             } else {
  482.                 $.cookie("coe1Cookie", null);
  483.             }        
  484.         }).change();
  485.        
  486.         $('.coe2Xbox').change(function () {              
  487.             $('#coe2Section').toggle(!this.checked);
  488.             if( this.checked ) {
  489.                 $.cookie("coe2Cookie", "changed", {expires : 24});
  490.             } else {
  491.                 $.cookie("coe2Cookie", null);
  492.             }        
  493.         }).change();
  494.        
  495.         $('.coe3Xbox').change(function () {              
  496.             $('#coe3Section').toggle(!this.checked);
  497.             if( this.checked ) {
  498.                 $.cookie("coe3Cookie", "changed", {expires : 24});
  499.             } else {
  500.                 $.cookie("coe3Cookie", null);
  501.             }        
  502.         }).change();
  503.  
  504.         $('.arah1Xbox').change(function () {              
  505.             $('#arah1Section').toggle(!this.checked);
  506.             if( this.checked ) {
  507.                 $.cookie("arah1Cookie", "changed", {expires : 24});
  508.             } else {
  509.                 $.cookie("arah1Cookie", null);
  510.             }        
  511.         }).change();
  512.        
  513.         $('.arah2Xbox').change(function () {              
  514.             $('#arah2Section').toggle(!this.checked);
  515.             if( this.checked ) {
  516.                 $.cookie("arah2Cookie", "changed", {expires : 24});
  517.             } else {
  518.                 $.cookie("arah2Cookie", null);
  519.             }        
  520.         }).change();
  521.        
  522.         $('.arah3Xbox').change(function () {              
  523.             $('#arah3Section').toggle(!this.checked);
  524.             if( this.checked ) {
  525.                 $.cookie("arah3Cookie", "changed", {expires : 24});
  526.             } else {
  527.                 $.cookie("arah3Cookie", null);
  528.             }        
  529.         }).change();
  530.        
  531.         $('.arah4Xbox').change(function () {              
  532.             $('#arah4Section').toggle(!this.checked);
  533.             if( this.checked ) {
  534.                 $.cookie("arah4Cookie", "changed", {expires : 24});
  535.             } else {
  536.                 $.cookie("arah4Cookie", null);
  537.             }        
  538.         }).change();       
  539. });  //end function
  540. </script>
  541. </head>
  542. <body>
  543.     <form id="form1" runat="server">
  544. <!--Main Checkboxes--> 
  545.         <input class="eXbox" type="checkbox" /><font color="teal">Hide World Events</font><br>
  546.         <input class="tXbox" type="checkbox" /><font color="teal">Hide Temples</font><br>
  547.         <input class="dXbox" type="checkbox" /><font color="teal">Hide Dungeons</font><br><br>
  548.        
  549.         <div id="content">
  550. <!--World Event Checkboxes-->
  551.             <div id="eSection">
  552.                 <font color="Opal"><strong>World Events</strong></font><br>
  553.                 <div style="color: ghostwhite; padding: 10px;">
  554.                         <input class="jormagXbox" type="checkbox" />Jormag<br>
  555.                         <input class="dredgeXbox" type="checkbox" />Dredge Commissar<br>
  556.                         <input class="zhaitanXbox" type="checkbox" />Eye of Zhaitan<br>
  557.                         <input class="fireeleXbox" type="checkbox" />Fire Elemental<br>
  558.                         <input class="shamanXbox" type="checkbox" />Fire Shaman<br>
  559.                         <input class="foulbearXbox" type="checkbox" />Foulbear Chieftain<br>
  560.                         <input class="arahXbox" type="checkbox" />Gates of Arah<br>
  561.                         <input class="golemXbox" type="checkbox" />Golem Mark II<br>
  562.                         <input class="wurmXbox" type="checkbox" />Jungle Wurm<br>
  563.                         <input class="karkaXbox" type="checkbox" />Karka Queen<br>
  564.                         <input class="destroyerXbox" type="checkbox" />Mega Destroyer<br>
  565.                         <input class="ulguthXbox" type="checkbox" />Modniir Ulguth<br>
  566.                         <input class="sbXbox" type="checkbox" />Shadow Behemoth<br>
  567.                         <input class="hydraXbox" type="checkbox" />Taidha Covington<br>
  568.                         <input class="teqXbox" type="checkbox" />Teqatl the Sunless<br>
  569.                         <input class="mawXbox" type="checkbox" />The Frozen Maw<br>
  570.                         <input class="shatXbox" type="checkbox" />The Shatterer<br>
  571.                 </div>
  572.             </div><br>     
  573. <!--Temples Checkboxes-->          
  574.             <div id="tSection">
  575.                 <font color="Opal"><strong>Temples</strong></font>
  576.                 <div style="color: ghostwhite; padding: 10px;">
  577.                         <input class="balthazarXbox" type="checkbox" />Temple of Balthazar<br>
  578.                         <input class="dwaynaXbox" type="checkbox" />Temple of Dwayna<br>
  579.                         <input class="grenthXbox" type="checkbox" />Temple of Grenth<br>
  580.                         <input class="lyssaXbox" type="checkbox" />Temple of lyssa<br>
  581.                         <input class="melandruXbox" type="checkbox" />Temple of Melandru<br>
  582.                 </div>
  583.             </div><br>
  584. <!--Dungeons Checkboxes-->         
  585.             <div id="dSection">
  586.                 <font color="Opal"><strong>Dungeons</strong></font>
  587.                 <div style="color: ghostwhite; padding: 10px;">
  588.                     <font color="LightBlue">Ascalonian Catacombs</font>
  589.                     <div style="color: ghostwhite; padding: 10px;">
  590.                         <input class="ac1Xbox" type="checkbox" />Path 1 - Hodgins<br>
  591.                         <input class="ac1Xbox" type="checkbox" />Path 2 - Detha<br>
  592.                         <input class="ac1Xbox" type="checkbox" />Path 3 - Tzark<br>                    
  593.                     </div>
  594.                    
  595.                     <font color="LightBlue">Caudecus's Manor</font>
  596.                     <div style="color: ghostwhite; padding: 10px;">
  597.                         <input class="cm1Xbox" type="checkbox" />Path 1 - Asura<br>
  598.                         <input class="cm2Xbox" type="checkbox" />Path 2 - Seraph<br>
  599.                         <input class="cm3Xbox" type="checkbox" />Path 3 - Butler<br>                       
  600.                     </div>                 
  601.                    
  602.                     <font color="LightBlue">Twilight Arbor</font>
  603.                     <div style="color: ghostwhite; padding: 10px;">
  604.                         <input class="tauuXbox" type="checkbox" />Path 1 - Leurent (U/U)<br>
  605.                         <input class="taffXbox" type="checkbox" />Path 3 - Vevina (F/F)<br>
  606.                         <input class="taaXbox" type="checkbox" />Path 4 - Aetherpath<br>                       
  607.                     </div>                 
  608.                    
  609.                     <font color="LightBlue">Sorrow's Embrace</font>
  610.                     <div style="color: ghostwhite; padding: 10px;">
  611.                         <input class="se1Xbox" type="checkbox" />Path 1 - Fergg<br>
  612.                         <input class="se2Xbox" type="checkbox" />Path 2 - Rasolov<br>
  613.                         <input class="se3Xbox" type="checkbox" />Path 3 - Koptev<br>                       
  614.                     </div>                 
  615.                    
  616.                     <font color="LightBlue">Citadel of Flame</font>            
  617.                     <div style="color: ghostwhite; padding: 10px;">
  618.                         <input class="cof1Xbox" type="checkbox" />Path 1 - Ferrah<br>                      
  619.                         <input class="cof2Xbox" type="checkbox" />Path 2 - Magg<br>
  620.                         <input class="cof3Xbox" type="checkbox" />Path 3 - Rhiannon<br>                
  621.                     </div>
  622.                    
  623.                     <font color="LightBlue">Honor of the Waves</font>
  624.                     <div style="color: ghostwhite; padding: 10px;">
  625.                         <input class="hotw1Xbox" type="checkbox" />Path 1 - Butcher<br>
  626.                         <input class="hotw2Xbox" type="checkbox" />Path 2 - Plunderer<br>
  627.                         <input class="hotw3Xbox" type="checkbox" />Path 3 - Zealot<br>                     
  628.                     </div>
  629.                    
  630.                     <font color="LightBlue">Crucible of Eternity</font>
  631.                     <div style="color: ghostwhite; padding: 10px;">
  632.                         <input class="coe1Xbox" type="checkbox" />Path 1 - Submarine<br>
  633.                         <input class="coe2Xbox" type="checkbox" />Path 2 - Teleporter<br>
  634.                         <input class="coe3Xbox" type="checkbox" />Path 3 - Front door<br>                          
  635.                     </div>
  636.                    
  637.                     <font color="LightBlue">The Ruined City of Arah</font>                 
  638.                     <div style="color: ghostwhite; padding: 10px;">
  639.                         <input class="arah1Xbox" type="checkbox" />Path 1 - Jotun<br>
  640.                         <input class="arah2Xbox" type="checkbox" />Path 2 - Mursaat<br>
  641.                         <input class="arah3Xbox" type="checkbox" />Path 3 - Forgotten<br>
  642.                         <input class="arah4Xbox" type="checkbox" />Path 4 - Seer<br>                       
  643.                     </div>                 
  644.                 </div>
  645.             </div>
  646.         </div>
  647.     </form>
  648. </body>
  649.  
  650. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement