source: Documentation/Tutorials/WARP Trac (SingleSection)/TOC/index.html

Last change on this file was 971, checked in by sgupta, 16 years ago

template for screensteps

File size: 1.7 KB
Line 
1[-- START CONFIGURATION --]
2
3web safe= true
4text encoding= utf8
5newline = unix
6lesson folder=sections
7font family = lucida
8
9[-- END CONFIGURATION --]
10
11[-- START CONTENT --]
12
13
14<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
15<html xmlns="http://www.w3.org/1999/xhtml">
16
17<head>
18    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
19    <meta name="generator" content="ScreenSteps http://www.screensteps.com/" />
20    <title>Rice University WARP - %TopicTitle%</title>
21    <link href="neutral.css" media="screen" rel="stylesheet" type="text/css" />
22</head>
23
24<body class="%FontFamily%">
25    <div id="wrapper">
26        <div id="header">
27            <a id="logo" href="http://warp.rice.edu/trac/"><img src="http://warp.rice.edu/images/warpLogo.jpg" alt="Rice University WARP - Wireless Open-Access Research Platform" height="45" width="285" /></a>
28        </div>
29    <div id="mainnav" class="nav">
30        <ul>
31            <li class="first active"><a href="/trac/wiki">Home</a></li><li><a href="/forums">Forums</a></li><li><a href="/trac/browser">Browse Source</a></li>
32        </ul>
33    </div>
34  <div id="main">
35
36            <div id="TOC">
37                %SECTIONS%
38            </div><!-- END TOC -->
39        </div><!-- END main -->
40    </div><!-- END wrapper -->
41</body>
42</html>
43
44[-- END CONTENT --]
45
46
47[-- START SECTION --]
48        <div class="section">
49            <h2>%SectionTitle%</h2>
50            <ul class="lessons">
51                %LESSONS%
52            </ul>
53        </div>
54[-- END SECTION --]
55
56
57[-- START LESSONS --]
58<ol class="lessons">
59    %LESSON%
60</ol>
61[-- END LESSONS --]
62
63
64[-- START LESSON --]
65<li>
66    <div class="lesson-title"><a href="%LessonLink%">%LessonTitle%</a></div>
67    %LESSON_DESCRIPTION%
68</li>
69[-- END LESSON --]
70
71
72[-- START LESSON DESCRIPTION --]
73<div class="description">%LessonDescription%</div>
74[-- END LESSON DESCRIPTION --]
Note: See TracBrowser for help on using the repository browser.