Version19.28.1

This commit is contained in:
Antonio Cañas Vargas 2019-09-30 20:13:08 +02:00
parent 47719ab6b9
commit 4d28e43616
3 changed files with 16 additions and 8 deletions

View File

@ -2575,7 +2575,7 @@ a:hover img.CENTRE_PHOTO_SHOW
{
box-sizing:border-box;
float:left;
width:25%;
width:20%;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
@ -2585,13 +2585,13 @@ a:hover img.CENTRE_PHOTO_SHOW
box-sizing:border-box;
display:table;
float:left;
width:75%;
width:80%;
}
.MATCH_TOP
{
box-sizing:border-box;
width:100%;
height:60px;
height:48px;
color:#808080;
font-size:14pt;
font-weight:bold;

View File

@ -465,8 +465,6 @@ https://oficinavirtual.ugr.es/awc/horario/ve_horario/visor.jsp?programa=M37156&s
contiene una de las que yo imparto. Así que me imagino que te esperarás la sugerencia (petición con café o cerveza como recompensa): ¿sería posible que en la pestaña de horario se pudiese embeber esa página? (Creo que los grados usan algo parecido también.)
*/
// TODO: No repintar los botones de matches del profesor durante el refresco AJAX
/*****************************************************************************/
/****************************** Public constants *****************************/
/*****************************************************************************/
@ -485,10 +483,11 @@ enscript -2 --landscape --color --file-align=2 --highlight --line-numbers -o - *
En OpenSWAD:
ps2pdf source.ps destination.pdf
*/
#define Log_PLATFORM_VERSION "SWAD 19.28 (2019-09-30)"
#define Log_PLATFORM_VERSION "SWAD 19.28.1 (2019-09-30)"
#define CSS_FILE "swad19.28.css"
#define JS_FILE "swad19.15.js"
/*
Version 19.28.1: Sep 30, 2019 New column in list of match results with the name of the match. (246760 lines)
Version 19.28: Sep 30, 2019 Changes in layout of match playing. (246752 lines)
Version 19.27: Sep 30, 2019 Changes in layout of match playing. (246756 lines)
Version 19.26.1: Sep 30, 2019 Changes in edition of games. (246760 lines)

View File

@ -316,6 +316,7 @@ void McR_ShowUsrsMchResults (void)
static void McR_ShowHeaderMchResults (void)
{
extern const char *Txt_User[Usr_NUM_SEXS];
extern const char *Txt_Match;
extern const char *Txt_START_END_TIME[Dat_NUM_START_END_TIME];
extern const char *Txt_Questions;
extern const char *Txt_Non_blank_BR_questions;
@ -334,6 +335,9 @@ static void McR_ShowHeaderMchResults (void)
"<th class=\"LEFT_TOP\">"
"%s"
"</th>"
"<th class=\"LEFT_TOP\">"
"%s"
"</th>"
"<th class=\"RIGHT_TOP\">"
"%s"
"</th>"
@ -352,6 +356,7 @@ static void McR_ShowHeaderMchResults (void)
"<th></th>"
"</tr>",
Txt_User[Usr_SEX_UNKNOWN],
Txt_Match,
Txt_START_END_TIME[Dat_START_TIME],
Txt_START_END_TIME[Dat_END_TIME],
Txt_Questions,
@ -439,6 +444,10 @@ static void McR_ShowMchResults (Usr_MeOrOther_t MeOrOther)
if (NumResult)
fprintf (Gbl.F.Out,"<tr>");
/* Write match title */
fprintf (Gbl.F.Out,"<td class=\"DAT LEFT_TOP COLOR%u\">%s</td>",
Gbl.RowEvenOdd,Match.Title);
/* Write start/end times (row[1], row[2] hold UTC start/end times) */
for (StartEndTime = (Dat_StartEndTime_t) 0;
StartEndTime <= (Dat_StartEndTime_t) (Dat_NUM_START_END_TIME - 1);
@ -450,7 +459,7 @@ static void McR_ShowMchResults (Usr_MeOrOther_t MeOrOther)
" class=\"DAT LEFT_TOP COLOR%u\">"
"<script type=\"text/javascript\">"
"writeLocalDateHMSFromUTC('mch_time_%u_%u',"
"%ld,%u,',&nbsp;','%s',true,false,0x7);"
"%ld,%u,'<br />','%s',true,false,0x7);"
"</script>"
"</td>",
(unsigned) StartEndTime,UniqueId,
@ -577,7 +586,7 @@ static void McR_ShowMchResultsSummaryRow (bool ShowSummaryResults,
fprintf (Gbl.F.Out,"<tr>");
/***** Row title *****/
fprintf (Gbl.F.Out,"<td colspan=\"2\""
fprintf (Gbl.F.Out,"<td colspan=\"3\""
" class=\"DAT_N_LINE_TOP RIGHT_MIDDLE COLOR%u\">"
"%s: %u"
"</td>",