You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920
  1. <!-- {$smarty.template} -->
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  7. <link rel="stylesheet" type="text/css" href="{$CONF.theme_css}" />
  8. {if $CONF.theme_custom_css}
  9. <link rel="stylesheet" type="text/css" href="{$CONF.theme_custom_css}" />
  10. {/if}
  11. <title>Postfix Admin - {$smarty.server.HTTP_HOST}</title>
  12. </head>
  13. <body class="lang-{$smarty.session.lang} page-{$smarty_template} {if isset($table)}page-{$smarty_template}-{$table}{/if}">
  14. <div id="container">
  15. <div id="login_header">
  16. <a href='main.php'><img id="login_header_logo" src="{$CONF.theme_logo}" alt="Logo" /></a>
  17. {if $CONF.show_header_text==='YES' && $CONF.header_text}
  18. <h2>{$CONF.header_text}</h2>
  19. {/if}
  20. </div>