diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-07-21 21:54:30 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-07-21 21:54:30 +0000 |
| commit | 3584a7617b8f43d3622381ea76b4542911d38a5e (patch) | |
| tree | 268790a6387ae5e02f1625e856379fcc0f20948a /macosx/Pcsxr-QL/template.html | |
| parent | f6fffad08b0ef0709f8c897cef74ca822d80d802 (diff) | |
| download | pcsxr-3584a7617b8f43d3622381ea76b4542911d38a5e.tar.gz | |
OS X: trim down how much HTML code is in the SpotLight importer.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91022 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/Pcsxr-QL/template.html')
| -rw-r--r-- | macosx/Pcsxr-QL/template.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/macosx/Pcsxr-QL/template.html b/macosx/Pcsxr-QL/template.html new file mode 100644 index 00000000..b0fa812c --- /dev/null +++ b/macosx/Pcsxr-QL/template.html @@ -0,0 +1,19 @@ +<html> + <head> + <meta content='text/html; charset=UTF-8' http-equiv='Content-Type' /> + + <style> + table,th,td + { + border:1px solid black; + width:400px; + } + </style> + </head> + <body> + <table> + <tr> <td ALIGN=center>Image</td> <td ALIGN=center>Name</td> <td ALIGN=center>Count</td> </tr> +(TABLECONTENT) + </table> + </body> +</html>
\ No newline at end of file |
