diff --git a/README.md b/README.md index 107094a..4b1adcb 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ [](https://opensource.org/licenses/Apache-2.0)  - - - + + +   diff --git a/configure/initializer/infosphere.sql b/configure/initializer/infosphere.sql index ce279da..2d9ff15 100644 --- a/configure/initializer/infosphere.sql +++ b/configure/initializer/infosphere.sql @@ -19,7 +19,7 @@ CREATE TABLE `infosphere_user` `id` BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, `username` VARCHAR(25) NOT NULL, `password` VARCHAR(255), - `avatar` VARCHAR(255) DEFAULT NULL, + `avatar` VARCHAR(255) DEFAULT '/static/images/default.png', `alias_name` VARCHAR(25) DEFAULT NULL, `signature` VARCHAR(200) DEFAULT NULL, `email` VARCHAR(50), diff --git a/core/infosphere-server/src/main/resources/static/images/default.png b/core/infosphere-server/src/main/resources/static/images/default.png new file mode 100644 index 0000000..abc77b6 Binary files /dev/null and b/core/infosphere-server/src/main/resources/static/images/default.png differ diff --git a/core/infosphere-server/src/main/resources/static/images/logo.png b/core/infosphere-server/src/main/resources/static/images/logo.png new file mode 100644 index 0000000..5cb358f Binary files /dev/null and b/core/infosphere-server/src/main/resources/static/images/logo.png differ diff --git a/core/infosphere-server/src/main/resources/viewer/layout/common/common-header.html b/core/infosphere-server/src/main/resources/viewer/layout/common/common-header.html index ffd74c6..3968a0f 100644 --- a/core/infosphere-server/src/main/resources/viewer/layout/common/common-header.html +++ b/core/infosphere-server/src/main/resources/viewer/layout/common/common-header.html @@ -5,6 +5,7 @@ + diff --git a/core/infosphere-server/src/main/resources/viewer/layout/common/common-navigation.html b/core/infosphere-server/src/main/resources/viewer/layout/common/common-navigation.html index 27663dc..1e3a454 100644 --- a/core/infosphere-server/src/main/resources/viewer/layout/common/common-navigation.html +++ b/core/infosphere-server/src/main/resources/viewer/layout/common/common-navigation.html @@ -12,10 +12,12 @@
@@ -52,9 +54,13 @@ aria-haspopup="true" aria-expanded="false">