|
|
(12 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| <html> | | <html> |
| <table id="example" class="wikitable display" style="width:100%"> | | <table id="example" class="wikitable" style="width:100%"> |
| <thead> | | <thead> |
| <tr> | | <tr> |
Line 32: |
Line 32: |
| }); | | }); |
| </script> | | </script> |
|
| |
| ----------------------
| |
|
| |
| <table id="example" class="wikitable display" style="width:100%">
| |
| <thead>
| |
| <tr>
| |
| <th>Illustrator</th>
| |
| <th>Title</th>
| |
| <th>Tags</th>
| |
| </tr>
| |
| <tr>
| |
| <th><input type="text" placeholder="Suche Illustrator" /></th>
| |
| <th><input type="text" placeholder="Suche Titel" /></th>
| |
| <th><input type="text" placeholder="Suche Tags" /></th>
| |
| </tr>
| |
| </thead>
| |
| <tbody>
| |
| <tr>
| |
| <td>H. Schrödter</td>
| |
| <td>Pap</td>
| |
| <td>-huck -drawing -papfinn -2p</td>
| |
| </tr>
| |
| <tr>
| |
| <td>E. W. Kemble</td>
| |
| <td>A Fair Fit</td>
| |
| <td>-huck -2p -jim -drawing</td>
| |
| </tr>
| |
| <tr>
| |
| <td>E. Hirth</td>
| |
| <td>Tragedy</td>
| |
| <td>-king -1p -drawing</td>
| |
| </tr>
| |
| </tbody>
| |
| </table>
| |
|
| |
|
| </html> | | </html> |