Changes between Version 14 and Version 15 of BoltTutorial
- Timestamp:
- Feb 6, 2008, 1:40:14 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BoltTutorial
v14 v15 27 27 Create the following files in ~/projects/test/html/user: 28 28 29 conifer_intro.php 29 '''conifer_intro.php''' (the first lesson): 30 30 {{{ 31 31 <?php … … 47 47 }}} 48 48 49 conifer_decid.php 49 '''conifer_decid.php''' (the second lesson): 50 50 {{{ 51 51 <?php … … 70 70 }}} 71 71 72 conifer.php 72 '''conifer.php''' (the 'course document', specifying the course structure 73 and the page headers and footers): 73 74 {{{ 74 75 <?php … … 111 112 }}} 112 113 113 conifer.css: 114 '''conifer.css''': the CSS stylesheet 114 115 {{{ 115 116 body {