/[pcsclite]/website/webpage.template
ViewVC logotype

Contents of /website/webpage.template

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3394 - (hide annotations) (download)
Fri Mar 27 14:06:51 2009 UTC (4 years, 1 month ago) by rousseau
File size: 1554 byte(s)
add a CSS for each section
1 rousseau 3347 <?xml version="1.0" encoding="UTF-8"?>
2     <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
3    
4     <!--
5     Auteur : Ludovic Rousseau <ludovic.rousseau@free.fr>
6     Date de création : 13 mar 2009
7     -->
8    
9     <html>
10     <head>
11 rousseau 3390 <title>%title%</title>
12 rousseau 3393 <meta name="author" lang="en" content="list of supported CCID readers">
13     <link rel="stylesheet" type="text/css" href="default.css">
14 rousseau 3394 <link rel="stylesheet" type="text/css" href="%section%.css">
15 rousseau 3347 </head>
16    
17     <body>
18    
19 rousseau 3390 <h1>%title%</h1>
20 rousseau 3347
21 rousseau 3390 <p>%comment%</p>
22 rousseau 3347
23 rousseau 3367 <h2>List in alphabetical order of manufacturer</h2>
24 rousseau 3390
25 rousseau 3347 {contents}
26    
27     {manufacturer}
28     <h3>%manufacturer%</h3>
29     {/manufacturer}
30    
31     {reader}
32     <ul>
33 rousseau 3385 <li>
34     <a name="%idVendor%%idProduct%"></a>
35 rousseau 3390 <p>%manufacturer% <a href="#%idVendor%%idProduct%">%product%</a></p>
36 rousseau 3370 <p><img src="%image%" alt="%manufacturer% %product%"></p>
37     %contents%
38     </li>
39 rousseau 3347 </ul>
40     {/reader}
41    
42 rousseau 3370 {note}
43 rousseau 3387 <p><span class="note">%contents%</span></p>
44 rousseau 3370 {/note}
45    
46 rousseau 3383 {url}
47 rousseau 3387 <p><span class="url">Manufacturer URL: <a
48     href="%url%">%manufacturer% %product%</a></span></p>
49 rousseau 3383 {/url}
50    
51 rousseau 3391 {descriptor}
52     <p><span class="descriptor">USB descriptor: <a href="%descriptor%">%descriptor%</a></span></p>
53     {/descriptor}
54    
55 rousseau 3384 {features}
56 rousseau 3387 <p><span class="features">Features: %features%</span></p>
57 rousseau 3384 {/features}
58    
59 rousseau 3347 {/contents}
60     <hr>
61     <p>Generated on %date%.</p>
62    
63     </body>
64     </html>
65    
66    

Properties

Name Value
svn:mergeinfo

  ViewVC Help
Powered by ViewVC 1.1.5