Changeset 270

Show
Ignore:
Timestamp:
11/30/06 17:27:50 (2 years ago)
Author:
d.reszka
Message:

trying another approach with less bloated code

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/0.2.1/sites/demo/js/project.js

    r269 r270  
    1010        $("body").prepend('<div id="testing"><h1>WYMstyle0.2 CSS framework demo</h1></div>'); 
    1111        $("div#testing").append('<p>WYMstyle0.2 CSS framework works by importing individual css files.<br /> It\'s a tool to build various CSS layouts very fast. The CSS files used are well tested across browsers. <br />Once you have built you base layout using WYMstyle, it\'s just a matter of decorating it by adding your own stylesheet.</p><p>Use this form to test WYMstyle 0.2:</p>'); 
     12        $("div#testing").append('<div class="row"><label>I want to...</label><div class="inputlist"><input type="radio" value="skin" name="skin" checked="checked">import a pre-made WYMstyle skin</input><br /><input type="radio" value="modules" name="modules">build my own layout with WYMstyle</input></div></div>'); 
     13 
    1214        $("div#testing").append('<h2>1) Enable basic WYMstyle modules</h2>'); 
    1315        $("div#testing").append('<div class="row"><label for="typo">reset typography across browsers + hide accessibility elements</label><input id="typo" name="typo" type="checkbox">typo-reset.css</input></div>');