Fix up some CSS after the #content scoping fiasco. Also, add demo.php trunk warning.
[htmlpurifier-web.git] / download-box.xml
blob3f2e7d8471319cef15a1548b1f4c49954be577ff
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" [
4   <!ENTITY % htmlpurifier.current SYSTEM "current.ent"> %htmlpurifier.current;
5 ]>
6 <div xmlns:xc="urn:xhtml-compiler">
7   <div id="download-box">
8     <h2>Download</h2>
9     <div id="download-files">
10       <div id="download-php4" class="dl-box">
11         <a href="&url.dl.zip;" xc:absolute="href">HTML Purifier &htmlpurifier.current.version;</a>
12         <span class="file-type">zip</span>
13       </div>
14       <div id="download-php5" class="dl-box">
15         <a href="&url.dl-strict.zip;" xc:absolute="href">HTML Purifier &htmlpurifier.current.version; for PHP 5</a>
16         <span class="file-type">zip</span>
17       </div>
18     </div>
19     <div id="download-others">
20       <a href="download.html" xc:absolute="href">Other downloads</a>
21     </div>
22   </div>
23 </div>