bug 2509: fix file permissions
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / lib / greybox / GreyBox_v5_5 / installation.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
3 <head>
4     <title>GreyBox - Installation</title>
5
6     <script type="text/javascript" src="greybox/AJS.js"></script>
7
8     <script type="text/javascript" src="static_files/help.js"></script>
9     <link href="static_files/help.css" rel="stylesheet" type="text/css" media="all" />
10 </head>
11 <body>
12
13 <script>
14     insertHeader();
15     insertMenu('installation');
16 </script>
17
18 <ol>
19 <li>
20 Append following to your header section (in between <code>&lt;header&gt;...&lt;/header&gt;</code>).
21 <br />
22 <span class="hl">GB_ROOT_DIR</span> is the URL where static files are located:
23 <pre>
24 <code>&lt;script type="text/javascript"&gt;
25     var GB_ROOT_DIR = "http://mydomain.com/greybox/";
26 &lt;/script&gt;</code>
27 </pre>
28 </li>
29 GB_ROOT_DIR should be absolute.
30
31 <li>
32 Append also following scripts and one stylesheet:
33 <pre>
34 <code>&lt;script type="text/javascript" src="greybox/AJS.js"&gt;&lt;/script&gt;
35 &lt;script type="text/javascript" src="greybox/AJS_fx.js"&gt;&lt;/script&gt;
36 &lt;script type="text/javascript" src="greybox/gb_scripts.js"&gt;&lt;/script&gt;
37 &lt;link href="greybox/gb_styles.css" rel="stylesheet" type="text/css" /&gt;</code>
38 </pre>
39
40 AJS_fx.js is optional, it's used for effects. If you don't wish effects, then don't include AJS_fx.js in your header section.
41 </li>
42
43 <li>
44 That's it, you are now ready to use GreyBox!
45 </li>
46 </ol>
47
48 </body>
49 </html>