{"id":28,"date":"2025-07-27T13:17:14","date_gmt":"2025-07-27T13:17:14","guid":{"rendered":"https:\/\/rettungstormarn.wenk-hh.de\/?page_id=28"},"modified":"2025-07-27T13:18:52","modified_gmt":"2025-07-27T13:18:52","slug":"ideenboard","status":"publish","type":"page","link":"https:\/\/rettungstormarn.wenk-hh.de\/index.php\/ideenboard\/","title":{"rendered":"Ideenboard"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"de\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Ideenportal<\/title>\n  <style>\n    body {\n      font-family: Arial, sans-serif;\n      background: #f5f5f5;\n      padding: 20px;\n    }\n    h1 {\n      text-align: center;\n    }\n    #idea-list {\n      max-width: 600px;\n      margin: 0 auto;\n    }\n    .idea {\n      background: white;\n      padding: 15px;\n      margin: 10px 0;\n      border-radius: 8px;\n      box-shadow: 0 2px 5px rgba(0,0,0,0.1);\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n    }\n    .idea-text {\n      flex: 1;\n      margin-right: 10px;\n    }\n    .vote-section {\n      text-align: center;\n    }\n    .vote-section button {\n      display: block;\n      margin: 5px auto;\n      padding: 5px 10px;\n      cursor: pointer;\n    }\n    .add-idea {\n      max-width: 600px;\n      margin: 20px auto;\n      display: flex;\n      gap: 10px;\n    }\n    .add-idea input {\n      flex: 1;\n      padding: 10px;\n    }\n    .add-idea button {\n      padding: 10px;\n      cursor: pointer;\n    }\n  <\/style>\n<\/head>\n<body>\n  <h1>\ud83d\udca1 Ideenportal<\/h1>\n\n  <div class=\"add-idea\">\n    <input type=\"text\" id=\"new-idea\" placeholder=\"Neue Idee eingeben...\">\n    <button onclick=\"addIdea()\">Hinzuf\u00fcgen<\/button>\n  <\/div>\n\n  <div id=\"idea-list\"><\/div>\n\n  <script>\n    let ideas = [\n      { text: \"Mehr Pflanzen im B\u00fcro\", votes: 0 },\n      { text: \"Freitags Homeoffice\", votes: 0 },\n      { text: \"Kaffeemaschine upgraden\", votes: 0 }\n    ];\n\n    function renderIdeas() {\n      const list = document.getElementById(\"idea-list\");\n      list.innerHTML = \"\";\n\n      \/\/ Ideen nach Stimmen sortieren\n      ideas.sort((a, b) => b.votes - a.votes);\n\n      ideas.forEach((idea, index) => {\n        const ideaDiv = document.createElement(\"div\");\n        ideaDiv.className = \"idea\";\n        ideaDiv.innerHTML = `\n          <div class=\"idea-text\">${idea.text}<\/div>\n          <div class=\"vote-section\">\n            <div>\ud83d\udc4d ${idea.votes}<\/div>\n            <button onclick=\"vote(${index})\">Abstimmen<\/button>\n          <\/div>\n        `;\n        list.appendChild(ideaDiv);\n      });\n    }\n\n    function vote(index) {\n      ideas[index].votes++;\n      renderIdeas();\n    }\n\n    function addIdea() {\n      const input = document.getElementById(\"new-idea\");\n      const text = input.value.trim();\n      if (text !== \"\") {\n        ideas.push({ text: text, votes: 0 });\n        input.value = \"\";\n        renderIdeas();\n      }\n    }\n\n    \/\/ Initiales Rendern\n    renderIdeas();\n  <\/script>\n<\/body>\n<\/html>\n\n\n\n\n<pre class=\"wp-block-code\"><code><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Ideenportal \ud83d\udca1 Ideenportal Hinzuf\u00fcgen<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-28","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/rettungstormarn.wenk-hh.de\/index.php\/wp-json\/wp\/v2\/pages\/28","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rettungstormarn.wenk-hh.de\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rettungstormarn.wenk-hh.de\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rettungstormarn.wenk-hh.de\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rettungstormarn.wenk-hh.de\/index.php\/wp-json\/wp\/v2\/comments?post=28"}],"version-history":[{"count":3,"href":"https:\/\/rettungstormarn.wenk-hh.de\/index.php\/wp-json\/wp\/v2\/pages\/28\/revisions"}],"predecessor-version":[{"id":31,"href":"https:\/\/rettungstormarn.wenk-hh.de\/index.php\/wp-json\/wp\/v2\/pages\/28\/revisions\/31"}],"wp:attachment":[{"href":"https:\/\/rettungstormarn.wenk-hh.de\/index.php\/wp-json\/wp\/v2\/media?parent=28"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}