%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.41 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/ppaobm/vendor/bower-asset/fullcalendar/tests/manual/ |
Upload File : |
<!DOCTYPE html> <html> <head> <meta charset='utf-8' /> <script src='../../node_modules/jquery/dist/jquery.js'></script> <link href='../../dist/fullcalendar.css' rel='stylesheet' /> <link href='../src/timeline/timeline.css' rel='stylesheet' /> <style> .fc-icon { clear: left; float: left; margin-bottom: .1em; border: 5px solid #fff; color: #000; background: #fff; } .inverse .fc-icon { color: #fff; background: #000; } .bordered .fc-icon { border-color: #666; } td { vertical-align: top; padding: 10px 25px; } </style> <script> $(function() { var fontSizes = [ '50px', '26px', '16px', '14px' ]; var td = $('td'); var i; for (i = 1; i < fontSizes.length; i++) { td.after(td.clone()); } $('td').each(function(i) { $(this).css('font-size', fontSizes[i]); }); $(document) .on('click', function() { $('body').toggleClass('inverse'); }) .on('mousedown', function() { return false; // prevent native text selection }); $('td').on('click', function() { $(this).toggleClass('bordered'); return false; // prevent native text selection }); }); </script> </head> <body> <table><tr><td> <span class='fc-icon fc-icon-chevron-left'></span> <span class='fc-icon fc-icon-chevron-right'></span> <span class='fc-icon fc-icon-chevrons-left'></span> <span class='fc-icon fc-icon-chevrons-right'></span> <span class='fc-icon fc-icon-plus-square'></span> <span class='fc-icon fc-icon-minus-square'></span> <span class='fc-icon fc-icon-x'></span> </td></tr></table> </body> </html>