{"id":48,"date":"2013-12-18T21:01:35","date_gmt":"2013-12-18T20:01:35","guid":{"rendered":"https:\/\/toxic.fm\/site\/?page_id=48"},"modified":"2022-03-31T21:36:26","modified_gmt":"2022-03-31T19:36:26","slug":"playlist","status":"publish","type":"page","link":"https:\/\/toxic.fm\/site\/musik\/playlist\/","title":{"rendered":"Playlist"},"content":{"rendered":"\n<h1 class=\"wp-block-heading\">Playlist<\/h1>\n\n\n\n<p>Welcher Titel lief im Radio?<\/p>\n\n\n\n    <form>\n\t\t\t\tDatum:\n\t\t<select name=\"date\" onchange=\"submit();\">\n\t\t\t\t\t\t\t\t\t\t<option value=\"20260408\" selected>08.04<\/option>\n\t\t\t\t\t\t\t\t\t\t<option value=\"20260407\" >07.04<\/option>\n\t\t\t\t\t\t\t\t\t\t<option value=\"20260406\" >06.04<\/option>\n\t\t\t\t\t\t\t\t\t\t<option value=\"20260405\" >05.04<\/option>\n\t\t\t\t\t\t\t\t\t\t<option value=\"20260404\" >04.04<\/option>\n\t\t\t\t\t\t\t\t\t\t<option value=\"20260403\" >03.04<\/option>\n\t\t\t\t\t\t\t\t\t\t<option value=\"20260402\" >02.04<\/option>\n\t\t\t\t\t\t<\/select>\n\n\t\tZeit:\n\t\t<select name=\"time\" onchange=\"submit();\">\n\t\t\t\t\t\t\t\t\t\t<option value=\"0\" >0 - 1 Uhr<\/option>\n\t\t\t\t\t\t\t\t\t\t<option value=\"1\" >1 - 2 Uhr<\/option>\n\t\t\t\t\t\t\t\t\t\t<option value=\"2\" >2 - 3 Uhr<\/option>\n\t\t\t\t\t\t\t\t\t\t<option value=\"3\" >3 - 4 Uhr<\/option>\n\t\t\t\t\t\t\t\t\t\t<option value=\"4\" >4 - 5 Uhr<\/option>\n\t\t\t\t\t\t\t\t\t\t<option value=\"5\" >5 - 6 Uhr<\/option>\n\t\t\t\t\t\t\t\t\t\t<option value=\"6\" >6 - 7 Uhr<\/option>\n\t\t\t\t\t\t\t\t\t\t<option value=\"7\" >7 - 8 Uhr<\/option>\n\t\t\t\t\t\t\t\t\t\t<option value=\"8\" >8 - 9 Uhr<\/option>\n\t\t\t\t\t\t\t\t\t\t<option value=\"9\" >9 - 10 Uhr<\/option>\n\t\t\t\t\t\t\t\t\t\t<option value=\"10\" >10 - 11 Uhr<\/option>\n\t\t\t\t\t\t\t\t\t\t<option value=\"11\" >11 - 12 Uhr<\/option>\n\t\t\t\t\t\t\t\t\t\t<option value=\"12\" >12 - 13 Uhr<\/option>\n\t\t\t\t\t\t\t\t\t\t<option value=\"13\" >13 - 14 Uhr<\/option>\n\t\t\t\t\t\t\t\t\t\t<option value=\"14\" >14 - 15 Uhr<\/option>\n\t\t\t\t\t\t\t\t\t\t<option value=\"15\" >15 - 16 Uhr<\/option>\n\t\t\t\t\t\t\t\t\t\t<option value=\"16\" >16 - 17 Uhr<\/option>\n\t\t\t\t\t\t\t\t\t\t<option value=\"17\" >17 - 18 Uhr<\/option>\n\t\t\t\t\t\t\t\t\t\t<option value=\"18\" >18 - 19 Uhr<\/option>\n\t\t\t\t\t\t\t\t\t\t<option value=\"19\" >19 - 20 Uhr<\/option>\n\t\t\t\t\t\t\t\t\t\t<option value=\"20\" >20 - 21 Uhr<\/option>\n\t\t\t\t\t\t\t\t\t\t<option value=\"21\" >21 - 22 Uhr<\/option>\n\t\t\t\t\t\t\t\t\t\t<option value=\"22\" >22 - 23 Uhr<\/option>\n\t\t\t\t\t\t\t\t\t\t<option value=\"23\" >23 - 24 Uhr<\/option>\n\t\t\t\t\t\t<\/select>\n\t<\/form>\n\t\t<br>\n\n\t\tkeine Eintr\u00e4ge gefunden\n\n<script src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.6.0\/jquery.min.js\"><\/script>\n<script>\nthis.imagePreview = function(){\n    \/* CONFIG *\/\n    xOffset = 300;\n    yOffset = -400;\n    \/\/ these 2 variable determine popup's distance from the cursor\n    \/\/ you might want to adjust to get the right result\n\n    \/* END CONFIG *\/\n    jQuery(\".coverimage\").hover(function(e){\n        this.t = this.title;\n        this.title = \"\";\n        var c = (this.t != \"\") ? \"<br\/>\" + this.t : \"\";\n        jQuery(\"body\").append(\"<p id='preview'><img src='\"+ this.src +\"' alt='cover preview' \/>\"+ c +\"<\/p>\");\n        jQuery(\"#preview\")\n            .css(\"top\",(e.pageY - xOffset) + \"px\")\n            .css(\"left\",(e.pageX + yOffset) + \"px\")\n            .fadeIn(\"fast\");\n    },\n    function(){\n        this.title = this.t;\n        jQuery(\"#preview\").remove();\n    });\n    jQuery(\".coverimage\").mousemove(function(e){\n        jQuery(\"#preview\")\n            .css(\"top\",(e.pageY - xOffset) + \"px\")\n            .css(\"left\",(e.pageX + yOffset) + \"px\");\n    });\n};\n\n\n\/\/ starting the script on page load\njQuery(document).ready(function(){\n\timagePreview();\n});\n<\/script>\n<style>\n.coverimage {\n    cursor:pointer;\n}\nthead {\n    font-weight:bold;\n}\ntable {\n    font-size:14px;\n    border-collapse: collapse;\n}\ntd {\n    border-bottom:1px solid #333;\n    padding:4px 10px 2px 0px;\n}\n#preview{\n    position:absolute;\n    border:1px solid #ccc;\n    background:#333;\n    padding:5px;\n    display:none;\n    color:#fff;\n    font-size:0px;\n    line-height: 0%;\n}\n\n#preview img {\n    max-width:350px;\n}\n<\/style>\n\n\n    \n","protected":false},"excerpt":{"rendered":"<p>Playlist Welcher Titel lief im Radio?<\/p>\n","protected":false},"author":1,"featured_media":229,"parent":10,"menu_order":4,"comment_status":"closed","ping_status":"open","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-48","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"publishpress_future_action":{"enabled":false,"date":"2026-04-16 00:57:34","action":"change-status","newStatus":"draft","terms":[],"taxonomy":"","extraData":[]},"publishpress_future_workflow_manual_trigger":{"enabledWorkflows":[]},"_links":{"self":[{"href":"https:\/\/toxic.fm\/site\/wp-json\/wp\/v2\/pages\/48","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/toxic.fm\/site\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/toxic.fm\/site\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/toxic.fm\/site\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/toxic.fm\/site\/wp-json\/wp\/v2\/comments?post=48"}],"version-history":[{"count":6,"href":"https:\/\/toxic.fm\/site\/wp-json\/wp\/v2\/pages\/48\/revisions"}],"predecessor-version":[{"id":38379,"href":"https:\/\/toxic.fm\/site\/wp-json\/wp\/v2\/pages\/48\/revisions\/38379"}],"up":[{"embeddable":true,"href":"https:\/\/toxic.fm\/site\/wp-json\/wp\/v2\/pages\/10"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/toxic.fm\/site\/wp-json\/wp\/v2\/media\/229"}],"wp:attachment":[{"href":"https:\/\/toxic.fm\/site\/wp-json\/wp\/v2\/media?parent=48"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}