Version 16.143.3

This commit is contained in:
Antonio Cañas Vargas 2017-02-28 20:22:02 +01:00
parent 02750937ba
commit 071d97df00
4 changed files with 25 additions and 24 deletions

View File

@ -200,13 +200,14 @@
/****************************** Public constants *****************************/ /****************************** Public constants *****************************/
/*****************************************************************************/ /*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.143.2 (2017-02-28)" #define Log_PLATFORM_VERSION "SWAD 16.143.3 (2017-02-28)"
#define CSS_FILE "swad16.139.6.css" #define CSS_FILE "swad16.139.6.css"
#define JS_FILE "swad16.143.2.js" #define JS_FILE "swad16.143.2.js"
// Number of lines (includes comments but not blank lines) has been got with the following command: // 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 sql/swad*.sql | tail -1 // nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*?.h sql/swad*.sql | tail -1
/* /*
Version 16.143.3: Feb 28, 2017 Changes in layout of page head. (213238 lines)
Version 16.143.2: Feb 28, 2017 Fixed bug in user timeline. (213237 lines) Version 16.143.2: Feb 28, 2017 Fixed bug in user timeline. (213237 lines)
Version 16.143.1: Feb 28, 2017 Changed link to help on timeline. (213232 lines) Version 16.143.1: Feb 28, 2017 Changed link to help on timeline. (213232 lines)
Version 16.143: Feb 28, 2017 Search countries. (213231 lines) Version 16.143: Feb 28, 2017 Search countries. (213231 lines)

View File

@ -160,7 +160,7 @@
#define Cfg_PLATFORM_LOGO_SMALL_FILENAME "swad-ugr128x64.png" // Logo displayed in the top of the page #define Cfg_PLATFORM_LOGO_SMALL_FILENAME "swad-ugr128x64.png" // Logo displayed in the top of the page
#define Cfg_PLATFORM_LOGO_SMALL_WIDTH 80 #define Cfg_PLATFORM_LOGO_SMALL_WIDTH 80
#define Cfg_PLATFORM_LOGO_SMALL_HEIGHT 40 #define Cfg_PLATFORM_LOGO_SMALL_HEIGHT 40
#define Cfg_PLATFORM_LOGO_BIG_FILENAME "swad-ugr280x64.png" #define Cfg_PLATFORM_LOGO_BIG_FILENAME "swad-ugr350x80.png"
#define Cfg_PLATFORM_LOGO_BIG_WIDTH 175 #define Cfg_PLATFORM_LOGO_BIG_WIDTH 175
#define Cfg_PLATFORM_LOGO_BIG_HEIGHT 40 #define Cfg_PLATFORM_LOGO_BIG_HEIGHT 40
@ -176,7 +176,7 @@
// Footer of page with info about the institution where this platform is installed // Footer of page with info about the institution where this platform is installed
#define Cfg_ABOUT_NAME "Universidad de Granada" #define Cfg_ABOUT_NAME "Universidad de Granada"
#define Cfg_ABOUT_URL "http://www.ugr.es/" #define Cfg_ABOUT_URL "http://www.ugr.es/"
#define Cfg_ABOUT_LOGO "ugr100x32.png" #define Cfg_ABOUT_LOGO "ugr200x64.png"
#define Cfg_ABOUT_LOGO_WIDTH 100 #define Cfg_ABOUT_LOGO_WIDTH 100
#define Cfg_ABOUT_LOGO_HEIGHT 32 #define Cfg_ABOUT_LOGO_HEIGHT 32

View File

@ -376,10 +376,10 @@ void Hie_WriteBigNameCtyInsCtrDegCrs (void)
else if (Gbl.CurrentCty.Cty.CtyCod > 0) else if (Gbl.CurrentCty.Cty.CtyCod > 0)
Cty_DrawCountryMap (&Gbl.CurrentCty.Cty,"COUNTRY_MAP_TITLE"); Cty_DrawCountryMap (&Gbl.CurrentCty.Cty,"COUNTRY_MAP_TITLE");
else else
fprintf (Gbl.F.Out,"<img src=\"%s/%s\"" fprintf (Gbl.F.Out,"<img src=\"%s/swad64x64.png\""
" alt=\"%s\" title=\"%s\"" " alt=\"%s\" title=\"%s\""
" class=\"TOP_LOGO\" />", " class=\"ICO40x40 TOP_LOGO\" />",
Gbl.Prefs.IconsURL,Cfg_PLATFORM_LOGO_SMALL_FILENAME, Gbl.Prefs.IconsURL,
Cfg_PLATFORM_SHORT_NAME,Cfg_PLATFORM_FULL_NAME); Cfg_PLATFORM_SHORT_NAME,Cfg_PLATFORM_FULL_NAME);
/***** Text *****/ /***** Text *****/

