Changes between Version 25 and Version 26 of Frontend


Ignore:
Timestamp:
Feb 23, 2010, 3:00:17 PM (14 years ago)
Author:
cmielack
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Frontend

    v25 v26  
    1515
    1616The Icons were taken from [http://www.iconarchive.com/ iconarchive.com].
     17
     18
     19== Structure ==
     20The code produced until now is structured as follows:
     21 - there are 2 templates for the home-workspace and normal workspace; these both have a "slot" (<div id="moduleslot">) where one block is preloaded (the home/workspace-block)
     22 - every block has a template (that uses the "blocks/template"-Page Tempalte as a basis) and it's own css and js file which are included/loaded in the workspace templates and which contain code that is only needed in those blocks
     23 - the basic block behavior is implemented in "lib/blocks.js"
     24 - all the jquery libraries needed exist as files in the folde "lib"