Version 16.193.2

This commit is contained in:
Antonio Cañas Vargas 2017-04-27 13:47:57 +02:00
parent 1f9a1637a0
commit e97a86ff4a
7 changed files with 28 additions and 26 deletions

View File

@ -2843,14 +2843,14 @@ struct Act_Actions Act_Actions[Act_NUM_ACTIONS] =
/* ActUnbUsrMsg */{1016,-1,TabUnk,ActSeeRcvMsg ,0x1FE,0x1FE,0x1FE,0x1FE,0x1FE,0x1FE,0x1FE,Act_CONT_NORM,Act_THIS_WINDOW,NULL ,Msg_UnbanSenderWhenShowingMsgs ,NULL}, /* ActUnbUsrMsg */{1016,-1,TabUnk,ActSeeRcvMsg ,0x1FE,0x1FE,0x1FE,0x1FE,0x1FE,0x1FE,0x1FE,Act_CONT_NORM,Act_THIS_WINDOW,NULL ,Msg_UnbanSenderWhenShowingMsgs ,NULL},
/* ActUnbUsrLst */{1018,-1,TabUnk,ActSeeRcvMsg ,0x1FE,0x1FE,0x1FE,0x1FE,0x1FE,0x1FE,0x1FE,Act_CONT_NORM,Act_THIS_WINDOW,NULL ,Msg_UnbanSenderWhenListingUsrs ,NULL}, /* ActUnbUsrLst */{1018,-1,TabUnk,ActSeeRcvMsg ,0x1FE,0x1FE,0x1FE,0x1FE,0x1FE,0x1FE,0x1FE,Act_CONT_NORM,Act_THIS_WINDOW,NULL ,Msg_UnbanSenderWhenListingUsrs ,NULL},
// TabSta ****************************************************************** // TabAna ******************************************************************
// Actions in menu: // Actions in menu:
/* ActReqUseGbl */{ 761, 0,TabSta,ActReqUseGbl ,0x1FF,0x1FF,0x1FF,0x1FF,0x1FF,0x1FF,0x1FF,Act_CONT_NORM,Act_THIS_WINDOW,NULL ,Sta_ReqShowFigures ,"pie64x64.gif" }, /* ActReqUseGbl */{ 761, 0,TabAna,ActReqUseGbl ,0x1FF,0x1FF,0x1FF,0x1FF,0x1FF,0x1FF,0x1FF,Act_CONT_NORM,Act_THIS_WINDOW,NULL ,Sta_ReqShowFigures ,"pie64x64.gif" },
/* ActSeePhoDeg */{ 447, 1,TabSta,ActSeePhoDeg ,0x1FF,0x1FF,0x1FF,0x1FF,0x1FF,0x1FF,0x1FF,Act_CONT_NORM,Act_THIS_WINDOW,NULL ,Pho_ShowPhotoDegree ,"classphoto64x64.gif" }, /* ActSeePhoDeg */{ 447, 1,TabAna,ActSeePhoDeg ,0x1FF,0x1FF,0x1FF,0x1FF,0x1FF,0x1FF,0x1FF,Act_CONT_NORM,Act_THIS_WINDOW,NULL ,Pho_ShowPhotoDegree ,"classphoto64x64.gif" },
/* ActReqStaCrs */{ 767, 2,TabSta,ActReqStaCrs ,0x1FF,0x1FF,0x1FF,0x1FF,0x1FF,0x1FF,0x1FF,Act_CONT_NORM,Act_THIS_WINDOW,NULL ,Ind_ReqIndicatorsCourses ,"tablestats64x64.gif" }, /* ActReqStaCrs */{ 767, 2,TabAna,ActReqStaCrs ,0x1FF,0x1FF,0x1FF,0x1FF,0x1FF,0x1FF,0x1FF,Act_CONT_NORM,Act_THIS_WINDOW,NULL ,Ind_ReqIndicatorsCourses ,"tablestats64x64.gif" },
/* ActReqAccGbl */{ 591, 3,TabSta,ActReqAccGbl ,0x1FE,0x1FE,0x1FE,0x1FE,0x1FE,0x1FE,0x1FE,Act_CONT_NORM,Act_THIS_WINDOW,Sta_SetIniEndDates ,Sta_AskShowGblHits ,"stats64x64.gif" }, /* ActReqAccGbl */{ 591, 3,TabAna,ActReqAccGbl ,0x1FE,0x1FE,0x1FE,0x1FE,0x1FE,0x1FE,0x1FE,Act_CONT_NORM,Act_THIS_WINDOW,Sta_SetIniEndDates ,Sta_AskShowGblHits ,"stats64x64.gif" },
/* ActReqMyUsgRep */{1586, 4,TabSta,ActReqMyUsgRep ,0x1FE,0x1FE,0x1FE,0x1FE,0x1FE,0x1FE,0x1FE,Act_CONT_NORM,Act_THIS_WINDOW,NULL ,Rep_ReqMyUsageReport ,"report64x64.png" }, /* ActReqMyUsgRep */{1586, 4,TabAna,ActReqMyUsgRep ,0x1FE,0x1FE,0x1FE,0x1FE,0x1FE,0x1FE,0x1FE,Act_CONT_NORM,Act_THIS_WINDOW,NULL ,Rep_ReqMyUsageReport ,"report64x64.png" },
/* ActMFUAct */{ 993, 5,TabSta,ActMFUAct ,0x1FE,0x1FE,0x1FE,0x1FE,0x1FE,0x1FE,0x1FE,Act_CONT_NORM,Act_THIS_WINDOW,NULL ,MFU_ShowMyMFUActions ,"star64x64.gif" }, /* ActMFUAct */{ 993, 5,TabAna,ActMFUAct ,0x1FE,0x1FE,0x1FE,0x1FE,0x1FE,0x1FE,0x1FE,Act_CONT_NORM,Act_THIS_WINDOW,NULL ,MFU_ShowMyMFUActions ,"star64x64.gif" },
// Actions not in menu: // Actions not in menu:
/* ActSeeUseGbl */{ 84,-1,TabUnk,ActReqUseGbl ,0x1FF,0x1FF,0x1FF,0x1FF,0x1FF,0x1FF,0x1FF,Act_CONT_NORM,Act_THIS_WINDOW,NULL ,Sta_ShowFigures ,NULL}, /* ActSeeUseGbl */{ 84,-1,TabUnk,ActReqUseGbl ,0x1FF,0x1FF,0x1FF,0x1FF,0x1FF,0x1FF,0x1FF,Act_CONT_NORM,Act_THIS_WINDOW,NULL ,Sta_ShowFigures ,NULL},

