2019-08-15 23:54:33 +02:00
<!-- Enter here your HTML content. Add a section with an id tag and tag contenteditable="true" if you want to use the inline editor for the content -->
2019-08-15 18:12:40 +02:00
< section id = "div1" class = "dolcontenteditable" style = "text-align: center" contenteditable = "true" >
2019-08-15 18:07:36 +02:00
< br >
__(MyContainerTitle)__
< br > < br >
2019-08-15 18:12:40 +02:00
< / section >
2019-08-15 18:07:36 +02:00
2019-08-15 18:12:40 +02:00
< section id = "divmycompany" style = "text-align: center" contenteditable = "true" >
2019-08-15 18:07:36 +02:00
This is example of dynamic content to get the name of your company (see source of page to see code):< br >
2019-08-15 18:12:40 +02:00
< / section >
2024-03-24 05:23:06 +01:00
< h1 style = "text-align: center" >
2019-08-15 18:07:36 +02:00
<?php echo $mysoc->name; ?>
< br >
< / h1 >
2019-08-15 18:12:40 +02:00
< section id = "divmetadata" style = "text-align: center" contenteditable = "true" >
2019-08-15 18:07:36 +02:00
This is another example of dynamic content to get meta data of a container/page (see source of page to see code):< br >
2019-08-15 18:12:40 +02:00
< / section >
2019-08-15 18:07:36 +02:00
< div style = "text-align: center" >
__(Title)__ : <?php echo $websitepage->title; ?> < br >
__(Description)__ : <?php echo $websitepage->description; ?> < br >
__(Keywords)__ : <?php echo $websitepage->keywords; ?> < br >
__(DateCreation)__ : <?php echo dol_print_date($websitepage->date_creation, 'dayhour', $weblangs); ?> < br >
< br >
< / div >
2019-08-15 18:12:40 +02:00
< section id = "divinclude" style = "text-align: center" contenteditable = "true" >
2019-08-15 18:07:36 +02:00
__(AnotherContainer)__
2019-08-15 18:12:40 +02:00
< / section >
2019-08-15 18:07:36 +02:00
< div style = "text-align: center" >
<?php includeContainer('alias_of_container_to_include'); ?>
< / div >
2019-08-15 18:12:40 +02:00
< section id = "div5" style = "text-align: center" contenteditable = "true" >
2019-08-15 18:07:36 +02:00
< br > < br >
__(YouCanEditHtmlSource)__
< br > < br >
2024-03-24 05:23:06 +01:00
Page created by __WEBSITE_CREATED_BY__
2019-08-15 18:07:36 +02:00
< br >
2019-08-15 18:12:40 +02:00
< / section >