View File

@ -41252,44 +41252,44 @@ const char *Txt_TAGLINE_BR =
const char *Txt_TAGLINE = const char *Txt_TAGLINE =
# if L==1 # if L==1
"plataforma de suport a la doc&egrave;ncia (UGR)"; "plataforma de suport a la doc&egrave;ncia / UGR /";
# elif L==2 # elif L==2
"Plattform zur Unterst&uuml;tzung der Lehre (UGR)"; "Plattform zur Unterst&uuml;tzung der Lehre / UGR /";
# elif L==3 # elif L==3
"platform to support teaching (UGR)"; "platform to support teaching / UGR /";
# elif L==4 # elif L==4
"plataforma de apoyo a la docencia (UGR)"; "plataforma de apoyo a la docencia / UGR /";
# elif L==5 # elif L==5
"plate-forme pour appuyer l'enseignement (UGR)"; "plate-forme pour appuyer l'enseignement / UGR /";
# elif L==6 # elif L==6
"plataforma de apoyo a la docencia (UGR)"; // Okoteve traducción "plataforma de apoyo a la docencia / UGR /"; // Okoteve traducción
# elif L==7 # elif L==7
"piattaforma per sostenere l'insegnamento (UGR)"; "piattaforma per sostenere l'insegnamento / UGR /";
# elif L==8 # elif L==8
"platforma do wspierania nauczania (UGR)"; "platforma do wspierania nauczania / UGR /";
# elif L==9 # elif L==9
"plataforma de apoio ao ensino (UGR)"; "plataforma de apoio ao ensino / UGR /";
# endif # endif
const char *Txt_TAGLINE_BR = const char *Txt_TAGLINE_BR =
# if L==1 # if L==1
"plataforma de suport<br />a la doc&egrave;ncia (UGR)"; "/ UGR / plataforma de<br />suport a la doc&egrave;ncia";
# elif L==2 # elif L==2
"Plattform zur Unterst&uuml;tzung<br />der Lehre (UGR)"; "/ UGR / Plattform zur<br />Unterst&uuml;tzung der Lehre";
# elif L==3 # elif L==3
"platform to support<br />teaching (UGR)"; "/ UGR / platform to<br />support teaching";
# elif L==4 # elif L==4
"plataforma de apoyo<br />a la docencia (UGR)"; "/ UGR / plataforma de<br />apoyo a la docencia";
# elif L==5 # elif L==5
"plate-forme pour appuyer<br />l'enseignement (UGR)"; "/ UGR / plate-forme pour<br />appuyer l'enseignement";
# elif L==6 # elif L==6
"plataforma de apoyo<br />a la docencia (UGR)"; // Okoteve traducción "/ UGR / plataforma de<br />apoyo a la docencia"; // Okoteve traducción
# elif L==7 # elif L==7
"piattaforma per sostenere<br />l'insegnamento (UGR)"; "/ UGR / piattaforma per<br />sostenere l'insegnamento";
# elif L==8 # elif L==8
"platforma do wspierania<br />nauczania (UGR)"; "/ UGR / platforma do<br />wspierania nauczania";
# elif L==9 # elif L==9
"plataforma de apoio<br />ao ensino (UGR)"; "/ UGR / plataforma<br />de apoio ao ensino";
# endif # endif
#elif defined SWADBERRY_UGR_ES // swadberry.ugr.es ******************* #elif defined SWADBERRY_UGR_ES // swadberry.ugr.es *******************