View File

@ -221,14 +221,15 @@
/****************************** Public constants *****************************/ /****************************** Public constants *****************************/
/*****************************************************************************/ /*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.193.1 (2017-04-27)" #define Log_PLATFORM_VERSION "SWAD 16.193.2 (2017-04-27)"
#define CSS_FILE "swad16.192.css" #define CSS_FILE "swad16.192.css"
#define JS_FILE "swad16.181.js" #define JS_FILE "swad16.181.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.193.1: Apr 27, 2017 Examn announcements action moved to end of assessment tab. (218263 lines) Version 16.193.2: Apr 27, 2017 Statistics tab is renamed as Analytics tab. (218265 lines)
Version 16.193.1: Apr 27, 2017 Exam announcements action moved to end of assessment tab. (218263 lines)
Version 16.193: Apr 27, 2017 Surveys action moved from statistics to assessment tab. (218262 lines) Version 16.193: Apr 27, 2017 Surveys action moved from statistics to assessment tab. (218262 lines)
Version 16.192.1: Apr 25, 2017 Code refactoring in timetable. (218258 lines) Version 16.192.1: Apr 25, 2017 Code refactoring in timetable. (218258 lines)
Version 16.192: Apr 25, 2017 Changes in layout and code refactoring in timetable. (218262 lines) Version 16.192: Apr 25, 2017 Changes in layout and code refactoring in timetable. (218262 lines)

View File

@ -248,7 +248,7 @@ const Act_Action_t Mnu_MenuActions[Tab_NUM_TABS][Act_MAX_OPTIONS_IN_MENU_PER_TAB
0, // 10 0, // 10
0, // 11 0, // 11
}, },
// TabSta ******************* // TabAna *******************
{ {
ActReqUseGbl, // 0 ActReqUseGbl, // 0
ActSeePhoDeg, // 1 ActSeePhoDeg, // 1

View File

@ -3865,8 +3865,9 @@ void Sta_ReqShowFigures (void)
{ {
extern const char *Hlp_STATS_Figures; extern const char *Hlp_STATS_Figures;
extern const char *The_ClassForm[The_NUM_THEMES]; extern const char *The_ClassForm[The_NUM_THEMES];
extern const char *Txt_Statistic; extern const char *Txt_Figures;
extern const char *Txt_Scope; extern const char *Txt_Scope;
extern const char *Txt_Statistic;
extern const char *Txt_STAT_USE_STAT_TYPES[Sta_NUM_FIGURES]; extern const char *Txt_STAT_USE_STAT_TYPES[Sta_NUM_FIGURES];
extern const char *Txt_Show_statistic; extern const char *Txt_Show_statistic;
Sta_FigureType_t FigureType; Sta_FigureType_t FigureType;
@ -3875,7 +3876,7 @@ void Sta_ReqShowFigures (void)
Act_FormStart (ActSeeUseGbl); Act_FormStart (ActSeeUseGbl);
/***** Start frame *****/ /***** Start frame *****/
Lay_StartRoundFrame (NULL,Txt_Statistic,NULL,Hlp_STATS_Figures); Lay_StartRoundFrame (NULL,Txt_Figures,NULL,Hlp_STATS_Figures);
/***** Compute stats for anywhere, degree or course? *****/ /***** Compute stats for anywhere, degree or course? *****/
fprintf (Gbl.F.Out,"<label class=\"%s\">%s:&nbsp;", fprintf (Gbl.F.Out,"<label class=\"%s\">%s:&nbsp;",

View File

@ -53,7 +53,7 @@ const char *Tab_TabIcons[Tab_NUM_TABS] =
/* TabUsr */ "usr64x64.gif", /* TabUsr */ "usr64x64.gif",
/* TabSoc */ "soc64x64.png", /* TabSoc */ "soc64x64.png",
/* TabMsg */ "msg64x64.gif", /* TabMsg */ "msg64x64.gif",
/* TabSta */ "sta64x64.gif", /* TabAna */ "sta64x64.gif",
/* TabPrf */ "prf64x64.gif", /* TabPrf */ "prf64x64.gif",
}; };

