diff options
author | rowanbeentje <rowan@beent.je> | 2010-08-04 22:24:30 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2010-08-04 22:24:30 +0000 |
commit | d20d35aedb551516e1974979e8a0048a0ea81cbf (patch) | |
tree | 444f242d8411489960290e60d89b89685a555832 /Resources/English.lproj/SPQLPluginQueryFavoritesTemplate.html | |
parent | 71002662ef004b798766906bce9e51ad359e1745 (diff) | |
download | sequelpro-d20d35aedb551516e1974979e8a0048a0ea81cbf.tar.gz sequelpro-d20d35aedb551516e1974979e8a0048a0ea81cbf.tar.bz2 sequelpro-d20d35aedb551516e1974979e8a0048a0ea81cbf.zip |
- Add an initial Sequel Pro QuickLook plugin, written by bibiko, as a build dependency
Diffstat (limited to 'Resources/English.lproj/SPQLPluginQueryFavoritesTemplate.html')
-rw-r--r-- | Resources/English.lproj/SPQLPluginQueryFavoritesTemplate.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/Resources/English.lproj/SPQLPluginQueryFavoritesTemplate.html b/Resources/English.lproj/SPQLPluginQueryFavoritesTemplate.html new file mode 100644 index 00000000..73f9f816 --- /dev/null +++ b/Resources/English.lproj/SPQLPluginQueryFavoritesTemplate.html @@ -0,0 +1,35 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<style> +body { + font-family:'Lucida Grande'; + font-size:10pt; + background-color:#222222; + color:white; +} +textarea { + background-color:#222222; + color:white; +} +</style> +</head> +<body> +<center> +<table> +<tr> +<td valign="right"> +<img width="200%" src="data:image/auto;base64,%@"> +</td> +<td> +<center> +<b style="font-size:12pt">Sequel Pro Query Favorites File</b><br /><br /> +</center> +<textarea cols="50" rows="10" readonly>%@</textarea> +</td> +</tr> +</table> +</center> +</body> +</html> |