{"id":611,"date":"2013-11-24T22:30:48","date_gmt":"2013-11-24T21:30:48","guid":{"rendered":"http:\/\/www.lerzso.hu\/?page_id=611"},"modified":"2018-11-12T22:19:37","modified_gmt":"2018-11-12T21:19:37","slug":"okori-egyiptom-rejtveny-1","status":"publish","type":"page","link":"http:\/\/www.lerzso.hu\/?page_id=611","title":{"rendered":"\u00d3kori Egyiptom &#8211; Rejtv\u00e9ny 1."},"content":{"rendered":"<!--[wpfcNOT]--><p ng-hide=\"true\"><strong>Loading the crossword has yet to start.<\/strong><\/p><div class=\"crw-wrapper\" ng-cloak ng-controller=\"CrosswordController\" ng-init=\"prepare('Az \u00f3kori Egyiptom', '1f52b7e9a0', '5c3a64324b', 'timer', 'Egyiptomi istenek')\">\n    <p class=\"name\">{{crosswordData.name}}<\/p>\n    <p class=\"error\" ng-if=\"loadError\">{{loadError.error}}<\/p>\n    <p class=\"error\" ng-repeat=\"msg in loadError.debug\">{{msg}}<\/p>\n    <p class=\"crw-description\" ng-show=\"crosswordData.description\"><em>Keresd meg ezeket a szavakat a rejtv\u00e9nyben!<\/em> {{crosswordData.description}}<\/p>\n    <dl class=\"crw-level\">\n        <dt>Neh\u00e9zs\u00e9gi szint {{crosswordData.level+1|localeNumber}}<\/dt>\n        <dd>Sz\u00f3 ir\u00e1nya:\n            <strong ng-show=\"crw.getLevelRestriction('dir')\">Csak jobbra \u00e9s f\u00fcgg\u0151legesen<\/strong>\n            <strong ng-show=\"!crw.getLevelRestriction('dir')\">any, including diagonal and backwards<\/strong>\n            <br \/>List of words that should be found:\n            <strong ng-show=\"crw.getLevelRestriction('sol')\">visible before found<\/strong>\n            <strong ng-show=\"!crw.getLevelRestriction('sol')\">hidden before found<\/strong>\n        <\/dd>\n    <\/dl>\n    <p class=\"crw-instruction\">Mark the words:<\/p>\n    <div crw-timer-element=\"timer\" countdown=\"300\" submitting>\n        <span state=\"waiting\" alt=\"Start\">Start solving the riddle<\/span>\n        <span state=\"playing\" alt=\"Time\"><\/span>\n        <span state=\"scored\" alt=\"Restart\">Restart solving the riddle<\/span>\n        <span state=\"final\" alt=\"Result\"><\/span>\n        <span state=\"down\">Remaining time<\/span>\n        <span state=\"up\">Time used<\/span>\n    <\/div>\n    <div class=\"crw-crossword\" ng-controller=\"SizeController\" ng-if=\"crosswordData\">\n        <div ng-style=\"styleGridSize()\" class=\"crw-grid\" ng-class=\"{divider: false || !tableVisible}\">\n        <\/div>\n        <div class=\"crw-mask\" ng-style=\"styleGridSize()\" ng-class=\"{invisible: !tableVisible}\">\n            <table class=\"crw-table\" ng-style=\"styleShift()\" ng-controller=\"TableController\" ng-Init=\"setMode('solve')\" crw-catch-mouse down=\"startMark\" up=\"stopMark\" prevent-default>\n                <tr ng-repeat=\"row in crosswordData.table\" crw-index-checker=\"line\">\n                    <td class=\"crw-field\" ng-repeat=\"field in row\" crw-index-checker=\"column\">\n                        <div  ng-mouseenter=\"intoField(line, column)\" ng-mouseleave=\"outofField(line, column)\">\n                            <button tabindex=\"-1\" unselectable=\"on\" ng-keydown=\"move($event)\" ng-keypress=\"type($event)\" crw-set-focus>{{field.letter}}<\/button>\n                            <div unselectable=\"on\" ng-repeat=\"marker in getMarks(line, column)\" class=\"crw-marked\" ng-class =\"getImgClass(marker)\"><\/div>\n                        <\/div>\n                    <\/td>\n                <\/tr>\n            <\/table>\n        <\/div>\n    <\/div>\n    <div class=\"crw-controls\" ng-class=\"{invisible: !tableVisible}\">\n        <p ng-show=\"crosswordData.name\">\n            <span ng-if=\"count.solution<count.words\">You have found {{count.solution|localeNumber}} of {{count.words|localeNumber}} words<\/span>\n            <span ng-if=\"count.solution===count.words\">You have found all {{count.words|localeNumber}} words!<\/span>\n\n        <\/p>\n        <ul class=\"crw-word\" ng-class=\"{'palid': crw.getLevelRestriction('sol')}\">\n            <li ng-class=\"{'highlight': isHighlighted(), 'found': word.solved}\" ng-repeat=\"word in wordsToArray(crosswordData.solution) | orderBy:'ID'\" ng-controller=\"EntryController\">\n                <img ng-if=\"word.solved\" title=\"{{localize(word.color)}}\" ng-src=\"http:\/\/www.lerzso.hu\/wp-content\/plugins\/crosswordsearch\/images\/bullet-{{word.color}}.png\">\n                <img ng-if=\"!word.solved\" title=\"localize('grey')\" ng-src=\"http:\/\/www.lerzso.hu\/wp-content\/plugins\/crosswordsearch\/images\/bullet-grey.png\">\n                <span>{{word.fields | joinWord}}<\/span>\n            <\/li>\n        <\/ul>\n    <\/div>\n    <p ng-show=\"crosswordData.author\" class=\"copyright\">Authored by {{crosswordData.author}}<\/p>\n    <div class=\"crw-immediate\" ng-controller=\"ImmediateController\" ng-cloak ng-show=\"immediate\" ng-switch on=\"immediate\">\n        <div class=\"blocker\"><\/div>\n        <div class=\"message\">\n            <div ng-switch-when=\"submit_solution\">\n                <form name=\"uploader\" crw-has-password>\n                    <p ng-switch on=\"message.which\">\n                        <span ng-switch-when=\"solved_incomplete\">You have found {{message.solution|localeNumber}} of {{message.words|localeNumber}} hidden words during the alloted time.<\/span>\n                        <span ng-switch-when=\"solved_completely\">Congratulation, you have solved the riddle in {{message.time | duration}}!<\/span>\n                    <\/p>\n                    <p ng-show=\"progress<2\">Do you want to submit your result?<\/p>\n                    <table ng-show=\"progress<2\">\n                        <tr>\n                            <td><label for=\"username\">Username:<\/label><\/td>\n                            <td><input type=\"text\" name=\"username\" class=\"authenticate\" required=\"\" ng-model=\"username\"><\/td>\n                        <\/tr>\n                        <tr>\n                            <td><label for=\"password\">Password:<\/label><\/td>\n                            <td><input type=\"password\" name=\"password\" class=\"authenticate\" required=\"\" ng-model=\"password\"><\/td>\n                        <\/tr>\n                        <tr>\n                            <td><\/td><td>\n                                <p class=\"error\" ng-show=\"uploader.username.$error.required || uploader.password.$error.required\">A username and password is required for saving!<\/p>\n                                <p class=\"confirm\" ng-show=\"uploader.username.$valid && uploader.password.$valid\">&nbsp;<\/p>\n                            <\/td>\n                        <\/tr>\n                    <\/table>\n                    <p class=\"error\" ng-show=\"uploader.$error.sane\">Ne pr\u00f3b\u00e1lj okos lenni!<\/p>\n                    <div ng-show=\"progress==2\" ng-bind-html=\"message.feedback\"><\/div>\n                    <p class=\"actions\">\n                        <input type=\"submit\" ng-disabled=\"[!uploader.$valid, true, false][progress]\" ng-click=\"submit(username, password)\" value=\"{{['Submit','Loading...','OK'][progress]}}\" \/>\n                        <button ng-show=\"progress==0\" ng-click=\"finish(false)\">Abort<\/button>\n                    <\/p>\n                    <p class=\"error\" ng-show=\"saveError\">{{saveError}}<\/p>\n                    <p class=\"error\" ng-repeat=\"msg in saveDebug\">{{msg}}<\/p>\n                <\/form>\n            <\/div>\n            <div ng-switch-when=\"dialogue\" ng-switch on=\"message.which\">\n                <p ng-switch-when=\"false_word\">The marked word {{message.word | joinWord}} is not part of the solution.<\/p>\n                <p ng-switch-when=\"solved_completely\"  ng-switch on=\"message.time\"><span\n                    ng-switch-when=\"false\">Congratulation, you have solved the riddle!<\/span><span\n                    ng-switch-default>Congratulation, you have solved the riddle in {{message.time | duration}}!<\/span><\/p>\n                <p ng-switch-when=\"solved_incomplete\">You have found {{message.solution|localeNumber}} of {{message.words|localeNumber}} hidden words during the alloted time.<\/p>\n                <p ng-switch-when=\"load_crossword\">Please be patient for the crossword being loaded.<\/p>\n                <p class=\"actions\">\n                    <button ng-if=\"message.buttons.ok\" ng-click=\"finish(true)\">OK<\/button>\n                    <button ng-if=\"message.buttons.delete\" ng-click=\"finish(true)\">Delete<\/button>\n                    <button ng-if=\"message.buttons.abort\" ng-click=\"finish(false)\">Abort<\/button>\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":127,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-611","page","type-page","status-publish","hentry","nodate","item-wrap"],"_links":{"self":[{"href":"http:\/\/www.lerzso.hu\/index.php?rest_route=\/wp\/v2\/pages\/611","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.lerzso.hu\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/www.lerzso.hu\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/www.lerzso.hu\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.lerzso.hu\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=611"}],"version-history":[{"count":14,"href":"http:\/\/www.lerzso.hu\/index.php?rest_route=\/wp\/v2\/pages\/611\/revisions"}],"predecessor-version":[{"id":696,"href":"http:\/\/www.lerzso.hu\/index.php?rest_route=\/wp\/v2\/pages\/611\/revisions\/696"}],"up":[{"embeddable":true,"href":"http:\/\/www.lerzso.hu\/index.php?rest_route=\/wp\/v2\/pages\/127"}],"wp:attachment":[{"href":"http:\/\/www.lerzso.hu\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=611"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}