View File

@ -51,7 +51,7 @@ typedef enum
TabUsr = 9, TabUsr = 9,
TabSoc = 10, TabSoc = 10,
TabMsg = 11, TabMsg = 11,
TabSta = 12, TabAna = 12,
TabPrf = 13, TabPrf = 13,
} Tab_Tab_t; } Tab_Tab_t;

View File

@ -19552,7 +19552,7 @@ const char *Txt_MENU_TITLE[Tab_NUM_TABS][Act_MAX_OPTIONS_IN_MENU_PER_TAB] =
NULL, // 11 NULL, // 11
}, },
{ {
// TabSta ********************************************************************** // TabAna **********************************************************************
// 0: ActReqUseGbl // 0: ActReqUseGbl
#if L==1 #if L==1
"Xifres" "Xifres"
@ -21518,7 +21518,7 @@ const char *Txt_MENU_SUBTITLE[Tab_NUM_TABS][Act_MAX_OPTIONS_IN_MENU_PER_TAB] =
NULL, // 11 NULL, // 11
}, },
{ {
// TabSta ***************************************************** // TabAna *****************************************************
// 0: ActReqUseGbl // 0: ActReqUseGbl
#if L==1 #if L==1
"Grans nombres sobre l'&uacute;s actual de tota la plataforma," "Grans nombres sobre l'&uacute;s actual de tota la plataforma,"
@ -41034,25 +41034,25 @@ const char *Txt_TABS_TXT[Tab_NUM_TABS] =
"Mensagens" "Mensagens"
#endif #endif
, ,
// TabSta // TabAna
#if L==1 #if L==1
"Estad&iacute;stiques" "An&agrave;lisis"
#elif L==2 #elif L==2
"Statistik" "Analytik"
#elif L==3 #elif L==3
"Statistics" "Analytics"
#elif L==4 #elif L==4
"Estad&iacute;sticas" "An&aacute;lisis"
#elif L==5 #elif L==5
"Statistiques" "Analyse"
#elif L==6 #elif L==6
"Papy'aporeko" "&Ntilde;ehesa'&yuml;ijo"
#elif L==7 #elif L==7
"Statistiche" "Analisi"
#elif L==8 #elif L==8
"Statystyki" "Analizy"
#elif L==9 #elif L==9
"Estat&iacute;sticas" "An&aacute;lise"
#endif #endif
, ,
// TabPrf // TabPrf