source: Documentation/Tutorials/WARP Trac (SingleSection)/Lesson/Default.html

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

template for screensteps

File size: 3.0 KB
Line 
1[-- START CONFIGURATION --]
2
3web safe= true
4text style= html
5text encoding= utf8
6font family = lucida
7newline = unix
8media folder= images/@LESSON_NAME
9image format=png
10jpeg quality=85
11step image position = top
12max image width on side=400
13max image height on side=
14max image width when centered=580
15max image height when centered=
16
17[-- END CONFIGURATION --]
18
19[-- START CONTENT --]
20<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
21<html xmlns="http://www.w3.org/1999/xhtml">
22<head>
23    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
24    <meta name="generator" content="ScreenSteps http://www.screensteps.com/" />
25    <title>%LessonTitle%</title>
26    <link href="../neutral.css" media="screen" rel="stylesheet" type="text/css" />
27</head>
28
29<body class="%FontFamily%">
30    <div id="wrapper">     
31        <div id="header">
32            <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>
33        </div>
34    <div id="mainnav" class="nav">
35        <ul>
36            <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>
37        </ul>
38    </div>
39        <div id="LessonContent">
40            <div class="LessonHeader">
41                <h1 class="LessonTitle">%LessonTitle%</h1>
42            </div>
43            %LESSON_DESCRIPTION%
44           
45            %LESSON_STEPS%
46        </div>
47        <div id="lessonNavigation">
48            <table>
49                <tr>
50                    <td class="lessonNav_Left">%LESSON_LINK:PREVIOUS%</td>
51                    <td class="lessonNav_TOC"><a href="%TableOfContentsLink%">Top</a></td>
52                    <td class="lessonNav_Right">%LESSON_LINK:NEXT%</td>
53                </tr>
54            </table>
55        </div>
56    </div> 
57</body>
58</html>
59[-- END CONTENT --]
60
61
62[-- START LESSON DESCRIPTION --]
63    <div class="summary">
64        %LessonDescription%
65    </div>
66[-- END LESSON DESCRIPTION --]
67
68[-- START STEP --]
69    <div id="step_%Index%" class="lessonStep %ImagePosition%">
70        %STEP_TITLE%
71        %MEDIA:IMAGE% %STEP_INSTRUCTIONS%
72    </div>
73    <div class="clear"></div>
74[-- END STEP --]
75
76
77[-- START STEP TITLE --]
78    <h2 class="StepTitle">%Title%</h2>
79[-- END STEP TITLE --]
80
81
82[-- START STEP INSTRUCTIONS --]
83%Instructions%
84[-- END STEP INSTRUCTIONS --]
85
86[-- START MEDIA:IMAGE --]
87<div class="image">
88<img src="%source%" width="%width%" height="%height%">
89</div>
90[-- END MEDIA:IMAGE --]
91
92[-- START MEDIA:IMAGE FULL-SIZE --]
93<div class="image">
94<a href="%fullsize_source%" class="image" target="_blank"><img src="%source%" width="%width%" height="%height%"></a>
95<div class="caption"><a href="%fullsize_source%" target="_blank">Zoom</a></div>
96</div>
97[-- END MEDIA:IMAGE FULL-SIZE --]
98
99[-- START NAVIGATION --]
100<li><a href="#step_%StepNumber%">%Title%</a></li>
101[-- END NAVIGATION --]
102
103[-- START LESSON LINK:PREVIOUS --]
104<a href="%PreviousLessonLink%">&lt;&lt; %PreviousLessonTitle%</a>
105[-- END LESSON LINK:PREVIOUS --]
106
107
108[-- START LESSON LINK:NEXT --]
109<a href="%NextLessonLink%">%NextLessonTitle% &gt;&gt;</a> 
110[-- END LESSON LINK:NEXT --]
Note: See TracBrowser for help on using the repository browser.