Version 16.132.10

This commit is contained in:
Antonio Cañas Vargas 2017-02-01 02:07:12 +01:00
parent 2323a314c5
commit 18eef1a08b
4 changed files with 11 additions and 4 deletions

View File

@ -191,13 +191,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.132.9 (2017-01-31)"
#define Log_PLATFORM_VERSION "SWAD 16.132.10 (2017-02-01)"
#define CSS_FILE "swad16.132.4.css"
#define JS_FILE "swad16.123.js"
// 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 16.132.10:Feb 01, 2017 Help on stats about visits. (211896 lines)
Version 16.132.9: Jan 31, 2017 Help on degrees stats. (211890 lines)
Version 16.132.8: Jan 31, 2017 Help on remove all students in a course. (211884 lines)
Version 16.132.7: Jan 31, 2017 Changes in layout of removal of all students in a course. (211880 lines)

View File

@ -243,6 +243,9 @@ const char *Hlp_STATS_Figures_privacy = WIKI "STATS.Figur
const char *Hlp_STATS_Degrees = WIKI "STATS.Degrees";
const char *Hlp_STATS_Visits_global_visits = WIKI "STATS.Visits#global-visits";
const char *Hlp_STATS_Visits_visits_to_course = WIKI "STATS.Visits#visits-to-course";
const char *Hlp_STATS_Report = WIKI "STATS.Report";
const char *Hlp_STATS_Frequent = WIKI "STATS.Frequent";

View File

@ -392,6 +392,7 @@ void Sta_RemoveOldEntriesRecentLog (void)
void Sta_AskShowCrsHits (void)
{
extern const char *Hlp_STATS_Visits_visits_to_course;
extern const char *The_ClassForm[The_NUM_THEMES];
extern const char *Txt_Statistics_of_visits_to_the_course_X;
extern const char *Txt_Users;
@ -438,7 +439,7 @@ void Sta_AskShowCrsHits (void)
/***** Start frame *****/
sprintf (Gbl.Title,Txt_Statistics_of_visits_to_the_course_X,
Gbl.CurrentCrs.Crs.ShrtName);
Lay_StartRoundFrame (NULL,Gbl.Title,NULL,NULL);
Lay_StartRoundFrame (NULL,Gbl.Title,NULL,Hlp_STATS_Visits_visits_to_course);
/***** Show form to select the groups *****/
Grp_ShowFormToSelectSeveralGroups (ActReqAccCrs);
@ -588,6 +589,7 @@ void Sta_AskShowCrsHits (void)
void Sta_AskShowGblHits (void)
{
extern const char *Hlp_STATS_Visits_global_visits;
extern const char *The_ClassForm[The_NUM_THEMES];
extern const char *Txt_Visits_to_course;
extern const char *Txt_Statistics_of_all_visits;
@ -623,7 +625,8 @@ void Sta_AskShowGblHits (void)
/***** Start frame *****/
fprintf (Gbl.F.Out,"<section id=\"stat_form\">");
Lay_StartRoundFrameTable (NULL,Txt_Statistics_of_all_visits,NULL,NULL,2);
Lay_StartRoundFrameTable (NULL,Txt_Statistics_of_all_visits,NULL,
Hlp_STATS_Visits_global_visits,2);
/***** Start and end dates for the search *****/
Dat_PutFormStartEndClientLocalDateTimesWithYesterdayToday ();

View File

@ -19324,7 +19324,7 @@ const char *Txt_MENU_TITLE[Tab_NUM_TABS][Act_MAX_OPTIONS_IN_MENU_PER_TAB] =
#elif L==2
"Anmeldungen"
#elif L==3
"Logins"
"Visits"
#elif L==4
"Accesos"
#elif L==5