diff options
Diffstat (limited to 'UI')
-rw-r--r-- | UI/am-company-logo.html | 26 |
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('<br>', '<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> |