Correcting references in the OPAC to files in intranet-tmpl (Bug 3574).
[koha.git] / koha-tmpl / opac-tmpl / prog / en / lib / greybox / GreyBox_v5_5 / about.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 - About</title>
5
6     <script type="text/javascript">
7         var GB_ROOT_DIR = "./greybox/";
8     </script>
9
10     <script type="text/javascript" src="greybox/AJS.js"></script>
11     <script type="text/javascript" src="greybox/AJS_fx.js"></script>
12     <script type="text/javascript" src="greybox/gb_scripts.js"></script>
13     <link href="greybox/gb_styles.css" rel="stylesheet" type="text/css" media="all" />
14
15     <script type="text/javascript" src="static_files/help.js"></script>
16     <link href="static_files/help.css" rel="stylesheet" type="text/css" media="all" />
17 </head>
18
19 <body>
20
21 <script>
22     insertHeader();
23     insertMenu('about');
24 </script>
25
26 <p>
27 GreyBox is copyrighted work by <a href="http://amix.dk/">Amir Salihefendic</a>.
28 </p>
29
30 <p>
31 It is based on <a href="http://orangoo.com/labs/AJS/">AJS</a> JavaScript library.
32 </p>
33
34 <p>
35 It is realesed under <a href="LGPL.txt">LGPL</a>.
36 </p>
37
38 <h3>Links</h3>
39 <ul>
40     <li> <a href="http://orangoo.com/labs/GreyBox/">GreyBox official site</a> </li>
41 </ul>
42
43 <h3>Need help?</h3>
44 <ul>
45     <li><a href="http://groups.google.com/group/greybox">GreyBox Google group</a> - A group where you can ask questions and get answers</li>
46     <li><a href="http://orangoo.com/labs/GreyBox/FAQ/">GreyBox FAQ</a> -Frequently Asked Questions about GreyBox</li>
47 </ul>
48
49 </body>
50 </html>