_layouts/feature.html in appscms-tools-theme-3.3.1 vs _layouts/feature.html in appscms-tools-theme-3.3.2

- old
+ new

@@ -1,207 +1,471 @@ {% assign file = page.fileName %} {% assign lang = page.lang %} {% assign folder = page.folderName %} {% assign featureData= site.data[folder][lang][file] %} <!DOCTYPE html> <html lang="{{page.lang}}"> -{% include head/index.html %} + {% include head/index.html %} -<body> - {% include header/index.html %} {%- if site.safeui -%} - <div class="alert alert-{{featureData.variant | default: 'info'}} fade show text-center" role="alert" - id="safeui-alert"> - <div class="container"> - {%- if featureData.alertmsg -%} {{featureData.alertmsg}} {%- else -%} We - do not upload any files to server, hence your data is 100% secure. {%- - endif -%} + <body> + {% include header/index.html %} {%- if site.safeui -%} + <div + class="alert alert-{{featureData.variant | default: 'info'}} fade show text-center" + role="alert" + id="safeui-alert" + > + <div class="container"> + {%- if featureData.alertmsg -%} {{featureData.alertmsg}} {%- else -%} We + do not upload any files to server, hence your data is 100% secure. {%- + endif -%} + </div> </div> - </div> - {%- endif -%} {%- if page.layout != "frame" and page.layout != - "photo-effects-home" and page.layout != "video" and page.layout != "audio" - -%} - <div class="flex-container pb-3"> - <div class="flex-class py-4 mt-4 mt-md-0"> - <div id="h1-img-wrapper" class="d-flex justify-content-center align-items-center"> - <span id="h1-img" class="fHhdVc"> - <div class="div-cont feature-img mr-2"> - {%- if featureData.img -%} - <img style="width:{{featureData.imgwidth}};height:{{featureData.imgheight}};" src="{{featureData.img}}" - alt="{{featureData.imgalt}}" {%- if site.crossorigin -%} crossorigin {%- endif -%} /> - {%- else -%} - <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 36 36" - fill="#000"> - <path - d="M6,6 L9,18 L6,30 L18,27 L30,30 L27,18 L30,6 L18,9 L6,6 Z M3,3 L18,6.75 L33,3 L29.25,18 L33,33 L18,29.25 L3,33 L6.75,18 L3,3 Z"> - </path> - </svg> - {%- endif -%} - </div> - </span> - {%- assign featureh1 = featureData.H1 | replace: "$variable", - page.value -%} - <h1 id="feature-h1" class="feature-h1"> - {%- for word in featureh1-%} {%- if forloop.first == true -%} {{word + {%- endif -%} {%- if page.layout != "frame" and page.layout != + "photo-effects-home" and page.layout != "video" and page.layout != "audio" + -%} {%- if site.newFeatureBox -%} + <div class="appscms-sidebar-left"></div> + <div class="appscms-sidebar-right"></div> + {%- endif -%} + + <div class="flex-container pb-3"> + <div class="flex-class py-4 mt-4 mt-md-0"> + <div + id="h1-img-wrapper" + class="d-flex justify-content-center align-items-center" + > + <span id="h1-img" class="fHhdVc"> + <div class="div-cont feature-img mr-2"> + {%- if featureData.img -%} + <img + style="width:{{featureData.imgwidth}};height:{{featureData.imgheight}};" + src="{{featureData.img}}" + alt="{{featureData.imgalt}}" + {%- + if + site.crossorigin + -%} + crossorigin + {%- + endif + -%} + /> + {%- else -%} + <svg + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + viewBox="0 0 36 36" + fill="#000" + > + <path + d="M6,6 L9,18 L6,30 L18,27 L30,30 L27,18 L30,6 L18,9 L6,6 Z M3,3 L18,6.75 L33,3 L29.25,18 L33,33 L18,29.25 L3,33 L6.75,18 L3,3 Z" + ></path> + </svg> + {%- endif -%} + </div> + </span> + {%- assign featureh1 = featureData.H1 | replace: "$variable", + page.value -%} + <h1 id="feature-h1" class="feature-h1"> + {%- for word in featureh1-%} {%- if forloop.first == true -%} {{word + | capitalize }} {%- else -%} {{word}} {%- endif -%} {%- endfor -%} + </h1> + </div> + {%- assign featureh2 = featureData.H2 | replace: "$variable", page.value + -%} + <h2 id="feature-h2" class="feature-h2"> + {%- for word in featureh2 -%} {%- if forloop.first == true -%} {{word | capitalize }} {%- else -%} {{word}} {%- endif -%} {%- endfor -%} - </h1> + </h2> </div> - {%- assign featureh2 = featureData.H2 | replace: "$variable", page.value - -%} - <h2 id="feature-h2" class="feature-h2"> - {%- for word in featureh2 -%} {%- if forloop.first == true -%} {{word - | capitalize }} {%- else -%} {{word}} {%- endif -%} {%- endfor -%} - </h2> </div> - </div> - {%- endif -%} {%- if site.noFeatureBox == true -%} - <div class="feature-content-box" id="theme-content-box">{{content}}</div> - {%- else -%} {%- if page.noBox == true -%} - <div class="feature-content-box" id="theme-content-box">{{content}}</div> - {%- else -%} - <div class="box-padding" id="theme-content-box"> - <div class="d-flex" id="__cond-922051"> - <div class="flex-container"> - <div class="flex-class"> - <div class="d-flex flex-column"> - <div class="box" - style="background:{{featureData.color}};min-height:{{featureData.height}};width:{{featureData.width}}"> - <div class="box-border"></div> - <div class="content-box">{{content}}</div> + {%- endif -%} {%- if site.noFeatureBox == true -%} + <div class="feature-content-box" id="theme-content-box">{{content}}</div> + {%- elsif site.newFeatureBox -%} + <div class="feature-content-box" id="theme-content-box"> + <div class="container"> + {%- assign boxColor = + site.data[page.folderName][page.lang][page.fileName].color -%} {%- if + page.removeBox != true -%} + <div class="custom-box" data-color="{{boxColor}}"> + <div style="display: none" id="file-loader"> + <img + src="/spinner.gif" + alt="spinner" + {%- + if + site.crossorigin + -%} + crossorigin + {%- + endif + -%} + /> + <p>Please Wait ,Loading Your file</p> + </div> + <div class="saving-file-download-wrap" style="display: none"> + <img + loading="lazy" + class="trust-img" + src="/trust.svg" + alt="trust" + {%- + if + site.crossorigin + -%} + crossorigin + {%- + endif + -%} + /> + <p class="text-white my-2">Thanks for your patience</p> + <button class="btn" id="download-zip">Download</button> + </div> + <div class="file-input" id="inputbox" style="color: #fff"> + <div class="m-auto"> + <div class="d-flex justify-content-center align-items-center"> + <div + id="Inputbox" + class="boxes" + style="background-color: {{boxColor}};" + > + <img + height="21px" + width="21px" + src="/assets/images/add.svg" + alt="add" + {%- + if + site.crossorigin + -%} + crossorigin + {%- + endif + -%} + /> + <span class="ml-3">CHOOSE FILE</span> + </div> + <div + class="file-pick-dropdown" + style="background-color:{{boxColor}}" + > + <i class="fas fa-angle-down arrow-sign"></i> + <div class="file-picker-dropdown" style="display: none"> + <button id="filepicker"> + <svg + class="mr-3" + viewBox="0 0 24 24" + xmlns="http://www.w3.org/2000/svg" + > + <path + id="Path" + d="M8.33331 3H15.6666L23 15H15.6666L8.33331 3Z" + fill="#FFC107" + ></path> + <path + id="Path_2" + d="M4.6012 21L8.30086 15H23L19.3333 21H4.6012Z" + fill="#1976D2" + ></path> + <path + id="Path_3" + d="M1 15.0625L4.60119 21L12 9L8.33333 3L1 15.0625Z" + fill="#4CAF50" + ></path> + </svg> + Google Drive + </button> + <button id="dropbox"> + <svg + class="mr-3" + viewBox="0 0 24 24" + fill="#0061FF" + xmlns="http://www.w3.org/2000/svg" + > + <path + id="icon" + d="M12.0146 6.57367L6.50732 10.1473L12.0146 13.721L6.50732 17.2947L1 13.6912L6.50732 10.1176L1 6.57367L6.50732 3L12.0146 6.57367ZM6.47803 18.4263L11.9854 14.8527L17.4927 18.4263L11.9854 22L6.47803 18.4263ZM12.0146 13.6912L17.522 10.1176L12.0146 6.57367L17.4927 3L23 6.57367L17.4927 10.1473L23 13.721L17.4927 17.2947L12.0146 13.6912Z" + ></path> + </svg> + Dropbox + </button> + </div> + </div> + </div> </div> + <p id="dropfile" class="text-dark">or drop your file here</p> + <p id="error" class="p-3"></p> </div> </div> + {%- endif -%} {%- if page.workspace -%} + <div class="workspace" style="display: none"> + <div class="row mx-auto"> + <div class="col-md-10 mx-auto">{{content}}</div> + </div> + </div> + {%- else -%} + <div class="workspace" style="display: none"> + <div class="row"> + <div class="col-12"> + <div class="download-wrapper mt-3"> + <div class="row rowclass"> + <div class="col-7"> + <div class="d-flex align-items-center"> + <div class="select-format-title">image's format</div> + <div class="download-format"> + <select name="image-format" id="image-format"> + {%- if pageData.downloadFormats -%} {%- for item in + pageData.downloadFormats -%} + <option value="{{item}}">{{item}}</option> + {%- endfor -%} {%- else -%} + <option value="png">png</option> + <option value="jpg">jpg</option> + <option value="jpeg">jpeg</option> + <option value="webp">webp</option> + <option value="gif">gif</option> + {%- endif -%} + </select> + </div> + </div> + </div> + <div class="col-5"> + <div class="d-flex align-items-center"> + <button + id="download-button" + style="background-color: {{pageData.color}};" + > + <svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 512 512" + > + <path + d="M256 0C114.6 0 0 114.6 0 256c0 141.4 114.6 256 256 256s256-114.6 256-256C512 114.6 397.4 0 256 0zM382.6 302.6l-103.1 103.1C270.7 414.6 260.9 416 256 416c-4.881 0-14.65-1.391-22.65-9.398L129.4 302.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 306.8V128c0-17.69 14.33-32 32-32s32 14.31 32 32v178.8l49.38-49.38c12.5-12.5 32.75-12.5 45.25 0S395.1 290.1 382.6 302.6z" + /></svg + >Download + </button> + </div> + </div> + </div> + </div> + </div> + </div> + {%- if page.commonStructure != false -%} + <div class="row"> + <div class="col-md-7 mx-auto mb-2"> + <div class="select-img-panel"> + <div id="saving-data" style="display: none"> + <img + loading="lazy" + src="/assets/images/loader.gif" + alt="saving" + /> + <span + class="ml-2" + {%- + if + site.crossorigin + -%} + crossorigin + {%- + endif + -%} + >Saving your images...</span + > + </div> + <div id="canvas-box-panel"></div> + </div> + </div> + <div class="col-md-5"> + <div class="options-panel"> + {%- if pageData.optionPanelTitle -%} + <div class="title">{{pageData.optionPanelTitle}}</div> + {%- endif -%} {{content}} + </div> + </div> + </div> + {%- else -%} {{content}} {%- endif -%} + </div> + {%- endif -%} </div> </div> - </div> - {%- endif -%} {%- endif -%} - - {%- if page.layout == "batch" -%} - <div class="w-100 line" style="border-top: 1px solid rgb(224, 224, 224)"></div> - {%- endif -%} - <div class="container mt-4 mb-5"> - <div class="row px-0"> - {%- if site.monumetricId and page.url != '/' and page.lang == 'en' -%} - - <div class="col-md-9 mx-auto"> - <div class="row"> - {%- endif -%} {% for data in featureData.TEXTUAL_CONTENT %} - <div - class="{%- if site.monumetricId and page.url != '/' and page.lang == 'en' -%} col-md-6 my-4 {%- else -%} col-md-4 my-4 {%- endif -%}"> - <div> - <img class="feature-card-img" src="{{data.logoUrl}}" loading="lazy" height="48px" width="48px" - alt="{{data.header}}" {%- if site.crossorigin -%} crossorigin {%- endif -%} /> - <div class="feature-card-title"> - {{data.header | replace: "$variable", page.value}} + {%- else -%} {%- if page.noBox == true -%} + <div class="feature-content-box" id="theme-content-box">{{content}}</div> + {%- else -%} + <div class="box-padding" id="theme-content-box"> + <div class="d-flex" id="__cond-922051"> + <div class="flex-container"> + <div class="flex-class"> + <div class="d-flex flex-column"> + <div + class="box" + style="background:{{featureData.color}};min-height:{{featureData.height}};width:{{featureData.width}}" + > + <div class="box-border"></div> + <div class="content-box">{{content}}</div> </div> - <div class="feature-card-desc"> - {{data.content | replace: "$variable", page.value}} - </div> </div> </div> - {% endfor %} {%- if site.monumetricId and page.url != '/' and - page.lang == 'en' -%} </div> </div> - {%- endif -%} </div> - </div> - <section class="how-to-section"> - <div class="container"> - <div class="row"> + {%- endif -%} {%- endif -%} {%- if page.layout == "batch" -%} + <div + class="w-100 line" + style="border-top: 1px solid rgb(224, 224, 224)" + ></div> + {%- endif -%} + <div class="container mt-4 mb-5"> + <div class="row px-0"> {%- if site.monumetricId and page.url != '/' and page.lang == 'en' -%} <div class="col-md-9 mx-auto"> <div class="row"> - {%- endif -%} - <div class="col-md-6 order-0"> - {%- if featureData.HOW_TO_CONTENT.logoImageUrl -%} - <div class="how-to-img-wrapper"> - <img class="how-to-leftimg" height="180px" width="300px" - src="{{featureData.HOW_TO_CONTENT.logoImageUrl}}" loading="lazy" - alt="{{featureData.HOW_TO_CONTENT.logoImageAlt | default: 'how to image' }}" {%- if site.crossorigin - -%} crossorigin {%- endif -%} /> + {%- endif -%} {% for data in featureData.TEXTUAL_CONTENT %} + <div + class="{%- if site.monumetricId and page.url != '/' and page.lang == 'en' -%} col-md-6 my-4 {%- else -%} col-md-4 my-4 {%- endif -%}" + > + <div> + <img + class="feature-card-img" + src="{{data.logoUrl}}" + loading="lazy" + height="48px" + width="48px" + alt="{{data.header}}" + {%- + if + site.crossorigin + -%} + crossorigin + {%- + endif + -%} + /> + <div class="feature-card-title"> + {{data.header | replace: "$variable", page.value}} + </div> + <div class="feature-card-desc"> + {{data.content | replace: "$variable", page.value}} + </div> </div> - {%- endif -%} </div> - <div class="col-md-6 order-1"> - <div class="how-to-right"> - <h3 class="how-to-title text-left"> - {{featureData.HOW_TO_CONTENT.heading | replace: "$variable", - page.value}} - </h3> - <ol class="how-to-list"> - {% for data in featureData.HOW_TO_CONTENT.steps %} - - <li id="step{{forloop.index}}" class="how-to-list-item"> - <span>{{forloop.index}}.</span>{{data | replace: - "$variable", page.value}} - </li> - {% endfor %} - </ol> - </div> - </div> - {%- if site.monumetricId and page.url != '/' and page.lang == 'en' - -%} + {% endfor %} {%- if site.monumetricId and page.url != '/' and + page.lang == 'en' -%} </div> </div> {%- endif -%} </div> </div> - </section> - {%- if page.layout == "feature" -%} {%- include bookmark.html -%} {%- endif - -%} {%- assign showFaqs= true -%} {%- for item in site.noFaqsList -%} {%- if - item == page.lang -%} {%- assign showFaqs = false -%} {%- break -%} {%- else - -%} {%- assign showFaqs = true -%} {%- endif -%} {%- endfor -%} {%- if - showFaqs == true -%} {%- if featureData.FAQ.size>0 -%} - <section class="faq-section"> - <div class="container"> - <div class="row"> - <div class="col-md-8 mx-auto"> - <div class="faq"> - <h3 class="feature-h1 text-center mb-4"> - {{featureData.faqheading | default: 'Frequently Asked - Questions'}} - </h3> - <ul class="list-unstyled"> - {% for data in featureData.FAQ %} - <li> - <h3 class="faq-question" itemprop="name"> - {{data.question | replace: "$variable", page.value}}<em style="transform: rotate(-135deg)"> - <i></i></em> - </h3> - <div style="display: block"> - <p class="faq-answer" itemprop="text"> - {{data.answer | replace: "$variable", page.value}} - </p> + <section class="how-to-section"> + <div class="container"> + <div class="row"> + {%- if site.monumetricId and page.url != '/' and page.lang == 'en' -%} + + <div class="col-md-9 mx-auto"> + <div class="row"> + {%- endif -%} + <div class="col-md-6 order-0"> + {%- if featureData.HOW_TO_CONTENT.logoImageUrl -%} + <div class="how-to-img-wrapper"> + <img + class="how-to-leftimg" + height="180px" + width="300px" + src="{{featureData.HOW_TO_CONTENT.logoImageUrl}}" + loading="lazy" + alt="{{featureData.HOW_TO_CONTENT.logoImageAlt | default: 'how to image' }}" + {%- + if + site.crossorigin + -%} + crossorigin + {%- + endif + -%} + /> </div> - </li> - {% endfor %} - </ul> + {%- endif -%} + </div> + <div class="col-md-6 order-1"> + <div class="how-to-right"> + <h3 class="how-to-title text-left"> + {{featureData.HOW_TO_CONTENT.heading | replace: "$variable", + page.value}} + </h3> + <ol class="how-to-list"> + {% for data in featureData.HOW_TO_CONTENT.steps %} + + <li id="step{{forloop.index}}" class="how-to-list-item"> + <span>{{forloop.index}}.</span>{{data | replace: + "$variable", page.value}} + </li> + {% endfor %} + </ol> + </div> + </div> + {%- if site.monumetricId and page.url != '/' and page.lang == 'en' + -%} + </div> </div> + {%- endif -%} </div> </div> + </section> + {%- if page.layout == "feature" -%} {%- include bookmark.html -%} {%- endif + -%} {%- assign showFaqs= true -%} {%- for item in site.noFaqsList -%} {%- if + item == page.lang -%} {%- assign showFaqs = false -%} {%- break -%} {%- else + -%} {%- assign showFaqs = true -%} {%- endif -%} {%- endfor -%} {%- if + showFaqs == true -%} {%- if featureData.FAQ.size>0 -%} + <section class="faq-section"> + <div class="container"> + <div class="row"> + <div class="col-md-8 mx-auto"> + <div class="faq"> + <h3 class="feature-h1 text-center mb-4"> + {{featureData.faqheading | default: 'Frequently Asked + Questions'}} + </h3> + <ul class="list-unstyled"> + {% for data in featureData.FAQ %} + <li> + <h3 class="faq-question" itemprop="name"> + {{data.question | replace: "$variable", page.value}}<em + style="transform: rotate(-135deg)" + > + <i></i + ></em> + </h3> + <div style="display: block"> + <p class="faq-answer" itemprop="text"> + {{data.answer | replace: "$variable", page.value}} + </p> + </div> + </li> + {% endfor %} + </ul> + </div> + </div> + </div> + </div> + </section> + {%- endif -%} {%- endif -%} {%- include share/socialshare.html -%} {%- + include Rating/rating.html -%} {%- include /Usp/usp.html -%} {%- if + featureData.display_formats -%} + <div class="container compare-table"> + {%- include fileformat/fileformatdetail.html -%} </div> - </section> - {%- endif -%} {%- endif -%} {%- include share/socialshare.html -%} {%- - include Rating/rating.html -%} {%- include /Usp/usp.html -%} {%- if - featureData.display_formats -%} - <div class="container compare-table"> - {%- include fileformat/fileformatdetail.html -%} - </div> - {%- endif -%} {%- if featureData.compare_formats -%} - <div class="container file-detail-table"> - {%- include fileformat/comparisonfiles.html -%} - </div> - {%- endif -%} {%- assign langen = "en" -%} {%- if - site.data[folder][langen][file].categories -%} {% assign categories= - site.data[folder][langen][file].categories %} {%- else -%} {% assign - categories= page.categories %} {%- endif -%} {%- if - site.data[folder][langen][file].tags -%} {% assign tags= - site.data[folder][langen][file].tags %} {%- else -%} {% assign tags= - page.tags %} {%- endif -%} {%- if categories.size> 0 or tags.size>0-%} {%- - include section/related_categories_post.html -%} {%- else -%} {%- include - section/recent_posts.html -%} {% endif %} {%- if site.customblogdata -%} {%- - if categories.size> 0 or tags.size>0-%} {%- include - customblog/relatedposts.html -%} {%- else -%} {%- include - customblog/recentposts.html -%} {% endif %} {%- endif -%} {% include - footer/index.html %} {% include script.html %} -</body> - -</html> \ No newline at end of file + {%- endif -%} {%- if featureData.compare_formats -%} + <div class="container file-detail-table"> + {%- include fileformat/comparisonfiles.html -%} + </div> + {%- endif -%} {%- assign langen = "en" -%} {%- if + site.data[folder][langen][file].categories -%} {% assign categories= + site.data[folder][langen][file].categories %} {%- else -%} {% assign + categories= page.categories %} {%- endif -%} {%- if + site.data[folder][langen][file].tags -%} {% assign tags= + site.data[folder][langen][file].tags %} {%- else -%} {% assign tags= + page.tags %} {%- endif -%} {%- if categories.size> 0 or tags.size>0-%} {%- + include section/related_categories_post.html -%} {%- else -%} {%- include + section/recent_posts.html -%} {% endif %} {%- if site.customblogdata -%} {%- + if categories.size> 0 or tags.size>0-%} {%- include + customblog/relatedposts.html -%} {%- else -%} {%- include + customblog/recentposts.html -%} {% endif %} {%- endif -%} {% include + footer/index.html %} {% include script.html %} + </body> +</html>