Add OC images with flags

sql-rework
Tomasz Golinski 2020-01-31 14:37:11 +01:00
rodzic 5974dbc382
commit fe0e6e7c4d
1 zmienionych plików z 6 dodań i 7 usunięć

Wyświetl plik

@ -258,19 +258,18 @@ int main(int argc, char** argv) {
std::cout << "</head>\n";
std::cout << "<body>\n";
std::cout << "<h1>Geocaching stats for user profiles: <br>\n";
if (!ocpl_user.empty())
std::cout << "<a href=\"" << ocpl_user_profile << "\">" << ocpl_user << " @ OCpl</a><br>\n";
std::cout << "<img src=\"https://wiki.opencaching.eu/images/b/b7/Oc-pl.png\"> <a href=\"" << ocpl_user_profile << "\">" << ocpl_user << "</a><br>\n";
if (!ocde_user.empty())
std::cout << "<a href=\"" << ocde_user_profile << "\">" << ocde_user << " @ OCde</a><br>\n";
std::cout << "<img src=\"https://wiki.opencaching.eu/images/c/c1/Oc-de.png\"> <a href=\"" << ocde_user_profile << "\">" << ocde_user << "</a><br>\n";
if (!ocus_user.empty())
std::cout << "<a href=\"" << ocus_user_profile << "\">" << ocus_user << " @ OCus</a><br>\n";
std::cout << "<img src=\"https://wiki.opencaching.eu/images/f/fb/Oc-us.png\"> <a href=\"" << ocus_user_profile << "\">" << ocus_user << "</a><br>\n";
if (!ocnl_user.empty())
std::cout << "<a href=\"" << ocnl_user_profile << "\">" << ocnl_user << " @ OCnl</a><br>\n";
std::cout << "<img src=\"https://wiki.opencaching.eu/images/f/fb/Oc-us.png\"> <a href=\"" << ocnl_user_profile << "\">" << ocnl_user << "</a><br>\n";
if (!ocro_user.empty())
std::cout << "<a href=\"" << ocro_user_profile << "\">" << ocro_user << " @ OCro</a><br>\n";
std::cout << "<img src=\"https://wiki.opencaching.eu/images/4/4f/Oc-ro.png\"> <a href=\"" << ocro_user_profile << "\">" << ocro_user << "</a><br>\n";
if (!ocuk_user.empty())
std::cout << "<a href=\"" << ocuk_user_profile << "\">" << ocuk_user << " @ OCuk</a><br>\n";
std::cout << "<img src=\"https://wiki.opencaching.eu/images/5/58/Oc-org-uk.png\"> <a href=\"" << ocuk_user_profile << "\">" << ocuk_user << "</a><br>\n";
std::cout << "</h1>\n";
if (!heat_file.empty()) {