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

Contents of /website/webpage.template

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4960 - (show annotations) (download)
Tue May 25 13:40:52 2010 UTC (2 years, 11 months ago) by rousseau
File size: 1840 byte(s)
add the CCID release with supporting each reader
1 <?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 <title>%title%</title>
12 <meta name="author" lang="en" content="list of supported CCID readers">
13 <link rel="stylesheet" type="text/css" href="default.css">
14 <link rel="stylesheet" type="text/css" href="%section%.css">
15 </head>
16
17 <body>
18
19 <h1>%title%</h1>
20
21 <p>%comment%</p>
22
23 <h2>List in alphabetical order of manufacturer</h2>
24
25 {contents}
26
27 {manufacturer}
28 <h3>%manufacturer%</h3>
29 {/manufacturer}
30
31 {reader}
32 <ul>
33 <li>
34 <a name="%idVendor%%idProduct%"></a>
35 %manufacturer% <a href="#%idVendor%%idProduct%">%product%</a>
36 <p><img src="%image%" alt="%manufacturer% %product%"></p>
37 %contents%
38 </li>
39 </ul>
40 {/reader}
41
42 {note}
43 <p><span class="note">%contents%</span></p>
44 {/note}
45
46 {url}
47 <p><span class="url">Manufacturer URL: <a
48 href="%url%">%manufacturer% %product%</a></span></p>
49 {/url}
50
51 {descriptor}
52 <p><span class="descriptor">USB descriptor: <a href="%descriptor%">%descriptor%</a></span></p>
53 {/descriptor}
54
55 {features}
56 <p><span class="features">Features: %features%</span></p>
57 {/features}
58
59 {release}
60 <p><span class="release">In CCID release: %release%</span></p>
61 {/release}
62
63 {/contents}
64 <hr>
65 <p>Generated on %date%.</p>
66
67 <script src="http://www.google-analytics.com/urchin.js"
68 type="text/javascript">
69 </script>
70 <script type="text/javascript">
71 _uacct = "UA-2404298-2";
72 urchinTracker();
73 </script>
74 </body>
75 </html>
76
77

Properties

Name Value
svn:mergeinfo

  ViewVC Help
Powered by ViewVC 1.1.5