Creating HTML pages explained (Extended Pages)

Modified on Tue, Jan 25, 2022 at 3:05 PM

You may create additional informational pages within Go ePower. However, there is a difference between inside pages and pages accessible to the outside (pages pre-login).

To create inside pages log in using your producer credentials.

Go to the manage company page. Use the Bootstrap quick link to go to that company's bootstrap page.


Then go to the Bootstrap Menu and select Extended Pages.


You can select a previously created page or select "Add new Page" in the top left dropdown.


INSIDE PAGES

To create an inside page simply give the page a name, this will also be title page as of version 3.2.45. The page reference will be the actual name of the page. For example, the page name can be About Us but the page reference should be AboutUs or about_us.


The inside pages will be placed within the {Body} of the master page. So you only need to create the inside of the master page. The entire outer frame will be whatever is in your Master Page. (In the menu go to Bootstrap->Custom Layout Setup STEP: Master Content)


OUTSIDE PAGES


To create a page that is accessible before login add a $ before the page reference name, ie $about_us.


There are 2 settings with regards to the outer pages. One uses the Public Master page (In the menu go to Bootstrap->Custom Layout Setup STEP: Master Public) as the outer shell and one that doesn't. 

If you do not want to use the Public Master page then you need to add all the css links and the entire page within the extended page. This allows you to create a completely different informational page than your Login/Default page but everything should be self-contained within the extended page. So if you have a menu on the Master Public Page you will need to recreate that menu within the extended pages as well.


If you want to utilize the Public Master Page make sure to check off the checkbox that says, "Use Public Master Template for Public Pages"


Also note as of version 3.2.45 you will be able to inject any meta tag descriptions by inserting it within Head Tags as so:

<head>

      <meta name="description" content="Web to print">

</head>


Once finished click the save button.

A link will be generated you can use that link within your Public Master Page (In the menu go to Bootstrap->Custom Layout Setup STEP: Master Public)




Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article