Version 16.162

This commit is contained in:
Antonio Cañas Vargas 2017-03-23 20:16:19 +01:00
parent 72ee2e231b
commit eddc7e7849
3 changed files with 4 additions and 63 deletions

View File

@ -209,13 +209,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.161.8 (2017-03-23)"
#define Log_PLATFORM_VERSION "SWAD 16.162 (2017-03-23)"
#define CSS_FILE "swad16.161.css"
#define JS_FILE "swad16.144.js"
// Number of lines (includes comments but not blank lines) has been got with the following command:
// nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*?.h sql/swad*.sql | tail -1
/*
Version 16.162: Mar 23, 2017 Changes in layout of types of degree. (217330 lines)
Version 16.161.8: Mar 23, 2017 Some help URLs translated to spanish. (217386 lines)
Version 16.161.7: Mar 23, 2017 Some help URLs translated to spanish. (217385 lines)
Version 16.161.6: Mar 23, 2017 Some help URLs translated to spanish. (217384 lines)

View File

@ -192,8 +192,6 @@ static void DT_ListDegreeTypesForSeeing (void)
{
extern const char *Hlp_SYSTEM_Studies;
extern const char *Txt_Types_of_degree;
extern const char *Txt_TYPES_OF_DEGREE_With_degrees;
extern const char *Txt_TYPES_OF_DEGREE_Without_degrees;
unsigned NumDegTyp;
const char *BgColor;
@ -213,24 +211,9 @@ static void DT_ListDegreeTypesForSeeing (void)
Gbl.CurrentDegTyp.DegTyp.DegTypCod) ? "LIGHT_BLUE" :
Gbl.ColorRows[Gbl.RowEvenOdd];
/* Put green tip if degree type has degrees */
fprintf (Gbl.F.Out,"<tr>"
"<td class=\"%s\">"
"<img src=\"%s/%s16x16.gif\""
" alt=\"%s\" title=\"%s\""
" class=\"ICO20x20\" />"
"</td>",
BgColor,
Gbl.Prefs.IconsURL,
Gbl.Degs.DegTypes.Lst[NumDegTyp].NumDegs ? "ok_green" :
"tr",
Gbl.Degs.DegTypes.Lst[NumDegTyp].NumDegs ? Txt_TYPES_OF_DEGREE_With_degrees :
Txt_TYPES_OF_DEGREE_Without_degrees,
Gbl.Degs.DegTypes.Lst[NumDegTyp].NumDegs ? Txt_TYPES_OF_DEGREE_With_degrees :
Txt_TYPES_OF_DEGREE_Without_degrees);
/* Name of degree type */
fprintf (Gbl.F.Out,"<td class=\"DAT LEFT_MIDDLE %s\">"
fprintf (Gbl.F.Out,"<tr>"
"<td class=\"DAT LEFT_MIDDLE %s\">"
"%s"
"</td>",
BgColor,Gbl.Degs.DegTypes.Lst[NumDegTyp].DegTypName);
@ -380,7 +363,6 @@ static void DT_PutHeadDegreeTypesForSeeing (void)
extern const char *Txt_Degrees;
fprintf (Gbl.F.Out,"<tr>"
"<th class=\"BM\"></th>"
"<th class=\"LEFT_MIDDLE\">"
"%s"
"</th>"

View File

@ -49314,48 +49314,6 @@ const char *Txt_Types_of_degree =
"Tipos de titula&ccedil;&atilde;o";
#endif
const char *Txt_TYPES_OF_DEGREE_With_degrees =
#if L==1
"Amb titulacions";
#elif L==2
"Mit Studiengang";
#elif L==3
"With degrees";
#elif L==4
"Con titulaciones";
#elif L==5
"Avec &eacute;tudes";
#elif L==6
"Con titulaciones"; // Okoteve traducción
#elif L==7
"Con lauree";
#elif L==8
"Z Stopnie";
#elif L==9
"Com titula&ccedil;oes";
#endif
const char *Txt_TYPES_OF_DEGREE_Without_degrees =
#if L==1
"Sense titulacions";
#elif L==2
"Ohne Studiengang";
#elif L==3
"Without degrees";
#elif L==4
"Sin titulaciones";
#elif L==5
"Sans &eacute;tudes";
#elif L==6
"Sin titulaciones"; // Okoteve traducción
#elif L==7
"Senza lauree";
#elif L==8
"Bez Stopnie";
#elif L==9
"Sem titula&ccedil;oes";
#endif
const char *Txt_Types_of_answers = // Answers of a test
#if L==1
"Tipus de respostes";