Changes between Version 5 and Version 6 of Training/Section02

Show
Ignore:
Timestamp:
09/09/10 15:22:09 (15 years ago)
Author:
anonymous (IP: 71.53.118.31)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Training/Section02

    v5 v6  
    2323== Making the Modules == 
    2424 
    25  1. Open the file /template.html and review the contents. Each section has been marked out for you with HTML comments. For example, the following section of code indicates the boundaries for the specific content. 
    26  2. Create a new file using the name indicated (views/layout/Layout.Navigation.cfm) and copy the content in between the comments into the newly created file. Do this for each section. 
    27  2a. primary.cfm already exists so just replace the contents with the contents in the primary section in /template.html 
     25  1. Open the file /template.html and review the contents. Each section has been marked out for you with HTML comments. For example, the following section of code indicates the boundaries for the specific content. 
     26  1. Create a new file using the name indicated (views/layout/Layout.Navigation.cfm) and copy the content in between the comments into the newly created file. Do this for each section (layout.navigation, layout.messagebox, etc). 
     27    a. primary.cfm already exists so just replace the contents with the contents in the primary section in /template.html 
    2828 
    2929'' Example of the boundaries for specific content ''