_layouts/fileInfo.html in appscms-tools-theme-1.0.8 vs _layouts/fileInfo.html in appscms-tools-theme-1.0.9

- old
+ new

@@ -5,19 +5,34 @@ <!DOCTYPE html> <html lang="{{fileinfoData.htmlLangAtt}}"> {% include head/index.html %} <body> {% include header/index.html %} - {%- if fileinfoData.display_formats -%} + <div class="file-info-page-wrap container"> + <div class="row"> +<div class="col-lg-11 mx-auto text-left"> - <div class="container px-md-5 compare-table "> - <div class="px-md-4"> - {%- include fileformat/fileformatdetail.html -%} - </div> + <div class=" mt-5" > + {%- if fileinfoData.H1 -%} + <h1 class="file-info-h1 mb-2" >{{fileinfoData.H1}}</h1> + {%- endif -%} + {%- if fileinfoData.H2 -%} + <h2 class="file-info-h2 mb-4" >{{fileinfoData.H2}}</h2> + {%- endif -%} + {%- if fileinfoData.img -%} + <img class="file-info-img w-100 h-100 " src="{{fileinfoData.img}}" alt=""> + {%- endif -%} </div> + {%- if fileinfoData.display_formats -%} + <div > + {%- include fileformat/fileinfoformat.html -%} + </div> {%- endif -%} - {% include footer/index.html %} {% include script.html %} +</div> +</div> + +</div> </body> </html> \ No newline at end of file