annotate DataTables-1.9.4/media/unit_testing/templates/6776.php @ 7:0f2b740536fb draft

Uploaded
author saskia-hiltemann
date Mon, 21 Aug 2017 09:16:07 -0400
parents ac5f9272033b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
1 <?php
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
2 header( 'Expires: Sat, 26 Jul 1997 05:00:00 GMT' );
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
3 header( 'Last-Modified: ' . gmdate( 'D, d M Y H:i:s' ) . ' GMT' );
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
4 header( 'Cache-Control: no-store, no-cache, must-revalidate' );
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
5 header( 'Cache-Control: post-check=0, pre-check=0', false );
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
6 header( 'Pragma: no-cache' );
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
7 ?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
8 <html>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
9 <head>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
10 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
11 <link rel="shortcut icon" type="image/ico" href="http://www.sprymedia.co.uk/media/images/favicon.ico" />
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
12
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
13 <title>DataTables unit testing</title>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
14 <style type="text/css" title="currentStyle">
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
15 @import "../../css/demo_page.css";
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
16 @import "../../css/demo_table.css";
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
17 </style>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
18 <script type="text/javascript" language="javascript" src="../../js/jquery.js"></script>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
19 <script type="text/javascript" language="javascript" src="../../js/jquery.dataTables.js"></script>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
20 <script type="text/javascript" language="javascript" src="../unit_test.js"></script>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
21 <?php
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
22 $aScripts = explode( ":", $_GET['scripts'] );
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
23 for ( $i=0 ; $i<count($aScripts) ; $i++ )
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
24 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
25 echo '<script type="text/javascript" language="javascript" src="../'.$aScripts[$i].'?rand='.rand().'"></script>'."\n";
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
26 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
27 ?>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
28 </head>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
29 <body id="dt_example">
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
30 <div id="container">
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
31 <div id="demo">
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
32 <h1>Live example</h1>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
33 <table>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
34 <thead/>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
35 <tbody>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
36 <tr>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
37 <td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
38 <div>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
39 <table cellpadding="0" cellspacing="0" border="0" class="display" id="example">
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
40 <thead>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
41 <tr>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
42 <th>Rendering engine</th>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
43 <th width="25%">Browser</th>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
44 <th>Platform(s)</th>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
45 <th>Engine version</th>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
46 <th>CSS grade</th>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
47 </tr>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
48 </thead>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
49 <tbody>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
50 <tr class="odd gradeX">
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
51 <td>Trident</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
52 <td>Internet Explorer 4.0</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
53 <td>Win 95+</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
54 <td class="center"> 4</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
55 <td class="center">X</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
56 </tr>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
57 <tr class="odd gradeX">
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
58 <td>Trident</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
59 <td>Internet Explorer 4.0</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
60 <td>Win 95+</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
61 <td class="center"> 4</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
62 <td class="center">X</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
63 </tr>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
64 <tr class="odd gradeX">
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
65 <td>Trident</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
66 <td>Internet Explorer 4.0</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
67 <td>Win 95+</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
68 <td class="center"> 4</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
69 <td class="center">X</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
70 </tr>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
71 <tr class="odd gradeX">
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
72 <td>Trident</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
73 <td>Internet Explorer 4.0</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
74 <td>Win 95+</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
75 <td class="center"> 4</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
76 <td class="center">X</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
77 </tr>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
78 <tr class="odd gradeX">
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
79 <td>Trident</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
80 <td>Internet Explorer 4.0</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
81 <td>Win 95+</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
82 <td class="center"> 4</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
83 <td class="center">X</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
84 </tr>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
85 <tr class="odd gradeX">
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
86 <td>Trident</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
87 <td>Internet Explorer 4.0</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
88 <td>Win 95+</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
89 <td class="center"> 4</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
90 <td class="center">X</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
91 </tr>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
92 <tr class="odd gradeX">
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
93 <td>Trident</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
94 <td>Internet Explorer 4.0</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
95 <td>Win 95+</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
96 <td class="center"> 4</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
97 <td class="center">X</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
98 </tr>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
99 <tr class="odd gradeX">
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
100 <td>Trident</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
101 <td>Internet Explorer 4.0</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
102 <td>Win 95+</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
103 <td class="center"> 4</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
104 <td class="center">X</td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
105 </tr>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
106 </tbody>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
107 </table>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
108 </div>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
109 </td>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
110 </tr>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
111 </tbody>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
112 </table>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
113 </div>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
114 </div>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
115 </body>
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
116 </html>