diff --git a/css/swad_desktop.css b/css/swad_desktop.css index 107d3c98..cbc04393 100644 --- a/css/swad_desktop.css +++ b/css/swad_desktop.css @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as @@ -25,7 +25,7 @@ a:link {text-decoration:none;} a:visited {text-decoration:none;} a:active {text-decoration:none;} -a:hover {text-decoration:none;} +a:hover {text-decoration:underline;} body { @@ -225,111 +225,6 @@ hr.YELLOW_SEPARA {height:0; border-top:0; border-bottom:#BD4815 dotted 1px;} color:#4D88A1; } -/***************************** Tabs and main zone ****************************/ -#tabs_container - { - width:540px; /* 90 px * 6 visible tabs */ - height:56px; - margin:0 auto; - } -.TAB_OFF - { - float:left; - width:86px;height:61px; - margin:1px 1px 0 1px; - padding:0 1px 0 1px; - border-radius:6px 6px 0 0; - box-shadow:inset -2px -2px 1px 0 rgba(50, 50, 50, 0.2); - text-align:center; - vertical-align:middle; - overflow:hidden; - display:inline-block; - } -.TAB_ON - { - float:left; - width:88px;height:62px; - margin:0; - padding:1px 1px 0 1px; - border-radius:6px 6px 0 0; - box-shadow:inset -2px -2px 1px 0 rgba(50, 50, 50, 0.2); - text-align:center; - vertical-align:middle; - overflow:hidden; - display:inline-block; - } -.WHITE_TAB_OFF - { - color:#707070; - font-size:7.5pt; - font-weight:bold; - line-height:100%; - white-space:nowrap; - overflow:hidden; - } -.GREY_TAB_OFF - { - color:#505050; - font-size:7.5pt; - font-weight:bold; - line-height:100%; - white-space:nowrap; - overflow:hidden; - } -.BLUE_TAB_OFF - { - color:#365E6E; - font-size:7.5pt; - font-weight:bold; - line-height:100%; - white-space:nowrap; - overflow:hidden; - } -.YELLOW_TAB_OFF - { - color:#7C4D2A; - font-size:7.5pt; - font-weight:bold; - line-height:100%; - white-space:nowrap; - overflow:hidden; - } -.WHITE_TAB_ON - { - color:#4D88A1; - font-size:7.5pt; - font-weight:bold; - line-height:100%; - white-space:nowrap; - overflow:hidden; - } -.GREY_TAB_ON - { - color:#606060; - font-size:7.5pt; - font-weight:bold; - line-height:100%; - white-space:nowrap; - overflow:hidden; - } -.BLUE_TAB_ON - { - color:#4D88A1; - font-size:7.5pt; - font-weight:bold; - line-height:100%; - white-space:nowrap; - overflow:hidden; - } -.YELLOW_TAB_ON - { - color:#BD4815; - font-size:7.5pt; - font-weight:bold; - line-height:100%; - white-space:nowrap; - overflow:hidden; - } #CENTRAL_ZONE { min-width:740px; @@ -589,14 +484,120 @@ a:hover img.CENTRE_PHOTO_SHOW transform:scale(1.15,1.15); } +/*********************************** Tabs ************************************/ +#tabs_container + { + width:540px; /* 90 px * 6 visible tabs */ + height:56px; + margin:0 auto; + } +.TAB_OFF + { + float:left; + width:86px;height:61px; + margin:1px 1px 0 1px; + padding:0 1px 0 1px; + border-radius:6px 6px 0 0; + box-shadow:inset -2px -2px 1px 0 rgba(50, 50, 50, 0.2); + text-align:center; + vertical-align:middle; + overflow:hidden; + display:inline-block; + } +.TAB_ON + { + float:left; + width:88px;height:62px; + margin:0; + padding:1px 1px 0 1px; + border-radius:6px 6px 0 0; + box-shadow:inset -2px -2px 1px 0 rgba(50, 50, 50, 0.2); + text-align:center; + vertical-align:middle; + overflow:hidden; + display:inline-block; + } +.WHITE_TAB_OFF + { + color:#707070; + font-size:7.5pt; + font-weight:bold; + line-height:100%; + white-space:nowrap; + overflow:hidden; + } +.GREY_TAB_OFF + { + color:#505050; + font-size:7.5pt; + font-weight:bold; + line-height:100%; + white-space:nowrap; + overflow:hidden; + } +.BLUE_TAB_OFF + { + color:#365E6E; + font-size:7.5pt; + font-weight:bold; + line-height:100%; + white-space:nowrap; + overflow:hidden; + } +.YELLOW_TAB_OFF + { + color:#7C4D2A; + font-size:7.5pt; + font-weight:bold; + line-height:100%; + white-space:nowrap; + overflow:hidden; + } +.WHITE_TAB_ON + { + color:#4D88A1; + font-size:7.5pt; + font-weight:bold; + line-height:100%; + white-space:nowrap; + overflow:hidden; + } +.GREY_TAB_ON + { + color:#606060; + font-size:7.5pt; + font-weight:bold; + line-height:100%; + white-space:nowrap; + overflow:hidden; + } +.BLUE_TAB_ON + { + color:#4D88A1; + font-size:7.5pt; + font-weight:bold; + line-height:100%; + white-space:nowrap; + overflow:hidden; + } +.YELLOW_TAB_ON + { + color:#BD4815; + font-size:7.5pt; + font-weight:bold; + line-height:100%; + white-space:nowrap; + overflow:hidden; + } + /***************************** Horizontal menu *******************************/ #horizontal_menu_container ul { display:table; + list-style-type:none; border:0; margin:0 auto; - padding:0 0 20px; 0; - list-style-type:none; + padding:0 0 20px 0; } #horizontal_menu_container li { @@ -629,7 +630,7 @@ a:hover img.CENTRE_PHOTO_SHOW overflow:hidden; } -/******************************** Menu options *******************************/ +/******************************* Vertical menu *******************************/ #vertical_menu_container { list-style-type:none; @@ -654,30 +655,34 @@ a:hover img.CENTRE_PHOTO_SHOW display:table-cell; vertical-align:middle; } -.WHITE_MENU_OFF {color:#4D88A1; font-size:10pt; font-weight:bold; line-height:110%;} -.GREY_MENU_OFF {color:#707070; font-size:10pt; font-weight:bold; line-height:110%;} -.BLUE_MENU_OFF {color:#4D88A1; font-size:10pt; font-weight:bold; line-height:110%;} -.YELLOW_MENU_OFF {color:#BD4815; font-size:10pt; font-weight:bold; line-height:110%;} -.WHITE_MENU_ON {color:#4D88A1; font-size:10pt; font-weight:bold; line-height:110%;} -.GREY_MENU_ON {color:#606060; font-size:10pt; font-weight:bold; line-height:110%;} -.BLUE_MENU_ON {color:#4D88A1; font-size:10pt; font-weight:bold; line-height:110%;} -.YELLOW_MENU_ON {color:#BD4815; font-size:10pt; font-weight:bold; line-height:110%;} +/********************************* Menu fonts ********************************/ +.WHITE_MENU_OFF {color:#4D88A1; font-size:11pt; font-weight:bold; line-height:110%;} +.GREY_MENU_OFF {color:#707070; font-size:11pt; font-weight:bold; line-height:110%;} +.BLUE_MENU_OFF {color:#4D88A1; font-size:11pt; font-weight:bold; line-height:110%;} +.YELLOW_MENU_OFF {color:#BD4815; font-size:11pt; font-weight:bold; line-height:110%;} -.WHITE_FORMUL {color:#4D88A1; font-size:11pt;} -.GREY_FORMUL {color:#4D88A1; font-size:11pt;} -.BLUE_FORMUL {color:#4D88A1; font-size:11pt;} -.YELLOW_FORMUL {color:#7C4D2A; font-size:11pt;} +.WHITE_MENU_ON {color:#4D88A1; font-size:11pt; font-weight:bold; line-height:110%;} +.GREY_MENU_ON {color:#606060; font-size:11pt; font-weight:bold; line-height:110%;} +.BLUE_MENU_ON {color:#4D88A1; font-size:11pt; font-weight:bold; line-height:110%;} +.YELLOW_MENU_ON {color:#BD4815; font-size:11pt; font-weight:bold; line-height:110%;} -.WHITE_FORMUL_NB {color:#4D88A1; font-size:11pt; white-space:nowrap;} -.GREY_FORMUL_NB {color:#4D88A1; font-size:11pt; white-space:nowrap;} -.BLUE_FORMUL_NB {color:#4D88A1; font-size:11pt; white-space:nowrap;} -.YELLOW_FORMUL_NB {color:#7C4D2A; font-size:11pt; white-space:nowrap;} +/********************************* Form fonts ********************************/ +.WHITE_FORM {color:#4D88A1; font-size:11pt;} +.GREY_FORM {color:#4D88A1; font-size:11pt;} +.BLUE_FORM {color:#4D88A1; font-size:11pt;} +.YELLOW_FORM {color:#7C4D2A; font-size:11pt;} + +.WHITE_FORM_NOWRAP {color:#4D88A1; font-size:11pt; white-space:nowrap;} +.GREY_FORM_NOWRAP {color:#4D88A1; font-size:11pt; white-space:nowrap;} +.BLUE_FORM_NOWRAP {color:#4D88A1; font-size:11pt; white-space:nowrap;} +.YELLOW_FORM_NOWRAP {color:#7C4D2A; font-size:11pt; white-space:nowrap;} + +.WHITE_FORM_BOLD {color:#4D88A1; font-size:11pt; font-weight:bold;} +.GREY_FORM_BOLD {color:#4D88A1; font-size:11pt; font-weight:bold;} +.BLUE_FORM_BOLD {color:#4D88A1; font-size:11pt; font-weight:bold;} +.YELLOW_FORM_BOLD {color:#7C4D2A; font-size:11pt; font-weight:bold;} -.WHITE_FORMULB {color:#4D88A1; font-size:11pt; font-weight:bold;} -.GREY_FORMULB {color:#4D88A1; font-size:11pt; font-weight:bold;} -.BLUE_FORMULB {color:#4D88A1; font-size:11pt; font-weight:bold;} -.YELLOW_FORMULB {color:#7C4D2A; font-size:11pt; font-weight:bold;} .FILENAME {color:#404040; font-size:14pt; font-weight:bold;} diff --git a/css/swad_mobile.css b/css/swad_mobile.css index d043a8ff..43d42b63 100644 --- a/css/swad_mobile.css +++ b/css/swad_mobile.css @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as @@ -427,7 +427,7 @@ a:hover img.CENTRE_PHOTO_SHOW opacity:1; } -/********************************* Tabs **************************************/ +/*********************************** Tabs ************************************/ .WHITE_TAB_ON { font-family:Arial, "Nimbus Sans L", "DejaVu LGC Sans", "Bitstream Vera Sans", sans-serif; @@ -465,6 +465,7 @@ a:hover img.CENTRE_PHOTO_SHOW white-space:nowrap; } +/********************************* Menu fonts ********************************/ .WHITE_MENU_OFF {color:#707070; font-size:20pt; line-height:110%;} .GREY_MENU_OFF {color:#707070; font-size:20pt; line-height:110%;} .BLUE_MENU_OFF {color:#4D88A1; font-size:20pt; line-height:110%;} @@ -475,20 +476,22 @@ a:hover img.CENTRE_PHOTO_SHOW .BLUE_MENU_ON {color:#4D88A1; font-size:20pt; font-weight:bold; line-height:110%;} .YELLOW_MENU_ON {color:#FF4301; font-size:20pt; font-weight:bold; line-height:110%;} -.WHITE_FORMUL {color:#4D88A1; font-size:16pt;} -.GREY_FORMUL {color:#4D88A1; font-size:16pt;} -.BLUE_FORMUL {color:#4D88A1; font-size:16pt;} -.YELLOW_FORMUL {color:#FF4301; font-size:16pt;} +/********************************* Form fonts ********************************/ +.WHITE_FORM {color:#4D88A1; font-size:16pt;} +.GREY_FORM {color:#4D88A1; font-size:16pt;} +.BLUE_FORM {color:#4D88A1; font-size:16pt;} +.YELLOW_FORM {color:#FF4301; font-size:16pt;} -.WHITE_FORMUL_NB {color:#4D88A1; font-size:16pt; white-space:nowrap;} -.GREY_FORMUL_NB {color:#4D88A1; font-size:16pt; white-space:nowrap;} -.BLUE_FORMUL_NB {color:#4D88A1; font-size:16pt; white-space:nowrap;} -.YELLOW_FORMUL_NB {color:#FF4301; font-size:16pt; white-space:nowrap;} +.WHITE_FORM_NOWRAP {color:#4D88A1; font-size:16pt; white-space:nowrap;} +.GREY_FORM_NOWRAP {color:#4D88A1; font-size:16pt; white-space:nowrap;} +.BLUE_FORM_NOWRAP {color:#4D88A1; font-size:16pt; white-space:nowrap;} +.YELLOW_FORM_NOWRAP {color:#FF4301; font-size:16pt; white-space:nowrap;} + +.WHITE_FORM_BOLD {color:#4D88A1; font-size:16pt; font-weight:bold;} +.GREY_FORM_BOLD {color:#4D88A1; font-size:16pt; font-weight:bold;} +.BLUE_FORM_BOLD {color:#4D88A1; font-size:16pt; font-weight:bold;} +.YELLOW_FORM_BOLD {color:#FF4301; font-size:16pt; font-weight:bold;} -.WHITE_FORMULB {color:#4D88A1; font-size:16pt; font-weight:bold;} -.GREY_FORMULB {color:#4D88A1; font-size:16pt; font-weight:bold;} -.BLUE_FORMULB {color:#4D88A1; font-size:16pt; font-weight:bold;} -.YELLOW_FORMULB {color:#FF4301; font-size:16pt; font-weight:bold;} .FILENAME {color:#404040; font-size:18pt; font-weight:bold;} diff --git a/swad_ID.c b/swad_ID.c index 0fb4a935..6179be5a 100644 --- a/swad_ID.c +++ b/swad_ID.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_ID.h b/swad_ID.h index af776ada..a9cb9664 100644 --- a/swad_ID.h +++ b/swad_ID.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_QR.c b/swad_QR.c index 9c98c103..4fe1aaa0 100644 --- a/swad_QR.c +++ b/swad_QR.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_QR.h b/swad_QR.h index d63e0489..5eb81c11 100644 --- a/swad_QR.h +++ b/swad_QR.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_RSS.c b/swad_RSS.c index 214b6e1f..b63a8bb3 100644 --- a/swad_RSS.c +++ b/swad_RSS.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_RSS.h b/swad_RSS.h index 156e0cde..4eff13f7 100644 --- a/swad_RSS.h +++ b/swad_RSS.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_account.c b/swad_account.c index 36cf5b62..8db977ec 100644 --- a/swad_account.c +++ b/swad_account.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_account.h b/swad_account.h index ad4892de..62d99487 100644 --- a/swad_account.h +++ b/swad_account.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_action.c b/swad_action.c index 661041fd..2ca10489 100644 --- a/swad_action.c +++ b/swad_action.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_action.h b/swad_action.h index f25f42d6..1295e065 100644 --- a/swad_action.h +++ b/swad_action.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_announcement.c b/swad_announcement.c index c59065f6..557d0f0d 100644 --- a/swad_announcement.c +++ b/swad_announcement.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_announcement.h b/swad_announcement.h index f4ba896c..46bb6960 100644 --- a/swad_announcement.h +++ b/swad_announcement.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_assignment.c b/swad_assignment.c index 06d4fd22..8725a5f3 100644 --- a/swad_assignment.c +++ b/swad_assignment.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_assignment.h b/swad_assignment.h index 5e55efa3..40aa07cd 100644 --- a/swad_assignment.h +++ b/swad_assignment.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_attendance.c b/swad_attendance.c index c08f99e0..a142541c 100644 --- a/swad_attendance.c +++ b/swad_attendance.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_attendance.h b/swad_attendance.h index 055c2d6c..d067d088 100644 --- a/swad_attendance.h +++ b/swad_attendance.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_banner.c b/swad_banner.c index 8732142a..59fcf8f4 100644 --- a/swad_banner.c +++ b/swad_banner.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_banner.h b/swad_banner.h index 8d76fc3d..9fbb2b41 100644 --- a/swad_banner.h +++ b/swad_banner.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_bool.h b/swad_bool.h index a6c96a9b..4ba0007d 100644 --- a/swad_bool.h +++ b/swad_bool.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_centre.c b/swad_centre.c index 27f72b77..4cdffdcf 100644 --- a/swad_centre.c +++ b/swad_centre.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_centre.h b/swad_centre.h index 70c6d61b..0fc49190 100644 --- a/swad_centre.h +++ b/swad_centre.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_changelog.h b/swad_changelog.h index 7c3ffeb7..49cb766c 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as @@ -35,11 +35,12 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 14.50 (2014/12/31)" +#define Log_PLATFORM_VERSION "SWAD 14.50.2 (2015/01/01)" // Number of lines (includes comments but not blank lines) has been got with the following command: // nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*.h | tail -1 /* + Version 14.50.2 :Jan 01, 2014 Changes in CSS. (172739 lines) Version 14.50.1 :Dec 31, 2014 Horizontal menu (not finished). (172736 lines) Version 14.50 :Dec 31, 2014 Horizontal menu (not finished). (172735 lines) Version 14.49.2 :Dec 31, 2014 Removed text of menu options with BR. (172611 lines) diff --git a/swad_chat.c b/swad_chat.c index 55d427ce..461159fa 100644 --- a/swad_chat.c +++ b/swad_chat.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_chat.h b/swad_chat.h index 223fb219..a80f6ee5 100644 --- a/swad_chat.h +++ b/swad_chat.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_config.c b/swad_config.c index cba8dd81..aee47de1 100644 --- a/swad_config.c +++ b/swad_config.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_config.h b/swad_config.h index 8b331695..04767cf6 100644 --- a/swad_config.h +++ b/swad_config.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_connected.c b/swad_connected.c index c1e14932..3e45d31e 100644 --- a/swad_connected.c +++ b/swad_connected.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_connected.h b/swad_connected.h index 1568337b..e9dc650f 100644 --- a/swad_connected.h +++ b/swad_connected.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_constant.h b/swad_constant.h index ee6537f2..74f6cc16 100644 --- a/swad_constant.h +++ b/swad_constant.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_country.c b/swad_country.c index cfaf081e..5a17f6cf 100644 --- a/swad_country.c +++ b/swad_country.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_country.h b/swad_country.h index 2ddab1f7..31738caa 100644 --- a/swad_country.h +++ b/swad_country.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_course.c b/swad_course.c index 40e5559c..09a6f6f9 100644 --- a/swad_course.c +++ b/swad_course.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_course.h b/swad_course.h index a1dfb6c6..4d7c53f3 100644 --- a/swad_course.h +++ b/swad_course.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_cryptography.c b/swad_cryptography.c index c18e6a9e..50830d11 100644 --- a/swad_cryptography.c +++ b/swad_cryptography.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_cryptography.h b/swad_cryptography.h index 8028947e..6622dcf3 100644 --- a/swad_cryptography.h +++ b/swad_cryptography.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_database.c b/swad_database.c index d3fd43fa..4e197a11 100644 --- a/swad_database.c +++ b/swad_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_database.h b/swad_database.h index 342eed0d..6e4a93e4 100644 --- a/swad_database.h +++ b/swad_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_date.c b/swad_date.c index cee3d557..cad82608 100644 --- a/swad_date.c +++ b/swad_date.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_date.h b/swad_date.h index c237fb11..a56beffe 100644 --- a/swad_date.h +++ b/swad_date.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_degree.c b/swad_degree.c index 5714fe65..2ee6dfba 100644 --- a/swad_degree.c +++ b/swad_degree.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_degree.h b/swad_degree.h index e97b7c6f..cbb1018b 100644 --- a/swad_degree.h +++ b/swad_degree.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_department.c b/swad_department.c index 4ae44ec3..8104f61b 100644 --- a/swad_department.c +++ b/swad_department.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_department.h b/swad_department.h index e91df011..ed067620 100644 --- a/swad_department.h +++ b/swad_department.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_enrollment.c b/swad_enrollment.c index 5196693a..84c56579 100644 --- a/swad_enrollment.c +++ b/swad_enrollment.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_enrollment.h b/swad_enrollment.h index 9f70a9b3..29a14a9b 100644 --- a/swad_enrollment.h +++ b/swad_enrollment.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_exam.h b/swad_exam.h index e53106c4..373a6770 100644 --- a/swad_exam.h +++ b/swad_exam.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_file.c b/swad_file.c index 20059dfb..3f1b067d 100644 --- a/swad_file.c +++ b/swad_file.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_file.h b/swad_file.h index 10eaf5c6..f4fc9471 100644 --- a/swad_file.h +++ b/swad_file.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_file_browser.c b/swad_file_browser.c index d7aba0d2..afb6bfa6 100644 --- a/swad_file_browser.c +++ b/swad_file_browser.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_file_browser.h b/swad_file_browser.h index 37f9674f..7da6a7a9 100644 --- a/swad_file_browser.h +++ b/swad_file_browser.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_forum.c b/swad_forum.c index ee10adda..dc1f62de 100644 --- a/swad_forum.c +++ b/swad_forum.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_forum.h b/swad_forum.h index 158d8a19..c1df7e9c 100644 --- a/swad_forum.h +++ b/swad_forum.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_global.c b/swad_global.c index ddddede4..5087f01d 100644 --- a/swad_global.c +++ b/swad_global.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_global.h b/swad_global.h index 6a17e03a..8476b809 100644 --- a/swad_global.h +++ b/swad_global.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_group.c b/swad_group.c index 28886f9c..4f19e1ac 100644 --- a/swad_group.c +++ b/swad_group.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_group.h b/swad_group.h index 8a46a8d7..fae07fbf 100644 --- a/swad_group.h +++ b/swad_group.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_holiday.c b/swad_holiday.c index d290cf88..280498b8 100644 --- a/swad_holiday.c +++ b/swad_holiday.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_holiday.h b/swad_holiday.h index 4417b818..0290ca02 100644 --- a/swad_holiday.h +++ b/swad_holiday.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_icon.c b/swad_icon.c index 508c0550..eafcdfc8 100644 --- a/swad_icon.c +++ b/swad_icon.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_icon.h b/swad_icon.h index 059ad21d..c28e6688 100644 --- a/swad_icon.h +++ b/swad_icon.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_import.c b/swad_import.c index 509ce616..dbbbdf89 100644 --- a/swad_import.c +++ b/swad_import.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_import.h b/swad_import.h index a9ee6854..7a4c58f0 100644 --- a/swad_import.h +++ b/swad_import.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_indicator.c b/swad_indicator.c index 3808f420..171ce522 100644 --- a/swad_indicator.c +++ b/swad_indicator.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_indicator.h b/swad_indicator.h index c36577b1..05ffdc50 100644 --- a/swad_indicator.h +++ b/swad_indicator.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_info.c b/swad_info.c index 5449b990..e1bf1b08 100644 --- a/swad_info.c +++ b/swad_info.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_info.h b/swad_info.h index 4537de21..bc37d914 100644 --- a/swad_info.h +++ b/swad_info.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_institution.c b/swad_institution.c index 066eb5ab..9e2848b0 100644 --- a/swad_institution.c +++ b/swad_institution.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_institution.h b/swad_institution.h index badd4cf3..3e8d6324 100644 --- a/swad_institution.h +++ b/swad_institution.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_layout.c b/swad_layout.c index 55832df6..af5792ac 100644 --- a/swad_layout.c +++ b/swad_layout.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as @@ -968,7 +968,7 @@ static void Lay_DrawTabsDeskTop (void) fprintf (Gbl.F.Out,"
" "\"%s\"" + " class=\"ICON32x32\" style=\"margin:4px;\" />" "
%s
", Gbl.Prefs.PathIconSet,Cfg_ICON_ACTION_32x32, Lay_TabIcons[NumTab], @@ -1274,15 +1274,13 @@ static void Lay_WriteHorizontalMenuThisTabDesktop (void) Act_LinkFormSubmit (Title,IsTheSelectedAction ? The_ClassMenuOn[Gbl.Prefs.Theme] : The_ClassMenuOff[Gbl.Prefs.Theme]); fprintf (Gbl.F.Out,"" "
%s
" "" "", Gbl.Prefs.PathIconSet,Cfg_ICON_ACTION_32x32, Act_Actions[NumAct].Icon, - IsTheSelectedAction ? "ICON28x28" : - "ICON28x28", Txt_MENU_TITLE[Gbl.CurrentTab][NumOptInMenu]); /***** End of container used to highlight this option *****/ diff --git a/swad_layout.h b/swad_layout.h index d5b5f5b9..96e29a0d 100644 --- a/swad_layout.h +++ b/swad_layout.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_link.c b/swad_link.c index f9863383..44054573 100644 --- a/swad_link.c +++ b/swad_link.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_link.h b/swad_link.h index acd4994c..4de918f0 100644 --- a/swad_link.h +++ b/swad_link.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_mail.c b/swad_mail.c index e93c6da2..6162a7ce 100644 --- a/swad_mail.c +++ b/swad_mail.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_mail.h b/swad_mail.h index c30fab51..a234c424 100644 --- a/swad_mail.h +++ b/swad_mail.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_main.c b/swad_main.c index 7774f1b9..5cfe447d 100644 --- a/swad_main.c +++ b/swad_main.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_mark.c b/swad_mark.c index 6d94c814..edc1f317 100644 --- a/swad_mark.c +++ b/swad_mark.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_mark.h b/swad_mark.h index 9deecf98..bd586c6d 100644 --- a/swad_mark.h +++ b/swad_mark.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_message.c b/swad_message.c index 75180f00..7fda1e75 100644 --- a/swad_message.c +++ b/swad_message.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_message.h b/swad_message.h index 9d2f45b8..d66162a2 100644 --- a/swad_message.h +++ b/swad_message.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_network.c b/swad_network.c index fb35f13b..f3c0b270 100644 --- a/swad_network.c +++ b/swad_network.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_network.h b/swad_network.h index 2a57bc48..b62b025d 100644 --- a/swad_network.h +++ b/swad_network.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_nickname.c b/swad_nickname.c index 37fe2111..bd875983 100644 --- a/swad_nickname.c +++ b/swad_nickname.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_nickname.h b/swad_nickname.h index f48721b9..f6217ce4 100644 --- a/swad_nickname.h +++ b/swad_nickname.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_notice.c b/swad_notice.c index 880cdf7d..8abcb163 100644 --- a/swad_notice.c +++ b/swad_notice.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_notice.h b/swad_notice.h index 9f0bc3c7..74c60134 100644 --- a/swad_notice.h +++ b/swad_notice.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_notification.c b/swad_notification.c index f9b00430..9b8ade47 100644 --- a/swad_notification.c +++ b/swad_notification.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_notification.h b/swad_notification.h index 9dfeaa61..4d3fd58e 100644 --- a/swad_notification.h +++ b/swad_notification.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_pagination.c b/swad_pagination.c index 57c04c67..d0409806 100644 --- a/swad_pagination.c +++ b/swad_pagination.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_pagination.h b/swad_pagination.h index a3d99d72..d69e6f90 100644 --- a/swad_pagination.h +++ b/swad_pagination.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_parameter.c b/swad_parameter.c index c75cb91a..b5c23013 100644 --- a/swad_parameter.c +++ b/swad_parameter.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_parameter.h b/swad_parameter.h index d2e48ef9..0722052f 100644 --- a/swad_parameter.h +++ b/swad_parameter.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_password.c b/swad_password.c index ac2a829d..33d7f66f 100644 --- a/swad_password.c +++ b/swad_password.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_password.h b/swad_password.h index 8143f829..af1a7eb3 100644 --- a/swad_password.h +++ b/swad_password.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_photo.c b/swad_photo.c index 32268a68..4a40c956 100644 --- a/swad_photo.c +++ b/swad_photo.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_photo.h b/swad_photo.h index 58d98253..e88141c6 100644 --- a/swad_photo.h +++ b/swad_photo.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_place.c b/swad_place.c index 00db7bd7..96cc7f67 100644 --- a/swad_place.c +++ b/swad_place.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_place.h b/swad_place.h index a044fb00..b0d7be57 100644 --- a/swad_place.h +++ b/swad_place.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_plugin.c b/swad_plugin.c index 48ef27cc..1bec5036 100644 --- a/swad_plugin.c +++ b/swad_plugin.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_plugin.h b/swad_plugin.h index 72eba3cc..7fbb47cf 100644 --- a/swad_plugin.h +++ b/swad_plugin.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_preference.c b/swad_preference.c index a88d9e5c..5e4af167 100644 --- a/swad_preference.c +++ b/swad_preference.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_preference.h b/swad_preference.h index 1bd1ed09..15d7d23b 100644 --- a/swad_preference.h +++ b/swad_preference.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_record.c b/swad_record.c index 585189c9..af6f30a2 100644 --- a/swad_record.c +++ b/swad_record.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_record.h b/swad_record.h index 8b7a8640..1d25559b 100644 --- a/swad_record.h +++ b/swad_record.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_role.c b/swad_role.c index e63d9cbf..baf0b2bf 100644 --- a/swad_role.c +++ b/swad_role.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_role.h b/swad_role.h index 5db49e42..f4225cbe 100644 --- a/swad_role.h +++ b/swad_role.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_scope.c b/swad_scope.c index 9d988728..93e35da5 100644 --- a/swad_scope.c +++ b/swad_scope.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_scope.h b/swad_scope.h index 74bbc73c..831b881b 100644 --- a/swad_scope.h +++ b/swad_scope.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_search.c b/swad_search.c index 695185aa..b01a1b69 100644 --- a/swad_search.c +++ b/swad_search.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_search.h b/swad_search.h index 7105c5e2..fa871c25 100644 --- a/swad_search.h +++ b/swad_search.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_session.c b/swad_session.c index e335643f..aec046db 100644 --- a/swad_session.c +++ b/swad_session.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_session.h b/swad_session.h index 326762a4..383f424f 100644 --- a/swad_session.h +++ b/swad_session.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_setup.c b/swad_setup.c index 5aa8fadf..3a6ab0e4 100644 --- a/swad_setup.c +++ b/swad_setup.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_setup.h b/swad_setup.h index 44f454c3..3427eaff 100644 --- a/swad_setup.h +++ b/swad_setup.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_statistic.c b/swad_statistic.c index 8cbbde03..ec85c584 100644 --- a/swad_statistic.c +++ b/swad_statistic.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_statistic.h b/swad_statistic.h index 666ebe84..94fa090b 100644 --- a/swad_statistic.h +++ b/swad_statistic.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_string.c b/swad_string.c index 8e3b91a2..05a4fd6f 100644 --- a/swad_string.c +++ b/swad_string.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_string.h b/swad_string.h index 34202beb..7acfeae6 100644 --- a/swad_string.h +++ b/swad_string.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_survey.c b/swad_survey.c index 7d385b9d..e602efdc 100644 --- a/swad_survey.c +++ b/swad_survey.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_survey.h b/swad_survey.h index 73e43405..0325c838 100644 --- a/swad_survey.h +++ b/swad_survey.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_syllabus.c b/swad_syllabus.c index 50ea9993..48ff8529 100644 --- a/swad_syllabus.c +++ b/swad_syllabus.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_syllabus.h b/swad_syllabus.h index f24bfc22..be716617 100644 --- a/swad_syllabus.h +++ b/swad_syllabus.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_test.c b/swad_test.c index 664a44c7..fa27b37e 100644 --- a/swad_test.c +++ b/swad_test.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_test.h b/swad_test.h index 2f4566a7..60705f50 100644 --- a/swad_test.h +++ b/swad_test.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_test_import.c b/swad_test_import.c index a74afb80..a5cb2862 100644 --- a/swad_test_import.c +++ b/swad_test_import.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_test_import.h b/swad_test_import.h index c964eb96..6f71b438 100644 --- a/swad_test_import.h +++ b/swad_test_import.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_text.c b/swad_text.c index 40238171..b320f6a5 100644 --- a/swad_text.c +++ b/swad_text.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas Catalā translation: Antonio Caņas Vargas diff --git a/swad_text.h b/swad_text.h index d2e0fb1e..fa97bdd8 100644 --- a/swad_text.h +++ b/swad_text.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_theme.c b/swad_theme.c index 2fb4bd71..31b237cc 100644 --- a/swad_theme.c +++ b/swad_theme.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as @@ -202,26 +202,26 @@ const char *The_ClassTitle[The_NUM_THEMES] = const char *The_ClassFormul[The_NUM_THEMES] = { - "WHITE_FORMUL", - "GREY_FORMUL", - "BLUE_FORMUL", - "YELLOW_FORMUL", + "WHITE_FORM", + "GREY_FORM", + "BLUE_FORM", + "YELLOW_FORM", }; const char *The_ClassFormulNB[The_NUM_THEMES] = { - "WHITE_FORMUL_NB", - "GREY_FORMUL_NB", - "BLUE_FORMUL_NB", - "YELLOW_FORMUL_NB", + "WHITE_FORM_NOWRAP", + "GREY_FORM_NOWRAP", + "BLUE_FORM_NOWRAP", + "YELLOW_FORM_NOWRAP", }; const char *The_ClassFormulB[The_NUM_THEMES] = { - "WHITE_FORMULB", - "GREY_FORMULB", - "BLUE_FORMULB", - "YELLOW_FORMULB", + "WHITE_FORM_BOLD", + "GREY_FORM_BOLD", + "BLUE_FORM_BOLD", + "YELLOW_FORM_BOLD", }; /*****************************************************************************/ diff --git a/swad_theme.h b/swad_theme.h index a799acc5..65374f3c 100644 --- a/swad_theme.h +++ b/swad_theme.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_timetable.c b/swad_timetable.c index a190cf8b..5768c3d2 100644 --- a/swad_timetable.c +++ b/swad_timetable.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_timetable.h b/swad_timetable.h index 71fe6566..8d599345 100644 --- a/swad_timetable.h +++ b/swad_timetable.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_user.c b/swad_user.c index e4f3cdd9..f0744d1e 100644 --- a/swad_user.c +++ b/swad_user.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_user.h b/swad_user.h index 93be331a..1233b8c2 100644 --- a/swad_user.h +++ b/swad_user.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_web_service.c b/swad_web_service.c index 84efb2e3..c4485f55 100644 --- a/swad_web_service.c +++ b/swad_web_service.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_web_service.h b/swad_web_service.h index 50f23ff7..fa1ef6c4 100644 --- a/swad_web_service.h +++ b/swad_web_service.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_xml.c b/swad_xml.c index 1ed0b17d..fab07cac 100644 --- a/swad_xml.c +++ b/swad_xml.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_xml.h b/swad_xml.h index 4fe473a5..b6151806 100644 --- a/swad_xml.h +++ b/swad_xml.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_zip.c b/swad_zip.c index d54d2c54..7d42c05e 100644 --- a/swad_zip.c +++ b/swad_zip.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_zip.h b/swad_zip.h index ca905a04..6b71c7a3 100644 --- a/swad_zip.h +++ b/swad_zip.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2014 Antonio Caņas Vargas + Copyright (C) 1999-2015 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as