Corrections to make markup more valid (quoting attributes, encoding ampersands, etc.)
[koha.git] / koha-tmpl / intranet-tmpl / default / en / intranet-main.tmpl
index f671498..7850d38 100644 (file)
@@ -2,7 +2,7 @@
 <html>
 <head>
        <title>WELCOME TO THE KOHA INTRANET </title>
-       <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/intranet-main.css">
+       <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" -->/includes/intranet-main.css">
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <!-- JAVASCRIPT SCRIPTS -->
        <script language="JavaScript" type="text/javascript">
@@ -32,7 +32,7 @@
                        if(!x && document.getElementById) x=document.getElementById(n); return x;
                }
                function SetOn(item) {
-                       for(i=1;i<=6;i++) {
+                       for(i=1;i<=7;i++) {
                                SetOff(i);
                        }
                        if (!(layer = MM_findObj('Hint' + item))) return;
@@ -43,7 +43,7 @@
                        layer.style.visibility = 'hidden';
                }
        </script>
-       <script>
+       <script language="javascript" type="text/javascript">
        var blnOk=true;
        function Load() {
                if(document.body.style.backgroundColor!="") { blnOk=false; }
 <body onload="Load();">
 <div id="mainbloc">
        <div class="image">
-               <img src="<!--TMPL_VAR name="themelang">/images/koha-front-koha.gif">
+               <p class="kohalogo">Koha</p>
+               <p class="kohalogo2">Open Source  Library System</p>
+               <p class="kohalogo2">Librarian interface</p>
+               <hr width="50%" />
+               <p class="kohalogo2">Koha : gift, donation or contribution</p>
        </div>
        <div id="menus">
 <!-- RIGHT (disappearing) BLOC -->
                <div id="Hint1" class="hint">
                        <h1 class="catalogue">Catalogue</h1>
-                       <a href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&type=intranet" class="catalogue">Search catalogue</a>
+                       <a href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&amp;type=intranet" class="catalogue">Search catalogue</a>
                                <p>Search a biblio. When this biblio is found, you can check its status, reserve it, or see where it is</p>
                        <a href="/cgi-bin/koha/bookshelves/shelves.pl" class="catalogue">Virtual shelves</a>
                                <p>Virtual shelves can be used by librarian or patrons to build virtual libraries inside the "real" one.
-                               The virtual shelf can be used by a teacher to help its students searching information on a specific topic.
+                               The virtual shelf can be used by a teacher to help his/her students searching information on a specific topic.
                                It can be used by a library to define "most valuable books for &lt;some category of patron&gt;"</p>
-                       <a href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&type=intranet" class="catalogue">Add biblio</a>
+                       <a href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&amp;type=intranet" class="catalogue">Add biblio</a>
                                <p>Directly add a biblio in the library catalogue</p>
                        <!-- TMPL_IF NAME="NOTMARC" -->
                                <form action="/cgi-bin/koha/loadmodules.pl" method="post">
                        <a href="/cgi-bin/koha/members/members-home.pl" class="members">Member home</a>
                        <p>Go to the main member page</p>
                        <a href="/cgi-bin/koha/members/memberentry.pl?actionType=Add" class="members">Add member</a>
-                       <p>Add a member in the library. The member can be attached to any branch of the library. It can also have children.</p>
+                       <p>Add a member in the library. The member can be attached to any branch of the library. He or she can also have children.</p>
                        <a href="/cgi-bin/koha/members/memberentry.pl?categorycode=I&actionType=Add" class="members">Add organisation</a>
                        <p>Add an organisation in the library. This member doesn't have some information a "physical" member has.</p>
                </div>
                        All the system reports
                </div>
                <div id="Hint5" class="hint">
+                       <h1 class="reports">Authorities</h1>
+                       Authorities management &amp; searches
+               </div>
+               <div id="Hint6" class="hint">
                        <h1 class="parameters">Parameters</h1>
                        Alter Koha System preferences
                </div>
-               <div id="Hint6" class="hint">
+               <div id="Hint7" class="hint">
                        <h1 class="circulation">Circulation</h1>
                        Work at the front desk on Issues and returns using only a barcode reader and a mouse
                </div>
 <!-- MAIN MENU -->
+               <a href="/cgi-bin/koha/loadmodules.pl?module=acquisitions" class="acquisition" onMouseOver="SetOn(3);">Acquisitions</a><br/>
+               
                <a href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet" class="catalogue" onMouseOver="SetOn(1);">Catalogue</a><br/>
                
+               <a href="/cgi-bin/koha/circ/circulation.pl" class="circulation" onMouseOver="SetOn(7);">Circulation</a><br/>
+               
                <a href="/cgi-bin/koha/members/members-home.pl" class="members" onMouseOver="SetOn(2);">Members</a><br/>
                
-               <a href="/cgi-bin/koha/loadmodules.pl?module=acquisitions" class="acquisition" onMouseOver="SetOn(3);">Acquisitions</a><br/>
+               <a href="/cgi-bin/koha/authorities/authorities-home.pl" class="reports" onMouseOver="SetOn(5);">Authorities</a><br/>
                
                <a href="/cgi-bin/koha/reports-home.pl" class="reports" onMouseOver="SetOn(4);">Reports</a><br/>
                
-               <a href="/cgi-bin/koha/admin-home.pl" class="parameters" onMouseOver="SetOn(5);">Parameters</a><br/>
-               
-               <a href="/cgi-bin/koha/circ/circulation.pl" class="circulation" onMouseOver="SetOn(6);">Circulation</a><br/>
+               <a href="/cgi-bin/koha/admin-home.pl" class="parameters" onMouseOver="SetOn(6);">Parameters</a><br/>
        </div>
 </div>
 </body>