{"id":5451,"date":"2016-08-19T15:23:22","date_gmt":"2016-08-19T07:23:22","guid":{"rendered":"http:\/\/homefeel.ricacorp.com\/?page_id=5451"},"modified":"2024-06-17T10:47:20","modified_gmt":"2024-06-17T02:47:20","slug":"%e5%85%a8%e9%83%a8%e6%9c%9f%e6%95%b8","status":"publish","type":"page","link":"https:\/\/www.ricacorp.com\/homefeel\/%e5%85%a8%e9%83%a8%e6%9c%9f%e6%95%b8\/","title":{"rendered":"\u5168\u90e8\u671f\u6578"},"content":{"rendered":"<p><script>\njQuery(document).ready(function( $ ) {\n    function xml2json(xml) {\n        try {\n            var obj = {};\n            if (xml.children.length > 0) {\n            for (var i = 0; i < xml.children.length; i++) {\n                var item = xml.children.item(i);\n                var nodeName = item.nodeName;\n                if (typeof (obj[nodeName]) == \"undefined\") {\n                obj[nodeName] = xml2json(item);\n                } else {\n                if (typeof (obj[nodeName].push) == \"undefined\") {\n                    var old = obj[nodeName];\n\n                    obj[nodeName] = [];\n                    obj[nodeName].push(old);\n                }\n                obj[nodeName].push(xml2json(item));\n                }\n            }\n            } else {\n            obj = xml.textContent;\n            }\n            return obj;\n        } catch (e) {\n            console.log(e.message);\n        }\n    }\n\n \/\/$.get( \"https:\/\/www.ricacorp.com\/cms\/template.aspx?series=99\", function( xml ) {\n $.get( \"https:\/\/www.ricacorp.com\/homefeel\/homefeel.txt\", function( xml ) {\n        var myxml = $.parseXML(xml);\n        var homefeel = xml2json(xml);\n        var html = \"\";\nhtml += `<\/p>\n<div style=\"width: 300px\" class=\"wp-caption alignleft\">\n<p>\n                <a target=\"_blank\" href=\"` + 'https:\/\/resourcecdn.ricacorp.com\/public-site\/homefeel\/issue59\/index.html' + `\" rel=\"noopener noreferrer\">\n                <img decoding=\"async\" loading=\"lazy\" style=\"height:375px\" class=\"wp-image-3493 size-full\" src=\"`+'https:\/\/resourcecdn.ricacorp.com\/public-site\/homefeel\/issue59\/files\/thumb\/1.jpg'+`\" alt=\"issue59\" width=\"300\" height=\"375\">\n                <\/a>\n                <\/p>\n<p style=\"color: black\" class=\"wp-caption-text\">HOME feel \u2013 ISSUE 59 \u2013 202406<\/p>\n<\/div>\n<p>`;\nhtml += `<\/p>\n<div style=\"width: 300px\" class=\"wp-caption alignleft\">\n<p>\n                <a target=\"_blank\" href=\"` + 'https:\/\/resourcecdn.ricacorp.com\/public-site\/homefeel\/issue58\/index.html' + `\" rel=\"noopener noreferrer\">\n                <img decoding=\"async\" loading=\"lazy\" style=\"height:375px\" class=\"wp-image-3493 size-full\" src=\"`+'https:\/\/resourcecdn.ricacorp.com\/public-site\/homefeel\/issue58\/files\/thumb\/1.jpg'+`\" alt=\"issue58\" width=\"300\" height=\"375\">\n                <\/a>\n                <\/p>\n<p style=\"color: black\" class=\"wp-caption-text\">HOME feel \u2013 ISSUE 58 \u2013 202403<\/p>\n<\/div>\n<p>`;\n\t\thtml += `<\/p>\n<div style=\"width: 300px\" class=\"wp-caption alignleft\">\n<p>\n                <a target=\"_blank\" href=\"` + 'https:\/\/resourcecdn.ricacorp.com\/public-site\/homefeel\/issue57\/index.html' + `\" rel=\"noopener noreferrer\">\n                <img decoding=\"async\" loading=\"lazy\" style=\"height:375px\" class=\"wp-image-3493 size-full\" src=\"`+'https:\/\/resourcecdn.ricacorp.com\/public-site\/homefeel\/issue57\/files\/thumb\/1.jpg'+`\" alt=\"issue57\" width=\"300\" height=\"375\">\n                <\/a>\n                <\/p>\n<p style=\"color: black\" class=\"wp-caption-text\">HOME feel \u2013 ISSUE 57 \u2013 202312<\/p>\n<\/div>\n<p>`;\n        html += `<\/p>\n<div style=\"width: 300px\" class=\"wp-caption alignleft\">\n<p>\n                <a target=\"_blank\" href=\"` + 'https:\/\/resourcecdn.ricacorp.com\/public-site\/homefeel\/issue56\/index.html' + `\" rel=\"noopener noreferrer\">\n                <img decoding=\"async\" loading=\"lazy\" style=\"height:375px\" class=\"wp-image-3493 size-full\" src=\"`+'https:\/\/resourcecdn.ricacorp.com\/public-site\/homefeel\/issue56\/files\/thumb\/1.jpg'+`\" alt=\"issue56\" width=\"300\" height=\"375\">\n                <\/a>\n                <\/p>\n<p style=\"color: black\" class=\"wp-caption-text\">HOME feel \u2013 ISSUE 56 \u2013 202309<\/p>\n<\/div>\n<p>`;\nvar link = \"\";\n        $.each(homefeel.homefeel.issue, function(index, value) {            \n            issue = homefeel.homefeel.issue.length - index - 1;\n            if(issue == 8){\n                issue = \"8A\";\n            } else if(issue == 7){\n                issue = \"8B\";\n            } else if(issue < 7){\n                issue += 1;\n            }\n            var href = \"http:\/\/ftp1.ricacorp.com\/ricaweb\/magazine\/issue\/\"+ value.id + \"\/\";\n            if (issue >= 17) {\n              href += \"html5\/index.html\"\n              link = \"https:\/\/magazine.ricacorp.com\/ricaweb\/magazine\/issue\/\"+value.id+\"\/files\/pages\/large\/1.jpg\"\n            } else {\n              link = `https:\/\/magazine.ricacorp.com\/ricaweb\/magazine\/issue\/${value.id}\/large\/1.jpg`;\n            }\n            html += `<\/p>\n<div style=\"width: 300px\" class=\"wp-caption alignleft\">\n<p>\n                <a target=\"_blank\" href=\"` + href + `\" rel=\"noopener noreferrer\">\n                <img decoding=\"async\" loading=\"lazy\" style=\"height:375px\" class=\"wp-image-3493 size-full\" src=\"`+link+`\" alt=\"${value.title}\" width=\"300\" height=\"375\">\n                <\/a>\n                <\/p>\n<p style=\"color: black\" class=\"wp-caption-text\">HOME feel \u2013 ISSUE ` + issue + ` \u2013 `+value.id+`<\/p>\n<\/div>\n<p>`;\n        }); \n        $('.entry.themeform').html(html);\n    }, \"xml\" );\n});\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0},"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.ricacorp.com\/homefeel\/wp-json\/wp\/v2\/pages\/5451"}],"collection":[{"href":"https:\/\/www.ricacorp.com\/homefeel\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.ricacorp.com\/homefeel\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.ricacorp.com\/homefeel\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ricacorp.com\/homefeel\/wp-json\/wp\/v2\/comments?post=5451"}],"version-history":[{"count":124,"href":"https:\/\/www.ricacorp.com\/homefeel\/wp-json\/wp\/v2\/pages\/5451\/revisions"}],"predecessor-version":[{"id":62960,"href":"https:\/\/www.ricacorp.com\/homefeel\/wp-json\/wp\/v2\/pages\/5451\/revisions\/62960"}],"wp:attachment":[{"href":"https:\/\/www.ricacorp.com\/homefeel\/wp-json\/wp\/v2\/media?parent=5451"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}