includes/clientside/static/admin-menu.js
changeset 1010 12e76b1acb4e
parent 651 ce9d78d7251d
child 1023 5a282dbf8fad
equal deleted inserted replaced
1009:fa665a95e99d 1010:12e76b1acb4e
     5  * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License
     5  * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License
     6  * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
     6  * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
     7  *
     7  *
     8  * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
     8  * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
     9  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
     9  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
    10  *
       
    11  * Some code found in this script is not licensed under the GNU General Public License; however, it is believed that the license terms shown
       
    12  * below are GPL-compatible. If you believe that this is not the case, please drop a note to support@enanocms.org.
       
    13  */
    10  */
    14  
    11  
    15 /*
    12 /*
    16  * Title: Tigra Tree
    13  * Title: Tigra Tree
    17  * Description: See the demo at url
    14  * Description: See the demo at url
    18  * URL: http://www.softcomplex.com/products/tigra_tree_menu/
    15  * URL: http://www.softcomplex.com/products/tigra_tree_menu/
    19  * Version: 1.1
    16  * Version: 1.1
    20  * Date: 11-12-2002 (mm-dd-yyyy)
    17  * Date: 11-12-2002 (mm-dd-yyyy)
    21  * Notes: This script is free. Visit official site for further details.
    18  * Notes: This script is free. Visit official site for further details.
    22  * 
    19  * 
    23  * There is no license fee or royalty fee to be paid at any time for using the Tigra Tree Menu v1.x
       
    24  * You may include the source code or modified source code within your own projects for either personal
       
    25  * or commercial use but excluding the restrictions outlined below. The following restrictions apply to
       
    26  * all parts of the component, including all source code, samples and documentation.
       
    27  *
       
    28  * - Header block of script file (tree.js) CAN NOT be modified or removed.
       
    29  * - The above items CAN NOT be sold as are, either individually or together.
       
    30  * - The above items CAN NOT be modified and then sold as a library component, either individually or together.
       
    31  *
       
    32  * Due to the unclear licensing conditions on this script, I contacted the author, who said that because Enano
    20  * Due to the unclear licensing conditions on this script, I contacted the author, who said that because Enano
    33  * is not a "competing product" I was allowed to treat the code as GPL. The conversation can be seen in the
    21  * is not a "competing product" I was allowed release the modified code as GPL. The conversation can be seen in the
    34  * /licenses/tigra-menu.html document in the Enano distribution.
    22  * licenses/tigra-menu.html document in the Enano distribution.
    35  */
    23  */
    36 
    24 
    37 if ( typeof(readCookie) == 'function' )
    25 if ( typeof(readCookie) == 'function' )
    38 {
    26 {
    39   var ck = readCookie('admin_menu_state');
    27   var ck = readCookie('admin_menu_state');