diff --git a/css/swad_desktop.css b/css/swad_desktop.css index 26e22c452..bbb797a60 100644 --- a/css/swad_desktop.css +++ b/css/swad_desktop.css @@ -710,12 +710,12 @@ a:hover img.CENTRE_PHOTO_SHOW .USR_ID {color:#404040; font-size:14pt; font-weight:bold;} -.DAT {color:#707070; font-size:10pt;} -.DAT_GREEN {color:#008000; font-size:10pt;} -.DAT_LIGHT {color:#A0A0A0; font-size:10pt;} -.DAT_NOBR {color:#707070; font-size:10pt; white-space:nowrap;} -.DAT_N {color:#404040; font-size:10pt;} -.DAT_NOBR_N {color:#404040; font-size:10pt; white-space:nowrap;} +.DAT {color:#707070; font-size:11pt;} +.DAT_GREEN {color:#008000; font-size:11pt;} +.DAT_LIGHT {color:#A0A0A0; font-size:11pt;} +.DAT_NOBR {color:#707070; font-size:11pt; white-space:nowrap;} +.DAT_N {color:#404040; font-size:11pt;} +.DAT_NOBR_N {color:#404040; font-size:11pt; white-space:nowrap;} .DAT_SMALL {font-family:"Arial Narrow", "Nimbus Sans L", "DejaVu LGC Sans Condensed", sans-serif; color:#707070; font-size:10pt;} .DAT_SMALL_LIGHT {font-family:"Arial Narrow", "Nimbus Sans L", "DejaVu LGC Sans Condensed", sans-serif; color:#A0A0A0; font-size:10pt;} diff --git a/swad_changelog.h b/swad_changelog.h index cd03825e2..2caf94d50 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -103,11 +103,12 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 14.87 (2015/03/11)" +#define Log_PLATFORM_VERSION "SWAD 14.87.1 (2015/03/11)" // 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 /* + Version 14.87.1: Mar 11, 2015 Fix style in CSS and record. (181613 lines) Version 14.87: Mar 11, 2015 Ranking according to the number of clicks. (181611 lines) Version 14.86: Mar 11, 2015 Show user's figures per days. (181525 lines) Version 14.85.2: Mar 11, 2015 Refactoring in user's figures. (181478 lines) diff --git a/swad_record.c b/swad_record.c index 2c64dadaf..04dd5ea74 100644 --- a/swad_record.c +++ b/swad_record.c @@ -2693,7 +2693,7 @@ void Rec_ShowSharedUsrRecord (Rec_RecordViewType_t TypeOfView, "" "" - "" + "" "%s/%s?usr=@%s" "" "" @@ -2701,6 +2701,7 @@ void Rec_ShowSharedUsrRecord (Rec_RecordViewType_t TypeOfView, ClassForm,Col1Width,Txt_Shortcut, ClassData,Cols2and3Width, Cfg_HTTPS_URL_SWAD_CGI,Txt_STR_LANG_ID[Gbl.Prefs.Language],UsrDat->Nickname, + ClassData, Cfg_HTTPS_URL_SWAD_CGI,Txt_STR_LANG_ID[Gbl.Prefs.Language],UsrDat->Nickname); if (ShowAddressRows) diff --git a/swad_user.c b/swad_user.c index 0ff1f837f..c0abf316b 100644 --- a/swad_user.c +++ b/swad_user.c @@ -7617,11 +7617,11 @@ void Usr_ShowDetailsUserProfile (const struct UsrData *UsrDat) /* First click time */ fprintf (Gbl.F.Out,"" "" + " style=\"text-align:right; vertical-align:top;\">" "%s:" "" "", + " style=\"text-align:left; vertical-align:top;\">", The_ClassFormul[Gbl.Prefs.Theme], Txt_First_access); if (UsrFigures.FirstClickTime.Date.Year) @@ -7693,14 +7693,14 @@ void Usr_ShowDetailsUserProfile (const struct UsrData *UsrDat) { fprintf (Gbl.F.Out,"" "", + " style=\"text-align:right; vertical-align:top;\">", The_ClassFormul[Gbl.Prefs.Theme]); fprintf (Gbl.F.Out,Txt_Courses_as_a_ROLE, Txt_ROLES_SINGULAR_abc[Rol_ROLE_TEACHER][UsrDat->Sex]); fprintf (Gbl.F.Out,":" "" "" + " style=\"text-align:left; vertical-align:top;\">" "%u (%u %s)" "" "", @@ -7712,14 +7712,14 @@ void Usr_ShowDetailsUserProfile (const struct UsrData *UsrDat) { fprintf (Gbl.F.Out,"" "", + " style=\"text-align:right; vertical-align:top;\">", The_ClassFormul[Gbl.Prefs.Theme]); fprintf (Gbl.F.Out,Txt_Courses_as_a_ROLE, Txt_ROLES_SINGULAR_abc[Rol_ROLE_STUDENT][UsrDat->Sex]); fprintf (Gbl.F.Out,":" "" "" + " style=\"text-align:left; vertical-align:top;\">" "%u (%u %s)" "" "" @@ -7736,11 +7736,11 @@ void Usr_ShowDetailsUserProfile (const struct UsrData *UsrDat) NumPublicFiles = 0; fprintf (Gbl.F.Out,"" "" + " style=\"text-align:right; vertical-align:top;\">" "%s:" "" "" + " style=\"text-align:left; vertical-align:top;\">" "%u (%u %s)" "" "" @@ -7753,11 +7753,11 @@ void Usr_ShowDetailsUserProfile (const struct UsrData *UsrDat) /***** Number of posts in forums *****/ fprintf (Gbl.F.Out,"" "" + " style=\"text-align:right; vertical-align:top;\">" "%s:" "" "", + " style=\"text-align:left; vertical-align:top;\">", The_ClassFormul[Gbl.Prefs.Theme], Txt_Forum_posts); if (UsrFigures.NumForPst >= 0) @@ -7768,7 +7768,7 @@ void Usr_ShowDetailsUserProfile (const struct UsrData *UsrDat) fprintf (Gbl.F.Out," ("); Str_WriteFloatNum ((float) UsrFigures.NumForPst / (float) (UsrFigures.NumDays + 1)); - fprintf (Gbl.F.Out,"/%s)",Txt_day); + fprintf (Gbl.F.Out," / %s)",Txt_day); } } else // Number of forum posts is unknown @@ -7786,11 +7786,11 @@ void Usr_ShowDetailsUserProfile (const struct UsrData *UsrDat) /***** Number of messages sent *****/ fprintf (Gbl.F.Out,"" "" + " style=\"text-align:right; vertical-align:top;\">" "%s:" "" "", + " style=\"text-align:left; vertical-align:top;\">", The_ClassFormul[Gbl.Prefs.Theme], Txt_Messages_sent); if (UsrFigures.NumMsgSnt >= 0) @@ -7801,7 +7801,7 @@ void Usr_ShowDetailsUserProfile (const struct UsrData *UsrDat) fprintf (Gbl.F.Out," ("); Str_WriteFloatNum ((float) UsrFigures.NumMsgSnt / (float) (UsrFigures.NumDays + 1)); - fprintf (Gbl.F.Out,"/%s)",Txt_day); + fprintf (Gbl.F.Out," / %s)",Txt_day); } } else // Number of clicks is unknown