.ajp and the "Template" files have
.adp.
The last column will deliver the resulting page to your browser.
| Description | Data | Template | Output | Simple variable substitution | View | View | View |
|---|---|---|---|
| Using bind variables in your query | View | View | View |
| Conditional Expressions | View | View | View |
| Comments | Dummy | View | View |
| Description | Data | Template | Output |
|---|---|---|---|
| Include a template within another template | View | include included |
View |
| Wrap a page within a master template | Dummy | Slave Master |
View |
| Using the default master | Dummy | View | View | Apply different skins to the same data | View | Plain Fancy |
Plain Fancy Absolute |
| Include with master and recursion. Remember Fibonacci from pset 1, exercise 1? |
Start Included Master |
Start Included Master |
View |
| Description | Data | Template | Output |
|---|---|---|---|
| Repeating template chunks for each row of a query result | View | View | View |
| Repeating a <multiple> tag more than once with the same datasource | View | View | View |
| Repeating template chunks with grouping | View | View | View |
| Repeating template chunks as cells of a grid | View | View | View |
| Repeating template chunks for each element of a list | View | View | View |