root / pycommunity / pycommunity / tests / www / glossary.html

Revision 68:83208f451b91, 1.6 kB (checked in by Tarek Ziad?? <tarek@…>, 18 months ago)

moving around

Line 
1<html>
2  <head>
3    <title>Glossary</title>
4    <style type="text/css" media="all">
5        @import "./pycommunity.css";
6    </style>
7    <script language="javascript" type="text/javascript"
8        src="./pycommunity.js" ></script>
9  </head>
10  <body>
11  <div class="backlink">
12     <a href="glossary.html" class="selected">
13        <img src="media/glossary.png"/>
14        Glossary
15     </a>
16     <a href="tutorials.html">
17        <img src="media/tutorial.png"/>
18        Tutorials
19     </a>
20     <a href="recipes.html">
21        <img src="media/recipe.png"/>
22        Recipes
23     </a>
24     <a href="packages/index.html">
25        <img src="media/package.png"/>
26        Packages
27     </a>
28    <a href="index.html">
29       <img src="media/home.png"/>
30       Main page
31    </a>
32
33  </div>
34   <h1>Glossary</h1>
35
36   <div class="glossary">
37     <ul>
38      <li>
39        <a name="python">
40         <strong>python</strong>: a powerful language
41        </a>
42      </li>   
43      <li>
44        <a name="pycommunity">
45         <strong>pycommunity</strong>: a documentation generator
46        </a>
47      </li>   
48     </ul>
49    </div>
50   <div class="backlink">
51     <a href="glossary.html" class="selected">
52        <img src="media/glossary.png"/>
53        Glossary
54     </a>
55     <a href="tutorials.html">
56        <img src="media/tutorial.png"/>
57        Tutorials
58     </a>
59     <a href="recipes.html">
60        <img src="media/recipe.png"/>
61        Recipes
62     </a>
63     <a href="packages/index.html">
64        <img src="media/package.png"/>
65        Packages
66     </a>
67    <a href="index.html">
68       <img src="media/home.png"/>
69       Main page
70    </a>
71
72
73</body>
74</html>
Note: See TracBrowser for help on using the browser.