aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/English.lproj
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-08-10 11:08:24 +0000
committerBibiko <bibiko@eva.mpg.de>2010-08-10 11:08:24 +0000
commit0ffc3f17de7204040d230f4d322b9d9fdc54a2aa (patch)
tree7895520934f25e6a077a931880e59ffed25b7b1a /Resources/English.lproj
parent7996d9e6f96701af2bf9e52055f6f95b81a28cad (diff)
downloadsequelpro-0ffc3f17de7204040d230f4d322b9d9fdc54a2aa.tar.gz
sequelpro-0ffc3f17de7204040d230f4d322b9d9fdc54a2aa.tar.bz2
sequelpro-0ffc3f17de7204040d230f4d322b9d9fdc54a2aa.zip
• added first implementation for spfs file Quicklook
Diffstat (limited to 'Resources/English.lproj')
-rw-r--r--Resources/English.lproj/SPQLPluginConnectionBundleTemplate.html30
-rw-r--r--Resources/English.lproj/SPQLPluginConnectionBundleWindowTemplate.html17
2 files changed, 47 insertions, 0 deletions
diff --git a/Resources/English.lproj/SPQLPluginConnectionBundleTemplate.html b/Resources/English.lproj/SPQLPluginConnectionBundleTemplate.html
new file mode 100644
index 00000000..02e5601d
--- /dev/null
+++ b/Resources/English.lproj/SPQLPluginConnectionBundleTemplate.html
@@ -0,0 +1,30 @@
+<!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;
+}
+</style>
+</head>
+<body>
+<center>
+<table>
+<tr>
+<td valign="right">
+<img width="128" heigth="128" src="data:image/auto;base64,%@">
+</td>
+<td>
+<center>
+<b style="font-size:12pt">Sequel Pro Session File</b><br />
+(%ld connections)
+</center><br /><br />
+</td>
+</tr>
+</table>
+%@
+</center>
+</body>
+</html>
diff --git a/Resources/English.lproj/SPQLPluginConnectionBundleWindowTemplate.html b/Resources/English.lproj/SPQLPluginConnectionBundleWindowTemplate.html
new file mode 100644
index 00000000..1d5a80a2
--- /dev/null
+++ b/Resources/English.lproj/SPQLPluginConnectionBundleWindowTemplate.html
@@ -0,0 +1,17 @@
+<table>
+<tr>
+<td align="right">Server: </td><td width="200px">%@&nbsp;(%@)</td>
+</tr>
+<tr>
+<td align="right">Name: </td><td>%@%@</td>
+</tr>
+<tr>
+<td align="right">Host: </td><td>%@</td>
+</tr>
+<tr>
+<td align="right">User: </td><td>%@</td>
+</tr>
+<tr>
+<td align="right">Database: </td><td>%@</td>
+</tr>
+</table> \ No newline at end of file