diff options
Diffstat (limited to 'Resources/English.lproj/SPQLPluginSQLTemplate.html')
-rw-r--r-- | Resources/English.lproj/SPQLPluginSQLTemplate.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/Resources/English.lproj/SPQLPluginSQLTemplate.html b/Resources/English.lproj/SPQLPluginSQLTemplate.html new file mode 100644 index 00000000..fd016891 --- /dev/null +++ b/Resources/English.lproj/SPQLPluginSQLTemplate.html @@ -0,0 +1,37 @@ +<!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; + white-space: nowrap; +} +</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 SQL File</b><br /> +size: %@ +</center><br /><br /> +<textarea cols="50" rows="10" readonly>%@</textarea> +</td> +</tr> +</table> +</center> +</body> +</html> |