forked from Public/pics
Misc: use the correct copyright headers
This commit is contained in:
parent
ed07668b2e
commit
6930c0a06a
@ -3,8 +3,7 @@
|
|||||||
* AccountSettings.php
|
* AccountSettings.php
|
||||||
* Contains the account settings controller.
|
* Contains the account settings controller.
|
||||||
*
|
*
|
||||||
* Global Data Lab code (C) Radboud University Nijmegen
|
* Kabuki CMS (C) 2013-2023, Aaron van Geffen
|
||||||
* Programming (C) Aaron van Geffen, 2015-2023
|
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
class AccountSettings extends HTMLController
|
class AccountSettings extends HTMLController
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
* AdminMenu.php
|
* AdminMenu.php
|
||||||
* Contains the admin navigation logic.
|
* Contains the admin navigation logic.
|
||||||
*
|
*
|
||||||
* Global Data Lab code (C) Radboud University Nijmegen
|
* Kabuki CMS (C) 2013-2023, Aaron van Geffen
|
||||||
* Programming (C) Aaron van Geffen, 2015-2022
|
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
class AdminMenu extends Menu
|
class AdminMenu extends Menu
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
* Form.php
|
* Form.php
|
||||||
* Contains key class Form.
|
* Contains key class Form.
|
||||||
*
|
*
|
||||||
* Global Data Lab code (C) Radboud University Nijmegen
|
* Kabuki CMS (C) 2013-2023, Aaron van Geffen
|
||||||
* Programming (C) Aaron van Geffen, 2015-2022
|
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
class Form
|
class Form
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
* GenericTable.php
|
* GenericTable.php
|
||||||
* Contains key class GenericTable.
|
* Contains key class GenericTable.
|
||||||
*
|
*
|
||||||
* Global Data Lab code (C) Radboud University Nijmegen
|
* Kabuki CMS (C) 2013-2023, Aaron van Geffen
|
||||||
* Programming (C) Aaron van Geffen, 2015-2021
|
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
class GenericTable
|
class GenericTable
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
* MainMenu.php
|
* MainMenu.php
|
||||||
* Contains the main navigation logic.
|
* Contains the main navigation logic.
|
||||||
*
|
*
|
||||||
* Global Data Lab code (C) Radboud University Nijmegen
|
* Kabuki CMS (C) 2013-2023, Aaron van Geffen
|
||||||
* Programming (C) Aaron van Geffen, 2015-2022
|
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
class MainMenu extends Menu
|
class MainMenu extends Menu
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
* Menu.php
|
* Menu.php
|
||||||
* Contains all navigational menus.
|
* Contains all navigational menus.
|
||||||
*
|
*
|
||||||
* Global Data Lab code (C) Radboud University Nijmegen
|
* Kabuki CMS (C) 2013-2023, Aaron van Geffen
|
||||||
* Programming (C) Aaron van Geffen, 2015-2022
|
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
abstract class Menu
|
abstract class Menu
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
* UserMenu.php
|
* UserMenu.php
|
||||||
* Contains the user navigation logic.
|
* Contains the user navigation logic.
|
||||||
*
|
*
|
||||||
* Global Data Lab code (C) Radboud University Nijmegen
|
* Kabuki CMS (C) 2013-2023, Aaron van Geffen
|
||||||
* Programming (C) Aaron van Geffen, 2015-2022
|
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
class UserMenu extends Menu
|
class UserMenu extends Menu
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
* FormView.php
|
* FormView.php
|
||||||
* Contains the form template.
|
* Contains the form template.
|
||||||
*
|
*
|
||||||
* Global Data Lab code (C) Radboud University Nijmegen
|
* Kabuki CMS (C) 2013-2023, Aaron van Geffen
|
||||||
* Programming (C) Aaron van Geffen, 2015-2022
|
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
class FormView extends SubTemplate
|
class FormView extends SubTemplate
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
* MainNavBar.php
|
* MainNavBar.php
|
||||||
* Contains the primary navigational menu template.
|
* Contains the primary navigational menu template.
|
||||||
*
|
*
|
||||||
* Global Data Lab code (C) Radboud University Nijmegen
|
* Kabuki CMS (C) 2013-2023, Aaron van Geffen
|
||||||
* Programming (C) Aaron van Geffen, 2015-2022
|
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
class MainNavBar extends NavBar
|
class MainNavBar extends NavBar
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
* NavBar.php
|
* NavBar.php
|
||||||
* Contains the navigational menu template.
|
* Contains the navigational menu template.
|
||||||
*
|
*
|
||||||
* Global Data Lab code (C) Radboud University Nijmegen
|
* Kabuki CMS (C) 2013-2023, Aaron van Geffen
|
||||||
* Programming (C) Aaron van Geffen, 2015-2022
|
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
abstract class NavBar extends Template
|
abstract class NavBar extends Template
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
* PageIndexWidget.php
|
* PageIndexWidget.php
|
||||||
* Contains the template that displays a page index.
|
* Contains the template that displays a page index.
|
||||||
*
|
*
|
||||||
* Global Data Lab code (C) Radboud University Nijmegen
|
* Kabuki CMS (C) 2013-2023, Aaron van Geffen
|
||||||
* Programming (C) Aaron van Geffen, 2015-2022
|
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
class PageIndexWidget extends Template
|
class PageIndexWidget extends Template
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
* TabularData.php
|
* TabularData.php
|
||||||
* Contains the template that displays tabular data.
|
* Contains the template that displays tabular data.
|
||||||
*
|
*
|
||||||
* Global Data Lab code (C) Radboud University Nijmegen
|
* Kabuki CMS (C) 2013-2023, Aaron van Geffen
|
||||||
* Programming (C) Aaron van Geffen, 2015-2022
|
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
class TabularData extends SubTemplate
|
class TabularData extends SubTemplate
|
||||||
|
Loading…
Reference in New Issue
Block a user