diff --git a/css/swad_desktop.css b/css/swad_desktop.css index 1b2e0b53c..5aefa668f 100644 --- a/css/swad_desktop.css +++ b/css/swad_desktop.css @@ -685,7 +685,7 @@ a:hover img.CENTRE_PHOTO_SHOW .MSJ_AVISO {font-family:Arial, "Nimbus Sans L", "DejaVu LGC Sans", "Bitstream Vera Sans", sans-serif; color:#632921; font-size:10pt;} .TIT_TBL {font-family:Arial, "Nimbus Sans L", "DejaVu LGC Sans", "Bitstream Vera Sans", sans-serif; color:#4D88A1; font-size:10pt;} .TIT_CLASSPHOTO {font-family:Georgia, "DejaVu LGC Serif", "Bitstream Vera Serif", serif; color:#606060; font-size:11pt;} -.CLASSPHOTO {font-family:Arial, "Nimbus Sans L", "DejaVu LGC Sans", "Bitstream Vera Sans", sans-serif; color:#606060; font-size:8pt; line-height:100%; letter-spacing:0; white-space:nowrap;} +.CLASSPHOTO {font-family:Arial, "Nimbus Sans L", "DejaVu LGC Sans", "Bitstream Vera Sans", sans-serif; color:#606060; font-size:8pt; line-height:100%; white-space:nowrap;} .GRP_TITLE {font-family:Arial, "Nimbus Sans L", "DejaVu LGC Sans", "Bitstream Vera Sans", sans-serif; color:#4D88A1; font-size:12pt; font-weight:bold;} diff --git a/css/swad_mobile.css b/css/swad_mobile.css index 8a814b531..d20ac2f1e 100644 --- a/css/swad_mobile.css +++ b/css/swad_mobile.css @@ -535,7 +535,7 @@ a:hover img.CENTRE_PHOTO_SHOW .MSJ_AVISO {font-Family:Arial, "Nimbus Sans L", "DejaVu LGC Sans", "Bitstream Vera Sans", sans-serif; color:#632921; font-size:12pt;} .TIT_TBL {font-Family:Arial, "Nimbus Sans L", "DejaVu LGC Sans", "Bitstream Vera Sans", sans-serif; color:#4D88A1; font-size:14pt;} .TIT_CLASSPHOTO {font-Family:Georgia, "DejaVu LGC Serif", "Bitstream Vera Serif", serif; color:#606060; font-size:11pt;} -.CLASSPHOTO {font-Family:Arial, "Nimbus Sans L", "DejaVu LGC Sans", "Bitstream Vera Sans", sans-serif; color:#606060; font-size:11pt; line-height:100%; letter-spacing:0; white-space:nowrap;} +.CLASSPHOTO {font-Family:Arial, "Nimbus Sans L", "DejaVu LGC Sans", "Bitstream Vera Sans", sans-serif; color:#606060; font-size:11pt; line-height:100%; white-space:nowrap;} .GRP_TITLE {font-Family:Arial, "Nimbus Sans L", "DejaVu LGC Sans", "Bitstream Vera Sans", sans-serif; color:#4D88A1; font-size:16pt; font-weight:bold;} diff --git a/swad_changelog.h b/swad_changelog.h index a3c58454f..bc46f753e 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -35,11 +35,12 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 14.47.5 (2014/12/29)" +#define Log_PLATFORM_VERSION "SWAD 14.47.6 (2014/12/30)" // 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.47.6 :Dic 30, 2014 Changes in HTML and CSS. (174551 lines) Version 14.47.5 :Dic 29, 2014 Restricted length of links in user's courses. (174549 lines) Version 14.47.4 :Dic 29, 2014 Changes in HTML and CSS. (174535 lines) Version 14.47.3 :Dic 29, 2014 Removed old code not used. (174499 lines) diff --git a/swad_date.c b/swad_date.c index 99762547a..cee3d5575 100644 --- a/swad_date.c +++ b/swad_date.c @@ -266,7 +266,7 @@ void Dat_DrawCalendar (void) /***** Draw several months *****/ fprintf (Gbl.F.Out,"" "" - ""); + "
"); for (Row = 0; Row < 4; Row++) diff --git a/swad_pagination.c b/swad_pagination.c index 2a064126b..57c04c672 100644 --- a/swad_pagination.c +++ b/swad_pagination.c @@ -185,7 +185,7 @@ void Pag_WriteLinksToPages (Pag_WhatPaginate_t WhatPaginate,long ThrCod,struct P if (Pagination->MoreThanOnePage) { /***** Links to several pages start here *****/ - fprintf (Gbl.F.Out,"
" + fprintf (Gbl.F.Out,"
" "" ""); diff --git a/swad_test.c b/swad_test.c index 662dcc423..28a1d2305 100644 --- a/swad_test.c +++ b/swad_test.c @@ -5886,7 +5886,7 @@ void Tst_SelUsrsToSeeUsrsTstExams (void) Act_FormStart (ActSeeUsrTstExa); Grp_PutParamsCodGrps (); fprintf (Gbl.F.Out,"
" - "
" "[" diff --git a/swad_photo.c b/swad_photo.c index b225af0f3..70083f095 100644 --- a/swad_photo.c +++ b/swad_photo.c @@ -1732,7 +1732,9 @@ static void Pho_PutLinkToCalculateDegreeStats (void) } /***** End selector, form, table and div *****/ - fprintf (Gbl.F.Out,""); + fprintf (Gbl.F.Out,"" + "" + ""); /***** Free list of all the degrees *****/ Deg_FreeListAllDegs (); @@ -1805,9 +1807,6 @@ static void Pho_ShowOrPrintClassPhotoDegrees (Pho_AvgPhotoSeeOrPrint_t SeeOrPrin /***** Start frame *****/ Lay_StartRoundFrameTable10 (NULL,0,Txt_Degrees); - /***** Class photo start *****/ - Lay_WriteHeaderClassPhoto (Gbl.Usrs.ClassPhoto.Cols,SeeOrPrint == Pho_DEGREES_PRINT,true,-1L,-1L,-1L); - /***** Get degrees from database *****/ Pho_BuildQueryOfDegrees (Query); NumRows = DB_QuerySELECT (Query,&mysql_res,"can not get degrees"); @@ -1843,7 +1842,8 @@ static void Pho_ShowOrPrintClassPhotoDegrees (Pho_AvgPhotoSeeOrPrint_t SeeOrPrin } /***** Show average photo of students belonging to this degree *****/ - fprintf (Gbl.F.Out,""); + fprintf (Gbl.F.Out,""); Pho_ShowDegreeAvgPhotoAndStat (&Deg,SeeOrPrint,Usr_SEX_ALL,NumStds,NumStdsWithPhoto,&DateAvgPhoto); fprintf (Gbl.F.Out,"
" + "
" "" "
");