~ubuntu-branches/debian/sid/ledgersmb/sid

« back to all changes in this revision

Viewing changes to UI/lib/ui-header.html

  • Committer: Package Import Robot
  • Author(s): Robert James Clay
  • Date: 2012-04-18 18:58:20 UTC
  • Revision ID: package-import@ubuntu.com-20120418185820-snrtpa696zhqm0z1
Tags: upstream-1.3.15
ImportĀ upstreamĀ versionĀ 1.3.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
 
2
                "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
3
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
4
<head>
 
5
        <title><?lsmb form.titlebar ? form.titlebar : titlebar ?></title>
 
6
        <meta http-equiv="Pragma" content="no-cache" />
 
7
        <meta http-equiv="Expires" content="-1" />
 
8
        <?lsmb IF refresh -?>
 
9
        <meta http-equiv="refresh" 
 
10
                content="<?lsmb refresh.delay ?>;<?lsmb refresh.url ?>">
 
11
        <?lsmb END -?>
 
12
        <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
 
13
        <?lsmb IF form.stylesheet ?>
 
14
        <link rel="stylesheet" href="css/<?lsmb form.stylesheet ?>" type="text/css" title="LedgerSMB stylesheet" />
 
15
        <?lsmb ELSIF stylesheet ?>
 
16
        <link rel="stylesheet" href="css/<?lsmb stylesheet ?>" type="text/css" title="LedgerSMB stylesheet" />
 
17
        <?lsmb ELSE ?>
 
18
        <?lsmb END ?>
 
19
        <?lsmb FOREACH s = include_stylesheet ?>
 
20
        <link rel="stylesheet" href="<?lsmb s ?>" type="text/css" title="LedgerSMB stylesheet" />
 
21
        <?lsmb END ?>
 
22
        <?lsmb FOREACH s = include_script ?>
 
23
        <script type="text/javascript" language="JavaScript" src="<?lsmb s ?>" ></script>
 
24
        <?lsmb END ?>
 
25
        
 
26
        <?lsmb IF warn_expire ?>
 
27
        <script type="text/javascript" language="JavaScript">
 
28
        window.alert('<?lsmb text('Warning:  Your password will expire in [_1]', pw_expires)?>');
 
29
        </script>
 
30
        <?lsmb END ?>
 
31
        <?lsmb IF html_charset ?>
 
32
        <meta http-equiv="content-type" content="text/html; charset=<?lsmb
 
33
                                                           html_charset ?>">
 
34
        <?lsmb ELSE ?>
 
35
        <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
 
36
        <?lsmb END # if html_charset ?>
 
37
        <meta name="robots" content="noindex,nofollow" />
 
38
        
 
39
</head>