Instruction how to create a page based on available templates

To create a new page based on the physics template follow below steps:

  1. Download phys_template_page.shtml file and save it as e.g. mynewpage.shtml. The phys_template_page.shtml fileuses SSI commands to include common sections of the web page such as CSS rules, page header and footer. It is very important that a new file has .shtml extension otherwise SSI command won't work.
  2. Next, locate a file containing syntax for a page layout you would like to use from phys-page-layouts directory:
  3. Open this in a text editor.
  4. Copy and paste the entire contents of the layouts file from step 2 into the page created in step 1 below section marked as:
    <!-- PASTE COPIED MAIN PAGE LAYOUT BELOW -->
  5. Edit this new page - change page tile, add text, menu items, images etc.
  6. Save changes and view your page
    1. Note, all files can be obtained from "/network/web/users/default" or "Y:\LinuxUsers\web\users\default" if you have altered or removed your html directory.