Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml">
  2.  
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  5. <meta http-equiv="imagetoolbar" content="no"/>
  6. <title>{{ _('Login to manage your mail domains & accounts') |title }}</title>
  7.  
  8. <link rel="stylesheet" type="text/css" href="{{ctx.homepath}}/static/{{skin}}/css/reset.css" />
  9. <link rel="stylesheet" type="text/css" href="{{ctx.homepath}}/static/{{skin}}/css/screen.css" />
  10.  
  11. <style type="text/css">
  12. html { background: #333333; }
  13. </style>
  14.  
  15. <script type="text/javascript">
  16. function changeUrl(domain, baseurl) {
  17. if ( domain.options[domain.selectedIndex].value != 'none' ) {
  18. location.href = baseurl + domain.options[domain.selectedIndex].value;
  19. }
  20. }
  21. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement