swad-core/swad_institution.c

2578 lines
89 KiB
C
Raw Normal View History

2014-12-01 23:55:08 +01:00
// swad_institution.c: institutions
/*
SWAD (Shared Workspace At a Distance),
is a web platform developed at the University of Granada (Spain),
and used to support university teaching.
This file is part of SWAD core.
2019-01-07 21:52:19 +01:00
Copyright (C) 1999-2019 Antonio Ca<EFBFBD>as Vargas
2014-12-01 23:55:08 +01:00
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*****************************************************************************/
/********************************* Headers ***********************************/
/*****************************************************************************/
#include <linux/stddef.h> // For NULL
#include <stdlib.h> // For calloc
#include <string.h> // For string functions
2017-06-10 21:38:10 +02:00
#include "swad_box.h"
2014-12-01 23:55:08 +01:00
#include "swad_config.h"
#include "swad_constant.h"
#include "swad_database.h"
2018-11-09 20:47:39 +01:00
#include "swad_form.h"
2014-12-01 23:55:08 +01:00
#include "swad_global.h"
2015-10-06 20:34:49 +02:00
#include "swad_help.h"
2016-11-14 16:47:46 +01:00
#include "swad_hierarchy.h"
2019-10-23 19:05:05 +02:00
#include "swad_HTML.h"
2014-12-01 23:55:08 +01:00
#include "swad_institution.h"
2018-12-08 16:43:13 +01:00
#include "swad_language.h"
2015-01-17 13:31:25 +01:00
#include "swad_logo.h"
2014-12-01 23:55:08 +01:00
#include "swad_parameter.h"
#include "swad_QR.h"
#include "swad_user.h"
/*****************************************************************************/
/************** External global variables from others modules ****************/
/*****************************************************************************/
extern struct Globals Gbl;
/*****************************************************************************/
/***************************** Private constants *****************************/
/*****************************************************************************/
/*****************************************************************************/
/******************************* Private types *******************************/
/*****************************************************************************/
/*****************************************************************************/
/***************************** Private variables *****************************/
/*****************************************************************************/
2019-04-08 23:34:58 +02:00
static struct Instit *Ins_EditingIns = NULL; // Static variable to keep the institution being edited
2019-04-06 20:43:31 +02:00
2014-12-01 23:55:08 +01:00
/*****************************************************************************/
/***************************** Private prototypes ****************************/
/*****************************************************************************/
static void Ins_Configuration (bool PrintView);
2016-05-05 18:40:42 +02:00
static void Ins_PutIconsToPrintAndUpload (void);
2017-05-22 12:23:08 +02:00
static void Ins_ShowNumUsrsInCrssOfIns (Rol_Role_t Role);
2014-12-01 23:55:08 +01:00
2015-10-06 01:19:21 +02:00
static void Ins_ListInstitutions (void);
2016-11-07 00:03:50 +01:00
static bool Ins_CheckIfICanCreateInstitutions (void);
2018-11-15 10:33:45 +01:00
static void Ins_PutIconsListingInstitutions (void);
2016-03-16 22:40:35 +01:00
static void Ins_PutIconToEditInstitutions (void);
2016-10-28 10:03:37 +02:00
static void Ins_ListOneInstitutionForSeeing (struct Instit *Ins,unsigned NumIns);
2014-12-01 23:55:08 +01:00
static void Ins_PutHeadInstitutionsForSeeing (bool OrderSelectable);
2017-01-29 12:42:19 +01:00
static void Ins_GetParamInsOrder (void);
2017-03-02 00:53:34 +01:00
2019-04-06 20:43:31 +02:00
static void Ins_EditInstitutionsInternal (void);
2018-11-15 12:21:48 +01:00
static void Ins_PutIconsEditingInstitutions (void);
2017-04-30 01:20:18 +02:00
static void Ins_PutIconToViewInstitutions (void);
2019-03-07 13:00:18 +01:00
static void Ins_GetShrtNameAndCtyOfInstitution (struct Instit *Ins,
2017-06-20 14:43:26 +02:00
char CtyName[Hie_MAX_BYTES_FULL_NAME + 1]);
2017-03-02 00:53:34 +01:00
2019-04-06 20:43:31 +02:00
static void Ins_ListInstitutionsForEdition (void);
2016-10-28 10:03:37 +02:00
static bool Ins_CheckIfICanEdit (struct Instit *Ins);
2014-12-01 23:55:08 +01:00
static Ins_StatusTxt_t Ins_GetStatusTxtFromStatusBits (Ins_Status_t Status);
static Ins_Status_t Ins_GetStatusBitsFromStatusTxt (Ins_StatusTxt_t StatusTxt);
2016-10-23 19:40:14 +02:00
2014-12-01 23:55:08 +01:00
static void Ins_PutParamOtherInsCod (long InsCod);
2016-10-23 19:40:14 +02:00
static long Ins_GetParamOtherInsCod (void);
2016-10-28 10:03:37 +02:00
static void Ins_RenameInstitution (struct Instit *Ins,Cns_ShrtOrFullName_t ShrtOrFullName);
2019-03-09 20:12:44 +01:00
static bool Ins_CheckIfInsNameExistsInCty (const char *FieldName,
const char *Name,
long InsCod,
long CtyCod);
2016-10-22 17:27:30 +02:00
static void Ins_UpdateInsNameDB (long InsCod,const char *FieldName,const char *NewInsName);
2017-03-09 11:16:17 +01:00
2016-10-20 19:46:06 +02:00
static void Ins_UpdateInsCtyDB (long InsCod,long CtyCod);
2017-03-07 01:56:41 +01:00
static void Ins_UpdateInsWWWDB (long InsCod,const char NewWWW[Cns_MAX_BYTES_WWW + 1]);
2019-04-06 20:43:31 +02:00
static void Ins_ShowAlertAndButtonToGoToIns (void);
2017-05-11 21:53:37 +02:00
static void Ins_PutParamGoToIns (void);
2016-03-01 23:58:48 +01:00
2019-04-06 20:43:31 +02:00
static void Ins_PutFormToCreateInstitution (void);
2014-12-01 23:55:08 +01:00
static void Ins_PutHeadInstitutionsForEdition (void);
2019-04-06 20:43:31 +02:00
static void Ins_RecFormRequestOrCreateIns (unsigned Status);
static void Ins_CreateInstitution (unsigned Status);
2019-04-04 14:48:05 +02:00
2019-04-06 20:43:31 +02:00
static void Ins_EditingInstitutionConstructor ();
static void Ins_EditingInstitutionDestructor ();
2014-12-01 23:55:08 +01:00
/*****************************************************************************/
/***************** List institutions with pending centres ********************/
/*****************************************************************************/
void Ins_SeeInsWithPendingCtrs (void)
{
2017-03-27 13:38:10 +02:00
extern const char *Hlp_SYSTEM_Hierarchy_pending;
2014-12-01 23:55:08 +01:00
extern const char *Txt_Institutions_with_pending_centres;
extern const char *Txt_Institution;
extern const char *Txt_Centres_ABBREVIATION;
extern const char *Txt_There_are_no_institutions_with_requests_for_centres_to_be_confirmed;
MYSQL_RES *mysql_res;
MYSQL_ROW row;
unsigned NumInss;
unsigned NumIns;
2016-10-28 10:03:37 +02:00
struct Instit Ins;
2015-09-04 19:26:08 +02:00
const char *BgColor;
2014-12-01 23:55:08 +01:00
/***** Get institutions with pending centres *****/
2017-06-04 18:18:54 +02:00
switch (Gbl.Usrs.Me.Role.Logged)
2014-12-01 23:55:08 +01:00
{
2015-04-07 21:44:24 +02:00
case Rol_INS_ADM:
2018-10-31 16:16:57 +01:00
NumInss =
(unsigned) DB_QuerySELECT (&mysql_res,"can not get institutions"
" with pending centres",
"SELECT centres.InsCod,COUNT(*)"
" FROM centres,ins_admin,institutions"
" WHERE (centres.Status & %u)<>0"
" AND centres.InsCod=ins_admin.InsCod AND ins_admin.UsrCod=%ld"
" AND centres.InsCod=institutions.InsCod"
" GROUP BY centres.InsCod ORDER BY institutions.ShortName",
(unsigned) Ctr_STATUS_BIT_PENDING,
Gbl.Usrs.Me.UsrDat.UsrCod);
2014-12-01 23:55:08 +01:00
break;
2015-04-07 21:44:24 +02:00
case Rol_SYS_ADM:
2018-10-31 16:16:57 +01:00
NumInss =
(unsigned) DB_QuerySELECT (&mysql_res,"can not get institutions"
" with pending centres",
"SELECT centres.InsCod,COUNT(*)"
" FROM centres,institutions"
" WHERE (centres.Status & %u)<>0"
" AND centres.InsCod=institutions.InsCod"
" GROUP BY centres.InsCod ORDER BY institutions.ShortName",
(unsigned) Ctr_STATUS_BIT_PENDING);
2014-12-01 23:55:08 +01:00
break;
default: // Forbidden for other users
return;
}
/***** Get institutions *****/
2018-10-31 16:16:57 +01:00
if (NumInss)
2014-12-01 23:55:08 +01:00
{
2019-10-26 02:19:42 +02:00
/***** Begin box and table *****/
2017-06-10 21:38:10 +02:00
Box_StartBoxTable (NULL,Txt_Institutions_with_pending_centres,NULL,
2017-06-12 15:03:29 +02:00
Hlp_SYSTEM_Hierarchy_pending,Box_NOT_CLOSABLE,2);
2017-06-12 14:16:33 +02:00
/***** Write heading *****/
2019-10-23 19:05:05 +02:00
HTM_TR_Begin (NULL);
2019-10-12 00:07:52 +02:00
2019-10-23 19:05:05 +02:00
HTM_TH (1,1,"LM",Txt_Institution);
HTM_TH (1,1,"RM",Txt_Centres_ABBREVIATION);
2019-10-12 00:07:52 +02:00
2019-10-23 19:05:05 +02:00
HTM_TR_End ();
2014-12-01 23:55:08 +01:00
/***** List the institutions *****/
for (NumIns = 0;
NumIns < NumInss;
NumIns++)
{
/* Get next centre */
row = mysql_fetch_row (mysql_res);
/* Get institution code (row[0]) */
Ins.InsCod = Str_ConvertStrCodToLongCod (row[0]);
2019-04-03 20:57:04 +02:00
BgColor = (Ins.InsCod == Gbl.Hierarchy.Ins.InsCod) ? "LIGHT_BLUE" :
2015-09-04 19:26:08 +02:00
Gbl.ColorRows[Gbl.RowEvenOdd];
2014-12-01 23:55:08 +01:00
/* Get data of institution */
2015-12-09 19:51:17 +01:00
Ins_GetDataOfInstitutionByCod (&Ins,Ins_GET_BASIC_DATA);
2014-12-01 23:55:08 +01:00
2015-11-19 16:33:50 +01:00
/* Institution logo and name */
2019-10-23 19:05:05 +02:00
HTM_TR_Begin (NULL);
HTM_TD_Begin ("class=\"LM %s\"",BgColor);
2015-11-19 18:33:16 +01:00
Ins_DrawInstitutionLogoAndNameWithLink (&Ins,ActSeeCtr,
2019-11-18 14:21:01 +01:00
"BT_LINK DAT_NOBR","CM");
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2014-12-01 23:55:08 +01:00
/* Number of pending centres (row[1]) */
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"DAT RM %s\"",BgColor);
2019-11-10 12:36:37 +01:00
HTM_Txt (row[1]);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TR_End ();
2014-12-01 23:55:08 +01:00
Gbl.RowEvenOdd = 1 - Gbl.RowEvenOdd;
}
2017-06-12 14:16:33 +02:00
/***** End table and box *****/
2017-06-10 21:38:10 +02:00
Box_EndBoxTable ();
2014-12-01 23:55:08 +01:00
}
else
2019-02-16 16:18:54 +01:00
Ale_ShowAlert (Ale_INFO,Txt_There_are_no_institutions_with_requests_for_centres_to_be_confirmed);
2014-12-01 23:55:08 +01:00
/***** Free structure that stores the query result *****/
DB_FreeMySQLResult (&mysql_res);
}
2016-07-27 14:58:26 +02:00
/*****************************************************************************/
/********************** Draw institution logo with link **********************/
/*****************************************************************************/
2016-10-28 10:03:37 +02:00
void Ins_DrawInstitutionLogoWithLink (struct Instit *Ins,unsigned Size)
2016-07-27 14:58:26 +02:00
{
2016-07-30 00:21:35 +02:00
bool PutLink = !Gbl.Form.Inside; // Don't put link to institution if already inside a form
2016-07-27 14:58:26 +02:00
if (PutLink)
{
2018-11-09 20:47:39 +01:00
Frm_StartForm (ActSeeInsInf);
2016-07-27 14:58:26 +02:00
Ins_PutParamInsCod (Ins->InsCod);
2019-11-20 10:17:42 +01:00
HTM_BUTTON_SUBMIT_Begin (Ins->FullName,"BT_LINK",NULL);
2016-07-27 14:58:26 +02:00
}
2019-04-03 20:57:04 +02:00
Log_DrawLogo (Hie_INS,Ins->InsCod,Ins->FullName,
2016-07-27 14:58:26 +02:00
Size,NULL,true);
if (PutLink)
{
2019-11-18 14:21:01 +01:00
HTM_BUTTON_End ();
2018-11-09 20:47:39 +01:00
Frm_EndForm ();
2016-07-27 14:58:26 +02:00
}
}
2015-11-19 18:33:16 +01:00
/*****************************************************************************/
/****************** Draw institution logo and name with link *****************/
/*****************************************************************************/
2016-10-28 10:03:37 +02:00
void Ins_DrawInstitutionLogoAndNameWithLink (struct Instit *Ins,Act_Action_t Action,
2015-11-19 18:33:16 +01:00
const char *ClassLink,const char *ClassLogo)
{
extern const char *Txt_Go_to_X;
2019-10-20 22:00:28 +02:00
/***** Begin form *****/
2018-11-09 20:47:39 +01:00
Frm_StartFormGoTo (Action);
2015-11-19 18:33:16 +01:00
Ins_PutParamInsCod (Ins->InsCod);
/***** Link to action *****/
2018-10-18 02:02:32 +02:00
snprintf (Gbl.Title,sizeof (Gbl.Title),
Txt_Go_to_X,
Ins->FullName);
2019-11-20 10:17:42 +01:00
HTM_BUTTON_SUBMIT_Begin (Gbl.Title,ClassLink,NULL);
2015-11-19 18:33:16 +01:00
2019-10-27 09:28:51 +01:00
/***** Institution logo and name *****/
2019-04-03 20:57:04 +02:00
Log_DrawLogo (Hie_INS,Ins->InsCod,Ins->ShrtName,16,ClassLogo,true);
2019-11-11 10:59:24 +01:00
HTM_TxtF ("&nbsp;%s",Ins->FullName);
2015-11-19 18:33:16 +01:00
/***** End link *****/
2019-11-18 14:21:01 +01:00
HTM_BUTTON_End ();
2015-11-19 18:33:16 +01:00
/***** End form *****/
2018-11-09 20:47:39 +01:00
Frm_EndForm ();
2015-11-19 18:33:16 +01:00
}
2014-12-01 23:55:08 +01:00
/*****************************************************************************/
/*************** Show information of the current institution *****************/
/*****************************************************************************/
void Ins_ShowConfiguration (void)
{
Ins_Configuration (false);
2015-10-06 01:19:21 +02:00
2017-03-30 11:20:06 +02:00
/***** Show help to enrol me *****/
2015-10-06 20:34:49 +02:00
Hlp_ShowHelpWhatWouldYouLikeToDo ();
2014-12-01 23:55:08 +01:00
}
/*****************************************************************************/
/*************** Print information of the current institution ****************/
/*****************************************************************************/
void Ins_PrintConfiguration (void)
{
Ins_Configuration (true);
}
/*****************************************************************************/
/***************** Information of the current institution ********************/
/*****************************************************************************/
static void Ins_Configuration (bool PrintView)
{
2016-11-13 16:44:43 +01:00
extern const char *Hlp_INSTITUTION_Information;
2019-02-22 21:47:50 +01:00
extern const char *The_ClassFormInBox[The_NUM_THEMES];
2016-10-20 19:46:06 +02:00
extern const char *Txt_Country;
2014-12-01 23:55:08 +01:00
extern const char *Txt_Institution;
2015-02-04 20:03:23 +01:00
extern const char *Txt_Short_name;
2015-02-04 20:11:41 +01:00
extern const char *Txt_Web;
2015-03-07 18:09:42 +01:00
extern const char *Txt_Shortcut;
2018-12-08 16:43:13 +01:00
extern const char *Lan_STR_LANG_ID[1 + Lan_NUM_LANGUAGES];
2014-12-01 23:55:08 +01:00
extern const char *Txt_QR_code;
2016-05-30 19:44:21 +02:00
extern const char *Txt_Centres;
extern const char *Txt_Centres_of_INSTITUTION_X;
2014-12-01 23:55:08 +01:00
extern const char *Txt_Degrees;
extern const char *Txt_Courses;
extern const char *Txt_Departments;
2015-12-09 19:51:17 +01:00
extern const char *Txt_Users_of_the_institution;
2016-10-20 19:46:06 +02:00
unsigned NumCty;
2019-04-03 20:57:04 +02:00
bool PutLink;
2014-12-01 23:55:08 +01:00
2019-04-03 20:57:04 +02:00
/***** Trivial check *****/
if (Gbl.Hierarchy.Ins.InsCod <= 0) // No institution selected
return;
2019-10-26 02:19:42 +02:00
/***** Begin box *****/
2019-04-03 20:57:04 +02:00
if (PrintView)
2019-10-25 22:48:34 +02:00
Box_BoxBegin (NULL,NULL,NULL,
2019-04-03 20:57:04 +02:00
NULL,Box_NOT_CLOSABLE);
else
2019-10-25 22:48:34 +02:00
Box_BoxBegin (NULL,NULL,Ins_PutIconsToPrintAndUpload,
2019-04-03 20:57:04 +02:00
Hlp_INSTITUTION_Information,Box_NOT_CLOSABLE);
/***** Title *****/
PutLink = !PrintView && Gbl.Hierarchy.Ins.WWW[0];
2019-10-24 00:04:40 +02:00
HTM_DIV_Begin ("class=\"FRAME_TITLE FRAME_TITLE_BIG\"");
2019-04-03 20:57:04 +02:00
if (PutLink)
2019-10-28 20:38:29 +01:00
HTM_A_Begin ("href=\"%s\" target=\"_blank\" class=\"FRAME_TITLE_BIG\" title=\"%s\"",
Gbl.Hierarchy.Ins.WWW,
Gbl.Hierarchy.Ins.FullName);
2019-04-03 20:57:04 +02:00
Log_DrawLogo (Hie_INS,Gbl.Hierarchy.Ins.InsCod,
Gbl.Hierarchy.Ins.ShrtName,64,NULL,true);
2019-11-09 21:08:20 +01:00
HTM_BR ();
2019-11-10 12:36:37 +01:00
HTM_Txt (Gbl.Hierarchy.Ins.FullName);
2019-04-03 20:57:04 +02:00
if (PutLink)
2019-10-28 13:56:04 +01:00
HTM_A_End ();
2019-10-23 20:07:56 +02:00
HTM_DIV_End ();
2019-04-03 20:57:04 +02:00
2019-10-20 22:00:28 +02:00
/***** Begin table *****/
2019-10-23 19:05:05 +02:00
HTM_TABLE_BeginWidePadding (2);
2019-04-03 20:57:04 +02:00
/***** Country *****/
2019-10-23 19:05:05 +02:00
HTM_TR_Begin (NULL);
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"RM\"");
2019-11-02 23:40:52 +01:00
HTM_LABEL_Begin ("for=\"OthCtyCod\" class=\"%s\"",The_ClassFormInBox[Gbl.Prefs.Theme]);
2019-11-11 10:59:24 +01:00
HTM_TxtF ("%s:",Txt_Country);
2019-11-02 12:59:31 +01:00
HTM_LABEL_End ();
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2019-04-03 20:57:04 +02:00
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"DAT LM\"");
2019-04-03 20:57:04 +02:00
if (!PrintView &&
Gbl.Usrs.Me.Role.Logged == Rol_SYS_ADM)
// Only system admins can move an institution to another country
2014-12-01 23:55:08 +01:00
{
2019-04-03 20:57:04 +02:00
/* Get list of countries */
Cty_GetListCountries (Cty_GET_BASIC_DATA);
/* Put form to select country */
Frm_StartForm (ActChgInsCtyCfg);
2019-11-05 15:47:35 +01:00
HTM_SELECT_Begin (true,
"id=\"OthCtyCod\" name=\"OthCtyCod\""
" class=\"INPUT_SHORT_NAME\"");
2019-04-03 20:57:04 +02:00
for (NumCty = 0;
2019-04-04 10:45:15 +02:00
NumCty < Gbl.Hierarchy.Sys.Ctys.Num;
2019-04-03 20:57:04 +02:00
NumCty++)
2019-11-07 01:13:21 +01:00
HTM_OPTION (HTM_Type_LONG,&Gbl.Hierarchy.Sys.Ctys.Lst[NumCty].CtyCod,
Gbl.Hierarchy.Sys.Ctys.Lst[NumCty].CtyCod == Gbl.Hierarchy.Cty.CtyCod,false,
"%s",Gbl.Hierarchy.Sys.Ctys.Lst[NumCty].Name[Gbl.Prefs.Language]);
2019-11-05 08:46:38 +01:00
HTM_SELECT_End ();
2019-04-03 20:57:04 +02:00
Frm_EndForm ();
2016-03-18 20:07:40 +01:00
2019-04-03 20:57:04 +02:00
/* Free list of countries */
Cty_FreeListCountries ();
}
else // I can not move institution to another country
2019-11-10 12:36:37 +01:00
HTM_Txt (Gbl.Hierarchy.Cty.Name[Gbl.Prefs.Language]);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TR_End ();
2016-10-20 19:46:06 +02:00
2019-04-03 20:57:04 +02:00
/***** Institution full name *****/
2019-10-23 19:05:05 +02:00
HTM_TR_Begin (NULL);
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"RM\"");
2019-11-02 23:40:52 +01:00
HTM_LABEL_Begin ("for=\"FullName\" class=\"%s\"",The_ClassFormInBox[Gbl.Prefs.Theme]);
2019-11-11 10:59:24 +01:00
HTM_TxtF ("%s:",Txt_Institution);
2019-11-02 12:59:31 +01:00
HTM_LABEL_End ();
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"DAT_N LM\"");
2019-04-03 20:57:04 +02:00
if (!PrintView &&
Gbl.Usrs.Me.Role.Logged == Rol_SYS_ADM)
// Only system admins can edit institution full name
{
/* Form to change institution full name */
Frm_StartForm (ActRenInsFulCfg);
2019-11-04 12:25:48 +01:00
HTM_INPUT_TEXT ("FullName",Hie_MAX_CHARS_FULL_NAME,Gbl.Hierarchy.Ins.FullName,true,
2019-11-12 15:41:58 +01:00
"id=\"FullName\" class=\"INPUT_FULL_NAME\"");
2019-04-03 20:57:04 +02:00
Frm_EndForm ();
}
else // I can not edit institution full name
2019-11-10 12:36:37 +01:00
HTM_Txt (Gbl.Hierarchy.Ins.FullName);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TR_End ();
2016-10-20 19:46:06 +02:00
2019-04-03 20:57:04 +02:00
/***** Institution short name *****/
2019-10-23 19:05:05 +02:00
HTM_TR_Begin (NULL);
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"RM\"");
2019-11-02 23:40:52 +01:00
HTM_LABEL_Begin ("for=\"ShortName\" class=\"%s\"",The_ClassFormInBox[Gbl.Prefs.Theme]);
2019-11-11 10:59:24 +01:00
HTM_TxtF ("%s:",Txt_Short_name);
2019-11-02 12:59:31 +01:00
HTM_LABEL_End ();
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"DAT_N LM\"");
2019-04-03 20:57:04 +02:00
if (!PrintView &&
Gbl.Usrs.Me.Role.Logged == Rol_SYS_ADM)
// Only system admins can edit institution short name
{
/* Form to change institution short name */
Frm_StartForm (ActRenInsShoCfg);
2019-11-04 12:25:48 +01:00
HTM_INPUT_TEXT ("ShortName",Hie_MAX_CHARS_SHRT_NAME,Gbl.Hierarchy.Ins.ShrtName,true,
2019-11-12 15:41:58 +01:00
"id=\"ShortName\" class=\"INPUT_SHORT_NAME\"");
2019-04-03 20:57:04 +02:00
Frm_EndForm ();
}
else // I can not edit institution short name
2019-11-10 12:36:37 +01:00
HTM_Txt (Gbl.Hierarchy.Ins.ShrtName);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TR_End ();
2016-10-20 19:46:06 +02:00
2019-04-03 20:57:04 +02:00
/***** Institution WWW *****/
2019-10-23 19:05:05 +02:00
HTM_TR_Begin (NULL);
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"RM\"");
2019-11-02 23:40:52 +01:00
HTM_LABEL_Begin ("for=\"WWW\" class=\"%s\"",The_ClassFormInBox[Gbl.Prefs.Theme]);
2019-11-11 10:59:24 +01:00
HTM_TxtF ("%s:",Txt_Web);
2019-11-02 12:59:31 +01:00
HTM_LABEL_End ();
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"DAT LM\"");
2019-04-03 20:57:04 +02:00
if (!PrintView &&
Gbl.Usrs.Me.Role.Logged >= Rol_INS_ADM)
// Only institution admins and system admins
// can change institution WWW
{
/* Form to change institution WWW */
Frm_StartForm (ActChgInsWWWCfg);
2019-11-04 12:25:48 +01:00
HTM_INPUT_URL ("WWW",Gbl.Hierarchy.Ins.WWW,true,
"class=\"INPUT_WWW\"");
2019-04-03 20:57:04 +02:00
Frm_EndForm ();
}
else // I can not change institution WWW
2019-10-23 20:07:56 +02:00
{
2019-10-24 00:04:40 +02:00
HTM_DIV_Begin ("class=\"EXTERNAL_WWW_LONG\"");
2019-10-28 20:38:29 +01:00
HTM_A_Begin ("href=\"%s\" target=\"_blank\" class=\"DAT\">",
Gbl.Hierarchy.Ins.WWW);
2019-11-10 12:36:37 +01:00
HTM_Txt (Gbl.Hierarchy.Ins.WWW);
2019-10-28 13:56:04 +01:00
HTM_A_End ();
2019-10-23 20:07:56 +02:00
HTM_DIV_End ();
}
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TR_End ();
2016-10-20 19:46:06 +02:00
2019-04-03 20:57:04 +02:00
/***** Shortcut to the institution *****/
2019-10-23 19:05:05 +02:00
HTM_TR_Begin (NULL);
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"%s RM\"",The_ClassFormInBox[Gbl.Prefs.Theme]);
2019-11-11 10:59:24 +01:00
HTM_TxtF ("%s:",Txt_Shortcut);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"LM\"");
2019-10-28 20:38:29 +01:00
HTM_A_Begin ("href=\"%s/%s?ins=%ld\" class=\"DAT\" target=\"_blank\"",
Cfg_URL_SWAD_CGI,
Lan_STR_LANG_ID[Gbl.Prefs.Language],
Gbl.Hierarchy.Ins.InsCod);
2019-11-11 00:15:44 +01:00
HTM_TxtF ("%s/%s?ins=%ld",
Cfg_URL_SWAD_CGI,
Lan_STR_LANG_ID[Gbl.Prefs.Language],
Gbl.Hierarchy.Ins.InsCod);
2019-10-28 13:56:04 +01:00
HTM_A_End ();
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TR_End ();
2019-04-03 20:57:04 +02:00
if (PrintView)
{
/***** QR code with link to the institution *****/
2019-10-23 19:05:05 +02:00
HTM_TR_Begin (NULL);
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"%s RM\"",The_ClassFormInBox[Gbl.Prefs.Theme]);
2019-11-11 10:59:24 +01:00
HTM_TxtF ("%s:",Txt_QR_code);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"LM\"");
2019-04-03 20:57:04 +02:00
QR_LinkTo (250,"ins",Gbl.Hierarchy.Ins.InsCod);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TR_End ();
2019-04-03 20:57:04 +02:00
}
else
{
/***** Number of users who claim to belong to this institution *****/
2019-10-23 19:05:05 +02:00
HTM_TR_Begin (NULL);
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"%s RM\"",The_ClassFormInBox[Gbl.Prefs.Theme]);
2019-11-11 10:59:24 +01:00
HTM_TxtF ("%s:",Txt_Users_of_the_institution);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"DAT LM\"");
2019-11-10 13:31:47 +01:00
HTM_Unsigned (Usr_GetNumUsrsWhoClaimToBelongToIns (Gbl.Hierarchy.Ins.InsCod));
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TR_End ();
HTM_TR_Begin (NULL);
2014-12-01 23:55:08 +01:00
2019-04-03 20:57:04 +02:00
/***** Number of centres *****/
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"%s RM\"",The_ClassFormInBox[Gbl.Prefs.Theme]);
2019-11-11 10:59:24 +01:00
HTM_TxtF ("%s:",Txt_Centres);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2019-04-03 20:57:04 +02:00
/* Form to go to see centres of this institution */
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"LM\"");
2019-04-03 20:57:04 +02:00
Frm_StartFormGoTo (ActSeeCtr);
Ins_PutParamInsCod (Gbl.Hierarchy.Ins.InsCod);
snprintf (Gbl.Title,sizeof (Gbl.Title),
Txt_Centres_of_INSTITUTION_X,
Gbl.Hierarchy.Ins.ShrtName);
2019-11-20 10:17:42 +01:00
HTM_BUTTON_SUBMIT_Begin (Gbl.Title,"BT_LINK DAT",NULL);
2019-11-10 13:31:47 +01:00
HTM_Unsigned (Ctr_GetNumCtrsInIns (Gbl.Hierarchy.Ins.InsCod));
2019-11-18 14:21:01 +01:00
HTM_BUTTON_End ();
2019-04-03 20:57:04 +02:00
Frm_EndForm ();
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TR_End ();
2015-02-04 20:11:41 +01:00
2019-04-03 20:57:04 +02:00
/***** Number of degrees *****/
2019-10-23 19:05:05 +02:00
HTM_TR_Begin (NULL);
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"%s RM\"",The_ClassFormInBox[Gbl.Prefs.Theme]);
2019-11-11 10:59:24 +01:00
HTM_TxtF ("%s:",Txt_Degrees);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"DAT LM\"");
2019-11-10 13:31:47 +01:00
HTM_Unsigned (Deg_GetNumDegsInIns (Gbl.Hierarchy.Ins.InsCod));
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TR_End ();
2014-12-08 17:35:48 +01:00
2019-04-03 20:57:04 +02:00
/***** Number of courses *****/
2019-10-23 19:05:05 +02:00
HTM_TR_Begin (NULL);
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"%s RM\"",The_ClassFormInBox[Gbl.Prefs.Theme]);
2019-11-11 10:59:24 +01:00
HTM_TxtF ("%s:",Txt_Courses);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"DAT LM\"");
2019-11-10 13:31:47 +01:00
HTM_Unsigned (Crs_GetNumCrssInIns (Gbl.Hierarchy.Ins.InsCod));
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TR_End ();
2016-03-18 20:07:40 +01:00
2019-04-03 20:57:04 +02:00
/***** Number of departments *****/
2019-10-23 19:05:05 +02:00
HTM_TR_Begin (NULL);
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"%s RM\"",The_ClassFormInBox[Gbl.Prefs.Theme]);
2019-11-11 10:59:24 +01:00
HTM_TxtF ("%s:",Txt_Departments);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"DAT LM\"");
2019-11-10 13:31:47 +01:00
HTM_Unsigned (Dpt_GetNumDepartmentsInInstitution (Gbl.Hierarchy.Ins.InsCod));
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TR_End ();
2019-04-03 20:57:04 +02:00
/***** Number of users in courses of this institution *****/
Ins_ShowNumUsrsInCrssOfIns (Rol_TCH);
Ins_ShowNumUsrsInCrssOfIns (Rol_NET);
Ins_ShowNumUsrsInCrssOfIns (Rol_STD);
Ins_ShowNumUsrsInCrssOfIns (Rol_UNK);
2014-12-01 23:55:08 +01:00
}
2019-04-03 20:57:04 +02:00
/***** End table *****/
2019-10-23 19:05:05 +02:00
HTM_TABLE_End ();
2019-04-03 20:57:04 +02:00
/***** End box *****/
2019-10-25 22:48:34 +02:00
Box_BoxEnd ();
2014-12-01 23:55:08 +01:00
}
2016-03-18 20:07:40 +01:00
/*****************************************************************************/
2016-05-05 18:40:42 +02:00
/********* Put contextual icons in configuration of an institution ***********/
2016-03-18 20:07:40 +01:00
/*****************************************************************************/
2016-05-05 18:40:42 +02:00
static void Ins_PutIconsToPrintAndUpload (void)
2016-03-18 20:07:40 +01:00
{
2018-11-15 09:49:55 +01:00
/***** Icon to print info about institution *****/
2017-06-11 19:13:28 +02:00
Ico_PutContextualIconToPrint (ActPrnInsInf,NULL);
2016-05-05 18:40:42 +02:00
2017-06-04 18:18:54 +02:00
if (Gbl.Usrs.Me.Role.Logged >= Rol_INS_ADM)
2018-11-15 09:49:55 +01:00
/***** Icon to upload logo of institution *****/
2019-04-03 20:57:04 +02:00
Log_PutIconToChangeLogo (Hie_INS);
2018-11-15 09:49:55 +01:00
/***** Put icon to view places *****/
Plc_PutIconToViewPlaces ();
2016-03-18 20:07:40 +01:00
}
2017-05-22 12:23:08 +02:00
/*****************************************************************************/
/************** Number of users in courses of this institution ***************/
/*****************************************************************************/
static void Ins_ShowNumUsrsInCrssOfIns (Rol_Role_t Role)
{
2019-02-22 21:47:50 +01:00
extern const char *The_ClassFormInBox[The_NUM_THEMES];
2017-05-22 12:23:08 +02:00
extern const char *Txt_Users_in_courses;
extern const char *Txt_ROLES_PLURAL_Abc[Rol_NUM_ROLES][Usr_NUM_SEXS];
2019-10-23 19:05:05 +02:00
HTM_TR_Begin (NULL);
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"%s RM\"",The_ClassFormInBox[Gbl.Prefs.Theme]);
2019-11-11 10:59:24 +01:00
HTM_TxtF ("%s:",Role == Rol_UNK ? Txt_Users_in_courses :
Txt_ROLES_PLURAL_Abc[Role][Usr_SEX_UNKNOWN]);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"DAT LM\"");
2019-11-10 13:31:47 +01:00
HTM_Unsigned (Usr_GetNumUsrsInCrssOfIns (Role,Gbl.Hierarchy.Ins.InsCod));
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TR_End ();
2017-05-22 12:23:08 +02:00
}
2014-12-01 23:55:08 +01:00
/*****************************************************************************/
/**************** List the institutions of the current country ***************/
/*****************************************************************************/
void Ins_ShowInssOfCurrentCty (void)
{
2019-04-03 20:57:04 +02:00
if (Gbl.Hierarchy.Cty.CtyCod > 0)
2014-12-01 23:55:08 +01:00
{
/***** Get parameter with the type of order in the list of institutions *****/
2017-01-29 12:42:19 +01:00
Ins_GetParamInsOrder ();
2014-12-01 23:55:08 +01:00
/***** Get list of institutions *****/
2019-04-03 20:57:04 +02:00
Ins_GetListInstitutions (Gbl.Hierarchy.Cty.CtyCod,Ins_GET_EXTRA_DATA);
2014-12-01 23:55:08 +01:00
/***** Write menu to select country *****/
2016-11-14 17:26:32 +01:00
Hie_WriteMenuHierarchy ();
2014-12-01 23:55:08 +01:00
/***** List institutions *****/
2015-10-06 01:19:21 +02:00
Ins_ListInstitutions ();
2014-12-01 23:55:08 +01:00
/***** Free list of institutions *****/
Ins_FreeListInstitutions ();
}
}
/*****************************************************************************/
/*************** List the institutions of the current country ****************/
/*****************************************************************************/
2015-10-06 01:19:21 +02:00
static void Ins_ListInstitutions (void)
{
2016-11-13 14:56:59 +01:00
extern const char *Hlp_COUNTRY_Institutions;
2016-03-20 14:11:04 +01:00
extern const char *Txt_Institutions_of_COUNTRY_X;
extern const char *Txt_No_institutions;
2016-03-16 13:23:10 +01:00
extern const char *Txt_Create_another_institution;
2015-10-06 01:19:21 +02:00
extern const char *Txt_Create_institution;
2016-03-20 14:11:04 +01:00
unsigned NumIns;
2015-10-06 01:19:21 +02:00
2019-10-26 02:19:42 +02:00
/***** Begin box *****/
2018-10-18 02:02:32 +02:00
snprintf (Gbl.Title,sizeof (Gbl.Title),
Txt_Institutions_of_COUNTRY_X,
2019-04-03 20:57:04 +02:00
Gbl.Hierarchy.Cty.Name[Gbl.Prefs.Language]);
2019-10-25 22:48:34 +02:00
Box_BoxBegin (NULL,Gbl.Title,Ins_PutIconsListingInstitutions,
2017-06-12 15:03:29 +02:00
Hlp_COUNTRY_Institutions,Box_NOT_CLOSABLE);
2016-03-20 14:11:04 +01:00
2019-04-04 10:45:15 +02:00
if (Gbl.Hierarchy.Cty.Inss.Num) // There are institutions in the current country
2016-03-20 14:11:04 +01:00
{
2019-10-20 22:00:28 +02:00
/***** Begin table *****/
2019-10-23 19:05:05 +02:00
HTM_TABLE_BeginWideMarginPadding (2);
2016-03-20 14:11:04 +01:00
Ins_PutHeadInstitutionsForSeeing (true); // Order selectable
2016-03-16 12:49:28 +01:00
2016-03-20 14:11:04 +01:00
/***** Write all the institutions and their nuber of users *****/
for (NumIns = 0;
2019-04-04 10:45:15 +02:00
NumIns < Gbl.Hierarchy.Cty.Inss.Num;
2016-03-20 14:11:04 +01:00
NumIns++)
2019-04-04 10:45:15 +02:00
Ins_ListOneInstitutionForSeeing (&(Gbl.Hierarchy.Cty.Inss.Lst[NumIns]),NumIns + 1);
2016-03-20 14:11:04 +01:00
/***** End table *****/
2019-10-23 19:05:05 +02:00
HTM_TABLE_End ();
2016-03-20 14:11:04 +01:00
}
else // No insrtitutions created in the current country
2019-02-16 16:18:54 +01:00
Ale_ShowAlert (Ale_INFO,Txt_No_institutions);
2016-03-20 14:11:04 +01:00
/***** Button to create institution *****/
2016-11-07 00:03:50 +01:00
if (Ins_CheckIfICanCreateInstitutions ())
2016-03-16 12:49:28 +01:00
{
2018-11-09 20:47:39 +01:00
Frm_StartForm (ActEdiIns);
2019-04-04 10:45:15 +02:00
Btn_PutConfirmButton (Gbl.Hierarchy.Cty.Inss.Num ? Txt_Create_another_institution :
2016-03-16 13:23:10 +01:00
Txt_Create_institution);
2018-11-09 20:47:39 +01:00
Frm_EndForm ();
2015-10-06 01:19:21 +02:00
}
2014-12-01 23:55:08 +01:00
2019-10-25 22:48:34 +02:00
Box_BoxEnd ();
2014-12-01 23:55:08 +01:00
}
2016-11-06 23:24:11 +01:00
/*****************************************************************************/
2016-11-07 00:03:50 +01:00
/******************* Check if I can create institutions **********************/
2016-11-06 23:24:11 +01:00
/*****************************************************************************/
2016-11-07 00:03:50 +01:00
static bool Ins_CheckIfICanCreateInstitutions (void)
2016-11-06 23:24:11 +01:00
{
2017-06-04 18:18:54 +02:00
return (bool) (Gbl.Usrs.Me.Role.Logged >= Rol_GST);
2016-11-06 23:24:11 +01:00
}
2016-11-06 21:51:21 +01:00
/*****************************************************************************/
/*************** Put contextual icons in list of institutions ****************/
/*****************************************************************************/
2018-11-15 10:33:45 +01:00
static void Ins_PutIconsListingInstitutions (void)
2016-11-06 21:51:21 +01:00
{
2016-11-06 23:46:29 +01:00
/***** Put icon to edit institutions *****/
2016-11-07 00:03:50 +01:00
if (Ins_CheckIfICanCreateInstitutions ())
2016-11-06 21:51:21 +01:00
Ins_PutIconToEditInstitutions ();
/***** Put icon to show a figure *****/
2019-02-12 14:46:14 +01:00
Gbl.Figures.FigureType = Fig_INSTITS;
Fig_PutIconToShowFigure ();
2016-11-06 21:51:21 +01:00
}
2016-03-16 13:23:10 +01:00
/*****************************************************************************/
/******************** Put link (form) to edit institutions *******************/
/*****************************************************************************/
2016-03-16 22:40:35 +01:00
static void Ins_PutIconToEditInstitutions (void)
2016-03-16 13:23:10 +01:00
{
2017-06-11 19:13:28 +02:00
Ico_PutContextualIconToEdit (ActEdiIns,NULL);
2016-03-16 13:23:10 +01:00
}
2014-12-01 23:55:08 +01:00
/*****************************************************************************/
/********************** List one institution for seeing **********************/
/*****************************************************************************/
2016-10-28 10:03:37 +02:00
static void Ins_ListOneInstitutionForSeeing (struct Instit *Ins,unsigned NumIns)
2014-12-01 23:55:08 +01:00
{
extern const char *Txt_INSTITUTION_STATUS[Ins_NUM_STATUS_TXT];
2015-11-19 16:09:51 +01:00
const char *TxtClassNormal;
const char *TxtClassStrong;
2015-09-04 19:26:08 +02:00
const char *BgColor;
2017-03-17 00:46:28 +01:00
Ins_StatusTxt_t StatusTxt;
2014-12-01 23:55:08 +01:00
2015-11-19 16:09:51 +01:00
if (Ins->Status & Ins_STATUS_BIT_PENDING)
{
TxtClassNormal = "DAT_LIGHT";
2019-11-18 15:48:46 +01:00
TxtClassStrong = "BT_LINK LT DAT_LIGHT";
2015-11-19 16:09:51 +01:00
}
else
{
TxtClassNormal = "DAT";
2019-11-18 15:48:46 +01:00
TxtClassStrong = "BT_LINK LT DAT_N";
2015-11-19 16:09:51 +01:00
}
2019-04-03 20:57:04 +02:00
BgColor = (Ins->InsCod == Gbl.Hierarchy.Ins.InsCod) ? "LIGHT_BLUE" :
2015-09-04 19:26:08 +02:00
Gbl.ColorRows[Gbl.RowEvenOdd];
2014-12-01 23:55:08 +01:00
2019-10-23 19:05:05 +02:00
HTM_TR_Begin (NULL);
2019-10-07 17:36:41 +02:00
/***** Number of institution in this list *****/
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"%s RM %s\"",TxtClassNormal,BgColor);
2019-11-10 13:31:47 +01:00
HTM_Unsigned (NumIns);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2014-12-01 23:55:08 +01:00
2015-11-19 16:09:51 +01:00
/***** Institution logo and name *****/
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"LM %s\"",BgColor);
2015-11-19 18:33:16 +01:00
Ins_DrawInstitutionLogoAndNameWithLink (Ins,ActSeeCtr,
2019-10-15 15:23:38 +02:00
TxtClassStrong,"CM");
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2014-12-01 23:55:08 +01:00
/***** Stats *****/
2015-12-09 19:51:17 +01:00
/* Number of users who claim to belong to this institution */
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"%s RM %s\"",TxtClassNormal,BgColor);
2019-11-10 13:31:47 +01:00
HTM_Unsigned (Ins->NumUsrsWhoClaimToBelongToIns);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2015-12-09 19:51:17 +01:00
/* Number of centres in this institution */
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"%s RM %s\"",TxtClassNormal,BgColor);
2019-11-10 13:31:47 +01:00
HTM_Unsigned (Ins->Ctrs.Num);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2015-12-09 19:51:17 +01:00
/* Number of degrees in this institution */
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"%s RM %s\"",TxtClassNormal,BgColor);
2019-11-10 13:31:47 +01:00
HTM_Unsigned (Ins->NumDegs);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2015-12-09 19:51:17 +01:00
/* Number of courses in this institution */
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"%s RM %s\"",TxtClassNormal,BgColor);
2019-11-10 13:31:47 +01:00
HTM_Unsigned (Ins->NumCrss);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2015-12-09 19:51:17 +01:00
/* Number of departments in this institution */
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"%s RM %s\"",TxtClassNormal,BgColor);
2019-11-10 13:31:47 +01:00
HTM_Unsigned (Ins->NumDpts);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2015-12-09 19:51:17 +01:00
/* Number of users in courses of this institution */
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"%s RM %s\"",TxtClassNormal,BgColor);
2019-11-10 13:31:47 +01:00
HTM_Unsigned (Ins->NumUsrs);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2014-12-01 23:55:08 +01:00
/***** Institution status *****/
StatusTxt = Ins_GetStatusTxtFromStatusBits (Ins->Status);
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"%s LM %s\"",TxtClassNormal,BgColor);
2017-03-17 00:46:28 +01:00
if (StatusTxt != Ins_STATUS_ACTIVE) // If active ==> do not show anything
2019-11-10 12:36:37 +01:00
HTM_Txt (Txt_INSTITUTION_STATUS[StatusTxt]);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TR_End ();
2014-12-01 23:55:08 +01:00
Gbl.RowEvenOdd = 1 - Gbl.RowEvenOdd;
}
/*****************************************************************************/
/**************** Write header with fields of an institution *****************/
/*****************************************************************************/
static void Ins_PutHeadInstitutionsForSeeing (bool OrderSelectable)
{
extern const char *Txt_INSTITUTIONS_HELP_ORDER[2];
extern const char *Txt_INSTITUTIONS_ORDER[2];
2017-05-30 21:43:05 +02:00
extern const char *Txt_ROLES_PLURAL_BRIEF_Abc[Rol_NUM_ROLES];
2015-12-09 19:51:17 +01:00
extern const char *Txt_Centres_ABBREVIATION;
2014-12-01 23:55:08 +01:00
extern const char *Txt_Degrees_ABBREVIATION;
2015-12-09 19:51:17 +01:00
extern const char *Txt_Courses_ABBREVIATION;
2014-12-01 23:55:08 +01:00
extern const char *Txt_Departments_ABBREVIATION;
2017-01-29 12:42:19 +01:00
Ins_Order_t Order;
2014-12-01 23:55:08 +01:00
2019-10-23 19:05:05 +02:00
HTM_TR_Begin (NULL);
HTM_TH_Empty (1);
2014-12-01 23:55:08 +01:00
for (Order = Ins_ORDER_BY_INSTITUTION;
Order <= Ins_ORDER_BY_NUM_USRS;
Order++)
{
2019-10-23 19:05:05 +02:00
HTM_TH_Begin (1,1,Order == Ins_ORDER_BY_INSTITUTION ? "LM" :
2019-10-15 15:23:38 +02:00
"RM");
2014-12-01 23:55:08 +01:00
if (OrderSelectable)
{
2018-11-09 20:47:39 +01:00
Frm_StartForm (ActSeeIns);
2019-11-03 13:19:32 +01:00
Par_PutHiddenParamUnsigned (NULL,"Order",(unsigned) Order);
2019-11-20 10:17:42 +01:00
HTM_BUTTON_SUBMIT_Begin (Txt_INSTITUTIONS_HELP_ORDER[Order],"BT_LINK TIT_TBL",NULL);
2019-04-04 10:45:15 +02:00
if (Order == Gbl.Hierarchy.Cty.Inss.SelectedOrder)
2019-11-10 16:41:47 +01:00
HTM_U_Begin ();
2014-12-01 23:55:08 +01:00
}
2019-11-10 12:36:37 +01:00
HTM_Txt (Txt_INSTITUTIONS_ORDER[Order]);
2014-12-01 23:55:08 +01:00
if (OrderSelectable)
{
2019-04-04 10:45:15 +02:00
if (Order == Gbl.Hierarchy.Cty.Inss.SelectedOrder)
2019-11-10 16:41:47 +01:00
HTM_U_End ();
2019-11-18 14:21:01 +01:00
HTM_BUTTON_End ();
2018-11-09 20:47:39 +01:00
Frm_EndForm ();
2014-12-01 23:55:08 +01:00
}
2019-10-23 19:05:05 +02:00
HTM_TH_End ();
2014-12-01 23:55:08 +01:00
}
2019-10-12 00:07:52 +02:00
2019-10-23 19:05:05 +02:00
HTM_TH (1,1,"RM",Txt_Centres_ABBREVIATION);
HTM_TH (1,1,"RM",Txt_Degrees_ABBREVIATION);
HTM_TH (1,1,"RM",Txt_Courses_ABBREVIATION);
HTM_TH (1,1,"RM",Txt_Departments_ABBREVIATION);
HTM_TH_Begin (1,1,"RM");
2019-11-11 00:15:44 +01:00
HTM_TxtF ("%s+",Txt_ROLES_PLURAL_BRIEF_Abc[Rol_TCH]);
2019-11-09 21:08:20 +01:00
HTM_BR ();
2019-11-10 12:36:37 +01:00
HTM_Txt (Txt_ROLES_PLURAL_BRIEF_Abc[Rol_STD]);
2019-10-23 19:05:05 +02:00
HTM_TH_End ();
HTM_TH_Empty (1);
2019-10-12 00:07:52 +02:00
2019-10-23 19:05:05 +02:00
HTM_TR_End ();
2019-10-05 13:09:24 +02:00
}
2014-12-01 23:55:08 +01:00
/*****************************************************************************/
/******* Get parameter with the type or order in list of institutions ********/
/*****************************************************************************/
2017-01-29 12:42:19 +01:00
static void Ins_GetParamInsOrder (void)
2014-12-01 23:55:08 +01:00
{
2019-04-04 10:45:15 +02:00
Gbl.Hierarchy.Cty.Inss.SelectedOrder = (Ins_Order_t)
2017-01-29 21:41:08 +01:00
Par_GetParToUnsignedLong ("Order",
0,
Ins_NUM_ORDERS - 1,
(unsigned long) Ins_ORDER_DEFAULT);
2014-12-01 23:55:08 +01:00
}
/*****************************************************************************/
/************************ Put forms to edit institutions *********************/
/*****************************************************************************/
void Ins_EditInstitutions (void)
2019-04-06 20:43:31 +02:00
{
/***** Institution constructor *****/
Ins_EditingInstitutionConstructor ();
/***** Edit institutions *****/
Ins_EditInstitutionsInternal ();
/***** Institution destructor *****/
Ins_EditingInstitutionDestructor ();
}
static void Ins_EditInstitutionsInternal (void)
2014-12-01 23:55:08 +01:00
{
2017-04-30 01:20:18 +02:00
extern const char *Hlp_COUNTRY_Institutions;
extern const char *Txt_Institutions_of_COUNTRY_X;
2014-12-01 23:55:08 +01:00
/***** Get list of institutions *****/
2019-04-03 20:57:04 +02:00
Ins_GetListInstitutions (Gbl.Hierarchy.Cty.CtyCod,Ins_GET_EXTRA_DATA);
2014-12-01 23:55:08 +01:00
2018-11-15 12:21:48 +01:00
/***** Write menu to select country *****/
Hie_WriteMenuHierarchy ();
2019-10-26 02:19:42 +02:00
/***** Begin box *****/
2018-10-18 02:02:32 +02:00
snprintf (Gbl.Title,sizeof (Gbl.Title),
Txt_Institutions_of_COUNTRY_X,
2019-04-03 20:57:04 +02:00
Gbl.Hierarchy.Cty.Name[Gbl.Prefs.Language]);
2019-10-25 22:48:34 +02:00
Box_BoxBegin (NULL,Gbl.Title,Ins_PutIconsEditingInstitutions,
2017-06-12 15:03:29 +02:00
Hlp_COUNTRY_Institutions,Box_NOT_CLOSABLE);
2017-04-30 01:20:18 +02:00
2014-12-01 23:55:08 +01:00
/***** Put a form to create a new institution *****/
2019-04-06 20:43:31 +02:00
Ins_PutFormToCreateInstitution ();
2014-12-01 23:55:08 +01:00
/***** Forms to edit current institutions *****/
2019-04-04 10:45:15 +02:00
if (Gbl.Hierarchy.Cty.Inss.Num)
2019-04-06 20:43:31 +02:00
Ins_ListInstitutionsForEdition ();
2014-12-01 23:55:08 +01:00
2017-06-12 14:16:33 +02:00
/***** End box *****/
2019-10-25 22:48:34 +02:00
Box_BoxEnd ();
2017-04-30 01:20:18 +02:00
2014-12-01 23:55:08 +01:00
/***** Free list of institutions *****/
Ins_FreeListInstitutions ();
}
2017-04-30 01:20:18 +02:00
/*****************************************************************************/
2018-11-15 12:21:48 +01:00
/************ Put contextual icons in edition of institutions ****************/
/*****************************************************************************/
static void Ins_PutIconsEditingInstitutions (void)
{
/***** Put icon to view institutions *****/
Ins_PutIconToViewInstitutions ();
/***** Put icon to show a figure *****/
2019-02-12 14:46:14 +01:00
Gbl.Figures.FigureType = Fig_INSTITS;
Fig_PutIconToShowFigure ();
2018-11-15 12:21:48 +01:00
}
/*****************************************************************************/
/*********************** Put icon to view institutions ***********************/
2017-04-30 01:20:18 +02:00
/*****************************************************************************/
static void Ins_PutIconToViewInstitutions (void)
{
2018-11-15 10:33:45 +01:00
extern const char *Txt_Institutions;
2019-01-12 03:00:59 +01:00
Lay_PutContextualLinkOnlyIcon (ActSeeIns,NULL,NULL,
"university.svg",
Txt_Institutions);
2017-04-30 01:20:18 +02:00
}
2014-12-01 23:55:08 +01:00
/*****************************************************************************/
/********************** Get list of current institutions *********************/
/*****************************************************************************/
// If CtyCod <= 0, get all institutions
void Ins_GetListInstitutions (long CtyCod,Ins_GetExtraData_t GetExtraData)
{
2019-01-03 15:25:18 +01:00
static const char *OrderBySubQuery[Ins_NUM_ORDERS] =
{
2019-11-21 01:27:17 +01:00
[Ins_ORDER_BY_INSTITUTION] = "FullName",
[Ins_ORDER_BY_NUM_USRS ] = "NumUsrs DESC,FullName",
2019-01-03 15:25:18 +01:00
};
2014-12-01 23:55:08 +01:00
MYSQL_RES *mysql_res;
MYSQL_ROW row;
2018-10-31 16:16:57 +01:00
unsigned long NumRows = 0; // Initialized to avoid warning
2014-12-01 23:55:08 +01:00
unsigned NumIns;
2016-10-28 10:03:37 +02:00
struct Instit *Ins;
2014-12-01 23:55:08 +01:00
/***** Get institutions from database *****/
switch (GetExtraData)
{
2015-12-09 19:51:17 +01:00
case Ins_GET_BASIC_DATA:
2018-10-31 16:16:57 +01:00
NumRows = DB_QuerySELECT (&mysql_res,"can not get institutions",
"SELECT InsCod,CtyCod,Status,RequesterUsrCod,ShortName,FullName,WWW"
" FROM institutions"
" WHERE CtyCod=%ld"
" ORDER BY FullName",
CtyCod);
2014-12-01 23:55:08 +01:00
break;
case Ins_GET_EXTRA_DATA:
2018-10-31 16:16:57 +01:00
NumRows = DB_QuerySELECT (&mysql_res,"can not get institutions",
"(SELECT institutions.InsCod,institutions.CtyCod,"
"institutions.Status,institutions.RequesterUsrCod,"
"institutions.ShortName,institutions.FullName,"
"institutions.WWW,COUNT(*) AS NumUsrs"
" FROM institutions,usr_data"
" WHERE institutions.CtyCod=%ld"
" AND institutions.InsCod=usr_data.InsCod"
" GROUP BY institutions.InsCod)"
" UNION "
"(SELECT InsCod,CtyCod,Status,RequesterUsrCod,ShortName,FullName,WWW,0 AS NumUsrs"
" FROM institutions"
" WHERE CtyCod=%ld"
" AND InsCod NOT IN"
" (SELECT DISTINCT InsCod FROM usr_data))"
" ORDER BY %s",
CtyCod,CtyCod,
2019-04-04 10:45:15 +02:00
OrderBySubQuery[Gbl.Hierarchy.Cty.Inss.SelectedOrder]);
2014-12-01 23:55:08 +01:00
break;
}
if (NumRows) // Institutions found...
{
// NumRows should be equal to Deg->NumCourses
2019-04-04 10:45:15 +02:00
Gbl.Hierarchy.Cty.Inss.Num = (unsigned) NumRows;
2014-12-01 23:55:08 +01:00
/***** Create list with institutions *****/
2019-04-04 10:45:15 +02:00
if ((Gbl.Hierarchy.Cty.Inss.Lst = (struct Instit *) calloc (NumRows,sizeof (struct Instit))) == NULL)
2018-10-18 20:06:54 +02:00
Lay_NotEnoughMemoryExit ();
2014-12-01 23:55:08 +01:00
/***** Get the institutions *****/
for (NumIns = 0;
2019-04-04 10:45:15 +02:00
NumIns < Gbl.Hierarchy.Cty.Inss.Num;
2014-12-01 23:55:08 +01:00
NumIns++)
{
2019-04-04 10:45:15 +02:00
Ins = &(Gbl.Hierarchy.Cty.Inss.Lst[NumIns]);
2014-12-01 23:55:08 +01:00
/* Get next institution */
row = mysql_fetch_row (mysql_res);
/* Get institution code (row[0]) */
if ((Ins->InsCod = Str_ConvertStrCodToLongCod (row[0])) < 0)
Lay_ShowErrorAndExit ("Wrong code of institution.");
/* Get country code (row[1]) */
Ins->CtyCod = Str_ConvertStrCodToLongCod (row[1]);
/* Get institution status (row[2]) */
if (sscanf (row[2],"%u",&(Ins->Status)) != 1)
Lay_ShowErrorAndExit ("Wrong institution status.");
/* Get requester user's code (row[3]) */
Ins->RequesterUsrCod = Str_ConvertStrCodToLongCod (row[3]);
/* Get the short name of the institution (row[4]) */
2017-01-17 03:10:43 +01:00
Str_Copy (Ins->ShrtName,row[4],
2017-03-08 14:12:33 +01:00
Hie_MAX_BYTES_SHRT_NAME);
2014-12-01 23:55:08 +01:00
/* Get the full name of the institution (row[5]) */
2017-01-17 03:10:43 +01:00
Str_Copy (Ins->FullName,row[5],
2017-03-08 14:12:33 +01:00
Hie_MAX_BYTES_FULL_NAME);
2014-12-01 23:55:08 +01:00
2015-01-17 13:31:25 +01:00
/* Get the URL of the institution (row[6]) */
2017-01-17 03:10:43 +01:00
Str_Copy (Ins->WWW,row[6],
2017-03-07 01:56:41 +01:00
Cns_MAX_BYTES_WWW);
2014-12-01 23:55:08 +01:00
/* Get extra data */
switch (GetExtraData)
{
2015-12-09 19:51:17 +01:00
case Ins_GET_BASIC_DATA:
Ins->NumUsrsWhoClaimToBelongToIns = 0;
2019-04-04 10:45:15 +02:00
Ins->Ctrs.Num = Ins->NumDegs = Ins->NumCrss = Ins->NumDpts = 0;
2015-12-14 12:13:41 +01:00
Ins->NumUsrs = 0;
2014-12-01 23:55:08 +01:00
break;
case Ins_GET_EXTRA_DATA:
2015-12-09 19:51:17 +01:00
/* Get number of users who claim to belong to this institution (row[7]) */
if (sscanf (row[7],"%u",&Ins->NumUsrsWhoClaimToBelongToIns) != 1)
Ins->NumUsrsWhoClaimToBelongToIns = 0;
2014-12-01 23:55:08 +01:00
/* Get number of centres in this institution */
2019-04-04 10:45:15 +02:00
Ins->Ctrs.Num = Ctr_GetNumCtrsInIns (Ins->InsCod);
2014-12-01 23:55:08 +01:00
2015-12-09 19:51:17 +01:00
/* Get number of degrees in this institution */
Ins->NumDegs = Deg_GetNumDegsInIns (Ins->InsCod);
/* Get number of degrees in this institution */
Ins->NumCrss = Crs_GetNumCrssInIns (Ins->InsCod);
2014-12-01 23:55:08 +01:00
/* Get number of departments in this institution */
2017-05-31 22:51:40 +02:00
Ins->NumDpts = Dpt_GetNumDptsInIns (Ins->InsCod);
2014-12-01 23:55:08 +01:00
2015-12-09 19:51:17 +01:00
/* Get number of users in courses */
2017-05-18 19:13:41 +02:00
Ins->NumUsrs = Usr_GetNumUsrsInCrssOfIns (Rol_UNK,Ins->InsCod); // Here Rol_UNK means "all users"
2014-12-01 23:55:08 +01:00
break;
}
}
}
else
2019-04-04 10:45:15 +02:00
Gbl.Hierarchy.Cty.Inss.Num = 0;
2014-12-01 23:55:08 +01:00
/***** Free structure that stores the query result *****/
DB_FreeMySQLResult (&mysql_res);
}
2017-03-02 00:53:34 +01:00
/*****************************************************************************/
/***************** Write institution full name and country *******************/
/*****************************************************************************/
// If ClassLink == NULL ==> do not put link
void Ins_WriteInstitutionNameAndCty (long InsCod)
{
struct Instit Ins;
2017-03-08 14:12:33 +01:00
char CtyName[Hie_MAX_BYTES_FULL_NAME + 1];
2017-03-02 00:53:34 +01:00
2019-03-07 13:00:18 +01:00
/***** Get institution short name and country name *****/
2017-03-02 00:53:34 +01:00
Ins.InsCod = InsCod;
2019-03-07 13:00:18 +01:00
Ins_GetShrtNameAndCtyOfInstitution (&Ins,CtyName);
2017-03-02 00:53:34 +01:00
2019-03-07 13:00:18 +01:00
/***** Write institution short name and country name *****/
2019-11-11 10:59:24 +01:00
HTM_TxtF ("%s&nbsp;(%s)",Ins.ShrtName,CtyName);
2017-03-02 00:53:34 +01:00
}
2014-12-01 23:55:08 +01:00
/*****************************************************************************/
/************************* Get data of an institution ************************/
/*****************************************************************************/
2016-10-28 10:03:37 +02:00
bool Ins_GetDataOfInstitutionByCod (struct Instit *Ins,
2014-12-01 23:55:08 +01:00
Ins_GetExtraData_t GetExtraData)
{
MYSQL_RES *mysql_res;
MYSQL_ROW row;
2016-12-30 01:20:49 +01:00
bool InsFound = false;
2014-12-01 23:55:08 +01:00
/***** Clear data *****/
Ins->CtyCod = -1L;
Ins->Status = (Ins_Status_t) 0;
Ins->RequesterUsrCod = -1L;
2016-10-28 10:03:37 +02:00
Ins->ShrtName[0] =
2015-12-14 12:30:24 +01:00
Ins->FullName[0] =
Ins->WWW[0] = '\0';
Ins->NumUsrsWhoClaimToBelongToIns = 0;
2019-04-04 10:45:15 +02:00
Ins->Ctrs.Num = Ins->NumDegs = Ins->NumCrss = Ins->NumDpts = 0;
2015-12-14 12:30:24 +01:00
Ins->NumUsrs = 0;
2014-12-01 23:55:08 +01:00
/***** Check if institution code is correct *****/
2016-12-30 01:20:49 +01:00
if (Ins->InsCod > 0)
2014-12-01 23:55:08 +01:00
{
2016-12-30 01:20:49 +01:00
/***** Get data of an institution from database *****/
2018-10-31 16:16:57 +01:00
if (DB_QuerySELECT (&mysql_res,"can not get data of an institution",
"SELECT CtyCod,Status,RequesterUsrCod,ShortName,FullName,WWW"
" FROM institutions WHERE InsCod=%ld",
Ins->InsCod)) // Institution found...
2016-12-30 01:20:49 +01:00
{
/* Get row */
row = mysql_fetch_row (mysql_res);
/* Get country code (row[0]) */
Ins->CtyCod = Str_ConvertStrCodToLongCod (row[0]);
2014-12-01 23:55:08 +01:00
2016-12-30 01:20:49 +01:00
/* Get centre status (row[1]) */
if (sscanf (row[1],"%u",&(Ins->Status)) != 1)
Lay_ShowErrorAndExit ("Wrong institution status.");
2014-12-01 23:55:08 +01:00
2016-12-30 01:20:49 +01:00
/* Get requester user's code (row[2]) */
Ins->RequesterUsrCod = Str_ConvertStrCodToLongCod (row[2]);
2014-12-01 23:55:08 +01:00
2016-12-30 01:20:49 +01:00
/* Get the short name of the institution (row[3]) */
2017-01-17 03:10:43 +01:00
Str_Copy (Ins->ShrtName,row[3],
2017-03-08 14:12:33 +01:00
Hie_MAX_BYTES_SHRT_NAME);
2014-12-01 23:55:08 +01:00
2016-12-30 01:20:49 +01:00
/* Get the full name of the institution (row[4]) */
2017-01-17 03:10:43 +01:00
Str_Copy (Ins->FullName,row[4],
2017-03-08 14:12:33 +01:00
Hie_MAX_BYTES_FULL_NAME);
2014-12-01 23:55:08 +01:00
2016-12-30 01:20:49 +01:00
/* Get the URL of the institution (row[5]) */
2017-01-17 03:10:43 +01:00
Str_Copy (Ins->WWW,row[5],
2017-03-07 01:56:41 +01:00
Cns_MAX_BYTES_WWW);
2014-12-01 23:55:08 +01:00
2016-12-30 01:20:49 +01:00
/* Get extra data */
if (GetExtraData == Ins_GET_EXTRA_DATA)
{
/* Get number of centres in this institution */
2019-04-04 10:45:15 +02:00
Ins->Ctrs.Num = Ctr_GetNumCtrsInIns (Ins->InsCod);
2014-12-01 23:55:08 +01:00
2016-12-30 01:20:49 +01:00
/* Get number of departments in this institution */
2017-05-31 22:51:40 +02:00
Ins->NumDpts = Dpt_GetNumDptsInIns (Ins->InsCod);
2014-12-01 23:55:08 +01:00
2016-12-30 01:20:49 +01:00
/* Get number of degrees in this institution */
Ins->NumDegs = Deg_GetNumDegsInIns (Ins->InsCod);
2014-12-01 23:55:08 +01:00
2016-12-30 01:20:49 +01:00
/* Get number of users in courses of this institution */
2017-05-18 19:13:41 +02:00
Ins->NumUsrs = Usr_GetNumUsrsInCrssOfIns (Rol_UNK,Ins->InsCod); // Here Rol_UNK means "all users"
2016-12-30 01:20:49 +01:00
}
2015-12-09 22:05:21 +01:00
2016-12-30 01:20:49 +01:00
/* Set return value */
InsFound = true;
2014-12-01 23:55:08 +01:00
}
2016-12-30 01:20:49 +01:00
/***** Free structure that stores the query result *****/
DB_FreeMySQLResult (&mysql_res);
}
2014-12-01 23:55:08 +01:00
return InsFound;
}
2015-10-10 22:16:46 +02:00
/*****************************************************************************/
/*********** Get the short name of an institution from its code **************/
/*****************************************************************************/
2017-06-20 14:43:26 +02:00
void Ins_FlushCacheShortNameOfInstitution (void)
{
Gbl.Cache.InstitutionShrtName.InsCod = -1L;
Gbl.Cache.InstitutionShrtName.ShrtName[0] = '\0';
}
void Ins_GetShortNameOfInstitution (struct Instit *Ins)
2015-10-10 22:16:46 +02:00
{
MYSQL_RES *mysql_res;
MYSQL_ROW row;
2017-06-20 14:43:26 +02:00
/***** 1. Fast check: Trivial case *****/
2017-03-02 00:53:34 +01:00
if (Ins->InsCod <= 0)
2017-06-20 14:43:26 +02:00
{
2017-03-02 00:53:34 +01:00
Ins->ShrtName[0] = '\0'; // Empty name
2017-06-20 14:43:26 +02:00
return;
}
/***** 2. Fast check: If cached... *****/
if (Ins->InsCod == Gbl.Cache.InstitutionShrtName.InsCod)
2015-10-10 22:16:46 +02:00
{
2017-06-20 14:43:26 +02:00
Str_Copy (Ins->ShrtName,Gbl.Cache.InstitutionShrtName.ShrtName,
Hie_MAX_BYTES_SHRT_NAME);
return;
}
2017-01-13 10:49:56 +01:00
2017-06-20 14:43:26 +02:00
/***** 3. Slow: get short name of institution from database *****/
Gbl.Cache.InstitutionShrtName.InsCod = Ins->InsCod;
2017-03-02 00:53:34 +01:00
2018-10-31 16:16:57 +01:00
if (DB_QuerySELECT (&mysql_res,"can not get the short name"
" of an institution",
"SELECT ShortName FROM institutions"
" WHERE InsCod=%ld",
Ins->InsCod) == 1)
2017-06-20 14:43:26 +02:00
{
/* Get the short name of this institution */
row = mysql_fetch_row (mysql_res);
2015-10-10 22:16:46 +02:00
2017-06-20 14:43:26 +02:00
Str_Copy (Gbl.Cache.InstitutionShrtName.ShrtName,row[0],
2017-03-08 14:12:33 +01:00
Hie_MAX_BYTES_SHRT_NAME);
2017-03-02 00:53:34 +01:00
}
2017-06-20 14:43:26 +02:00
else
Gbl.Cache.InstitutionShrtName.ShrtName[0] = '\0';
/* Free structure that stores the query result */
DB_FreeMySQLResult (&mysql_res);
Str_Copy (Ins->ShrtName,Gbl.Cache.InstitutionShrtName.ShrtName,
Hie_MAX_BYTES_SHRT_NAME);
2017-03-02 00:53:34 +01:00
}
/*****************************************************************************/
/************ Get the full name of an institution from its code **************/
/*****************************************************************************/
2017-06-20 14:43:26 +02:00
void Ins_FlushCacheFullNameAndCtyOfInstitution (void)
{
2019-03-07 13:00:18 +01:00
Gbl.Cache.InstitutionShrtNameAndCty.InsCod = -1L;
Gbl.Cache.InstitutionShrtNameAndCty.ShrtName[0] = '\0';
Gbl.Cache.InstitutionShrtNameAndCty.CtyName[0] = '\0';
2017-06-20 14:43:26 +02:00
}
2019-03-07 13:00:18 +01:00
static void Ins_GetShrtNameAndCtyOfInstitution (struct Instit *Ins,
2017-06-20 14:43:26 +02:00
char CtyName[Hie_MAX_BYTES_FULL_NAME + 1])
2017-03-02 00:53:34 +01:00
{
2018-12-08 16:43:13 +01:00
extern const char *Lan_STR_LANG_ID[1 + Lan_NUM_LANGUAGES];
2017-03-02 00:53:34 +01:00
MYSQL_RES *mysql_res;
MYSQL_ROW row;
2017-06-20 14:43:26 +02:00
/***** 1. Fast check: Trivial case *****/
2017-03-02 00:53:34 +01:00
if (Ins->InsCod <= 0)
{
2019-03-07 13:00:18 +01:00
Ins->ShrtName[0] = '\0'; // Empty name
2017-03-02 00:53:34 +01:00
CtyName[0] = '\0'; // Empty name
2017-06-20 14:43:26 +02:00
return;
2017-03-02 00:53:34 +01:00
}
2017-06-20 14:43:26 +02:00
/***** 2. Fast check: If cached... *****/
2019-03-07 13:00:18 +01:00
if (Ins->InsCod == Gbl.Cache.InstitutionShrtNameAndCty.InsCod)
2017-06-20 14:43:26 +02:00
{
2019-03-07 13:00:18 +01:00
Str_Copy (Ins->ShrtName,Gbl.Cache.InstitutionShrtNameAndCty.ShrtName,
Hie_MAX_BYTES_SHRT_NAME);
Str_Copy (CtyName,Gbl.Cache.InstitutionShrtNameAndCty.CtyName,
2017-06-20 14:43:26 +02:00
Hie_MAX_BYTES_FULL_NAME);
return;
}
2017-03-02 00:53:34 +01:00
2019-03-07 13:00:18 +01:00
/***** 3. Slow: get short name and country of institution from database *****/
Gbl.Cache.InstitutionShrtNameAndCty.InsCod = Ins->InsCod;
2017-03-02 00:53:34 +01:00
2019-03-07 13:00:18 +01:00
if (DB_QuerySELECT (&mysql_res,"can not get short name and country"
2018-10-31 16:16:57 +01:00
" of an institution",
2019-03-07 13:00:18 +01:00
"SELECT institutions.ShortName,countries.Name_%s"
2018-10-31 16:16:57 +01:00
" FROM institutions,countries"
" WHERE institutions.InsCod=%ld"
" AND institutions.CtyCod=countries.CtyCod",
2018-12-08 16:43:13 +01:00
Lan_STR_LANG_ID[Gbl.Prefs.Language],Ins->InsCod) == 1)
2017-06-20 14:43:26 +02:00
{
/* Get row */
row = mysql_fetch_row (mysql_res);
2017-03-02 00:53:34 +01:00
2019-03-07 13:00:18 +01:00
/* Get the short name of this institution (row[0]) */
Str_Copy (Gbl.Cache.InstitutionShrtNameAndCty.ShrtName,row[0],
Hie_MAX_BYTES_SHRT_NAME);
2017-06-20 14:43:26 +02:00
/* Get the name of the country (row[1]) */
2019-03-07 13:00:18 +01:00
Str_Copy (Gbl.Cache.InstitutionShrtNameAndCty.CtyName,row[1],
2017-03-08 14:12:33 +01:00
Hie_MAX_BYTES_FULL_NAME);
2015-10-10 22:16:46 +02:00
}
2017-06-20 14:43:26 +02:00
else
{
2019-03-07 13:00:18 +01:00
Gbl.Cache.InstitutionShrtNameAndCty.ShrtName[0] = '\0';
Gbl.Cache.InstitutionShrtNameAndCty.CtyName[0] = '\0';
2017-06-20 14:43:26 +02:00
}
/* Free structure that stores the query result */
DB_FreeMySQLResult (&mysql_res);
2019-03-07 13:00:18 +01:00
Str_Copy (Ins->ShrtName,Gbl.Cache.InstitutionShrtNameAndCty.ShrtName,
Hie_MAX_BYTES_SHRT_NAME);
Str_Copy (CtyName,Gbl.Cache.InstitutionShrtNameAndCty.CtyName,
2017-06-20 14:43:26 +02:00
Hie_MAX_BYTES_FULL_NAME);
2015-10-10 22:16:46 +02:00
}
2014-12-01 23:55:08 +01:00
/*****************************************************************************/
/************************* Free list of institutions *************************/
/*****************************************************************************/
void Ins_FreeListInstitutions (void)
{
2019-04-04 10:45:15 +02:00
if (Gbl.Hierarchy.Cty.Inss.Lst)
2014-12-01 23:55:08 +01:00
{
/***** Free memory used by the list of institutions *****/
2019-11-06 19:45:20 +01:00
free (Gbl.Hierarchy.Cty.Inss.Lst);
2019-04-04 10:45:15 +02:00
Gbl.Hierarchy.Cty.Inss.Lst = NULL;
Gbl.Hierarchy.Cty.Inss.Num = 0;
2014-12-01 23:55:08 +01:00
}
}
/*****************************************************************************/
/************************ Write selector of institution **********************/
/*****************************************************************************/
2015-07-25 20:20:07 +02:00
void Ins_WriteSelectorOfInstitution (void)
2014-12-01 23:55:08 +01:00
{
extern const char *Txt_Institution;
MYSQL_RES *mysql_res;
MYSQL_ROW row;
unsigned NumInss;
unsigned NumIns;
long InsCod;
2019-10-20 22:00:28 +02:00
/***** Begin form *****/
2018-11-09 20:47:39 +01:00
Frm_StartFormGoTo (ActSeeCtr);
2019-04-03 20:57:04 +02:00
if (Gbl.Hierarchy.Cty.CtyCod > 0)
2019-11-05 15:47:35 +01:00
HTM_SELECT_Begin (true,
"id=\"ins\" name=\"ins\" class=\"HIE_SEL\"");
2014-12-01 23:55:08 +01:00
else
2019-11-05 15:47:35 +01:00
HTM_SELECT_Begin (false,
"id=\"ins\" name=\"ins\" class=\"HIE_SEL\""
" disabled=\"disabled\"");
2019-11-07 01:13:21 +01:00
HTM_OPTION (HTM_Type_STRING,"",
Gbl.Hierarchy.Ins.InsCod < 0,true,
"[%s]",Txt_Institution);
2014-12-01 23:55:08 +01:00
2019-04-03 20:57:04 +02:00
if (Gbl.Hierarchy.Cty.CtyCod > 0)
2014-12-01 23:55:08 +01:00
{
/***** Get institutions of selected country from database *****/
2018-10-31 16:16:57 +01:00
NumInss =
(unsigned) DB_QuerySELECT (&mysql_res,"can not get institutions",
"SELECT DISTINCT InsCod,ShortName"
" FROM institutions"
" WHERE CtyCod=%ld"
" ORDER BY ShortName",
2019-04-03 20:57:04 +02:00
Gbl.Hierarchy.Cty.CtyCod);
2014-12-01 23:55:08 +01:00
/***** List institutions *****/
for (NumIns = 0;
NumIns < NumInss;
NumIns++)
{
/* Get next institution */
row = mysql_fetch_row (mysql_res);
/* Get institution code (row[0]) */
if ((InsCod = Str_ConvertStrCodToLongCod (row[0])) < 0)
Lay_ShowErrorAndExit ("Wrong code of institution.");
/* Write option */
2019-11-07 01:13:21 +01:00
HTM_OPTION (HTM_Type_LONG,&InsCod,
Gbl.Hierarchy.Ins.InsCod > 0 &&
InsCod == Gbl.Hierarchy.Ins.InsCod,false,
"%s",row[1]);
2014-12-01 23:55:08 +01:00
}
/***** Free structure that stores the query result *****/
DB_FreeMySQLResult (&mysql_res);
}
/***** End form *****/
2019-11-05 08:46:38 +01:00
HTM_SELECT_End ();
2018-11-09 20:47:39 +01:00
Frm_EndForm ();
2014-12-01 23:55:08 +01:00
}
/*****************************************************************************/
/************************* List all the institutions *************************/
/*****************************************************************************/
2019-04-06 20:43:31 +02:00
static void Ins_ListInstitutionsForEdition (void)
2014-12-01 23:55:08 +01:00
{
extern const char *Txt_INSTITUTION_STATUS[Ins_NUM_STATUS_TXT];
unsigned NumIns;
2019-04-06 20:43:31 +02:00
struct Instit *Ins;
2017-03-07 01:56:41 +01:00
char WWW[Cns_MAX_BYTES_WWW + 1];
2014-12-01 23:55:08 +01:00
struct UsrData UsrDat;
bool ICanEdit;
Ins_StatusTxt_t StatusTxt;
2019-11-07 01:13:21 +01:00
unsigned StatusUnsigned;
2014-12-01 23:55:08 +01:00
/***** Initialize structure with user's data *****/
Usr_UsrDataConstructor (&UsrDat);
/***** Write heading *****/
2019-10-23 19:05:05 +02:00
HTM_TABLE_BeginWidePadding (2);
2014-12-01 23:55:08 +01:00
Ins_PutHeadInstitutionsForEdition ();
/***** Write all the institutions *****/
for (NumIns = 0;
2019-04-04 10:45:15 +02:00
NumIns < Gbl.Hierarchy.Cty.Inss.Num;
2014-12-01 23:55:08 +01:00
NumIns++)
{
2019-04-04 10:45:15 +02:00
Ins = &Gbl.Hierarchy.Cty.Inss.Lst[NumIns];
2014-12-01 23:55:08 +01:00
ICanEdit = Ins_CheckIfICanEdit (Ins);
2019-10-23 19:05:05 +02:00
HTM_TR_Begin (NULL);
2019-10-09 15:09:42 +02:00
/* Put icon to remove institution */
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"BM\"");
2019-04-04 10:45:15 +02:00
if (Ins->Ctrs.Num ||
2015-12-09 22:05:21 +01:00
Ins->NumUsrsWhoClaimToBelongToIns ||
2015-08-03 22:24:32 +02:00
Ins->NumUsrs || // Institution has centres or users ==> deletion forbidden
!ICanEdit)
2017-06-11 19:13:28 +02:00
Ico_PutIconRemovalNotAllowed ();
2014-12-01 23:55:08 +01:00
else
{
2018-11-09 20:47:39 +01:00
Frm_StartForm (ActRemIns);
2014-12-01 23:55:08 +01:00
Ins_PutParamOtherInsCod (Ins->InsCod);
2017-06-11 19:13:28 +02:00
Ico_PutIconRemove ();
2018-11-09 20:47:39 +01:00
Frm_EndForm ();
2014-12-01 23:55:08 +01:00
}
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2014-12-01 23:55:08 +01:00
/* Institution code */
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"DAT CODE\"");
2019-11-10 13:38:17 +01:00
HTM_Long (Ins->InsCod);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2014-12-01 23:55:08 +01:00
/* Institution logo */
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("title=\"%s\" class=\"HIE_LOGO\"",Ins->FullName);
2019-04-03 20:57:04 +02:00
Log_DrawLogo (Hie_INS,Ins->InsCod,Ins->ShrtName,20,NULL,true);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2014-12-01 23:55:08 +01:00
/* Institution short name */
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"DAT LM\"");
2014-12-01 23:55:08 +01:00
if (ICanEdit)
{
2018-11-09 20:47:39 +01:00
Frm_StartForm (ActRenInsSho);
2014-12-01 23:55:08 +01:00
Ins_PutParamOtherInsCod (Ins->InsCod);
2019-11-04 12:25:48 +01:00
HTM_INPUT_TEXT ("ShortName",Hie_MAX_CHARS_SHRT_NAME,Ins->ShrtName,true,
"class=\"INPUT_SHORT_NAME\"");
2018-11-09 20:47:39 +01:00
Frm_EndForm ();
2014-12-01 23:55:08 +01:00
}
else
2019-11-10 12:36:37 +01:00
HTM_Txt (Ins->ShrtName);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2014-12-01 23:55:08 +01:00
/* Institution full name */
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"DAT LM\"");
2014-12-01 23:55:08 +01:00
if (ICanEdit)
{
2018-11-09 20:47:39 +01:00
Frm_StartForm (ActRenInsFul);
2014-12-01 23:55:08 +01:00
Ins_PutParamOtherInsCod (Ins->InsCod);
2019-11-04 12:25:48 +01:00
HTM_INPUT_TEXT ("FullName",Hie_MAX_CHARS_FULL_NAME,Ins->FullName,true,
"class=\"INPUT_FULL_NAME\"");
2018-11-09 20:47:39 +01:00
Frm_EndForm ();
2014-12-01 23:55:08 +01:00
}
else
2019-11-10 12:36:37 +01:00
HTM_Txt (Ins->FullName);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2014-12-01 23:55:08 +01:00
/* Institution WWW */
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"DAT LM\"");
2014-12-01 23:55:08 +01:00
if (ICanEdit)
{
2018-11-09 20:47:39 +01:00
Frm_StartForm (ActChgInsWWW);
2014-12-01 23:55:08 +01:00
Ins_PutParamOtherInsCod (Ins->InsCod);
2019-11-04 12:25:48 +01:00
HTM_INPUT_URL ("WWW",Ins->WWW,true,
"class=\"INPUT_WWW\"");
2018-11-09 20:47:39 +01:00
Frm_EndForm ();
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2014-12-01 23:55:08 +01:00
}
else
{
2017-01-17 03:10:43 +01:00
Str_Copy (WWW,Ins->WWW,
2017-03-07 01:56:41 +01:00
Cns_MAX_BYTES_WWW);
2019-10-24 00:04:40 +02:00
HTM_DIV_Begin ("class=\"EXTERNAL_WWW_SHORT\"");
2019-10-28 20:38:29 +01:00
HTM_A_Begin ("href=\"%s\" target=\"_blank\" class=\"DAT\" title=\"%s\"",
Ins->WWW,Ins->WWW);
2019-11-10 12:36:37 +01:00
HTM_Txt (WWW);
2019-10-28 13:56:04 +01:00
HTM_A_End ();
2019-10-23 20:07:56 +02:00
HTM_DIV_End ();
2014-12-01 23:55:08 +01:00
}
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2014-12-01 23:55:08 +01:00
2015-12-14 16:44:14 +01:00
/* Number of users who claim to belong to this institution */
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"DAT RM\"");
2019-11-10 13:31:47 +01:00
HTM_Unsigned (Ins->NumUsrsWhoClaimToBelongToIns);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2014-12-01 23:55:08 +01:00
/* Number of centres */
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"DAT RM\"");
2019-11-10 13:31:47 +01:00
HTM_Unsigned (Ins->Ctrs.Num);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2014-12-01 23:55:08 +01:00
2015-12-14 16:44:14 +01:00
/* Number of users in courses of this institution */
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"DAT RM\"");
2019-11-10 13:31:47 +01:00
HTM_Unsigned (Ins->NumUsrs);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2015-12-14 16:44:14 +01:00
2017-03-17 00:46:28 +01:00
/* Institution requester */
UsrDat.UsrCod = Ins->RequesterUsrCod;
2019-03-19 13:22:14 +01:00
Usr_ChkUsrCodAndGetAllUsrDataFromUsrCod (&UsrDat,Usr_DONT_GET_PREFS);
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"DAT INPUT_REQUESTER LT\"");
2017-05-02 01:16:06 +02:00
Msg_WriteMsgAuthor (&UsrDat,true,NULL);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2017-03-17 00:46:28 +01:00
2015-12-05 21:15:30 +01:00
/* Institution status */
2014-12-01 23:55:08 +01:00
StatusTxt = Ins_GetStatusTxtFromStatusBits (Ins->Status);
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"DAT LM\"");
2017-06-04 18:18:54 +02:00
if (Gbl.Usrs.Me.Role.Logged == Rol_SYS_ADM &&
2014-12-01 23:55:08 +01:00
StatusTxt == Ins_STATUS_PENDING)
{
2018-11-09 20:47:39 +01:00
Frm_StartForm (ActChgInsSta);
2014-12-01 23:55:08 +01:00
Ins_PutParamOtherInsCod (Ins->InsCod);
2019-11-05 15:47:35 +01:00
HTM_SELECT_Begin (true,
"name=\"Status\" class=\"INPUT_STATUS\"");
2019-11-07 01:13:21 +01:00
StatusUnsigned = (unsigned) Ins_GetStatusBitsFromStatusTxt (Ins_STATUS_PENDING);
HTM_OPTION (HTM_Type_UNSIGNED,&StatusUnsigned,true,false,
"%s",Txt_INSTITUTION_STATUS[Ins_STATUS_PENDING]);
StatusUnsigned = (unsigned) Ins_GetStatusBitsFromStatusTxt (Ins_STATUS_ACTIVE);
HTM_OPTION (HTM_Type_UNSIGNED,&StatusUnsigned,true,false,
"%s",Txt_INSTITUTION_STATUS[Ins_STATUS_ACTIVE]);
2019-11-05 08:46:38 +01:00
HTM_SELECT_End ();
2018-11-09 20:47:39 +01:00
Frm_EndForm ();
2014-12-01 23:55:08 +01:00
}
2017-03-17 00:46:28 +01:00
else if (StatusTxt != Ins_STATUS_ACTIVE) // If active ==> do not show anything
2019-11-10 12:36:37 +01:00
HTM_Txt (Txt_INSTITUTION_STATUS[StatusTxt]);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
HTM_TR_End ();
2014-12-01 23:55:08 +01:00
}
/***** End table *****/
2019-10-23 19:05:05 +02:00
HTM_TABLE_End ();
2014-12-01 23:55:08 +01:00
/***** Free memory used for user's data *****/
Usr_UsrDataDestructor (&UsrDat);
}
/*****************************************************************************/
/************ Check if I can edit, remove, etc. an institution ***************/
/*****************************************************************************/
2016-10-28 10:03:37 +02:00
static bool Ins_CheckIfICanEdit (struct Instit *Ins)
2014-12-01 23:55:08 +01:00
{
2017-06-04 18:18:54 +02:00
return (bool) (Gbl.Usrs.Me.Role.Logged == Rol_SYS_ADM || // I am a superuser
2014-12-01 23:55:08 +01:00
((Ins->Status & Ins_STATUS_BIT_PENDING) != 0 && // Institution is not yet activated
Gbl.Usrs.Me.UsrDat.UsrCod == Ins->RequesterUsrCod)); // I am the requester
}
/*****************************************************************************/
/******************* Set StatusTxt depending on status bits ******************/
/*****************************************************************************/
// Ins_STATUS_UNKNOWN = 0 // Other
// Ins_STATUS_ACTIVE = 1 // 00 (Status == 0)
// Ins_STATUS_PENDING = 2 // 01 (Status == Ins_STATUS_BIT_PENDING)
// Ins_STATUS_REMOVED = 3 // 1- (Status & Ins_STATUS_BIT_REMOVED)
static Ins_StatusTxt_t Ins_GetStatusTxtFromStatusBits (Ins_Status_t Status)
{
if (Status == 0)
return Ins_STATUS_ACTIVE;
if (Status == Ins_STATUS_BIT_PENDING)
return Ins_STATUS_PENDING;
if (Status & Ins_STATUS_BIT_REMOVED)
return Ins_STATUS_REMOVED;
return Ins_STATUS_UNKNOWN;
}
/*****************************************************************************/
/******************* Set status bits depending on StatusTxt ******************/
/*****************************************************************************/
// Ins_STATUS_UNKNOWN = 0 // Other
// Ins_STATUS_ACTIVE = 1 // 00 (Status == 0)
// Ins_STATUS_PENDING = 2 // 01 (Status == Ins_STATUS_BIT_PENDING)
// Ins_STATUS_REMOVED = 3 // 1- (Status & Ins_STATUS_BIT_REMOVED)
static Ins_Status_t Ins_GetStatusBitsFromStatusTxt (Ins_StatusTxt_t StatusTxt)
{
switch (StatusTxt)
{
case Ins_STATUS_UNKNOWN:
case Ins_STATUS_ACTIVE:
return (Ins_Status_t) 0;
case Ins_STATUS_PENDING:
return Ins_STATUS_BIT_PENDING;
case Ins_STATUS_REMOVED:
return Ins_STATUS_BIT_REMOVED;
}
return (Ins_Status_t) 0;
}
/*****************************************************************************/
/***************** Write parameter with code of institution ******************/
/*****************************************************************************/
void Ins_PutParamInsCod (long InsCod)
{
2019-11-03 13:19:32 +01:00
Par_PutHiddenParamLong (NULL,"ins",InsCod);
2014-12-01 23:55:08 +01:00
}
/*****************************************************************************/
/***************** Write parameter with code of institution ******************/
/*****************************************************************************/
static void Ins_PutParamOtherInsCod (long InsCod)
{
2019-11-03 13:19:32 +01:00
Par_PutHiddenParamLong (NULL,"OthInsCod",InsCod);
2014-12-01 23:55:08 +01:00
}
/*****************************************************************************/
/******************* Get parameter with code of institution ******************/
/*****************************************************************************/
2017-05-31 21:05:59 +02:00
long Ins_GetAndCheckParamOtherInsCod (long MinCodAllowed)
2014-12-01 23:55:08 +01:00
{
2016-10-23 18:55:11 +02:00
long InsCod;
2014-12-01 23:55:08 +01:00
2016-10-23 19:40:14 +02:00
/***** Get and check parameter with code of institution *****/
2017-05-31 21:05:59 +02:00
if ((InsCod = Ins_GetParamOtherInsCod ()) < MinCodAllowed)
Lay_ShowErrorAndExit ("Code of institution is missing or invalid.");
2016-10-23 18:55:11 +02:00
return InsCod;
2014-12-01 23:55:08 +01:00
}
2016-10-23 19:40:14 +02:00
static long Ins_GetParamOtherInsCod (void)
{
2017-01-28 20:32:50 +01:00
/***** Get code of institution *****/
return Par_GetParToLong ("OthInsCod");
2016-10-23 19:40:14 +02:00
}
2014-12-01 23:55:08 +01:00
/*****************************************************************************/
/**************************** Remove a institution ***************************/
/*****************************************************************************/
void Ins_RemoveInstitution (void)
{
extern const char *Txt_To_remove_an_institution_you_must_first_remove_all_centres_and_users_in_the_institution;
extern const char *Txt_Institution_X_removed;
2017-01-28 15:58:46 +01:00
char PathIns[PATH_MAX + 1];
2014-12-01 23:55:08 +01:00
2019-04-06 20:43:31 +02:00
/***** Institution constructor *****/
Ins_EditingInstitutionConstructor ();
2014-12-01 23:55:08 +01:00
/***** Get institution code *****/
2019-04-06 20:43:31 +02:00
Ins_EditingIns->InsCod = Ins_GetAndCheckParamOtherInsCod (1);
2014-12-01 23:55:08 +01:00
/***** Get data of the institution from database *****/
2019-04-06 20:43:31 +02:00
Ins_GetDataOfInstitutionByCod (Ins_EditingIns,Ins_GET_EXTRA_DATA);
2014-12-01 23:55:08 +01:00
/***** Check if this institution has users *****/
2019-04-06 20:43:31 +02:00
if (!Ins_CheckIfICanEdit (Ins_EditingIns))
2019-10-26 01:56:36 +02:00
Lay_NoPermissionExit ();
2019-04-06 20:43:31 +02:00
else if (Ins_EditingIns->Ctrs.Num ||
Ins_EditingIns->NumUsrsWhoClaimToBelongToIns ||
Ins_EditingIns->NumUsrs) // Institution has centres or users ==> don't remove
2019-04-08 15:33:29 +02:00
Ale_CreateAlert (Ale_WARNING,NULL,
Txt_To_remove_an_institution_you_must_first_remove_all_centres_and_users_in_the_institution);
2014-12-01 23:55:08 +01:00
else // Institution has no users ==> remove it
{
2016-10-28 00:25:31 +02:00
/***** Remove all the threads and posts in forums of the institution *****/
2019-04-06 20:43:31 +02:00
For_RemoveForums (Hie_INS,Ins_EditingIns->InsCod);
2016-10-28 00:25:31 +02:00
/***** Remove surveys of the institution *****/
2019-04-06 20:43:31 +02:00
Svy_RemoveSurveys (Hie_INS,Ins_EditingIns->InsCod);
2016-10-28 00:25:31 +02:00
2015-01-20 02:00:42 +01:00
/***** Remove information related to files in institution *****/
2019-04-06 20:43:31 +02:00
Brw_RemoveInsFilesFromDB (Ins_EditingIns->InsCod);
2015-01-25 18:50:43 +01:00
/***** Remove directories of the institution *****/
2018-10-18 02:02:32 +02:00
snprintf (PathIns,sizeof (PathIns),
2019-03-20 01:36:36 +01:00
"%s/%02u/%u",
Cfg_PATH_INS_PUBLIC,
2019-04-06 20:43:31 +02:00
(unsigned) (Ins_EditingIns->InsCod % 100),
(unsigned) Ins_EditingIns->InsCod);
2016-10-06 22:18:33 +02:00
Fil_RemoveTree (PathIns);
2015-01-20 18:55:59 +01:00
2014-12-01 23:55:08 +01:00
/***** Remove institution *****/
2018-11-02 22:00:31 +01:00
DB_QueryDELETE ("can not remove an institution",
"DELETE FROM institutions WHERE InsCod=%ld",
2019-04-06 20:43:31 +02:00
Ins_EditingIns->InsCod);
2014-12-01 23:55:08 +01:00
2017-06-20 14:43:26 +02:00
/***** Flush caches *****/
Ins_FlushCacheShortNameOfInstitution ();
Ins_FlushCacheFullNameAndCtyOfInstitution ();
2014-12-01 23:55:08 +01:00
/***** Write message to show the change made *****/
2019-04-08 15:33:29 +02:00
Ale_CreateAlert (Ale_SUCCESS,NULL,
Txt_Institution_X_removed,
Ins_EditingIns->FullName);
2019-06-13 10:14:05 +02:00
Ins_EditingIns->InsCod = -1L; // To not showing button to go to institution
2014-12-01 23:55:08 +01:00
}
}
/*****************************************************************************/
2019-05-16 14:22:10 +02:00
/********************* Change the name of an institution *********************/
2014-12-01 23:55:08 +01:00
/*****************************************************************************/
void Ins_RenameInsShort (void)
{
2019-04-04 14:48:05 +02:00
/***** Institution constructor *****/
2019-04-06 20:43:31 +02:00
Ins_EditingInstitutionConstructor ();
2019-04-04 14:48:05 +02:00
/***** Rename institution *****/
2019-04-06 20:43:31 +02:00
Ins_EditingIns->InsCod = Ins_GetAndCheckParamOtherInsCod (1);
Ins_RenameInstitution (Ins_EditingIns,Cns_SHRT_NAME);
2014-12-01 23:55:08 +01:00
}
2019-04-06 20:43:31 +02:00
void Ins_RenameInsFull (void)
2016-10-22 18:24:57 +02:00
{
2019-04-04 14:48:05 +02:00
/***** Institution constructor *****/
2019-04-06 20:43:31 +02:00
Ins_EditingInstitutionConstructor ();
2019-04-04 14:48:05 +02:00
/***** Rename institution *****/
2019-04-06 20:43:31 +02:00
Ins_EditingIns->InsCod = Ins_GetAndCheckParamOtherInsCod (1);
Ins_RenameInstitution (Ins_EditingIns,Cns_FULL_NAME);
}
2014-12-01 23:55:08 +01:00
/*****************************************************************************/
2019-04-06 20:43:31 +02:00
/************ Change the name of an institution in configuration *************/
2014-12-01 23:55:08 +01:00
/*****************************************************************************/
2019-04-06 20:43:31 +02:00
void Ins_RenameInsShortInConfig (void)
2014-12-01 23:55:08 +01:00
{
2019-04-04 14:48:05 +02:00
/***** Rename institution *****/
2019-05-16 14:22:10 +02:00
Ins_RenameInstitution (&Gbl.Hierarchy.Ins,Cns_SHRT_NAME);
2016-10-22 17:27:30 +02:00
}
2016-03-01 23:58:48 +01:00
2016-10-22 17:27:30 +02:00
void Ins_RenameInsFullInConfig (void)
{
2019-04-04 14:48:05 +02:00
/***** Rename institution *****/
2019-05-16 14:22:10 +02:00
Ins_RenameInstitution (&Gbl.Hierarchy.Ins,Cns_FULL_NAME);
2014-12-01 23:55:08 +01:00
}
/*****************************************************************************/
/******************** Change the name of an institution **********************/
/*****************************************************************************/
2016-10-28 10:03:37 +02:00
static void Ins_RenameInstitution (struct Instit *Ins,Cns_ShrtOrFullName_t ShrtOrFullName)
2014-12-01 23:55:08 +01:00
{
extern const char *Txt_You_can_not_leave_the_name_of_the_institution_X_empty;
extern const char *Txt_The_institution_X_already_exists;
2016-03-01 23:58:48 +01:00
extern const char *Txt_The_institution_X_has_been_renamed_as_Y;
2014-12-01 23:55:08 +01:00
extern const char *Txt_The_name_of_the_institution_X_has_not_changed;
const char *ParamName = NULL; // Initialized to avoid warning
const char *FieldName = NULL; // Initialized to avoid warning
2017-03-07 19:55:29 +01:00
unsigned MaxBytes = 0; // Initialized to avoid warning
2014-12-01 23:55:08 +01:00
char *CurrentInsName = NULL; // Initialized to avoid warning
2017-03-08 14:12:33 +01:00
char NewInsName[Hie_MAX_BYTES_FULL_NAME + 1];
2014-12-01 23:55:08 +01:00
2016-10-28 10:03:37 +02:00
switch (ShrtOrFullName)
2014-12-01 23:55:08 +01:00
{
2016-10-28 10:03:37 +02:00
case Cns_SHRT_NAME:
2014-12-01 23:55:08 +01:00
ParamName = "ShortName";
FieldName = "ShortName";
2017-03-08 14:12:33 +01:00
MaxBytes = Hie_MAX_BYTES_SHRT_NAME;
2016-10-28 10:03:37 +02:00
CurrentInsName = Ins->ShrtName;
2014-12-01 23:55:08 +01:00
break;
case Cns_FULL_NAME:
ParamName = "FullName";
FieldName = "FullName";
2017-03-08 14:12:33 +01:00
MaxBytes = Hie_MAX_BYTES_FULL_NAME;
2014-12-01 23:55:08 +01:00
CurrentInsName = Ins->FullName;
break;
}
2016-10-22 17:27:30 +02:00
/***** Get the new name for the institution from form *****/
2017-03-07 19:55:29 +01:00
Par_GetParToText (ParamName,NewInsName,MaxBytes);
2014-12-01 23:55:08 +01:00
/***** Get from the database the old names of the institution *****/
2015-12-09 19:51:17 +01:00
Ins_GetDataOfInstitutionByCod (Ins,Ins_GET_BASIC_DATA);
2014-12-01 23:55:08 +01:00
/***** Check if new name is empty *****/
if (!NewInsName[0])
2019-03-09 20:12:44 +01:00
Ale_CreateAlert (Ale_WARNING,NULL,
Txt_You_can_not_leave_the_name_of_the_institution_X_empty,
CurrentInsName);
2014-12-01 23:55:08 +01:00
else
{
2019-01-02 15:10:51 +01:00
/***** Check if old and new names are the same
(this happens when return is pressed without changes) *****/
2014-12-01 23:55:08 +01:00
if (strcmp (CurrentInsName,NewInsName)) // Different names
{
/***** If institution was in database... *****/
2019-03-09 20:12:44 +01:00
if (Ins_CheckIfInsNameExistsInCty (ParamName,NewInsName,Ins->InsCod,
2019-04-03 20:57:04 +02:00
Gbl.Hierarchy.Cty.CtyCod))
2019-03-09 20:12:44 +01:00
Ale_CreateAlert (Ale_WARNING,NULL,
Txt_The_institution_X_already_exists,
NewInsName);
2014-12-01 23:55:08 +01:00
else
{
/* Update the table changing old name by new name */
2016-10-22 17:27:30 +02:00
Ins_UpdateInsNameDB (Ins->InsCod,FieldName,NewInsName);
2014-12-01 23:55:08 +01:00
2017-03-09 11:16:17 +01:00
/* Create message to show the change made */
2019-03-09 20:12:44 +01:00
Ale_CreateAlert (Ale_SUCCESS,NULL,
Txt_The_institution_X_has_been_renamed_as_Y,
CurrentInsName,NewInsName);
2016-03-01 23:58:48 +01:00
/* Change current institution name in order to display it properly */
2017-03-09 11:16:17 +01:00
Str_Copy (CurrentInsName,NewInsName,
MaxBytes);
2014-12-01 23:55:08 +01:00
}
}
else // The same name
2019-03-09 20:12:44 +01:00
Ale_CreateAlert (Ale_INFO,NULL,
Txt_The_name_of_the_institution_X_has_not_changed,
CurrentInsName);
2014-12-01 23:55:08 +01:00
}
}
/*****************************************************************************/
/****** Check if the name of institution exists in the current country *******/
/*****************************************************************************/
2019-03-09 20:12:44 +01:00
static bool Ins_CheckIfInsNameExistsInCty (const char *FieldName,
const char *Name,
long InsCod,
long CtyCod)
2014-12-01 23:55:08 +01:00
{
/***** Get number of institutions in current country with a name from database *****/
2018-11-03 20:52:00 +01:00
return (DB_QueryCOUNT ("can not check if the name of an institution"
" already existed",
"SELECT COUNT(*) FROM institutions"
" WHERE CtyCod=%ld AND %s='%s' AND InsCod<>%ld",
CtyCod,FieldName,Name,InsCod) != 0);
2014-12-01 23:55:08 +01:00
}
2016-10-22 17:27:30 +02:00
/*****************************************************************************/
/************ Update institution name in table of institutions ***************/
/*****************************************************************************/
static void Ins_UpdateInsNameDB (long InsCod,const char *FieldName,const char *NewInsName)
{
/***** Update institution changing old name by new name */
2018-11-03 12:16:40 +01:00
DB_QueryUPDATE ("can not update the name of an institution",
"UPDATE institutions SET %s='%s' WHERE InsCod=%ld",
FieldName,NewInsName,InsCod);
2017-06-20 14:43:26 +02:00
/***** Flush caches *****/
Ins_FlushCacheShortNameOfInstitution ();
Ins_FlushCacheFullNameAndCtyOfInstitution ();
2016-10-22 17:27:30 +02:00
}
2014-12-01 23:55:08 +01:00
/*****************************************************************************/
/******************* Change the country of a institution *********************/
/*****************************************************************************/
2016-10-20 19:46:06 +02:00
void Ins_ChangeInsCtyInConfig (void)
{
extern const char *Txt_The_institution_X_already_exists;
extern const char *Txt_The_country_of_the_institution_X_has_changed_to_Y;
struct Country NewCty;
2016-10-23 19:40:14 +02:00
/***** Get the new country code for the institution *****/
2017-05-31 21:05:59 +02:00
NewCty.CtyCod = Cty_GetAndCheckParamOtherCtyCod (0);
2016-10-20 19:46:06 +02:00
/***** Check if country has changed *****/
2019-04-03 20:57:04 +02:00
if (NewCty.CtyCod != Gbl.Hierarchy.Ins.CtyCod)
2016-10-20 19:46:06 +02:00
{
/***** Get data of the country from database *****/
Cty_GetDataOfCountryByCod (&NewCty,Cty_GET_BASIC_DATA);
/***** Check if it already exists an institution with the same name in the new country *****/
2019-04-03 20:57:04 +02:00
if (Ins_CheckIfInsNameExistsInCty ("ShortName",Gbl.Hierarchy.Ins.ShrtName,-1L,NewCty.CtyCod))
2019-03-09 20:12:44 +01:00
Ale_CreateAlert (Ale_WARNING,NULL,
Txt_The_institution_X_already_exists,
2019-04-03 20:57:04 +02:00
Gbl.Hierarchy.Ins.ShrtName);
else if (Ins_CheckIfInsNameExistsInCty ("FullName",Gbl.Hierarchy.Ins.FullName,-1L,NewCty.CtyCod))
2019-03-09 20:12:44 +01:00
Ale_CreateAlert (Ale_WARNING,NULL,
Txt_The_institution_X_already_exists,
2019-04-03 20:57:04 +02:00
Gbl.Hierarchy.Ins.FullName);
2016-10-20 19:46:06 +02:00
else
{
/***** Update the table changing the country of the institution *****/
2019-04-03 20:57:04 +02:00
Ins_UpdateInsCtyDB (Gbl.Hierarchy.Ins.InsCod,NewCty.CtyCod);
Gbl.Hierarchy.Ins.CtyCod =
Gbl.Hierarchy.Cty.CtyCod = NewCty.CtyCod;
2016-10-20 19:46:06 +02:00
/***** Initialize again current course, degree, centre... *****/
2016-11-14 17:26:32 +01:00
Hie_InitHierarchy ();
2016-10-20 19:46:06 +02:00
/***** Write message to show the change made *****/
2019-03-09 20:12:44 +01:00
Ale_CreateAlert (Ale_SUCCESS,NULL,
Txt_The_country_of_the_institution_X_has_changed_to_Y,
2019-04-03 20:57:04 +02:00
Gbl.Hierarchy.Ins.FullName,NewCty.Name[Gbl.Prefs.Language]);
2016-10-20 19:46:06 +02:00
}
}
}
/*****************************************************************************/
/*** Show msg. of success after changing an institution in instit. config. ***/
/*****************************************************************************/
void Ins_ContEditAfterChgInsInConfig (void)
{
2017-03-26 03:50:57 +02:00
/***** Write success / warning message *****/
2019-03-09 20:12:44 +01:00
Ale_ShowAlerts (NULL);
2016-10-20 19:46:06 +02:00
/***** Show the form again *****/
Ins_ShowConfiguration ();
}
2014-12-01 23:55:08 +01:00
/*****************************************************************************/
2016-10-20 19:46:06 +02:00
/****************** Update country in table of institutions ******************/
/*****************************************************************************/
static void Ins_UpdateInsCtyDB (long InsCod,long CtyCod)
{
/***** Update country in table of institutions *****/
2018-11-03 12:16:40 +01:00
DB_QueryUPDATE ("can not update the country of an institution",
"UPDATE institutions SET CtyCod=%ld WHERE InsCod=%ld",
CtyCod,InsCod);
2016-10-20 19:46:06 +02:00
}
/*****************************************************************************/
2014-12-01 23:55:08 +01:00
/********************** Change the URL of a institution **********************/
/*****************************************************************************/
void Ins_ChangeInsWWW (void)
{
extern const char *Txt_The_new_web_address_is_X;
extern const char *Txt_You_can_not_leave_the_web_address_empty;
2017-03-07 01:56:41 +01:00
char NewWWW[Cns_MAX_BYTES_WWW + 1];
2014-12-01 23:55:08 +01:00
2019-04-04 14:48:05 +02:00
/***** Institution constructor *****/
2019-04-06 20:43:31 +02:00
Ins_EditingInstitutionConstructor ();
2019-04-04 14:48:05 +02:00
2014-12-01 23:55:08 +01:00
/***** Get parameters from form *****/
/* Get the code of the institution */
2019-04-06 20:43:31 +02:00
Ins_EditingIns->InsCod = Ins_GetAndCheckParamOtherInsCod (1);
2014-12-01 23:55:08 +01:00
/* Get the new WWW for the institution */
2017-03-07 01:56:41 +01:00
Par_GetParToText ("WWW",NewWWW,Cns_MAX_BYTES_WWW);
2014-12-01 23:55:08 +01:00
2016-03-01 23:58:48 +01:00
/***** Get data of institution *****/
2019-04-06 20:43:31 +02:00
Ins_GetDataOfInstitutionByCod (Ins_EditingIns,Ins_GET_BASIC_DATA);
2016-03-01 23:58:48 +01:00
2014-12-01 23:55:08 +01:00
/***** Check if new WWW is empty *****/
if (NewWWW[0])
{
2016-10-22 19:49:33 +02:00
/***** Update database changing old WWW by new WWW *****/
2019-04-06 20:43:31 +02:00
Ins_UpdateInsWWWDB (Ins_EditingIns->InsCod,NewWWW);
Str_Copy (Ins_EditingIns->WWW,NewWWW,
2017-03-07 01:56:41 +01:00
Cns_MAX_BYTES_WWW);
2014-12-01 23:55:08 +01:00
2017-05-11 21:53:37 +02:00
/***** Write message to show the change made
and put button to go to institution changed *****/
2019-03-09 20:12:44 +01:00
Ale_CreateAlert (Ale_SUCCESS,NULL,
Txt_The_new_web_address_is_X,
NewWWW);
2014-12-01 23:55:08 +01:00
}
else
2019-04-08 15:33:29 +02:00
Ale_CreateAlert (Ale_WARNING,NULL,
Txt_You_can_not_leave_the_web_address_empty);
2014-12-01 23:55:08 +01:00
}
2016-10-22 19:49:33 +02:00
void Ins_ChangeInsWWWInConfig (void)
{
extern const char *Txt_The_new_web_address_is_X;
extern const char *Txt_You_can_not_leave_the_web_address_empty;
2017-03-07 01:56:41 +01:00
char NewWWW[Cns_MAX_BYTES_WWW + 1];
2016-10-22 19:49:33 +02:00
/***** Get parameters from form *****/
/* Get the new WWW for the institution */
2017-03-07 01:56:41 +01:00
Par_GetParToText ("WWW",NewWWW,Cns_MAX_BYTES_WWW);
2016-10-22 19:49:33 +02:00
/***** Check if new WWW is empty *****/
if (NewWWW[0])
{
/***** Update database changing old WWW by new WWW *****/
2019-04-03 20:57:04 +02:00
Ins_UpdateInsWWWDB (Gbl.Hierarchy.Ins.InsCod,NewWWW);
Str_Copy (Gbl.Hierarchy.Ins.WWW,NewWWW,
2017-03-07 01:56:41 +01:00
Cns_MAX_BYTES_WWW);
2016-10-22 19:49:33 +02:00
/***** Write message to show the change made *****/
2019-02-16 17:20:05 +01:00
Ale_ShowAlert (Ale_SUCCESS,Txt_The_new_web_address_is_X,
NewWWW);
2016-10-22 19:49:33 +02:00
}
else
2019-02-16 17:20:05 +01:00
Ale_ShowAlert (Ale_WARNING,Txt_You_can_not_leave_the_web_address_empty);
2016-10-22 19:49:33 +02:00
/***** Show the form again *****/
Ins_ShowConfiguration ();
}
/*****************************************************************************/
/**************** Update database changing old WWW by new WWW ****************/
/*****************************************************************************/
2017-03-07 01:56:41 +01:00
static void Ins_UpdateInsWWWDB (long InsCod,const char NewWWW[Cns_MAX_BYTES_WWW + 1])
2016-10-22 19:49:33 +02:00
{
/***** Update database changing old WWW by new WWW *****/
2018-11-03 12:16:40 +01:00
DB_QueryUPDATE ("can not update the web of an institution",
"UPDATE institutions SET WWW='%s' WHERE InsCod=%ld",
NewWWW,InsCod);
2016-10-22 19:49:33 +02:00
}
2014-12-01 23:55:08 +01:00
/*****************************************************************************/
/******************** Change the status of an institution ********************/
/*****************************************************************************/
void Ins_ChangeInsStatus (void)
{
extern const char *Txt_The_status_of_the_institution_X_has_changed;
Ins_Status_t Status;
Ins_StatusTxt_t StatusTxt;
2019-04-04 14:48:05 +02:00
/***** Institution constructor *****/
2019-04-06 20:43:31 +02:00
Ins_EditingInstitutionConstructor ();
2019-04-04 14:48:05 +02:00
2014-12-01 23:55:08 +01:00
/***** Get parameters from form *****/
/* Get institution code */
2019-04-06 20:43:31 +02:00
Ins_EditingIns->InsCod = Ins_GetAndCheckParamOtherInsCod (1);
2014-12-01 23:55:08 +01:00
/* Get parameter with status */
2017-01-29 21:41:08 +01:00
Status = (Ins_Status_t)
Par_GetParToUnsignedLong ("Status",
0,
(unsigned long) Ins_MAX_STATUS,
(unsigned long) Ins_WRONG_STATUS);
if (Status == Ins_WRONG_STATUS)
2014-12-01 23:55:08 +01:00
Lay_ShowErrorAndExit ("Wrong status.");
StatusTxt = Ins_GetStatusTxtFromStatusBits (Status);
Status = Ins_GetStatusBitsFromStatusTxt (StatusTxt); // New status
/***** Get data of institution *****/
2019-04-06 20:43:31 +02:00
Ins_GetDataOfInstitutionByCod (Ins_EditingIns,Ins_GET_BASIC_DATA);
2014-12-01 23:55:08 +01:00
/***** Update status in table of institutions *****/
2018-11-03 12:16:40 +01:00
DB_QueryUPDATE ("can not update the status of an institution",
"UPDATE institutions SET Status=%u WHERE InsCod=%ld",
2019-04-06 20:43:31 +02:00
(unsigned) Status,Ins_EditingIns->InsCod);
Ins_EditingIns->Status = Status;
2014-12-01 23:55:08 +01:00
2019-04-08 15:33:29 +02:00
/***** Create message to show the change made
2017-05-11 21:53:37 +02:00
and put button to go to institution changed *****/
2019-03-09 20:12:44 +01:00
Ale_CreateAlert (Ale_SUCCESS,NULL,
Txt_The_status_of_the_institution_X_has_changed,
2019-04-06 20:43:31 +02:00
Ins_EditingIns->ShrtName);
2019-04-08 15:33:29 +02:00
}
/*****************************************************************************/
/****** Show alerts after changing an institution and continue editing *******/
/*****************************************************************************/
void Ins_ContEditAfterChgIns (void)
{
/***** Write message to show the change made
and put button to go to institution changed *****/
2019-04-06 20:43:31 +02:00
Ins_ShowAlertAndButtonToGoToIns ();
2016-03-01 23:58:48 +01:00
2014-12-01 23:55:08 +01:00
/***** Show the form again *****/
2019-04-06 20:43:31 +02:00
Ins_EditInstitutionsInternal ();
2016-03-01 23:58:48 +01:00
2019-04-06 20:43:31 +02:00
/***** Institution destructor *****/
Ins_EditingInstitutionDestructor ();
2016-03-01 23:58:48 +01:00
}
/*****************************************************************************/
2017-05-11 21:53:37 +02:00
/*************** Write message to show the change made *****************/
/*************** and put button to go to institution changed *****************/
2016-03-01 23:58:48 +01:00
/*****************************************************************************/
2019-04-06 20:43:31 +02:00
static void Ins_ShowAlertAndButtonToGoToIns (void)
2016-03-01 23:58:48 +01:00
{
2019-06-13 10:14:05 +02:00
extern const char *Txt_Go_to_X;
2019-04-08 23:34:58 +02:00
// If the institution being edited is different to the current one...
2019-04-06 20:43:31 +02:00
if (Ins_EditingIns->InsCod != Gbl.Hierarchy.Ins.InsCod)
2019-04-04 14:48:05 +02:00
{
2019-04-08 15:33:29 +02:00
/***** Alert with button to go to institution *****/
2019-06-13 10:14:05 +02:00
snprintf (Gbl.Title,sizeof (Gbl.Title),
Txt_Go_to_X,
Ins_EditingIns->ShrtName);
2019-03-09 20:12:44 +01:00
Ale_ShowLastAlertAndButton (ActSeeCtr,NULL,NULL,Ins_PutParamGoToIns,
Btn_CONFIRM_BUTTON,Gbl.Title);
2019-04-04 14:48:05 +02:00
}
2017-05-11 21:53:37 +02:00
else
/***** Alert *****/
2019-03-09 20:12:44 +01:00
Ale_ShowAlerts (NULL);
2017-05-11 21:53:37 +02:00
}
static void Ins_PutParamGoToIns (void)
{
2019-04-06 20:43:31 +02:00
/***** Put parameter *****/
Ins_PutParamInsCod (Ins_EditingIns->InsCod);
2016-03-01 23:58:48 +01:00
}
2015-01-17 13:31:25 +01:00
/*****************************************************************************/
/******** Show a form for sending a logo of the current institution **********/
/*****************************************************************************/
void Ins_RequestLogo (void)
{
2019-04-03 20:57:04 +02:00
Log_RequestLogo (Hie_INS);
2015-01-17 13:31:25 +01:00
}
/*****************************************************************************/
/************** Receive the logo of the current institution ******************/
/*****************************************************************************/
void Ins_ReceiveLogo (void)
{
2019-04-03 20:57:04 +02:00
Log_ReceiveLogo (Hie_INS);
2015-01-17 13:31:25 +01:00
}
2014-12-01 23:55:08 +01:00
/*****************************************************************************/
2015-02-03 18:43:55 +01:00
/*************** Remove the logo of the current institution ******************/
/*****************************************************************************/
void Ins_RemoveLogo (void)
{
2019-04-03 20:57:04 +02:00
Log_RemoveLogo (Hie_INS);
2015-02-03 18:43:55 +01:00
}
/*****************************************************************************/
/****************** Put a form to create a new institution *******************/
2014-12-01 23:55:08 +01:00
/*****************************************************************************/
2019-04-06 20:43:31 +02:00
static void Ins_PutFormToCreateInstitution (void)
2014-12-01 23:55:08 +01:00
{
2017-04-30 01:20:18 +02:00
extern const char *Txt_New_institution;
2014-12-01 23:55:08 +01:00
extern const char *Txt_Create_institution;
2019-10-20 22:00:28 +02:00
/***** Begin form *****/
2017-06-04 18:18:54 +02:00
if (Gbl.Usrs.Me.Role.Logged == Rol_SYS_ADM)
2018-11-09 20:47:39 +01:00
Frm_StartForm (ActNewIns);
2017-06-04 18:18:54 +02:00
else if (Gbl.Usrs.Me.Role.Max >= Rol_GST)
2018-11-09 20:47:39 +01:00
Frm_StartForm (ActReqIns);
2014-12-01 23:55:08 +01:00
else
2019-10-26 01:56:36 +02:00
Lay_NoPermissionExit ();
2014-12-01 23:55:08 +01:00
2019-10-26 02:19:42 +02:00
/***** Begin box and table *****/
2017-06-10 21:38:10 +02:00
Box_StartBoxTable (NULL,Txt_New_institution,NULL,
2017-06-12 15:03:29 +02:00
NULL,Box_NOT_CLOSABLE,2);
2014-12-01 23:55:08 +01:00
/***** Write heading *****/
Ins_PutHeadInstitutionsForEdition ();
2019-10-23 19:05:05 +02:00
HTM_TR_Begin (NULL);
2019-10-07 17:36:41 +02:00
/***** Column to remove institution, disabled here *****/
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"BM\"");
HTM_TD_End ();
2014-12-01 23:55:08 +01:00
/***** Institution code *****/
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"CODE\"");
HTM_TD_End ();
2014-12-01 23:55:08 +01:00
/***** Institution logo *****/
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("title=\"%s\" class=\"HIE_LOGO\"",Ins_EditingIns->FullName);
2019-04-03 20:57:04 +02:00
Log_DrawLogo (Hie_INS,-1L,"",20,NULL,true);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2014-12-01 23:55:08 +01:00
/***** Institution short name *****/
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"LM\"");
2019-11-04 12:25:48 +01:00
HTM_INPUT_TEXT ("ShortName",Hie_MAX_CHARS_SHRT_NAME,Ins_EditingIns->ShrtName,false,
2019-11-04 09:45:57 +01:00
"class=\"INPUT_SHORT_NAME\" required=\"required\"");
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2014-12-01 23:55:08 +01:00
/***** Institution full name *****/
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"LM\"");
2019-11-04 12:25:48 +01:00
HTM_INPUT_TEXT ("FullName",Hie_MAX_CHARS_FULL_NAME,Ins_EditingIns->FullName,false,
2019-11-04 09:45:57 +01:00
"class=\"INPUT_FULL_NAME\" required=\"required\"");
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2014-12-01 23:55:08 +01:00
/***** Institution WWW *****/
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"LM\"");
2019-11-04 12:25:48 +01:00
HTM_INPUT_URL ("WWW",Ins_EditingIns->WWW,false,
2019-11-04 09:45:57 +01:00
"class=\"INPUT_WWW\" required=\"required\"");
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2014-12-01 23:55:08 +01:00
2015-12-14 16:44:14 +01:00
/***** Number of users who claim to belong to this institution ****/
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"DAT RM\"");
2019-11-10 13:51:07 +01:00
HTM_Unsigned (0);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2014-12-01 23:55:08 +01:00
/***** Number of centres *****/
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"DAT RM\"");
2019-11-10 13:51:07 +01:00
HTM_Unsigned (0);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2014-12-01 23:55:08 +01:00
2015-12-14 16:44:14 +01:00
/***** Number of users in courses of this institution ****/
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"DAT RM\"");
2019-11-10 13:51:07 +01:00
HTM_Unsigned (0);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2015-12-14 16:44:14 +01:00
2015-12-05 21:15:30 +01:00
/***** Institution requester *****/
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"DAT INPUT_REQUESTER LT\"");
2017-05-02 01:16:06 +02:00
Msg_WriteMsgAuthor (&Gbl.Usrs.Me.UsrDat,true,NULL);
2019-10-23 19:05:05 +02:00
HTM_TD_End ();
2017-03-17 00:46:28 +01:00
/***** Institution status *****/
2019-10-23 19:05:05 +02:00
HTM_TD_Begin ("class=\"DAT LM\"");
HTM_TD_End ();
2019-10-07 17:36:41 +02:00
2019-10-23 19:05:05 +02:00
HTM_TR_End ();
2014-12-01 23:55:08 +01:00
2017-06-12 14:16:33 +02:00
/***** End table, send button and end box *****/
2017-06-11 19:02:40 +02:00
Box_EndBoxTableWithButton (Btn_CREATE_BUTTON,Txt_Create_institution);
2014-12-01 23:55:08 +01:00
2017-04-30 02:35:25 +02:00
/***** End form *****/
2018-11-09 20:47:39 +01:00
Frm_EndForm ();
2014-12-01 23:55:08 +01:00
}
/*****************************************************************************/
/**************** Write header with fields of an institution *****************/
/*****************************************************************************/
static void Ins_PutHeadInstitutionsForEdition (void)
{
extern const char *Txt_Code;
2016-03-02 14:53:46 +01:00
extern const char *Txt_Short_name_of_the_institution;
extern const char *Txt_Full_name_of_the_institution;
2014-12-01 23:55:08 +01:00
extern const char *Txt_WWW;
extern const char *Txt_Users;
extern const char *Txt_Centres_ABBREVIATION;
2017-05-30 21:43:05 +02:00
extern const char *Txt_ROLES_PLURAL_BRIEF_Abc[Rol_NUM_ROLES];
2014-12-01 23:55:08 +01:00
extern const char *Txt_Requester;
2019-10-23 19:05:05 +02:00
HTM_TR_Begin (NULL);
HTM_TH_Empty (1);
HTM_TH (1,1,"RM",Txt_Code);
HTM_TH_Empty (1);
HTM_TH (1,1,"LM",Txt_Short_name_of_the_institution);
HTM_TH (1,1,"LM",Txt_Full_name_of_the_institution);
HTM_TH (1,1,"LM",Txt_WWW);
HTM_TH (1,1,"RM",Txt_Users);
HTM_TH (1,1,"RM",Txt_Centres_ABBREVIATION);
HTM_TH_Begin (1,1,"RM");
2019-11-11 00:15:44 +01:00
HTM_TxtF ("%s+",Txt_ROLES_PLURAL_BRIEF_Abc[Rol_TCH]);
2019-11-09 21:08:20 +01:00
HTM_BR ();
2019-11-10 12:36:37 +01:00
HTM_Txt (Txt_ROLES_PLURAL_BRIEF_Abc[Rol_STD]);
2019-10-23 19:05:05 +02:00
HTM_TH_End ();
HTM_TH (1,1,"LM",Txt_Requester);
HTM_TH_Empty (1);
2019-10-12 00:07:52 +02:00
2019-10-23 19:05:05 +02:00
HTM_TR_End ();
2014-12-01 23:55:08 +01:00
}
/*****************************************************************************/
/*************** Receive form to request a new institution *******************/
/*****************************************************************************/
void Ins_RecFormReqIns (void)
{
2019-04-04 14:48:05 +02:00
/***** Institution constructor *****/
2019-04-06 20:43:31 +02:00
Ins_EditingInstitutionConstructor ();
2019-04-04 14:48:05 +02:00
/***** Receive form to request a new institution *****/
2019-04-06 20:43:31 +02:00
Ins_RecFormRequestOrCreateIns ((unsigned) Ins_STATUS_BIT_PENDING);
2014-12-01 23:55:08 +01:00
}
/*****************************************************************************/
/***************** Receive form to create a new institution ******************/
/*****************************************************************************/
void Ins_RecFormNewIns (void)
{
2019-04-04 14:48:05 +02:00
/***** Institution constructor *****/
2019-04-06 20:43:31 +02:00
Ins_EditingInstitutionConstructor ();
2019-04-04 14:48:05 +02:00
/***** Receive form to create a new institution *****/
2019-04-06 20:43:31 +02:00
Ins_RecFormRequestOrCreateIns (0);
2014-12-01 23:55:08 +01:00
}
/*****************************************************************************/
/*********** Receive form to request or create a new institution *************/
/*****************************************************************************/
2019-04-06 20:43:31 +02:00
static void Ins_RecFormRequestOrCreateIns (unsigned Status)
2014-12-01 23:55:08 +01:00
{
extern const char *Txt_The_institution_X_already_exists;
2019-04-08 15:33:29 +02:00
extern const char *Txt_Created_new_institution_X;
2014-12-01 23:55:08 +01:00
extern const char *Txt_You_must_specify_the_web_address_of_the_new_institution;
extern const char *Txt_You_must_specify_the_short_name_and_the_full_name_of_the_new_institution;
/***** Get parameters from form *****/
/* Set institution country */
2019-04-06 20:43:31 +02:00
Ins_EditingIns->CtyCod = Gbl.Hierarchy.Cty.CtyCod;
2014-12-01 23:55:08 +01:00
/* Get institution short name */
2019-04-06 20:43:31 +02:00
Par_GetParToText ("ShortName",Ins_EditingIns->ShrtName,Hie_MAX_BYTES_SHRT_NAME);
2014-12-01 23:55:08 +01:00
/* Get institution full name */
2019-04-06 20:43:31 +02:00
Par_GetParToText ("FullName",Ins_EditingIns->FullName,Hie_MAX_BYTES_FULL_NAME);
2014-12-01 23:55:08 +01:00
/* Get institution WWW */
2019-04-06 20:43:31 +02:00
Par_GetParToText ("WWW",Ins_EditingIns->WWW,Cns_MAX_BYTES_WWW);
2014-12-01 23:55:08 +01:00
2019-04-06 20:43:31 +02:00
if (Ins_EditingIns->ShrtName[0] &&
Ins_EditingIns->FullName[0]) // If there's a institution name
2014-12-01 23:55:08 +01:00
{
2019-04-06 20:43:31 +02:00
if (Ins_EditingIns->WWW[0])
2014-12-01 23:55:08 +01:00
{
/***** If name of institution was in database... *****/
2019-04-06 20:43:31 +02:00
if (Ins_CheckIfInsNameExistsInCty ("ShortName",Ins_EditingIns->ShrtName,
-1L,Gbl.Hierarchy.Cty.CtyCod))
2019-04-08 15:33:29 +02:00
Ale_CreateAlert (Ale_WARNING,NULL,
Txt_The_institution_X_already_exists,
Ins_EditingIns->ShrtName);
2019-04-06 20:43:31 +02:00
else if (Ins_CheckIfInsNameExistsInCty ("FullName",Ins_EditingIns->FullName,
-1L,Gbl.Hierarchy.Cty.CtyCod))
2019-04-08 15:33:29 +02:00
Ale_CreateAlert (Ale_WARNING,NULL,
Txt_The_institution_X_already_exists,
Ins_EditingIns->FullName);
2014-12-01 23:55:08 +01:00
else // Add new institution to database
2019-04-08 15:33:29 +02:00
{
2019-04-06 20:43:31 +02:00
Ins_CreateInstitution (Status);
2019-04-08 15:33:29 +02:00
Ale_CreateAlert (Ale_SUCCESS,NULL,
Txt_Created_new_institution_X,
Ins_EditingIns->FullName);
}
2014-12-01 23:55:08 +01:00
}
2015-01-17 13:31:25 +01:00
else // If there is not a web
2019-04-08 15:33:29 +02:00
Ale_CreateAlert (Ale_WARNING,NULL,
Txt_You_must_specify_the_web_address_of_the_new_institution);
2014-12-01 23:55:08 +01:00
}
else // If there is not a institution name
2019-04-08 15:33:29 +02:00
Ale_CreateAlert (Ale_WARNING,NULL,
Txt_You_must_specify_the_short_name_and_the_full_name_of_the_new_institution);
2014-12-01 23:55:08 +01:00
}
/*****************************************************************************/
/************************** Create a new institution *************************/
/*****************************************************************************/
2019-04-06 20:43:31 +02:00
static void Ins_CreateInstitution (unsigned Status)
2014-12-01 23:55:08 +01:00
{
/***** Create a new institution *****/
2019-04-06 20:43:31 +02:00
Ins_EditingIns->InsCod =
2018-11-03 01:45:36 +01:00
DB_QueryINSERTandReturnCode ("can not create institution",
"INSERT INTO institutions"
" (CtyCod,Status,RequesterUsrCod,ShortName,FullName,WWW)"
" VALUES"
" (%ld,%u,%ld,'%s','%s','%s')",
2019-04-06 20:43:31 +02:00
Ins_EditingIns->CtyCod,
2018-11-03 01:45:36 +01:00
Status,
Gbl.Usrs.Me.UsrDat.UsrCod,
2019-04-06 20:43:31 +02:00
Ins_EditingIns->ShrtName,
Ins_EditingIns->FullName,
Ins_EditingIns->WWW);
2014-12-01 23:55:08 +01:00
}
/*****************************************************************************/
/********************* Get total number of institutions **********************/
/*****************************************************************************/
unsigned Ins_GetNumInssTotal (void)
{
/***** Get total number of degrees from database *****/
2018-11-04 20:51:38 +01:00
return (unsigned) DB_GetNumRowsTable ("institutions");
2014-12-01 23:55:08 +01:00
}
/*****************************************************************************/
/**************** Get number of institutions in a country ********************/
/*****************************************************************************/
unsigned Ins_GetNumInssInCty (long CtyCod)
{
/***** Get number of degrees of a place from database *****/
2018-11-03 20:52:00 +01:00
return
(unsigned) DB_QueryCOUNT ("can not get the number of institutions"
" in a country",
"SELECT COUNT(*) FROM institutions"
" WHERE CtyCod=%ld",
CtyCod);
2014-12-01 23:55:08 +01:00
}
/*****************************************************************************/
/***************** Get number of institutions with centres *******************/
/*****************************************************************************/
unsigned Ins_GetNumInssWithCtrs (const char *SubQuery)
{
/***** Get number of institutions with centres from database *****/
2018-11-03 20:52:00 +01:00
return
(unsigned) DB_QueryCOUNT ("can not get number of institutions with centres",
"SELECT COUNT(DISTINCT institutions.InsCod)"
" FROM institutions,centres"
" WHERE %sinstitutions.InsCod=centres.InsCod",
SubQuery);
2014-12-01 23:55:08 +01:00
}
/*****************************************************************************/
/****************** Get number of institutions with degrees ******************/
/*****************************************************************************/
unsigned Ins_GetNumInssWithDegs (const char *SubQuery)
{
/***** Get number of institutions with degrees from database *****/
2018-11-03 20:52:00 +01:00
return
(unsigned) DB_QueryCOUNT ("can not get number of institutions with degrees",
"SELECT COUNT(DISTINCT institutions.InsCod)"
" FROM institutions,centres,degrees"
" WHERE %sinstitutions.InsCod=centres.InsCod"
" AND centres.CtrCod=degrees.CtrCod",
SubQuery);
2014-12-01 23:55:08 +01:00
}
/*****************************************************************************/
/****************** Get number of institutions with courses ******************/
/*****************************************************************************/
unsigned Ins_GetNumInssWithCrss (const char *SubQuery)
{
/***** Get number of institutions with courses from database *****/
2018-11-03 20:52:00 +01:00
return
(unsigned) DB_QueryCOUNT ("can not get number of institutions with courses",
"SELECT COUNT(DISTINCT institutions.InsCod)"
" FROM institutions,centres,degrees,courses"
" WHERE %sinstitutions.InsCod=centres.InsCod"
" AND centres.CtrCod=degrees.CtrCod"
" AND degrees.DegCod=courses.DegCod",
SubQuery);
2014-12-01 23:55:08 +01:00
}
/*****************************************************************************/
/****************** Get number of institutions with users ********************/
/*****************************************************************************/
unsigned Ins_GetNumInssWithUsrs (Rol_Role_t Role,const char *SubQuery)
{
/***** Get number of institutions with users from database *****/
2018-11-03 20:52:00 +01:00
return
(unsigned) DB_QueryCOUNT ("can not get number of institutions with users",
"SELECT COUNT(DISTINCT institutions.InsCod)"
" FROM institutions,centres,degrees,courses,crs_usr"
" WHERE %sinstitutions.InsCod=centres.InsCod"
" AND centres.CtrCod=degrees.CtrCod"
" AND degrees.DegCod=courses.DegCod"
" AND courses.CrsCod=crs_usr.CrsCod"
" AND crs_usr.Role=%u",
SubQuery,(unsigned) Role);
2014-12-01 23:55:08 +01:00
}
/*****************************************************************************/
/*************************** List institutions found *************************/
/*****************************************************************************/
2018-10-31 16:16:57 +01:00
void Ins_ListInssFound (MYSQL_RES **mysql_res,unsigned NumInss)
2014-12-01 23:55:08 +01:00
{
extern const char *Txt_institution;
extern const char *Txt_institutions;
MYSQL_ROW row;
unsigned NumIns;
2016-10-28 10:03:37 +02:00
struct Instit Ins;
2014-12-01 23:55:08 +01:00
2018-10-31 16:16:57 +01:00
/***** List the institutions (one row per institution) *****/
if (NumInss)
2014-12-01 23:55:08 +01:00
{
2019-10-26 02:19:42 +02:00
/***** Begin box and table *****/
2014-12-01 23:55:08 +01:00
/* Number of institutions found */
2018-10-18 02:02:32 +02:00
snprintf (Gbl.Title,sizeof (Gbl.Title),
"%u %s",
NumInss,NumInss == 1 ? Txt_institution :
Txt_institutions);
2017-06-10 21:38:10 +02:00
Box_StartBoxTable (NULL,Gbl.Title,NULL,
2017-06-12 15:03:29 +02:00
NULL,Box_NOT_CLOSABLE,2);
2017-06-12 14:16:33 +02:00
/***** Write heading *****/
2014-12-01 23:55:08 +01:00
Ins_PutHeadInstitutionsForSeeing (false); // Order not selectable
2017-02-28 00:59:01 +01:00
/***** List the institutions (one row per institution) *****/
2014-12-01 23:55:08 +01:00
for (NumIns = 1;
NumIns <= NumInss;
NumIns++)
{
/* Get next institution */
2018-10-31 16:16:57 +01:00
row = mysql_fetch_row (*mysql_res);
2014-12-01 23:55:08 +01:00
/* Get institution code (row[0]) */
Ins.InsCod = Str_ConvertStrCodToLongCod (row[0]);
/* Get data of institution */
Ins_GetDataOfInstitutionByCod (&Ins,Ins_GET_EXTRA_DATA);
2017-02-28 00:59:01 +01:00
/* Write data of this institution */
2014-12-01 23:55:08 +01:00
Ins_ListOneInstitutionForSeeing (&Ins,NumIns);
}
2017-06-12 14:16:33 +02:00
/***** End table and box *****/
2017-06-10 21:38:10 +02:00
Box_EndBoxTable ();
2014-12-01 23:55:08 +01:00
}
/***** Free structure that stores the query result *****/
2018-10-31 16:16:57 +01:00
DB_FreeMySQLResult (mysql_res);
2014-12-01 23:55:08 +01:00
}
2019-04-04 14:48:05 +02:00
/*****************************************************************************/
/********************** Institution constructor/destructor *******************/
/*****************************************************************************/
2019-04-06 20:43:31 +02:00
static void Ins_EditingInstitutionConstructor (void)
2019-04-04 14:48:05 +02:00
{
2019-04-06 21:39:35 +02:00
/***** Pointer must be NULL *****/
2019-04-06 20:43:31 +02:00
if (Ins_EditingIns != NULL)
2019-04-06 21:39:35 +02:00
Lay_ShowErrorAndExit ("Error initializing institution.");
2019-04-04 14:48:05 +02:00
/***** Allocate memory for institution *****/
2019-04-06 20:43:31 +02:00
if ((Ins_EditingIns = (struct Instit *) malloc (sizeof (struct Instit))) == NULL)
2019-04-04 14:48:05 +02:00
Lay_ShowErrorAndExit ("Error allocating memory for institution.");
/***** Reset institution *****/
2019-06-13 10:14:05 +02:00
Ins_EditingIns->InsCod = -1L;
Ins_EditingIns->CtyCod = -1L;
Ins_EditingIns->ShrtName[0] = '\0';
Ins_EditingIns->FullName[0] = '\0';
Ins_EditingIns->WWW[0] = '\0';
Ins_EditingIns->Ctrs.Num = 0;
Ins_EditingIns->Ctrs.Lst = NULL;
2019-04-06 20:43:31 +02:00
Ins_EditingIns->Ctrs.SelectedOrder = Ctr_ORDER_DEFAULT;
2019-06-13 10:14:05 +02:00
Ins_EditingIns->NumDpts = 0;
Ins_EditingIns->NumDegs = 0;
Ins_EditingIns->NumUsrs = 0;
2019-04-06 20:43:31 +02:00
Ins_EditingIns->NumUsrsWhoClaimToBelongToIns = 0;
}
static void Ins_EditingInstitutionDestructor (void)
2019-04-04 14:48:05 +02:00
{
/***** Free memory used for institution *****/
2019-04-06 20:43:31 +02:00
if (Ins_EditingIns != NULL)
2019-04-04 14:48:05 +02:00
{
2019-11-06 19:45:20 +01:00
free (Ins_EditingIns);
2019-04-06 20:43:31 +02:00
Ins_EditingIns = NULL;
2019-04-04 14:48:05 +02:00
}
}