Difference between revisions of "Web Site"

From CRIPTWiki
Jump to: navigation, search
(Update XML)
Line 34: Line 34:
 
     </BOXCONTENT>
 
     </BOXCONTENT>
 
  </INFO>
 
  </INFO>
 +
 +
Note that I ENABLED basic HTML capability in there. So you can copy and paste in simply format HTML tags into there to achieve simple effects if you know some basic knowledge of HTML. If not, then look at the section below and use the build in format feature of HTML to get the desired effect I guess.
  
 
==Update HTML==
 
==Update HTML==

Revision as of 22:01, 31 July 2009

The order goes like this:

Root, First Level Folders, Second Level Folders

For example:

Root: ---People


Master



To create a file

  • File -> New
  • Select "Page from Template"
  • Find the template called "Template"
  • Make sure "Update page when template changes is checked"
  • Click Create. Make sure you SAVE this file where it should be. If you need to move a file, open it and click SAVE AS! DO NOT DIRECT MOVE of you will suffer very very much due to broken links EVERYWHERE with Flash not loading and stuff like that!
  • So that creates the basic HTML page there with FLASH sidebar and FLASH content.

You have two options here:

Update XML

You can create a XML share the same name. Follow this example:

<INFO>
<NAVBAR>
   <BUTTON NAME='HOME' LINK='http://www.anatatorium.com/test />
   <BUTTON NAME='Test' LINK='test' />
</NAVBAR>
   <BOXTITLE>This is the title!</BOXTITLE>
   <BOXCONTENT>THIS IS THE CONTENT!
   Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
   </BOXCONTENT>
</INFO>

Note that I ENABLED basic HTML capability in there. So you can copy and paste in simply format HTML tags into there to achieve simple effects if you know some basic knowledge of HTML. If not, then look at the section below and use the build in format feature of HTML to get the desired effect I guess.

Update HTML

You can also just delete the MainContent flash portion and then use that space for regular HTML.

Update Template Headers Etc

In order to do this, you must have access to the template dwt file. Most webpages are based on that file and anything that you need to change in terms of basic layout and shifting content, you need to edit the DWT file and on save, it will update all the instances.

Note that for special pages that you need to alter the layout, you can go to "modify" then "template" and "Detach from template" in order to allow full control over the instance file. This is an irreversible process (unless you tweak the code related to the template)