Version 14.126.2

This commit is contained in:
Antonio Cañas Vargas 2015-09-05 12:04:30 +02:00
parent 41de2064a4
commit 4b1f3b5b21
17 changed files with 107 additions and 70 deletions

View File

@ -4796,7 +4796,7 @@ void Act_WriteSmallMFUActions (struct Act_ListMFUActions *ListMFUActions)
Act_LinkFormSubmit (Title,"MFU_ACT");
fprintf (Gbl.F.Out,"<img src=\"%s/%s/%s64x64.gif\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16 LEFT_MIDDLE\""
" class=\"ICON16x16\""
" style=\"margin:1px;\" />",
Gbl.Prefs.PathIconSet,Cfg_ICON_ACTION,
Act_Actions[Action].Icon,

View File

@ -103,11 +103,12 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 14.126.1 (2015/09/05)"
#define Log_PLATFORM_VERSION "SWAD 14.126.2 (2015/09/05)"
// 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 14.126.2: Sep 05, 2015 Changes in styles. (184250 lines)
Version 14.126.1: Sep 05, 2015 Changes in styles. (184213 lines)
Version 14.126: Sep 04, 2015 Changes in styles. (184213 lines)
Version 14.125.3: Sep 04, 2015 Changes in styles. (184263 lines)

View File

@ -124,7 +124,7 @@ void Cht_ShowListOfAvailableChatRooms (void)
fprintf (Gbl.F.Out,"<li class=\"DAT\" style=\"height:20px;\">"
"<img src=\"%s/chat16x16.gif\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16 LEFT_MIDDLE\" />"
" class=\"ICON16x16\" />"
" %s"
"</li>",
Gbl.Prefs.IconsURL,
@ -140,7 +140,7 @@ void Cht_ShowListOfAvailableChatRooms (void)
Cht_WriteLinkToChat1 ("GBL_USR",Txt_SEX_PLURAL_Abc[Usr_SEX_ALL],ThisRoomFullName,1,IsLastItemInLevel);
fprintf (Gbl.F.Out,"<img src=\"%s/chat16x16.gif\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16 LEFT_MIDDLE\" />",
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
ThisRoomFullName,
ThisRoomFullName);
@ -154,7 +154,7 @@ void Cht_ShowListOfAvailableChatRooms (void)
Cht_WriteLinkToChat1 ("GBL_STD",Txt_Students_ABBREVIATION,ThisRoomFullName,1,IsLastItemInLevel);
fprintf (Gbl.F.Out,"<img src=\"%s/chat16x16.gif\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16 LEFT_MIDDLE\" />",
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
ThisRoomFullName,ThisRoomFullName);
Cht_WriteLinkToChat2 ("GBL_STD",ThisRoomFullName);
@ -164,7 +164,7 @@ void Cht_ShowListOfAvailableChatRooms (void)
Cht_WriteLinkToChat1 ("GBL_TCH",Txt_Teachers_ABBREVIATION,ThisRoomFullName,1,IsLastItemInLevel);
fprintf (Gbl.F.Out,"<img src=\"%s/chat16x16.gif\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16 LEFT_MIDDLE\" />",
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
ThisRoomFullName,ThisRoomFullName);
Cht_WriteLinkToChat2 ("GBL_TCH",ThisRoomFullName);
@ -215,7 +215,7 @@ void Cht_ShowListOfAvailableChatRooms (void)
Cht_WriteLinkToChat1 (ThisRoomCode,ThisRoomShortName,ThisRoomFullName,2,IsLastItemInLevel);
fprintf (Gbl.F.Out,"<img src=\"%s/dot16x16.gif\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16 LEFT_MIDDLE\" />",
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
ThisRoomFullName,ThisRoomFullName);
Cht_WriteLinkToChat2 (ThisRoomCode,ThisRoomFullName);

View File

@ -406,7 +406,7 @@ static void Crs_Configuration (bool PrintView)
"%u %s %u "
"<img src=\"%s/%s16x16.gif\""
" alt=\"%u %s %u\" title=\"%u %s %u\""
" class=\"ICON16x16 LEFT_MIDDLE\" />"
" class=\"ICON16x16\" />"
"</a>"
"</td>"
"</tr>",
@ -574,8 +574,7 @@ static void Crs_WriteListMyCoursesToSelectOne (void)
The_ClassForm[Gbl.Prefs.Theme]);
fprintf (Gbl.F.Out,"<img src=\"%s/sys16x16.gif\""
" alt=\"%s\" title=\"%s\""
" class=\"LEFT_MIDDLE\""
" style=\"width:16px; height:16px;\" />",
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
Txt_System,
Txt_System);
@ -614,8 +613,7 @@ static void Crs_WriteListMyCoursesToSelectOne (void)
/* Country map */
fprintf (Gbl.F.Out,"<img src=\"%s/%s/%s/%s.png\""
" alt=\"%s\" title=\"%s\""
" class=\"LEFT_MIDDLE\""
" style=\"width:16px; height:16px;\" />",
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,Cfg_ICON_FOLDER_COUNTRIES,
Cty.Alpha2,
Cty.Alpha2,
@ -772,7 +770,7 @@ static void Crs_WriteListMyCoursesToSelectOne (void)
The_ClassForm[Gbl.Prefs.Theme]);
fprintf (Gbl.F.Out,"<img src=\"%s/dot16x16.gif\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16 LEFT_MIDDLE\" />",
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
Crs.ShortName,
Crs.FullName);
@ -797,7 +795,7 @@ static void Crs_WriteListMyCoursesToSelectOne (void)
fprintf (Gbl.F.Out,"\" target=\"_blank\">"
"<img src=\"%s/rss16x16.gif\""
" alt=\"RSS\" title=\"RSS\""
" class=\"ICON16x16 LEFT_MIDDLE\" />"
" class=\"ICON16x16\" />"
"</a>",
Gbl.Prefs.IconsURL);
@ -1293,7 +1291,8 @@ static void Crs_ListCoursesForSeeing (void)
fprintf (Gbl.F.Out,"<tr>"
"<td class=\"CENTER_MIDDLE %s\">"
"<img src=\"%s/%s16x16.gif\""
" alt=\"%s\" title=\"%s\" class=\"ICON16x16\" />"
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />"
"</td>",
BgColor,
Gbl.Prefs.IconsURL,
@ -3304,7 +3303,8 @@ static void Crs_WriteRowCrsData (unsigned NumCrs,MYSQL_ROW row,bool WriteColumnA
Accepted = (Str_ConvertToUpperLetter (row[8][0]) == 'Y');
fprintf (Gbl.F.Out,"<td class=\"BT %s\">"
"<img src=\"%s/%s16x16.gif\""
" alt=\"%s\" title=\"%s\" class=\"ICON16x16\" />"
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />"
"</td>",
BgColor,
Gbl.Prefs.IconsURL,

View File

@ -1083,7 +1083,8 @@ static void Deg_ListDegreeTypesForSeeing (void)
fprintf (Gbl.F.Out,"<tr>"
"<td class=\"%s\">"
"<img src=\"%s/%s16x16.gif\""
" alt=\"%s\" title=\"%s\" class=\"ICON16x16\" />"
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />"
"</td>",
BgColor,
Gbl.Prefs.IconsURL,
@ -1103,7 +1104,8 @@ static void Deg_ListDegreeTypesForSeeing (void)
/* Direct log in is allowed for this degree type? */
fprintf (Gbl.F.Out,"<td class=\"CENTER_MIDDLE %s\">"
"<img src=\"%s/%s16x16.gif\""
" alt=\"%s\" title=\"%s\" class=\"ICON16x16\" />"
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />"
"</td>",
BgColor,
Gbl.Prefs.IconsURL,
@ -1256,7 +1258,8 @@ static void Deg_ListOneDegreeForSeeing (struct Degree *Deg,unsigned NumDeg)
fprintf (Gbl.F.Out,"<tr>"
"<td class=\"CENTER_MIDDLE %s\">"
"<img src=\"%s/%s16x16.gif\""
" alt=\"%s\" title=\"%s\" class=\"ICON16x16\" />"
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />"
"</td>",
BgColor,
Gbl.Prefs.IconsURL,
@ -1316,7 +1319,8 @@ static void Deg_ListOneDegreeForSeeing (struct Degree *Deg,unsigned NumDeg)
/* Degree optional year */
fprintf (Gbl.F.Out,"<td class=\"CENTER_MIDDLE %s\">"
"<img src=\"%s/%s16x16.gif\""
" alt=\"%s\" title=\"%s\" class=\"ICON16x16\" />"
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />"
"</td>",
BgColor,
Gbl.Prefs.IconsURL,
@ -1563,7 +1567,8 @@ static void Deg_ListDegreesForEdition (void)
else
/* Degree optional year */
fprintf (Gbl.F.Out,"<img src=\"%s/%s16x16.gif\""
" alt=\"%s\" title=\"%s\" class=\"ICON16x16\" />",
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
Deg->OptYear ? "ok_on" :
"tr",
@ -3953,7 +3958,7 @@ void Deg_GetAndWriteDegreesAdminBy (long UsrCod,unsigned ColSpan)
else
fprintf (Gbl.F.Out,"<img src=\"%s/swad16x16.gif\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16 LEFT_TOP\" />"
" class=\"ICON16x16\" />"
" %s",
Gbl.Prefs.IconsURL,
Txt_all_degrees,

View File

@ -5107,7 +5107,8 @@ static void Brw_PutIconCopy (Brw_FileType_t FileType,
Brw_ParamListFiles (FileType,PathInTree,FileName);
sprintf (Gbl.Title,Txt_Copy_FOLDER_FILE_OR_LINK_X,FileNameToShow);
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/copy_on16x16.gif\""
" alt=\"%s\" title=\"%s\" class=\"ICON16x16B\" />",
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16B\" />",
Gbl.Prefs.IconsURL,
Gbl.Title,
Gbl.Title);
@ -5153,7 +5154,8 @@ static void Brw_PutIconPasteOn (const char *PathInTree,const char *FileName,cons
Brw_ParamListFiles (Brw_IS_FOLDER,PathInTree,FileName);
sprintf (Gbl.Title,Txt_Paste_in_X,FileNameToShow);
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/paste_on16x16.gif\""
" alt=\"%s\" title=\"%s\" class=\"ICON16x16B\" />",
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16B\" />",
Gbl.Prefs.IconsURL,
Gbl.Title,
Gbl.Title);
@ -5171,7 +5173,8 @@ static void Brw_PutIconPasteOff (void)
fprintf (Gbl.F.Out,"<td class=\"BM%u\">"
"<img src=\"%s/paste_off16x16.gif\""
" alt=\"%s\" title=\"%s\" class=\"ICON16x16B\" />"
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16B\" />"
"</td>",
Gbl.RowEvenOdd,Gbl.Prefs.IconsURL,
Txt_Copy_not_allowed,
@ -5225,7 +5228,8 @@ static void Brw_IndentAndWriteIconExpandContract (unsigned Level,Brw_ExpandTree_
Brw_ParamListFiles (Brw_IS_FOLDER,PathInTree,FileName);
sprintf (Gbl.Title,Txt_Expand_FOLDER_X,FileNameToShow);
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/expand16x16.gif\""
" alt=\"%s\" title=\"%s\" class=\"ICON16x16B\" />",
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16B\" />",
Gbl.Prefs.IconsURL,
Gbl.Title,
Gbl.Title);
@ -5254,7 +5258,8 @@ static void Brw_IndentAndWriteIconExpandContract (unsigned Level,Brw_ExpandTree_
Brw_ParamListFiles (Brw_IS_FOLDER,PathInTree,FileName);
sprintf (Gbl.Title,Txt_Contract_FOLDER_X,FileNameToShow);
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/contract16x16.gif\""
" alt=\"%s\" title=\"%s\" class=\"ICON16x16B\" />",
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16B\" />",
Gbl.Prefs.IconsURL,
Gbl.Title,
Gbl.Title);
@ -5310,7 +5315,8 @@ static void Brw_PutIconShow (unsigned Level,Brw_FileType_t FileType,
Brw_ParamListFiles (FileType,PathInTree,FileName);
sprintf (Gbl.Title,Txt_Show_FOLDER_FILE_OR_LINK_X,FileNameToShow);
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/hidden_%s16x16.gif\""
" alt=\"%s\" title=\"%s\" class=\"ICON16x16B\" />",
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16B\" />",
Gbl.Prefs.IconsURL,
Brw_CheckIfAnyUpperLevelIsHidden (Level) ? "off" :
"on",
@ -5343,7 +5349,8 @@ static void Brw_PutIconHide (unsigned Level,Brw_FileType_t FileType,
Brw_ParamListFiles (FileType,PathInTree,FileName);
sprintf (Gbl.Title,Txt_Hide_FOLDER_FILE_OR_LINK_X,FileNameToShow);
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/visible_%s16x16.gif\""
" alt=\"%s\" title=\"%s\" class=\"ICON16x16B\" />",
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16B\" />",
Gbl.Prefs.IconsURL,
Brw_CheckIfAnyUpperLevelIsHidden (Level) ? "off" :
"on",
@ -5408,8 +5415,9 @@ static void Brw_PutIconFolder (unsigned Level,Brw_ExpandTree_t ExpandTree,
Brw_ParamListFiles (Brw_IS_FOLDER,PathInTree,FileName);
sprintf (Gbl.Title,Txt_Upload_file_or_create_folder_in_FOLDER,FileNameToShow);
fprintf (Gbl.F.Out,"<input type=\"image\""
" src=\"%s/folder-%s-plus16x16.gif\" alt=\"%s\""
" title=\"%s\" class=\"ICON16x16B\" />",
" src=\"%s/folder-%s-plus16x16.gif\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16B\" />",
Gbl.Prefs.IconsURL,
(ExpandTree == Brw_EXPAND_TREE_PLUS) ? "closed" :
"open",
@ -5442,7 +5450,8 @@ static void Brw_PutIconNewFileOrFolder (void)
/***** Icon that indicates new file *****/
fprintf (Gbl.F.Out,"<td class=\"BM%u\">"
"<img src=\"%s/star16x16.gif\""
" alt=\"%s\" title=\"%s\" class=\"ICON16x16B\" />"
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16B\" />"
"</td>",
Gbl.RowEvenOdd,Gbl.Prefs.IconsURL,
Txt_New_FILE_OR_FOLDER,

View File

@ -921,7 +921,7 @@ static void For_ShowThreadPosts (long ThrCod,char *LastSubject)
fprintf (Gbl.F.Out,"<img src=\"%s/%s16x16.gif\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16 LEFT_MIDDLE\" /> ",
" class=\"ICON16x16\" /> ",
Gbl.Prefs.IconsURL,
Thr.NumUnreadPosts ? "msg-unread" :
"msg-open",
@ -1080,7 +1080,8 @@ static void For_ShowAForumPost (struct ForumThread *Thr,unsigned PstNum,long Pst
fprintf (Gbl.F.Out,"<tr>"
"<td class=\"%s CENTER_TOP\" style=\"width:24px;\">"
"<img src=\"%s/%s16x16.gif\""
" alt=\"%s\" title=\"%s\" class=\"ICON16x16\" />"
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />"
"</td>",
NewPst ? "MSG_TIT_BG_NEW" :
"MSG_TIT_BG",
@ -1146,7 +1147,8 @@ static void For_ShowAForumPost (struct ForumThread *Thr,unsigned PstNum,long Pst
Txt_Post_X_banned_Click_to_unban_it,
PstNum);
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/%s_on16x16.gif\""
" alt=\"%s\" title=\"%s\" class=\"ICON16x16\" />",
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
Enabled ? "visible" :
"hidden",
@ -1785,7 +1787,7 @@ static void For_WriteLinkToTopLevelOfForums (void)
Act_LinkFormSubmit (Txt_Forums,The_ClassForm[Gbl.Prefs.Theme]);
fprintf (Gbl.F.Out,"<img src=\"%s/forum16x16.gif\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16 LEFT_MIDDLE\" />"
" class=\"ICON16x16\" />"
"&nbsp;%s"
"</a>",
Gbl.Prefs.IconsURL,
@ -1989,7 +1991,7 @@ static void For_WriteLinkToAForum (For_ForumType_t ForumType,bool ShowNumOfPosts
case For_FORUM_GLOBAL_TCHS:
sprintf (Icon,"<img src=\"%s/forum16x16.gif\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16 LEFT_MIDDLE\" />",
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
ForumName,ForumName);
break;
@ -1997,7 +1999,7 @@ static void For_WriteLinkToAForum (For_ForumType_t ForumType,bool ShowNumOfPosts
case For_FORUM_SWAD_TCHS:
sprintf (Icon,"<img src=\"%s/swad16x16.gif\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16 LEFT_MIDDLE\" />",
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
ForumName,ForumName);
break;
@ -2012,7 +2014,7 @@ static void For_WriteLinkToAForum (For_ForumType_t ForumType,bool ShowNumOfPosts
case For_FORUM_COURSE_TCHS:
sprintf (Icon,"<img src=\"%s/dot16x16.gif\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16 LEFT_MIDDLE\" />",
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
ForumName,ForumName);
break;
@ -2129,7 +2131,8 @@ static void For_WriteLinkToForum (For_ForumType_t ForumType,Act_Action_t NextAct
/* Check if thread to move is yet in current forum */
if (For_CheckIfThrBelongsToForum (Gbl.Forum.ThreadToMove,ForumType))
fprintf (Gbl.F.Out,"<img src=\"%s/paste_off16x16.gif\""
" alt=\"%s\" title=\"%s\" class=\"ICON16x16\" />",
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
Txt_Copy_not_allowed,Txt_Copy_not_allowed);
else
@ -2139,7 +2142,8 @@ static void For_WriteLinkToForum (For_ForumType_t ForumType,Act_Action_t NextAct
For_PutAllHiddenParamsForum ();
For_PutHiddenParamThrCod (Gbl.Forum.ThreadToMove);
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/paste_on16x16.gif\""
" alt=\"%s\" title=\"%s\" class=\"ICON16x16\" />",
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
Txt_Paste_thread,
Txt_Paste_thread);
@ -3301,7 +3305,8 @@ void For_ListForumThrs (long ThrCods[Pag_ITEMS_PER_PAGE],struct Pagination *Pagi
For_PutAllHiddenParamsForum ();
For_PutHiddenParamThrCod (Thr.ThrCod);
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/cut16x16.gif\""
" alt=\"%s\" title=\"%s\" class=\"ICON16x16\" />",
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
Txt_Move_thread,
Txt_Move_thread);

View File

@ -1332,7 +1332,8 @@ static void Grp_ListGroupsForEdition (void)
Txt_Group_X_closed_click_to_open_it,
Grp->GrpName);
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/%s_on16x16.gif\""
" alt=\"%s\" title=\"%s\" class=\"ICON16x16\" />",
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
Grp->Open ? "open" :
"closed",
@ -1351,7 +1352,8 @@ static void Grp_ListGroupsForEdition (void)
Txt_File_zones_of_the_group_X_disabled_click_to_enable_them,
Grp->GrpName);
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/%s16x16.gif\""
" alt=\"%s\" title=\"%s\" class=\"ICON16x16\" />",
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
Grp->FileZones ? "folder-yes" :
"folder-no",

View File

@ -2992,7 +2992,8 @@ static void Msg_WriteMsgFrom (struct UsrData *UsrDat,bool Deleted)
"<tr>"
"<td class=\"LEFT_MIDDLE\" style=\"width:16px;\">"
"<img src=\"%s/%s16x16.gif\""
" alt=\"%s\" title=\"%s\" class=\"ICON16x16\" />"
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />"
"</td>",
Gbl.Prefs.IconsURL,
Deleted ? "msg-fwd-del" :
@ -3318,7 +3319,8 @@ static void Msg_PutFormToBanSender (struct UsrData *UsrDat)
Msg_PutHiddenParamsMsgsFilters ();
fprintf (Gbl.F.Out,"<span class=\"MSG_AUT\">&nbsp;</span>"
"<input type=\"image\" src=\"%s/open_on16x16.gif\""
" alt=\"%s\" title=\"%s\" class=\"ICON16x16\" />",
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
Txt_Sender_permitted_click_to_ban_him,
Txt_Sender_permitted_click_to_ban_him);
@ -3339,7 +3341,8 @@ static void Msg_PutFormToUnbanSender (struct UsrData *UsrDat)
Msg_PutHiddenParamsMsgsFilters ();
fprintf (Gbl.F.Out,"<span class=\"MSG_AUT\">&nbsp;</span>"
"<input type=\"image\" src=\"%s/closed_on16x16.gif\""
" alt=\"%s\" title=\"%s\" class=\"ICON16x16\" />",
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
Txt_Sender_banned_click_to_unban_him,
Txt_Sender_banned_click_to_unban_him);
@ -3516,8 +3519,9 @@ void Msg_ListBannedUsrs (void)
Act_FormStart (ActUnbUsrLst);
Usr_PutParamUsrCodEncrypted (UsrDat.EncryptedUsrCod);
fprintf (Gbl.F.Out,"<input type=\"image\""
" src=\"%s/closed_on16x16.gif\" alt=\"%s\""
" title=\"%s\" class=\"ICON16x16\" />",
" src=\"%s/closed_on16x16.gif\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
Txt_Sender_banned_click_to_unban_him,
Txt_Sender_banned_click_to_unban_him);

View File

@ -495,8 +495,9 @@ static void Not_DrawANotice (Not_Listing_t TypeNoticesListing,
Act_FormStart (ActHidNot);
Not_PutHiddenParamNotCod (NotCod);
fprintf (Gbl.F.Out,"<input type=\"image\""
" src=\"%s/visible_on16x16.gif\" alt=\"%s\""
" title=\"%s\" class=\"ICON16x16\" />",
" src=\"%s/visible_on16x16.gif\""
" alt=%s\" title=\"%s\""
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
Txt_NOTICE_Active_Mark_as_obsolete,
Txt_NOTICE_Active_Mark_as_obsolete);
@ -506,8 +507,9 @@ static void Not_DrawANotice (Not_Listing_t TypeNoticesListing,
Act_FormStart (ActRevNot);
Not_PutHiddenParamNotCod (NotCod);
fprintf (Gbl.F.Out,"<input type=\"image\""
" src=\"%s/hidden_on16x16.gif\" alt=\"%s\""
" title=\"%s\" class=\"ICON16x16\" />",
" src=\"%s/hidden_on16x16.gif\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
Txt_NOTICE_Obsolete_Mark_as_active,
Txt_NOTICE_Obsolete_Mark_as_active);
@ -520,7 +522,8 @@ static void Not_DrawANotice (Not_Listing_t TypeNoticesListing,
case Not_ACTIVE_NOTICE:
fprintf (Gbl.F.Out,"<span title=\"%s\">"
"<img src=\"%s/visible_off16x16.gif\""
" alt=\"%s\" title=\"%s\" class=\"ICON16x16\" />"
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />"
"</span>",
Txt_NOTICE_Active_SINGULAR,
Gbl.Prefs.IconsURL,

View File

@ -430,7 +430,8 @@ void Ntf_ShowMyNotifications (void)
{
Ntf_StartFormGoToAction (NotifyEvent,Crs.CrsCod,Cod);
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/%s16x16.gif\""
" alt=\"%s\" title=\"%s\" class=\"ICON16x16\" />",
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
Ntf_Icons[NotifyEvent],
Txt_NOTIFY_EVENTS_SINGULAR[NotifyEvent],

View File

@ -2642,7 +2642,7 @@ void Rec_ShowSharedUsrRecord (Rec_RecordViewType_t TypeOfView,
fprintf (Gbl.F.Out," />"
"<img src=\"%s/%s16x16.gif\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16 LEFT_BOTTOM\" />"
" class=\"ICON16x16\" />"
"%s",
Gbl.Prefs.IconsURL,Usr_StringsSexDB[Sex],
Txt_SEX_SINGULAR_Abc[Sex],

View File

@ -320,8 +320,7 @@ void Sch_PutFormToSearch (const char *IconURL)
/***** Send button *****/
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/search16x16.gif\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16 LEFT_TOP\""
" style=\"padding-top:3px;\" />",
" class=\"ICON16x16\" />",
IconURL,
Txt_Search,
Txt_Search);

View File

@ -6722,7 +6722,7 @@ static void Sta_GetAndShowForumStats (void)
"<th class=\"LEFT_TOP\" style=\"width:16px;\">"
"<img src=\"%s/forum16x16.gif\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16 LEFT_TOP\" />"
" class=\"ICON16x16\" />"
"</th>"
"<th class=\"TIT_TBL LEFT_TOP\">"
"%s"

View File

@ -2996,7 +2996,8 @@ static void Svy_ListSvyQuestions (struct Survey *Svy,struct SurveyQuestion *SvyQ
Svy_PutParamSvyCod (Svy->SvyCod);
Svy_PutParamQstCod (SvyQst->QstCod);
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/edit16x16.gif\""
" alt=\"%s\" title=\"%s\" class=\"ICON16x16\" />",
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
Txt_Edit_question,
Txt_Edit_question);

View File

@ -579,7 +579,8 @@ static void Syl_ShowRowSyllabus (Inf_InfoType_t InfoType,unsigned NumItem,int Le
Txt_Move_up_X,
StrItemCod);
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/up_on16x16.gif\""
" alt=\"%s\" title=\"%s\" class=\"ICON16x16\" />",
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
Gbl.Title,
Gbl.Title);
@ -607,8 +608,9 @@ static void Syl_ShowRowSyllabus (Inf_InfoType_t InfoType,unsigned NumItem,int Le
Txt_Move_down_X,
StrItemCod);
fprintf (Gbl.F.Out,"<input type=\"image\""
" src=\"%s/down_on16x16.gif\" alt=\"%s\""
" title=\"%s\" class=\"ICON16x16\" />",
" src=\"%s/down_on16x16.gif\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
Gbl.Title,
Gbl.Title);
@ -633,8 +635,9 @@ static void Syl_ShowRowSyllabus (Inf_InfoType_t InfoType,unsigned NumItem,int Le
sprintf (Gbl.Title,Txt_Increase_level_of_X,
StrItemCod);
fprintf (Gbl.F.Out,"<input type=\"image\""
" src=\"%s/left_on16x16.gif\" alt=\"%s\""
" title=\"%s\" class=\"ICON16x16\" />",
" src=\"%s/left_on16x16.gif\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
Gbl.Title,
Gbl.Title);
@ -660,8 +663,9 @@ static void Syl_ShowRowSyllabus (Inf_InfoType_t InfoType,unsigned NumItem,int Le
sprintf (Gbl.Title,Txt_Decrease_level_of_X,
StrItemCod);
fprintf (Gbl.F.Out,"<input type=\"image\""
" src=\"%s/right_on16x16.gif\" alt=\"%s\""
" title=\"%s\" class=\"ICON16x16\" />",
" src=\"%s/right_on16x16.gif\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
Gbl.Title,
Gbl.Title);

View File

@ -1527,7 +1527,8 @@ static void Tst_PutIconEnable (long TagCod,const char *TagTxt)
Par_PutHiddenParamLong ("TagCod",TagCod);
sprintf (Gbl.Title,Txt_Tag_X_not_allowed_Click_to_allow_it,TagTxt);
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/hidden_on16x16.gif\""
" alt=\"%s\" title=\"%s\" class=\"ICON16x16\" />",
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
Gbl.Title,
Gbl.Title);
@ -1548,7 +1549,8 @@ static void Tst_PutIconDisable (long TagCod,const char *TagTxt)
Par_PutHiddenParamLong ("TagCod",TagCod);
sprintf (Gbl.Title,Txt_Tag_X_allowed_Click_to_disable_it,TagTxt);
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/visible_on16x16.gif\""
" alt=\"%s\" title=\"%s\" class=\"ICON16x16\" />",
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
Gbl.Title,
Gbl.Title);
@ -2495,7 +2497,8 @@ static void Tst_ListOneOrMoreQuestionsToEdit (unsigned long NumRows,MYSQL_RES *m
Act_FormStart (ActEdiOneTstQst);
Par_PutHiddenParamLong ("QstCod",QstCod);
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/edit16x16.gif\""
" alt=\"%s\" title=\"%s\" class=\"ICON16x16\" />",
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
Txt_Edit_question,
Txt_Edit_question);