| 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 |
<script type="text/javascript">
|
| 16 |
/* <![CDATA[ */
|
| 17 |
(function() {
|
| 18 |
var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
|
| 19 |
|
| 20 |
s.type = 'text/javascript';
|
| 21 |
s.async = true;
|
| 22 |
s.src = 'http://api.flattr.com/js/0.5.0/load.js?mode=auto';
|
| 23 |
|
| 24 |
t.parentNode.insertBefore(s, t);
|
| 25 |
})();
|
| 26 |
/* ]]> */
|
| 27 |
</script>
|
| 28 |
</head>
|
| 29 |
|
| 30 |
<body>
|
| 31 |
|
| 32 |
<h1>%title%</h1>
|
| 33 |
|
| 34 |
<p>%comment%</p>
|
| 35 |
|
| 36 |
<p><a class="FlattrButton" style="display:none;"
|
| 37 |
href="http://pcsclite.alioth.debian.org/ccid.html"></a></p>
|
| 38 |
|
| 39 |
<h2>List in alphabetical order of manufacturer</h2>
|
| 40 |
|
| 41 |
{contents}
|
| 42 |
|
| 43 |
{manufacturer}
|
| 44 |
<h3>%manufacturer%</h3>
|
| 45 |
{/manufacturer}
|
| 46 |
|
| 47 |
{reader}
|
| 48 |
<ul>
|
| 49 |
<li>
|
| 50 |
<a name="%idVendor%%idProduct%"></a>
|
| 51 |
%manufacturer% <a href="#%idVendor%%idProduct%">%product%</a>
|
| 52 |
<p><img src="%image%" alt="%manufacturer% %product%"></p>
|
| 53 |
%contents%
|
| 54 |
</li>
|
| 55 |
</ul>
|
| 56 |
{/reader}
|
| 57 |
|
| 58 |
{note}
|
| 59 |
<p><span class="note">%contents%</span></p>
|
| 60 |
{/note}
|
| 61 |
|
| 62 |
{url}
|
| 63 |
<p><span class="url">Manufacturer URL: <a
|
| 64 |
href="%url%">%manufacturer% %product%</a></span></p>
|
| 65 |
{/url}
|
| 66 |
|
| 67 |
{descriptor}
|
| 68 |
<p><span class="descriptor">USB descriptor: <a href="%descriptor%">%descriptor%</a></span></p>
|
| 69 |
{/descriptor}
|
| 70 |
|
| 71 |
{features}
|
| 72 |
<p><span class="features">Features: %features%</span></p>
|
| 73 |
{/features}
|
| 74 |
|
| 75 |
{release}
|
| 76 |
<p><span class="release">In CCID release: %release%</span></p>
|
| 77 |
{/release}
|
| 78 |
|
| 79 |
{/contents}
|
| 80 |
<hr>
|
| 81 |
<p>
|
| 82 |
<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
|
| 83 |
<a href="http://jigsaw.w3.org/css-validator/"><img src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
|
| 84 |
Generated on %date%.</p>
|
| 85 |
|
| 86 |
<script src="http://www.google-analytics.com/urchin.js"
|
| 87 |
type="text/javascript">
|
| 88 |
</script>
|
| 89 |
<script type="text/javascript">
|
| 90 |
_uacct = "UA-2404298-2";
|
| 91 |
urchinTracker();
|
| 92 |
</script>
|
| 93 |
</body>
|
| 94 |
</html>
|
| 95 |
|
| 96 |
|