Bug 17855: Onboarding tool
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / installer-doc-head-close.inc
1 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
2 <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
3 <link rel="stylesheet" type="text/css" href="[% interface %]/lib/jquery/jquery-ui-1.11.4.min.css" />
4 <link rel="stylesheet" type="text/css" href="[% interface %]/lib/bootstrap/bootstrap.min.css" />
5 <link rel="stylesheet" type="text/css" href="[% interface %]/lib/font-awesome/css/font-awesome.min.css" />
6 <link rel="stylesheet" type="text/css" media="print" href="[% interface %]/[% theme %]/css/print.css" />
7 <style type="text/css" media="screen">
8
9 [% IF ( login ) %]
10     @import url([% interface %]/[% theme %]/css/login.css);
11 [% END %]
12
13 html { background: #eee; }
14
15 body {
16         background: #fff;
17         color: #000;
18         font-family: Georgia, "Times New Roman", Times, serif;
19         margin-left: 20%;
20         margin-right: 20%;
21         padding: .2em 2em;
22 }
23
24 h1 {
25         color: #006;
26         font-size: 2em;
27         font-weight: normal;
28         vertical-align:middle;
29 }
30
31 h2 { font-size: 1.75em; }
32
33 h3 {
34         color: #006;
35         font-size: 1.5em;
36         font-weight: lighter;
37 }
38
39 p, li, dt {
40         line-height: 140%;
41         padding-bottom: 2px;
42 }
43
44 ul, ol { padding: 5px 5px 5px 20px; }
45
46 #logo { margin-bottom: 2em; }
47
48 .step a, .step input { font-size: 2em; }
49
50 td input { font-size: 1.5em; }
51
52 .step, th { text-align: right; }
53
54 #bloc25, .bloc25 {
55         float:left;
56         border:1px solid #000000;
57         margin:0px;
58         padding:0px;
59
60 }
61
62 #footer {
63         text-align: center;
64         border-top: 1px solid #ccc;
65         padding-top: 1em;
66         font-style: italic;
67 }
68
69 .update_error {
70         color: red;
71         font-weight: bold;
72 }
73
74 </style>
75
76 <script type="text/javascript" src="[% interface %]/lib/jquery/jquery-2.2.3.min.js"></script>
77 <script type="text/javascript" src="[% interface %]/lib/jquery/jquery-migrate-1.3.0.min.js"></script>
78 <script type="text/javascript" src="[% interface %]/lib/jquery/jquery-ui-1.11.4.min.js"></script>
79 <script type="text/javascript" src="[% interface %]/lib/shortcut/shortcut.js"></script>
80 <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.cookie.min.js"></script>
81 <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.highlight-3.js"></script>
82 <script type="text/javascript" src="[% interface %]/lib/bootstrap/bootstrap.min.js"></script>
83 <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.validate.min.js"></script>
84 <!-- koha core js -->
85 <script type="text/javascript" src="[% interface %]/[% theme %]/js/staff-global.js"></script>
86
87 <script type="text/javascript">
88     //<![CDATA[
89         function _(s) { return s } // dummy function for gettext
90     //]]>
91 </script>
92 </head>
93 <body id="installer" class="installer">