diff --git a/NT/elconv.vcproj b/NT/elconv.vcproj index 7ca38b2f..33033a43 100755 --- a/NT/elconv.vcproj +++ b/NT/elconv.vcproj @@ -95,7 +95,7 @@ "); + rsprintf("\"ELOG"); if (getcfg(logbook, "Title image URL", str, sizeof(str))) rsprintf("\n"); @@ -7443,7 +7446,7 @@ void show_date_selector(int day, int month, int year, char *index) rsprintf(" document.write(\"  \");\n"); rsprintf(" document.write(\"\");\n", index); - rsprintf(" document.writeln(\"\");\n", loc("Pick a date")); rsprintf("//-->\n"); @@ -13238,7 +13241,7 @@ void display_line(LOGBOOK * lbs, int message_id, int number, char *mode, if (locked_by && locked_by[0]) { sprintf(str, "%s %s", loc("Entry is currently edited by"), locked_by); - rsprintf("\"%s\" ", str); + rsprintf("\"%s\" ", str); } /* show select box */ @@ -13278,13 +13281,13 @@ void display_line(LOGBOOK * lbs, int message_id, int number, char *mode, else { /* if top level only, display reply icon if message has a reply */ if (getcfg(lbs->name, "Top level only", str, sizeof(str)) && atoi(str) == 1 && reply_to[0]) - rsprintf(" "); + rsprintf(" "); else { /* display standard icons */ if (level == 0) - rsprintf(" "); + rsprintf(" "); else - rsprintf(" "); + rsprintf(" "); } } if (highlight != message_id) @@ -13336,9 +13339,9 @@ void display_line(LOGBOOK * lbs, int message_id, int number, char *mode, if (strieq(disp_attr[index], loc("ID"))) { if (strieq(mode, "Threaded")) { if (level == 0) - rsprintf(" "); + rsprintf(" "); else - rsprintf(" "); + rsprintf(" "); skip_comma = TRUE; @@ -13347,7 +13350,7 @@ void display_line(LOGBOOK * lbs, int message_id, int number, char *mode, if (locked_by && locked_by[0]) { sprintf(str, "%s %s", loc("Entry is currently edited by"), locked_by); - rsprintf("\"%s\" ", str); + rsprintf("\"%s\" ", str); } if (getcfg(lbs->name, "ID display", display, sizeof(display))) { @@ -13382,14 +13385,14 @@ void display_line(LOGBOOK * lbs, int message_id, int number, char *mode, if (strieq(disp_attr[index], loc("Edit"))) { if (!strieq(mode, "Threaded")) { rsprintf("", sclass, nowrap, ref, loc("Edit")); - rsprintf("\"%s\"\n", loc("Edit entry")); + rsprintf("\"%s\"\n", loc("Edit entry")); } } if (strieq(disp_attr[index], loc("Delete"))) { if (!strieq(mode, "Threaded")) { rsprintf("", sclass, nowrap, ref, loc("Delete")); - rsprintf("\"%s\"\n", loc("Delete entry")); + rsprintf("\"%s\"\n", loc("Delete entry")); } } @@ -14573,7 +14576,7 @@ void show_rss_feed(LOGBOOK * lbs) rsprintf("ELOG V%s\n", VERSION); rsprintf("\n"); - rsprintf("%s/elog.gif\n", url); + rsprintf("%s/elog.png\n", url); rsprintf("ELOG %s\n", lbs->name_enc); rsprintf("%s\n", url); rsprintf("\n"); @@ -15821,9 +15824,9 @@ void show_elog_list(LOGBOOK * lbs, INT past_n, INT last_n, INT page_n, char *inf img[0] = 0; if (strcmp(getparam("sort"), disp_attr[i]) == 0) - strcpy(img, ""); + strcpy(img, ""); else if (strcmp(getparam("rsort"), disp_attr[i]) == 0) - strcpy(img, ""); + strcpy(img, ""); if (strieq(disp_attr[i], "Edit") || strieq(disp_attr[i], "Delete")) rsprintf("%s\n", disp_attr[i]); @@ -17521,7 +17524,7 @@ void show_elog_entry(LOGBOOK * lbs, char *dec_path, char *command) if (!getcfg(lbs->name, "Enable browsing", str, sizeof(str)) || atoi(str) == 1) { rsprintf("\n"); - /* check if first.gif exists, just put link there if not */ + /* check if first.png exists, just put link there if not */ strlcpy(file_name, resource_dir, sizeof(file_name)); if (file_name[0] && file_name[strlen(file_name) - 1] != DIR_SEPARATOR) strlcat(file_name, DIR_SEPARATOR_STR, sizeof(file_name)); @@ -17531,13 +17534,13 @@ void show_elog_entry(LOGBOOK * lbs, char *dec_path, char *command) strlcat(file_name, theme_name, sizeof(file_name)); strlcat(file_name, DIR_SEPARATOR_STR, sizeof(file_name)); } - strlcat(file_name, "first.gif", sizeof(file_name)); + strlcat(file_name, "first.png", sizeof(file_name)); if (stat(file_name, &st) >= 0) { - rsprintf("\n", loc("First entry")); - rsprintf("\n", + rsprintf("\n", loc("First entry")); + rsprintf("\n", loc("Previous entry")); - rsprintf("\n", loc("Next entry")); - rsprintf("\n", loc("Last entry")); + rsprintf("\n", loc("Next entry")); + rsprintf("\n", loc("Last entry")); } else { rsprintf("|< \n", message_id, loc("First")); rsprintf("< \n", message_id, loc("Previous")); @@ -17642,7 +17645,7 @@ void show_elog_entry(LOGBOOK * lbs, char *dec_path, char *command) if (locked_by && locked_by[0]) { sprintf(str, "%s %s", loc("Entry is currently edited by"), locked_by); - rsprintf("\n"); + rsprintf("\n"); rsprintf("%s
%s\n", str, loc("You can \"steal\" the lock by editing this entry")); } @@ -18615,7 +18618,7 @@ void show_logbook_node(LBLIST plb, LBLIST pparent, int level, int btop) if (getcfg(lb_list[index].name, "Read password", str, sizeof(str)) || (getcfg(lb_list[index].name, "Password file", str, sizeof(str)) && !getcfg(lb_list[index].name, "Guest menu commands", str, sizeof(str)))) - rsprintf("  \"%s\"", + rsprintf("  \"%s\"", loc("This logbook requires authentication"), loc("This logbook requires authentication")); rsprintf("
\n"); @@ -18975,14 +18978,14 @@ void show_calendar(LOGBOOK * lbs) /* link to previous year */ rsprintf("  "); rsprintf("", index, cur_mon, cur_year - 1); - rsprintf("\"%s\"", loc("Previous Year")); + rsprintf("\"%s\"", loc("Previous Year")); /* current year */ rsprintf(" %d ", cur_year); /* link to next year */ rsprintf("", index, cur_mon, cur_year + 1); - rsprintf("\"%s\"", loc("Next Year")); + rsprintf("\"%s\"", loc("Next Year")); /* go to first day of month */ ts->tm_mday = 1; @@ -19419,7 +19422,7 @@ void interprete(char *lbook, char *path) return; } - if (strncmp(path, "last", 4) == 0 && strstr(path, ".gif") == NULL && + if (strncmp(path, "last", 4) == 0 && strstr(path, ".png") == NULL && (!isparam("cmd") || strieq(getparam("cmd"), loc("Select"))) && !isparam("newpwd")) { show_elog_list(lbs, 0, atoi(path + 4), 0, NULL); diff --git a/themes/default/cal.gif b/themes/default/cal.gif deleted file mode 100755 index 8526cf5d..00000000 Binary files a/themes/default/cal.gif and /dev/null differ diff --git a/themes/default/cal.png b/themes/default/cal.png new file mode 100755 index 00000000..b79c8c76 Binary files /dev/null and b/themes/default/cal.png differ diff --git a/themes/default/cal_next.gif b/themes/default/cal_next.gif deleted file mode 100755 index bf021527..00000000 Binary files a/themes/default/cal_next.gif and /dev/null differ diff --git a/themes/default/cal_next.png b/themes/default/cal_next.png new file mode 100755 index 00000000..b26cdbde Binary files /dev/null and b/themes/default/cal_next.png differ diff --git a/themes/default/cal_prev.gif b/themes/default/cal_prev.gif deleted file mode 100755 index 211e1fab..00000000 Binary files a/themes/default/cal_prev.gif and /dev/null differ diff --git a/themes/default/cal_prev.png b/themes/default/cal_prev.png new file mode 100755 index 00000000..1420c60d Binary files /dev/null and b/themes/default/cal_prev.png differ diff --git a/themes/default/delete.gif b/themes/default/delete.gif deleted file mode 100755 index 24d0c4f4..00000000 Binary files a/themes/default/delete.gif and /dev/null differ diff --git a/themes/default/delete.png b/themes/default/delete.png new file mode 100755 index 00000000..486b6843 Binary files /dev/null and b/themes/default/delete.png differ diff --git a/themes/default/down.gif b/themes/default/down.gif deleted file mode 100644 index 86245cc8..00000000 Binary files a/themes/default/down.gif and /dev/null differ diff --git a/themes/default/down.png b/themes/default/down.png new file mode 100755 index 00000000..75b99100 Binary files /dev/null and b/themes/default/down.png differ diff --git a/themes/default/edit.gif b/themes/default/edit.gif deleted file mode 100755 index 57c65e58..00000000 Binary files a/themes/default/edit.gif and /dev/null differ diff --git a/themes/default/edit.png b/themes/default/edit.png new file mode 100755 index 00000000..c8a6ee4e Binary files /dev/null and b/themes/default/edit.png differ diff --git a/themes/default/elog.gif b/themes/default/elog.gif deleted file mode 100755 index 1e54173c..00000000 Binary files a/themes/default/elog.gif and /dev/null differ diff --git a/themes/default/elog.png b/themes/default/elog.png new file mode 100755 index 00000000..745c0d33 Binary files /dev/null and b/themes/default/elog.png differ diff --git a/themes/default/entry.gif b/themes/default/entry.gif deleted file mode 100755 index 41845a46..00000000 Binary files a/themes/default/entry.gif and /dev/null differ diff --git a/themes/default/entry.png b/themes/default/entry.png new file mode 100755 index 00000000..593bda0e Binary files /dev/null and b/themes/default/entry.png differ diff --git a/themes/default/first.gif b/themes/default/first.gif deleted file mode 100755 index 8891a48d..00000000 Binary files a/themes/default/first.gif and /dev/null differ diff --git a/themes/default/first.png b/themes/default/first.png new file mode 100755 index 00000000..613067db Binary files /dev/null and b/themes/default/first.png differ diff --git a/themes/default/icons/icon1.png b/themes/default/icons/icon1.png new file mode 100755 index 00000000..166583ae Binary files /dev/null and b/themes/default/icons/icon1.png differ diff --git a/themes/default/icons/icon10.png b/themes/default/icons/icon10.png new file mode 100755 index 00000000..3e3b401f Binary files /dev/null and b/themes/default/icons/icon10.png differ diff --git a/themes/default/icons/icon11.png b/themes/default/icons/icon11.png new file mode 100755 index 00000000..04b3b1dd Binary files /dev/null and b/themes/default/icons/icon11.png differ diff --git a/themes/default/icons/icon12.png b/themes/default/icons/icon12.png new file mode 100755 index 00000000..66dc09cb Binary files /dev/null and b/themes/default/icons/icon12.png differ diff --git a/themes/default/icons/icon13.png b/themes/default/icons/icon13.png new file mode 100755 index 00000000..e5b0afb3 Binary files /dev/null and b/themes/default/icons/icon13.png differ diff --git a/themes/default/icons/icon14.png b/themes/default/icons/icon14.png new file mode 100755 index 00000000..54430876 Binary files /dev/null and b/themes/default/icons/icon14.png differ diff --git a/themes/default/icons/icon2.png b/themes/default/icons/icon2.png new file mode 100755 index 00000000..e7d8629d Binary files /dev/null and b/themes/default/icons/icon2.png differ diff --git a/themes/default/icons/icon3.png b/themes/default/icons/icon3.png new file mode 100755 index 00000000..fd00e0de Binary files /dev/null and b/themes/default/icons/icon3.png differ diff --git a/themes/default/icons/icon4.png b/themes/default/icons/icon4.png new file mode 100755 index 00000000..a97634ef Binary files /dev/null and b/themes/default/icons/icon4.png differ diff --git a/themes/default/icons/icon5.png b/themes/default/icons/icon5.png new file mode 100755 index 00000000..2824d3a8 Binary files /dev/null and b/themes/default/icons/icon5.png differ diff --git a/themes/default/icons/icon6.png b/themes/default/icons/icon6.png new file mode 100755 index 00000000..4395920d Binary files /dev/null and b/themes/default/icons/icon6.png differ diff --git a/themes/default/icons/icon7.png b/themes/default/icons/icon7.png new file mode 100755 index 00000000..60bab3e5 Binary files /dev/null and b/themes/default/icons/icon7.png differ diff --git a/themes/default/icons/icon8.png b/themes/default/icons/icon8.png new file mode 100755 index 00000000..09f10497 Binary files /dev/null and b/themes/default/icons/icon8.png differ diff --git a/themes/default/icons/icon9.png b/themes/default/icons/icon9.png new file mode 100755 index 00000000..3ebbdb1f Binary files /dev/null and b/themes/default/icons/icon9.png differ diff --git a/themes/default/last.gif b/themes/default/last.gif deleted file mode 100755 index 69fbd52f..00000000 Binary files a/themes/default/last.gif and /dev/null differ diff --git a/themes/default/last.png b/themes/default/last.png new file mode 100755 index 00000000..75bed44c Binary files /dev/null and b/themes/default/last.png differ diff --git a/themes/default/lock.gif b/themes/default/lock.gif deleted file mode 100755 index 7d3a4f8c..00000000 Binary files a/themes/default/lock.gif and /dev/null differ diff --git a/themes/default/lock.png b/themes/default/lock.png new file mode 100755 index 00000000..b44ae26b Binary files /dev/null and b/themes/default/lock.png differ diff --git a/themes/default/next.gif b/themes/default/next.gif deleted file mode 100755 index 69640222..00000000 Binary files a/themes/default/next.gif and /dev/null differ diff --git a/themes/default/next.png b/themes/default/next.png new file mode 100755 index 00000000..1cec62be Binary files /dev/null and b/themes/default/next.png differ diff --git a/themes/default/previous.gif b/themes/default/previous.gif deleted file mode 100755 index 6fd2decd..00000000 Binary files a/themes/default/previous.gif and /dev/null differ diff --git a/themes/default/previous.png b/themes/default/previous.png new file mode 100755 index 00000000..638bbc3c Binary files /dev/null and b/themes/default/previous.png differ diff --git a/themes/default/reply.gif b/themes/default/reply.gif deleted file mode 100755 index 1f9ef509..00000000 Binary files a/themes/default/reply.gif and /dev/null differ diff --git a/themes/default/reply.png b/themes/default/reply.png new file mode 100755 index 00000000..da5deb25 Binary files /dev/null and b/themes/default/reply.png differ diff --git a/themes/default/stop.gif b/themes/default/stop.gif deleted file mode 100755 index 9a3426f9..00000000 Binary files a/themes/default/stop.gif and /dev/null differ diff --git a/themes/default/stop.png b/themes/default/stop.png new file mode 100755 index 00000000..96ca95f1 Binary files /dev/null and b/themes/default/stop.png differ diff --git a/themes/default/up.gif b/themes/default/up.gif deleted file mode 100644 index 15246ec1..00000000 Binary files a/themes/default/up.gif and /dev/null differ diff --git a/themes/default/up.png b/themes/default/up.png new file mode 100755 index 00000000..d027d135 Binary files /dev/null and b/themes/default/up.png differ