diff --git a/get_online_session_communities.php b/get_online_session_communities.php index 6597287..7cadae8 100644 --- a/get_online_session_communities.php +++ b/get_online_session_communities.php @@ -575,7 +575,7 @@ " " . $id . "" . PHP_EOL . " " . $content["name"] . "" . PHP_EOL . " " . $content["description"] . "" . PHP_EOL . - " " . $content["active_users"] . "" . PHP_EOL . + " " . $content["active_users"] . "" . PHP_EOL . " " . $preview_link . "" . PHP_EOL . " " . substr($join_link, 0, 32) . "..." . PHP_EOL . " " . PHP_EOL; @@ -584,14 +584,14 @@ // prefix $prefix = - "" . PHP_EOL . + "
" . PHP_EOL . " " . PHP_EOL . - " " . PHP_EOL . - " " . PHP_EOL . - " " . PHP_EOL . - " " . PHP_EOL . - " " . PHP_EOL . - " " . PHP_EOL . + " " . PHP_EOL . + " " . PHP_EOL . + " " . PHP_EOL . + " " . PHP_EOL . + " " . PHP_EOL . + " " . PHP_EOL . " " . PHP_EOL; // suffix @@ -620,7 +620,8 @@ "" . PHP_EOL . "" . PHP_EOL . " " . PHP_EOL . - " " . PHP_EOL . + " " . PHP_EOL . + " " . PHP_EOL . " " . PHP_EOL . " " . $title . "" . PHP_EOL . " " . PHP_EOL . diff --git a/output/favicon.svg b/output/favicon.svg new file mode 100644 index 0000000..1127d28 --- /dev/null +++ b/output/favicon.svg @@ -0,0 +1,15 @@ + + + + + + diff --git a/output/styles.css b/output/styles.css index e69de29..2c6c99d 100644 --- a/output/styles.css +++ b/output/styles.css @@ -0,0 +1,9 @@ +#tbl_communities { width:100%; } + +#th_identifier { width:11%; } +#th_name { width:11%; } +#th_description { } +#th_users { } +.td_users { text-align: right; } +#th_preview { width:20%; } +#th_join_url { width:19%; }
IdentifierNameDescriptionUsersPreviewJoin URLIdentifierNameDescriptionUsersPreviewJoin URL