summaryrefslogtreecommitdiff
path: root/UI/am-company-logo.html
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-10-25 00:14:07 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-10-25 00:14:07 +0000
commite7e1dafee2629dcbd57e7ac3d50ad84bce03e694 (patch)
tree3540882ccf8d6594ee859d28e7be4a38f3e5e487 /UI/am-company-logo.html
parent7fced1ba707fb5ad081daa804fefb6316aceb5c0 (diff)
Convert company_logo to template
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1818 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/am-company-logo.html')
-rw-r--r--UI/am-company-logo.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/UI/am-company-logo.html b/UI/am-company-logo.html
new file mode 100644
index 00000000..0d2a32e0
--- /dev/null
+++ b/UI/am-company-logo.html
@@ -0,0 +1,26 @@
+<?lsmb INCLUDE 'ui-header.html' ?>
+<?lsmb PROCESS elements.html ?>
+<body>
+<center>
+<a href="http://www.ledgersmb.org" target="_blank"><img src="images/ledgersmb.png" width="200" height="100" border="0" alt="LedgerSMB Logo" /></a>
+<h1 class="login"><?lsmb text('Version [_1]', form.version) ?></h1>
+<p><?lsmb text('Company: [_1]', user.company) ?><br />
+<?lsmb user.address.replace('&lt;br&gt;', '<br />') ?></p>
+
+<table border="0">
+ <tr>
+ <th align="right"><?lsmb text('User') ?></th>
+ <td><?lsmb user.name ?></td>
+ </tr>
+ <tr>
+ <th align="right"><?lsmb text('Dataset') ?></th>
+ <td><?lsmb user.dbname ?></td>
+ </tr>
+ <tr>
+ <th align="right"><?lsmb text('Database Host') ?></th>
+ <td><?lsmb user.dbhost ?></td>
+ </tr>
+</table>
+</center>
+</body>
+</html>