{"id":613,"date":"2020-05-09T15:10:12","date_gmt":"2020-05-09T15:10:12","guid":{"rendered":"http:\/\/wp5.fewohausmonika.de\/?page_id=613"},"modified":"2022-12-23T20:07:45","modified_gmt":"2022-12-23T19:07:45","slug":"rates","status":"publish","type":"page","link":"https:\/\/fewohausmonika.de\/?page_id=613&lang=en","title":{"rendered":"Rates"},"content":{"rendered":"\n<script type=\"text\/javascript\">\nfunction Preis() {\n  \n  Ergebnis = 44;\n  Fehler=false;\n\n  if (document.Formular.tax_std.value == \"\") document.Formular.tax_std.value = 0;\n  if (document.Formular.tax_dis.value == \"\") document.Formular.tax_dis.value = 0;\n  if (document.Formular.tax_kid.value == \"\") document.Formular.tax_kid.value = 0;  \n  Personenzahl = parseInt(document.Formular.tax_std.value)+parseInt(document.Formular.tax_dis.value)+parseInt(document.Formular.tax_kid.value);  \n  if (Personenzahl == 1);\n  else if (Personenzahl == 2);\n  else if (Personenzahl == 3)\n    Ergebnis += 10;\n  else if (Personenzahl == 4)\n    Ergebnis += 20;\n  else if (Personenzahl == 5)\n    Ergebnis += 30;\n  else if (Personenzahl == 6)\n    Ergebnis += 40;\n  else { Fehler=true; alert(\"The sum of persons is currently\" + Personenzahl + \". Possible values are between 1 and 6.\");}\n\n  Kurtaxe = parseInt(document.Formular.tax_std.value)*2.0+parseInt(document.Formular.tax_dis.value)*1.0+parseInt(document.Formular.tax_kid.value)*0;\n  Ergebnis += Kurtaxe;\n \n \n  if (Fehler == false) {\n    if (document.Formular.Typ[0].checked == true)\n      Ergebnis -= 5;\n    else if (document.Formular.Typ[1].checked == true);\n    else if (document.Formular.Typ[2].checked == true);\n    else { Fehler=true; alert(\"Please select the apartment type!\");}}\n\n\n  if (Fehler == false) {\n    if ( (document.Formular.Typ[0].checked == true) && Personenzahl > 2 )  {\n      Fehler = true; alert(\"Type A fits only for up to 2 persons.\"); }\n    if ( (document.Formular.Typ[1].checked == true) && Personenzahl > 4 )  {\n      Fehler = true; alert(\"Type B fits only for up to 4 persons.\");}}  \n\n\n  if (Fehler == false) {\n    if (document.Formular.Dauer[0].checked == true)\n      Ergebnis -= 0;\n    else if (document.Formular.Dauer[1].checked == true)\n      Ergebnis += 3;\n    else if (document.Formular.Dauer[2].checked == true)\n      Ergebnis += 7;    \n    else { Fehler=true; alert(\"Please select the duration of your stay.\");}}\n\n\n  if (Fehler == false) {\n    if (document.Formular.Garage[0].checked == true);\n    else if (document.Formular.Garage[1].checked == true)\n      Ergebnis += 3;\n    else { Fehler=true; alert(\"Please select if you want to rent a garage, too.!\");}}\n\n\n  if (Fehler == false)\n    document.Formular.Endpreis.value = Ergebnis + \" EUR\/night incl. visitors tax\";\n  else\n    document.Formular.Endpreis.value = \"\";\n}\n\nfunction Convert() {\n  Preis();\n  if (Ergebnis)\n    window.open(\"https:\/\/fxtop.com\/en\/currency-converter.php?C1=EUR&A=\".concat(Ergebnis));\t\n}\n<\/script>\n\n              <form name=\"Formular\" action=\"\">\n                                                                                                        <table> <tbody><tr><td>\n                          <table border=\"1\">\n                            <tbody><tr>\n                              <td> <b><center>Here you can calculate your price per night:<\/center><\/b>\n\n                              <\/td>\n                            <\/tr>\n\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t  <td>\n\t\t\t\t\t\t\t    <table>\n\t\t\t\t\t\t\t\t  <tbody><tr><td>Persons aged 16 and above:<\/td><td><input type=\"number\" id=\"tax_std\" name=\"tax_std\" min=\"0\" max=\"6\" value=\"0\"><\/td><\/tr>\t\t\t\t\t\n\t\t\t\t\t\t\t\t  <tr><td>Persons aged between 6-15:<\/td><td><input type=\"number\" id=\"tax_dis\" name=\"tax_dis\" min=\"0\" max=\"6\" value=\"0\"><\/td><\/tr>\n\t\t\t\t\t\t\t\t  <tr><td>Persons younger than 6 years:<\/td><td><input type=\"number\" id=\"tax_kid\" name=\"tax_kid\" min=\"0\" max=\"6\" value=\"0\"><\/td><\/tr>\n\t\t\t\t\t\t\t\t<\/tbody><\/table>\n\t\t\t\t\t\t\t  <\/td>\n\t\t\t\t\t\t\t<\/tr>                            \n                            <tr>\n                              <td>\n                                <table>\n                                  <tbody><tr><td> <input type=\"radio\" name=\"Typ\" value=\"A\"> Type A (max. 2 pers., 1-room apartment, foldaway beds in the living room)<\/td><\/tr>\n                                  <tr><td> <input type=\"radio\" name=\"Typ\" value=\"B\"> Type B (max. 4 pers., 2-room apartment, one separate bedroom)<\/td><\/tr>\n                                  <tr><td> <input type=\"radio\" name=\"Typ\" value=\"C\"> Type C (max. 6 pers., 3-room apartment, two separate bedrooms)<\/td><\/tr>\n                                <\/tbody><\/table>\n                              <\/td>    \n                            <\/tr>  \n\t\t\t\t\t\t\t<tr>\n                              <td>\n                                <table>\n                                  <tbody><tr><td nowrap=\"nowrap\"> <input type=\"radio\" name=\"Dauer\" value=\"6\"> at least 6 nights<\/td>                                  \n                                  <td nowrap=\"nowrap\"> <input type=\"radio\" name=\"Dauer\" value=\"5\"> 5 nights<\/td>\n                                  <td nowrap=\"nowrap\"> <input type=\"radio\" name=\"Dauer\" value=\"4\"> 4 nights<\/td>\n                                <\/tr><\/tbody><\/table>\n                              <\/td>\n                            <\/tr>\n\t\t\t\t\t\t\t<tr>\n                              <td>\n                                <table>\n                                  <tbody><tr><td nowrap=\"nowrap\"> <input type=\"radio\" name=\"Garage\" value=\"ohne\"> Free parking space<\/td>                                  \n                                  <td nowrap=\"nowrap\"> <input type=\"radio\" name=\"Garage\" value=\"mit\"> Rent a garage<\/td>\n                                <\/tr><\/tbody><\/table>\n                              <\/td>\n                            <\/tr>\n\n                          <\/tbody><\/table>\n                                                                                                        <\/td><td>&nbsp;&nbsp;<\/td><\/tr><\/tbody><\/table>\n                          <br>\n                          <table>\n\t\t\t\t\t\t    <tbody><tr><td><input type=\"button\" value=\"Calculate price\" onclick=\"Preis()\" align=\"middle\"><\/td>\n\t\t\t\t\t\t\t           <td><input type=\"text\" name=\"Endpreis\" size=\"30\" value=\"--\" readonly=\"\"><\/td><\/tr>\n\t\t\t\t\t\t\t\t   <tr><td><\/td>\n\t\t\t\t\t\t\t\t       <td><input type=\"button\" value=\"convert into other currencies\" onclick=\"Convert()\" align=\"middle\"><\/td><\/tr>\n\t\t\t\t\t\t  <\/tbody><\/table>\n                                                                                                        \n                        <\/form>\n\n\n\n<p>This price includes water, power, heating, towels, bed towels, cleaning, satelite TV and WiFi. A waschine machine and a laundry dryer can be used for small fees. As benefit of the visitors tax you could use buses and trains for free in the Black Forest region (<a href=\"http:\/\/www.konus-schwarzwald.info\/\">Project KONUS<\/a>).<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Here you can calculate your price per night: Persons aged 16 and above: Persons aged between 6-15: Persons younger than 6 years: Type A (max. 2 pers., 1-room apartment, foldaway beds in the living room) Type B (max. 4 pers., 2-room apartment, one separate bedroom) Type C (max. 6 pers., 3-room apartment, two separate bedrooms) [&hellip;]<\/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-613","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/fewohausmonika.de\/index.php?rest_route=\/wp\/v2\/pages\/613","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fewohausmonika.de\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fewohausmonika.de\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fewohausmonika.de\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fewohausmonika.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=613"}],"version-history":[{"count":13,"href":"https:\/\/fewohausmonika.de\/index.php?rest_route=\/wp\/v2\/pages\/613\/revisions"}],"predecessor-version":[{"id":1041,"href":"https:\/\/fewohausmonika.de\/index.php?rest_route=\/wp\/v2\/pages\/613\/revisions\/1041"}],"wp:attachment":[{"href":"https:\/\/fewohausmonika.de\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=613"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}