-
" class="btn btn-primary">
- <%= jspUtil.label("knowledge.accept.label.accept") %>
-
-
<%= jspUtil.out("entry.userName") %> (<%= jspUtil.out("entry.userKey") %>)
+
<%= jspUtil.label("label.regist.datetime") %>
<%= jspUtil.date("user.insertDatetime")%> /
diff --git a/src/main/webapp/WEB-INF/views/commons/errors/badrequest.jsp b/src/main/webapp/WEB-INF/views/commons/errors/badrequest.jsp
index f41b3247e..32aa14da2 100644
--- a/src/main/webapp/WEB-INF/views/commons/errors/badrequest.jsp
+++ b/src/main/webapp/WEB-INF/views/commons/errors/badrequest.jsp
@@ -8,26 +8,26 @@
<% JspUtil jspUtil = new JspUtil(request, pageContext); %>
-
-
-
Error
-
-
-
-
-
-
- <%= jspUtil.out(CommonWebParameter.ERROR_ATTRIBUTE) %>
-
- Back to Top
-
-
-
-
-
-
-
-
+
+
+
Error
+
+
+
+
+
+
+ <%= jspUtil.out(CommonWebParameter.ERROR_ATTRIBUTE) %>
+
+ Back to Top
+
+
+
+
+
+
+
+
diff --git a/src/main/webapp/WEB-INF/views/commons/errors/error.jsp b/src/main/webapp/WEB-INF/views/commons/errors/error.jsp
index 1142d43f3..5af5d8582 100644
--- a/src/main/webapp/WEB-INF/views/commons/errors/error.jsp
+++ b/src/main/webapp/WEB-INF/views/commons/errors/error.jsp
@@ -6,22 +6,22 @@
Error
-
-
-
+
+
+
<%
if (request.getRemoteAddr().startsWith("192.168.") || request.getRemoteAddr().equals("127.0.0.1")) {
- if (exception == null && request.getAttribute("SERVER_EXCEPTION") != null) {
- exception = (Throwable) request.getAttribute("SERVER_EXCEPTION");
- }
- if (exception != null) {
- java.io.PrintWriter pw = new java.io.PrintWriter(out);
- pw.println("
");
- exception.printStackTrace(pw);
- pw.println("
");
- }
+ if (exception == null && request.getAttribute("SERVER_EXCEPTION") != null) {
+ exception = (Throwable) request.getAttribute("SERVER_EXCEPTION");
+ }
+ if (exception != null) {
+ java.io.PrintWriter pw = new java.io.PrintWriter(out);
+ pw.println("
");
+ exception.printStackTrace(pw);
+ pw.println("
");
+ }
}
%>
diff --git a/src/main/webapp/WEB-INF/views/commons/errors/forbidden.jsp b/src/main/webapp/WEB-INF/views/commons/errors/forbidden.jsp
index 7ec1c730c..4439ec602 100644
--- a/src/main/webapp/WEB-INF/views/commons/errors/forbidden.jsp
+++ b/src/main/webapp/WEB-INF/views/commons/errors/forbidden.jsp
@@ -8,23 +8,23 @@
<% JspUtil jspUtil = new JspUtil(request, pageContext); %>
-
-
-
Error
-
-
-
-
-
-
- <%= jspUtil.out(CommonWebParameter.ERROR_ATTRIBUTE) %>
-
- Back to Top
-
-
-
-
-
+
+
+
Error
+
+
+
+
+
+
+ <%= jspUtil.out(CommonWebParameter.ERROR_ATTRIBUTE) %>
+
+ Back to Top
+
+
+
+
+
diff --git a/src/main/webapp/WEB-INF/views/commons/errors/jsp_error.jsp b/src/main/webapp/WEB-INF/views/commons/errors/jsp_error.jsp
index 9f1498d1a..915ff8394 100644
--- a/src/main/webapp/WEB-INF/views/commons/errors/jsp_error.jsp
+++ b/src/main/webapp/WEB-INF/views/commons/errors/jsp_error.jsp
@@ -8,14 +8,14 @@
Error
-
-
-
+
+
+
<%
if (request.getRemoteAddr().startsWith("192.168.") || request.getRemoteAddr().equals("127.0.0.1")) {
- exception.printStackTrace(new java.io.PrintWriter(out));
+ exception.printStackTrace(new java.io.PrintWriter(out));
}
%>
diff --git a/src/main/webapp/WEB-INF/views/commons/errors/not_found.jsp b/src/main/webapp/WEB-INF/views/commons/errors/not_found.jsp
index 68bc82a8a..f4ceececb 100644
--- a/src/main/webapp/WEB-INF/views/commons/errors/not_found.jsp
+++ b/src/main/webapp/WEB-INF/views/commons/errors/not_found.jsp
@@ -8,23 +8,23 @@
<% JspUtil jspUtil = new JspUtil(request, pageContext); %>
-
-
-
Error
-
-
-
-
-
-
- <%= jspUtil.out(CommonWebParameter.ERROR_ATTRIBUTE) %>
-
- Back to Top
-
-
-
-
-
+
+
+
Error
+
+
+
+
+
+
+ <%= jspUtil.out(CommonWebParameter.ERROR_ATTRIBUTE) %>
+
+ Back to Top
+
+
+
+
+
diff --git a/src/main/webapp/WEB-INF/views/commons/errors/server_error.jsp b/src/main/webapp/WEB-INF/views/commons/errors/server_error.jsp
index 1e58bbf26..d407750a3 100644
--- a/src/main/webapp/WEB-INF/views/commons/errors/server_error.jsp
+++ b/src/main/webapp/WEB-INF/views/commons/errors/server_error.jsp
@@ -8,15 +8,16 @@
<% JspUtil jspUtil = new JspUtil(request, pageContext); %>
-
-
+
+
+
Server Error
-
-
-
+
+
+
<%= jspUtil.out(CommonWebParameter.ERROR_ATTRIBUTE) %>
@@ -24,17 +25,17 @@
<%
if (request.getRemoteAddr().startsWith("192.168.")
- || request.getRemoteAddr().equals("127.0.0.1")
- || request.getRemoteAddr().equals("0:0:0:0:0:0:0:1")) {
- if (exception == null && request.getAttribute("SERVER_EXCEPTION") != null) {
- exception = (Throwable) request.getAttribute("SERVER_EXCEPTION");
- }
- if (exception != null) {
- java.io.PrintWriter pw = new java.io.PrintWriter(out);
- pw.println("
");
- exception.printStackTrace(pw);
- pw.println("
");
- }
+ || request.getRemoteAddr().equals("127.0.0.1")
+ || request.getRemoteAddr().equals("0:0:0:0:0:0:0:1")) {
+ if (exception == null && request.getAttribute("SERVER_EXCEPTION") != null) {
+ exception = (Throwable) request.getAttribute("SERVER_EXCEPTION");
+ }
+ if (exception != null) {
+ java.io.PrintWriter pw = new java.io.PrintWriter(out);
+ pw.println("
");
+ exception.printStackTrace(pw);
+ pw.println("
");
+ }
}
%>
@@ -43,8 +44,8 @@ if (request.getRemoteAddr().startsWith("192.168.")
-
-
+
+
diff --git a/src/main/webapp/WEB-INF/views/commons/errors/unauthorized.jsp b/src/main/webapp/WEB-INF/views/commons/errors/unauthorized.jsp
index c22415e37..0114b7427 100644
--- a/src/main/webapp/WEB-INF/views/commons/errors/unauthorized.jsp
+++ b/src/main/webapp/WEB-INF/views/commons/errors/unauthorized.jsp
@@ -8,23 +8,23 @@
<% JspUtil jspUtil = new JspUtil(request, pageContext); %>
-
-
-
Error
-
-
-
-
-
-
- <%= jspUtil.out(CommonWebParameter.ERROR_ATTRIBUTE) %>
-
- Back to Top
-
-
-
-
-
+
+
+
Error
+
+
+
+
+
+
+ <%= jspUtil.out(CommonWebParameter.ERROR_ATTRIBUTE) %>
+
+ Back to Top
+
+
+
+
+
diff --git a/src/main/webapp/WEB-INF/views/commons/layout/commonFooter.jsp b/src/main/webapp/WEB-INF/views/commons/layout/commonFooter.jsp
index 13148f20e..06ef5aca9 100644
--- a/src/main/webapp/WEB-INF/views/commons/layout/commonFooter.jsp
+++ b/src/main/webapp/WEB-INF/views/commons/layout/commonFooter.jsp
@@ -7,34 +7,34 @@
<% JspUtil jspUtil = new JspUtil(request, pageContext); %>
-
-
-
+
+
+
diff --git a/src/main/webapp/WEB-INF/views/commons/layout/commonHeader.jsp b/src/main/webapp/WEB-INF/views/commons/layout/commonHeader.jsp
index 2319d92a1..16290c9c8 100644
--- a/src/main/webapp/WEB-INF/views/commons/layout/commonHeader.jsp
+++ b/src/main/webapp/WEB-INF/views/commons/layout/commonHeader.jsp
@@ -33,27 +33,33 @@
-
+
+
+
<% if (StringUtils.isNotEmpty(jspUtil.out("thema"))) { %>
-
/bootstrap.min.css" />
+
/bootstrap.min.css" />
<% } else { %>
-
/bootstrap.min.css" />
+
/bootstrap.min.css" />
<% } %>
-
-
-
-
<% if (StringUtils.isNotEmpty(jspUtil.out("highlight"))) { %>
-
.css" />
+
.css" />
<% } else { %>
-
.css" />
+
.css" />
<% } %>
+
+
+
+
+
+
+
+
diff --git a/src/main/webapp/WEB-INF/views/commons/layout/commonNavbar.jsp b/src/main/webapp/WEB-INF/views/commons/layout/commonNavbar.jsp
index dd060b310..b7d417181 100644
--- a/src/main/webapp/WEB-INF/views/commons/layout/commonNavbar.jsp
+++ b/src/main/webapp/WEB-INF/views/commons/layout/commonNavbar.jsp
@@ -11,119 +11,119 @@
<% JspUtil jspUtil = new JspUtil(request, pageContext); %>
diff --git a/src/main/webapp/WEB-INF/views/commons/layout/commonScripts.jsp b/src/main/webapp/WEB-INF/views/commons/layout/commonScripts.jsp
index 993802b13..c67366f40 100644
--- a/src/main/webapp/WEB-INF/views/commons/layout/commonScripts.jsp
+++ b/src/main/webapp/WEB-INF/views/commons/layout/commonScripts.jsp
@@ -9,25 +9,26 @@
<% JspUtil jspUtil = new JspUtil(request, pageContext); %>
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
-
+
+
-
+
-
-
+
+
-
+
+
-
+
+
+
+
-
-
- "
- width="64" height="64" />
- <%= jspUtil.out("userName") %>
-
-
-
-
-
- <%= jspUtil.label("knowledge.account.label.knowledge.count") %>
-
-
- <%= jspUtil.out("knowledgeCount") %>
-
-
-
-
- <%= jspUtil.label("knowledge.account.label.like.count") %>
-
-
- <%= jspUtil.out("likeCount") %>
-
-
-
-
- <%= jspUtil.label("knowledge.account.label.stock.count") %>
-
-
- <%= jspUtil.out("stockCount") %>
-
-
-
+
+
+ "
+ width="64" height="64" />
+ <%= jspUtil.out("userName") %>
+
+
+
+
+
+ <%= jspUtil.label("knowledge.account.label.knowledge.count") %>
+
+
+ <%= jspUtil.out("knowledgeCount") %>
+
+
+
+
+ <%= jspUtil.label("knowledge.account.label.like.count") %>
+
+
+ <%= jspUtil.out("likeCount") %>
+
+
+
+
+ <%= jspUtil.label("knowledge.account.label.stock.count") %>
+
+
+ <%= jspUtil.out("stockCount") %>
+
+
+
@@ -66,26 +70,26 @@
- <% request.setAttribute("list_data", jspUtil.getValue("knowledges", List.class)); %>
-
+ <% request.setAttribute("list_data", jspUtil.getValue("knowledges", List.class)); %>
+
-
-
+
+
diff --git a/src/main/webapp/WEB-INF/views/open/emoji/nature.jsp b/src/main/webapp/WEB-INF/views/open/emoji/nature.jsp
index 0be0db75e..6803f7b79 100644
--- a/src/main/webapp/WEB-INF/views/open/emoji/nature.jsp
+++ b/src/main/webapp/WEB-INF/views/open/emoji/nature.jsp
@@ -1,944 +1,944 @@
<%@page pageEncoding="UTF-8" isELIgnored="false" session="false"
- errorPage="/WEB-INF/views/commons/errors/jsp_error.jsp"%>
+ errorPage="/WEB-INF/views/commons/errors/jsp_error.jsp"%>
-
-
-
-
-
-
- -
-
-
-
- :
sunny:
-
-
- -
-
-
-
- :
umbrella:
-
-
- -
-
-
-
- :
cloud:
-
-
- -
-
-
-
- :
snowflake:
-
-
- -
-
-
-
- :
snowman:
-
-
- -
-
-
-
- :
zap:
-
-
- -
-
-
-
- :
cyclone:
-
-
- -
-
-
-
- :
foggy:
-
-
- -
-
-
-
- :
ocean:
-
-
- -
-
-
-
- :
cat:
-
-
- -
-
-
-
- :
dog:
-
-
- -
-
-
-
- :
mouse:
-
-
- -
-
-
-
- :
hamster:
-
-
- -
-
-
-
- :
rabbit:
-
-
- -
-
-
-
- :
wolf:
-
-
- -
-
-
-
- :
frog:
-
-
- -
-
-
-
- :
tiger:
-
-
- -
-
-
-
- :
koala:
-
-
- -
-
-
-
- :
bear:
-
-
- -
-
-
-
- :
pig:
-
-
- -
-
-
-
- :
pig_nose:
-
-
- -
-
-
-
- :
cow:
-
-
- -
-
-
-
- :
boar:
-
-
- -
-
-
-
- :
monkey_face:
-
-
- -
-
-
-
- :
monkey:
-
-
- -
-
-
-
- :
horse:
-
-
- -
-
-
-
- :
racehorse:
-
-
- -
-
-
-
- :
camel:
-
-
- -
-
-
-
- :
sheep:
-
-
- -
-
-
-
- :
elephant:
-
-
- -
-
-
-
- :
panda_face:
-
-
- -
-
-
-
- :
snake:
-
-
- -
-
-
-
- :
bird:
-
-
- -
-
-
-
- :
baby_chick:
-
-
- -
-
-
-
- :
hatched_chick:
-
-
- -
-
-
-
- :
hatching_chick:
-
-
- -
-
-
-
- :
chicken:
-
-
- -
-
-
-
- :
penguin:
-
-
- -
-
-
-
- :
turtle:
-
-
- -
-
-
-
- :
bug:
-
-
- -
-
-
-
- :
honeybee:
-
-
- -
-
-
-
- :
ant:
-
-
- -
-
-
-
- :
beetle:
-
-
- -
-
-
-
- :
snail:
-
-
- -
-
-
-
- :
octopus:
-
-
- -
-
-
-
- :
tropical_fish:
-
-
- -
-
-
-
- :
fish:
-
-
- -
-
-
-
- :
whale:
-
-
- -
-
-
-
- :
whale2:
-
-
- -
-
-
-
- :
dolphin:
-
-
- -
-
-
-
- :
cow2:
-
-
- -
-
-
-
- :
ram:
-
-
- -
-
-
-
- :
rat:
-
-
- -
-
-
-
- :
water_buffalo:
-
-
- -
-
-
-
- :
tiger2:
-
-
- -
-
-
-
- :
rabbit2:
-
-
- -
-
-
-
- :
dragon:
-
-
- -
-
-
-
- :
goat:
-
-
- -
-
-
-
- :
rooster:
-
-
- -
-
-
-
- :
dog2:
-
-
- -
-
-
-
- :
pig2:
-
-
- -
-
-
-
- :
mouse2:
-
-
- -
-
-
-
- :
ox:
-
-
- -
-
-
-
- :
dragon_face:
-
-
- -
-
-
-
- :
blowfish:
-
-
- -
-
-
-
- :
crocodile:
-
-
- -
-
-
-
- :
dromedary_camel:
-
-
- -
-
-
-
- :
leopard:
-
-
- -
-
-
-
- :
cat2:
-
-
- -
-
-
-
- :
poodle:
-
-
- -
-
-
-
- :
paw_prints:
-
-
- -
-
-
-
- :
bouquet:
-
-
- -
-
-
-
- :
cherry_blossom:
-
-
- -
-
-
-
- :
tulip:
-
-
- -
-
-
-
- :
four_leaf_clover:
-
-
- -
-
-
-
- :
rose:
-
-
- -
-
-
-
- :
sunflower:
-
-
- -
-
-
-
- :
hibiscus:
-
-
- -
-
-
-
- :
maple_leaf:
-
-
- -
-
-
-
- :
leaves:
-
-
- -
-
-
-
- :
fallen_leaf:
-
-
- -
-
-
-
- :
herb:
-
-
- -
-
-
-
- :
mushroom:
-
-
- -
-
-
-
- :
cactus:
-
-
- -
-
-
-
- :
palm_tree:
-
-
- -
-
-
-
- :
evergreen_tree:
-
-
- -
-
-
-
- :
deciduous_tree:
-
-
- -
-
-
-
- :
chestnut:
-
-
- -
-
-
-
- :
seedling:
-
-
- -
-
-
-
- :
blossom:
-
-
- -
-
-
-
- :
ear_of_rice:
-
-
- -
-
-
-
- :
shell:
-
-
- -
-
-
-
- :
globe_with_meridians:
-
-
- -
-
-
-
- :
sun_with_face:
-
-
- -
-
-
-
- :
full_moon_with_face:
-
-
- -
-
-
-
- :
new_moon_with_face:
-
-
- -
-
-
-
- :
new_moon:
-
-
- -
-
-
- :
waxing_crescent_moon:
-
-
- -
-
-
-
- :
first_quarter_moon:
-
-
- -
-
-
-
- :
waxing_gibbous_moon:
-
-
- -
-
-
-
- :
full_moon:
-
-
- -
-
-
-
- :
waning_gibbous_moon:
-
-
- -
-
-
-
- :
last_quarter_moon:
-
-
- -
-
-
-
- :
waning_crescent_moon:
-
-
- -
-
-
-
- :
last_quarter_moon_with_face:
-
-
- -
-
-
-
- :
first_quarter_moon_with_face:
-
-
- <%--
- -
-
-
- :
crescent_moon:
-
-
- --%>
- -
-
-
-
- :
earth_africa:
-
-
- -
-
-
-
- :
earth_americas:
-
-
- -
-
-
-
- :
earth_asia:
-
-
- -
-
-
-
- :
volcano:
-
-
- -
-
-
-
- :
milky_way:
-
-
- -
-
-
-
- :
partly_sunny:
-
-
- -
-
-
-
- :
octocat:
-
-
- -
-
-
-
- :
squirrel:
-
-
-
-
-
+
+
+
+
+
+
+ -
+
+
+
+ :
sunny:
+
+
+ -
+
+
+
+ :
umbrella:
+
+
+ -
+
+
+
+ :
cloud:
+
+
+ -
+
+
+
+ :
snowflake:
+
+
+ -
+
+
+
+ :
snowman:
+
+
+ -
+
+
+
+ :
zap:
+
+
+ -
+
+
+
+ :
cyclone:
+
+
+ -
+
+
+
+ :
foggy:
+
+
+ -
+
+
+
+ :
ocean:
+
+
+ -
+
+
+
+ :
cat:
+
+
+ -
+
+
+
+ :
dog:
+
+
+ -
+
+
+
+ :
mouse:
+
+
+ -
+
+
+
+ :
hamster:
+
+
+ -
+
+
+
+ :
rabbit:
+
+
+ -
+
+
+
+ :
wolf:
+
+
+ -
+
+
+
+ :
frog:
+
+
+ -
+
+
+
+ :
tiger:
+
+
+ -
+
+
+
+ :
koala:
+
+
+ -
+
+
+
+ :
bear:
+
+
+ -
+
+
+
+ :
pig:
+
+
+ -
+
+
+
+ :
pig_nose:
+
+
+ -
+
+
+
+ :
cow:
+
+
+ -
+
+
+
+ :
boar:
+
+
+ -
+
+
+
+ :
monkey_face:
+
+
+ -
+
+
+
+ :
monkey:
+
+
+ -
+
+
+
+ :
horse:
+
+
+ -
+
+
+
+ :
racehorse:
+
+
+ -
+
+
+
+ :
camel:
+
+
+ -
+
+
+
+ :
sheep:
+
+
+ -
+
+
+
+ :
elephant:
+
+
+ -
+
+
+
+ :
panda_face:
+
+
+ -
+
+
+
+ :
snake:
+
+
+ -
+
+
+
+ :
bird:
+
+
+ -
+
+
+
+ :
baby_chick:
+
+
+ -
+
+
+
+ :
hatched_chick:
+
+
+ -
+
+
+
+ :
hatching_chick:
+
+
+ -
+
+
+
+ :
chicken:
+
+
+ -
+
+
+
+ :
penguin:
+
+
+ -
+
+
+
+ :
turtle:
+
+
+ -
+
+
+
+ :
bug:
+
+
+ -
+
+
+
+ :
honeybee:
+
+
+ -
+
+
+
+ :
ant:
+
+
+ -
+
+
+
+ :
beetle:
+
+
+ -
+
+
+
+ :
snail:
+
+
+ -
+
+
+
+ :
octopus:
+
+
+ -
+
+
+
+ :
tropical_fish:
+
+
+ -
+
+
+
+ :
fish:
+
+
+ -
+
+
+
+ :
whale:
+
+
+ -
+
+
+
+ :
whale2:
+
+
+ -
+
+
+
+ :
dolphin:
+
+
+ -
+
+
+
+ :
cow2:
+
+
+ -
+
+
+
+ :
ram:
+
+
+ -
+
+
+
+ :
rat:
+
+
+ -
+
+
+
+ :
water_buffalo:
+
+
+ -
+
+
+
+ :
tiger2:
+
+
+ -
+
+
+
+ :
rabbit2:
+
+
+ -
+
+
+
+ :
dragon:
+
+
+ -
+
+
+
+ :
goat:
+
+
+ -
+
+
+
+ :
rooster:
+
+
+ -
+
+
+
+ :
dog2:
+
+
+ -
+
+
+
+ :
pig2:
+
+
+ -
+
+
+
+ :
mouse2:
+
+
+ -
+
+
+
+ :
ox:
+
+
+ -
+
+
+
+ :
dragon_face:
+
+
+ -
+
+
+
+ :
blowfish:
+
+
+ -
+
+
+
+ :
crocodile:
+
+
+ -
+
+
+
+ :
dromedary_camel:
+
+
+ -
+
+
+
+ :
leopard:
+
+
+ -
+
+
+
+ :
cat2:
+
+
+ -
+
+
+
+ :
poodle:
+
+
+ -
+
+
+
+ :
paw_prints:
+
+
+ -
+
+
+
+ :
bouquet:
+
+
+ -
+
+
+
+ :
cherry_blossom:
+
+
+ -
+
+
+
+ :
tulip:
+
+
+ -
+
+
+
+ :
four_leaf_clover:
+
+
+ -
+
+
+
+ :
rose:
+
+
+ -
+
+
+
+ :
sunflower:
+
+
+ -
+
+
+
+ :
hibiscus:
+
+
+ -
+
+
+
+ :
maple_leaf:
+
+
+ -
+
+
+
+ :
leaves:
+
+
+ -
+
+
+
+ :
fallen_leaf:
+
+
+ -
+
+
+
+ :
herb:
+
+
+ -
+
+
+
+ :
mushroom:
+
+
+ -
+
+
+
+ :
cactus:
+
+
+ -
+
+
+
+ :
palm_tree:
+
+
+ -
+
+
+
+ :
evergreen_tree:
+
+
+ -
+
+
+
+ :
deciduous_tree:
+
+
+ -
+
+
+
+ :
chestnut:
+
+
+ -
+
+
+
+ :
seedling:
+
+
+ -
+
+
+
+ :
blossom:
+
+
+ -
+
+
+
+ :
ear_of_rice:
+
+
+ -
+
+
+
+ :
shell:
+
+
+ -
+
+
+
+ :
globe_with_meridians:
+
+
+ -
+
+
+
+ :
sun_with_face:
+
+
+ -
+
+
+
+ :
full_moon_with_face:
+
+
+ -
+
+
+
+ :
new_moon_with_face:
+
+
+ -
+
+
+
+ :
new_moon:
+
+
+ -
+
+
+ :
waxing_crescent_moon:
+
+
+ -
+
+
+
+ :
first_quarter_moon:
+
+
+ -
+
+
+
+ :
waxing_gibbous_moon:
+
+
+ -
+
+
+
+ :
full_moon:
+
+
+ -
+
+
+
+ :
waning_gibbous_moon:
+
+
+ -
+
+
+
+ :
last_quarter_moon:
+
+
+ -
+
+
+
+ :
waning_crescent_moon:
+
+
+ -
+
+
+
+ :
last_quarter_moon_with_face:
+
+
+ -
+
+
+
+ :
first_quarter_moon_with_face:
+
+
+ <%--
+ -
+
+
+ :
crescent_moon:
+
+
+ --%>
+ -
+
+
+
+ :
earth_africa:
+
+
+ -
+
+
+
+ :
earth_americas:
+
+
+ -
+
+
+
+ :
earth_asia:
+
+
+ -
+
+
+
+ :
volcano:
+
+
+ -
+
+
+
+ :
milky_way:
+
+
+ -
+
+
+
+ :
partly_sunny:
+
+
+ -
+
+
+
+ :
octocat:
+
+
+ -
+
+
+
+ :
squirrel:
+
+
+
+
+
diff --git a/src/main/webapp/WEB-INF/views/open/emoji/objects.jsp b/src/main/webapp/WEB-INF/views/open/emoji/objects.jsp
index d2c680eee..13ebecbc1 100644
--- a/src/main/webapp/WEB-INF/views/open/emoji/objects.jsp
+++ b/src/main/webapp/WEB-INF/views/open/emoji/objects.jsp
@@ -1,2105 +1,2105 @@
<%@page pageEncoding="UTF-8" isELIgnored="false" session="false"
- errorPage="/WEB-INF/views/commons/errors/jsp_error.jsp"%>
+ errorPage="/WEB-INF/views/commons/errors/jsp_error.jsp"%>
-
-
-
-
-
-
- -
-
-
-
- :
bamboo:
-
-
- -
-
-
-
- :
gift_heart:
-
-
- -
-
-
-
- :
dolls:
-
-
- -
-
-
-
- :
school_satchel:
-
-
- -
-
-
-
- :
mortar_board:
-
-
- -
-
-
-
- :
flags:
-
-
- -
-
-
-
- :
fireworks:
-
-
- -
-
-
-
- :
sparkler:
-
-
- -
-
-
-
- :
wind_chime:
-
-
- -
-
-
-
- :
rice_scene:
-
-
- -
-
-
-
- :
jack_o_lantern:
-
-
- -
-
-
-
- :
ghost:
-
-
- -
-
-
-
- :
santa:
-
-
- -
-
-
-
- :
christmas_tree:
-
-
- -
-
-
-
- :
gift:
-
-
- -
-
-
-
- :
bell:
-
-
- -
-
-
-
- :
no_bell:
-
-
- -
-
-
-
- :
tanabata_tree:
-
-
- -
-
-
-
- :
tada:
-
-
- -
-
-
-
- :
confetti_ball:
-
-
- -
-
-
-
- :
balloon:
-
-
- -
-
-
-
- :
crystal_ball:
-
-
- -
-
-
-
- :
cd:
-
-
- -
-
-
-
- :
dvd:
-
-
- -
-
-
-
- :
floppy_disk:
-
-
- -
-
-
-
- :
camera:
-
-
- -
-
-
-
- :
video_camera:
-
-
- -
-
-
-
- :
movie_camera:
-
-
- -
-
-
-
- :
computer:
-
-
- -
-
-
-
- :
tv:
-
-
- -
-
-
-
- :
iphone:
-
-
- -
-
-
-
- :
phone:
-
-
- -
-
-
-
- :
telephone:
-
-
- -
-
-
-
- :
telephone_receiver:
-
-
- -
-
-
-
- :
pager:
-
-
- -
-
-
-
- :
fax:
-
-
- -
-
-
-
- :
minidisc:
-
-
- -
-
-
-
- :
vhs:
-
-
- -
-
-
-
- :
sound:
-
-
- -
-
-
-
- :
speaker:
-
-
- -
-
-
-
- :
mute:
-
-
- -
-
-
-
- :
loudspeaker:
-
-
- -
-
-
-
- :
mega:
-
-
- -
-
-
-
- :
hourglass:
-
-
- -
-
-
-
- :
hourglass_flowing_sand:
-
-
- -
-
-
-
- :
alarm_clock:
-
-
- -
-
-
-
- :
watch:
-
-
- -
-
-
-
- :
radio:
-
-
- -
-
-
-
- :
satellite:
-
-
- -
-
-
-
- :
loop:
-
-
- -
-
-
-
- :
mag:
-
-
- -
-
-
-
- :
mag_right:
-
-
- -
-
-
-
- :
unlock:
-
-
- -
-
-
-
- :
lock:
-
-
- -
-
-
-
- :
lock_with_ink_pen:
-
-
- -
-
-
-
- :
closed_lock_with_key:
-
-
- -
-
-
-
- :
key:
-
-
- -
-
-
-
- :
bulb:
-
-
- -
-
-
-
- :
flashlight:
-
-
- -
-
-
-
- :
high_brightness:
-
-
- -
-
-
-
- :
low_brightness:
-
-
- -
-
-
-
- :
electric_plug:
-
-
- -
-
-
-
- :
battery:
-
-
- -
-
-
-
- :
calling:
-
-
- -
-
-
-
- :
email:
-
-
- -
-
-
-
- :
mailbox:
-
-
- -
-
-
-
- :
postbox:
-
-
- -
-
-
-
- :
bath:
-
-
- -
-
-
-
- :
bathtub:
-
-
- -
-
-
-
- :
shower:
-
-
- -
-
-
-
- :
toilet:
-
-
- -
-
-
-
- :
wrench:
-
-
- -
-
-
-
- :
nut_and_bolt:
-
-
- -
-
-
-
- :
hammer:
-
-
- -
-
-
-
- :
seat:
-
-
- -
-
-
-
- :
moneybag:
-
-
- -
-
-
-
- :
yen:
-
-
- -
-
-
-
- :
dollar:
-
-
- -
-
-
-
- :
pound:
-
-
- -
-
-
-
- :
euro:
-
-
- -
-
-
-
- :
credit_card:
-
-
- -
-
-
-
- :
money_with_wings:
-
-
- -
-
-
-
- :
e-mail:
-
-
- -
-
-
-
- :
inbox_tray:
-
-
- -
-
-
-
- :
outbox_tray:
-
-
- -
-
-
-
- :
envelope:
-
-
- -
-
-
-
- :
incoming_envelope:
-
-
- -
-
-
-
- :
postal_horn:
-
-
- -
-
-
-
- :
mailbox_closed:
-
-
- -
-
-
-
- :
mailbox_with_mail:
-
-
- -
-
-
-
- :
mailbox_with_no_mail:
-
-
- <%--
- -
-
-
- :
package:
-
-
- --%>
- -
-
-
-
- :
door:
-
-
- -
-
-
-
- :
smoking:
-
-
- -
-
-
-
- :
bomb:
-
-
- -
-
-
-
- :
gun:
-
-
- -
-
-
-
- :
hocho:
-
-
- -
-
-
-
- :
pill:
-
-
- -
-
-
-
- :
syringe:
-
-
- -
-
-
-
- :
page_facing_up:
-
-
- -
-
-
-
- :
page_with_curl:
-
-
- -
-
-
-
- :
bookmark_tabs:
-
-
- -
-
-
-
- :
bar_chart:
-
-
- -
-
-
-
- :
chart_with_upwards_trend:
-
-
- -
-
-
-
- :
chart_with_downwards_trend:
-
-
- -
-
-
-
- :
scroll:
-
-
- -
-
-
-
- :
clipboard:
-
-
- -
-
-
-
- :
calendar:
-
-
- -
-
-
-
- :
date:
-
-
- -
-
-
-
- :
card_index:
-
-
- -
-
-
-
- :
file_folder:
-
-
- -
-
-
-
- :
open_file_folder:
-
-
- -
-
-
-
- :
scissors:
-
-
- -
-
-
-
- :
pushpin:
-
-
- -
-
-
-
- :
paperclip:
-
-
- -
-
-
-
- :
black_nib:
-
-
- -
-
-
-
- :
pencil2:
-
-
- -
-
-
-
- :
straight_ruler:
-
-
- -
-
-
-
- :
triangular_ruler:
-
-
- -
-
-
-
- :
closed_book:
-
-
- -
-
-
-
- :
green_book:
-
-
- -
-
-
-
- :
blue_book:
-
-
- -
-
-
-
- :
orange_book:
-
-
- -
-
-
-
- :
notebook:
-
-
- -
-
-
-
- :
notebook_with_decorative_cover:
-
-
- -
-
-
-
- :
ledger:
-
-
- -
-
-
-
- :
books:
-
-
- -
-
-
-
- :
bookmark:
-
-
- -
-
-
-
- :
name_badge:
-
-
- -
-
-
-
- :
microscope:
-
-
- -
-
-
-
- :
telescope:
-
-
- -
-
-
-
- :
newspaper:
-
-
- -
-
-
-
- :
football:
-
-
- -
-
-
-
- :
basketball:
-
-
- -
-
-
-
- :
soccer:
-
-
- -
-
-
-
- :
baseball:
-
-
- -
-
-
-
- :
tennis:
-
-
- -
-
-
-
- :
8ball:
-
-
- -
-
-
-
- :
rugby_football:
-
-
- -
-
-
-
- :
bowling:
-
-
- -
-
-
-
- :
golf:
-
-
- -
-
-
-
- :
mountain_bicyclist:
-
-
- -
-
-
-
- :
bicyclist:
-
-
- -
-
-
-
- :
horse_racing:
-
-
- -
-
-
-
- :
snowboarder:
-
-
- -
-
-
-
- :
swimmer:
-
-
- -
-
-
-
- :
surfer:
-
-
- -
-
-
-
- :
ski:
-
-
- -
-
-
-
- :
spades:
-
-
- -
-
-
-
- :
hearts:
-
-
- -
-
-
-
- :
clubs:
-
-
- -
-
-
-
- :
diamonds:
-
-
- -
-
-
-
- :
gem:
-
-
- -
-
-
-
- :
ring:
-
-
- -
-
-
-
- :
trophy:
-
-
- -
-
-
-
- :
musical_score:
-
-
- -
-
-
-
- :
musical_keyboard:
-
-
- -
-
-
-
- :
violin:
-
-
- -
-
-
-
- :
space_invader:
-
-
- -
-
-
-
- :
video_game:
-
-
- -
-
-
-
- :
black_joker:
-
-
- -
-
-
-
- :
flower_playing_cards:
-
-
- -
-
-
-
- :
game_die:
-
-
- -
-
-
-
- :
dart:
-
-
- -
-
-
-
- :
mahjong:
-
-
- -
-
-
-
- :
clapper:
-
-
- -
-
-
-
- :
memo:
-
-
- -
-
-
-
- :
pencil:
-
-
- -
-
-
-
- :
book:
-
-
- -
-
-
-
- :
art:
-
-
- -
-
-
-
- :
microphone:
-
-
- -
-
-
-
- :
headphones:
-
-
- -
-
-
-
- :
trumpet:
-
-
- -
-
-
-
- :
saxophone:
-
-
- -
-
-
-
- :
guitar:
-
-
- -
-
-
-
- :
shoe:
-
-
- -
-
-
-
- :
sandal:
-
-
- -
-
-
-
- :
high_heel:
-
-
- -
-
-
-
- :
lipstick:
-
-
- -
-
-
-
- :
boot:
-
-
- -
-
-
-
- :
shirt:
-
-
- -
-
-
-
- :
tshirt:
-
-
- -
-
-
-
- :
necktie:
-
-
- -
-
-
-
- :
womans_clothes:
-
-
- -
-
-
-
- :
dress:
-
-
- -
-
-
-
- :
running_shirt_with_sash:
-
-
- -
-
-
-
- :
jeans:
-
-
- -
-
-
-
- :
kimono:
-
-
- -
-
-
-
- :
bikini:
-
-
- -
-
-
-
- :
ribbon:
-
-
- -
-
-
-
- :
tophat:
-
-
- -
-
-
-
- :
crown:
-
-
- -
-
-
-
- :
womans_hat:
-
-
- -
-
-
-
- :
mans_shoe:
-
-
- -
-
-
-
- :
closed_umbrella:
-
-
- -
-
-
-
- :
briefcase:
-
-
- -
-
-
-
- :
handbag:
-
-
- -
-
-
-
- :
pouch:
-
-
- -
-
-
-
- :
purse:
-
-
- -
-
-
-
- :
eyeglasses:
-
-
- -
-
-
-
- :
fishing_pole_and_fish:
-
-
- -
-
-
-
- :
coffee:
-
-
- -
-
-
-
- :
tea:
-
-
- -
-
-
-
- :
sake:
-
-
- -
-
-
-
- :
baby_bottle:
-
-
- -
-
-
-
- :
beer:
-
-
- -
-
-
-
- :
beers:
-
-
- -
-
-
-
- :
cocktail:
-
-
- -
-
-
-
- :
tropical_drink:
-
-
- -
-
-
-
- :
wine_glass:
-
-
- -
-
-
-
- :
fork_and_knife:
-
-
- -
-
-
-
- :
pizza:
-
-
- -
-
-
-
- :
hamburger:
-
-
- -
-
-
-
- :
fries:
-
-
- -
-
-
-
- :
poultry_leg:
-
-
- -
-
-
-
- :
meat_on_bone:
-
-
- -
-
-
-
- :
spaghetti:
-
-
- -
-
-
-
- :
curry:
-
-
- -
-
-
-
- :
fried_shrimp:
-
-
- -
-
-
-
- :
bento:
-
-
- -
-
-
-
- :
sushi:
-
-
- -
-
-
-
- :
fish_cake:
-
-
- -
-
-
-
- :
rice_ball:
-
-
- -
-
-
-
- :
rice_cracker:
-
-
- -
-
-
-
- :
rice:
-
-
- -
-
-
-
- :
ramen:
-
-
- -
-
-
-
- :
stew:
-
-
- -
-
-
-
- :
oden:
-
-
- -
-
-
-
- :
dango:
-
-
- -
-
-
-
- :
egg:
-
-
- -
-
-
-
- :
bread:
-
-
- -
-
-
-
- :
doughnut:
-
-
- -
-
-
-
- :
custard:
-
-
- -
-
-
-
- :
icecream:
-
-
- -
-
-
-
- :
ice_cream:
-
-
- -
-
-
-
- :
shaved_ice:
-
-
- -
-
-
-
- :
birthday:
-
-
- -
-
-
-
- :
cake:
-
-
- -
-
-
-
- :
cookie:
-
-
- -
-
-
-
- :
chocolate_bar:
-
-
- -
-
-
-
- :
candy:
-
-
- -
-
-
-
- :
lollipop:
-
-
- -
-
-
-
- :
honey_pot:
-
-
- -
-
-
-
- :
apple:
-
-
- -
-
-
-
- :
green_apple:
-
-
- -
-
-
-
- :
tangerine:
-
-
- -
-
-
-
- :
lemon:
-
-
- -
-
-
-
- :
cherries:
-
-
- -
-
-
-
- :
grapes:
-
-
- -
-
-
-
- :
watermelon:
-
-
- -
-
-
-
- :
strawberry:
-
-
- -
-
-
-
- :
peach:
-
-
- -
-
-
-
- :
melon:
-
-
- -
-
-
-
- :
banana:
-
-
- -
-
-
-
- :
pear:
-
-
- -
-
-
-
- :
pineapple:
-
-
- -
-
-
-
- :
sweet_potato:
-
-
- -
-
-
-
- :
eggplant:
-
-
- -
-
-
-
- :
tomato:
-
-
- -
-
-
-
- :
corn:
-
-
-
-
-
+
+
+
+
+
+
+ -
+
+
+
+ :
bamboo:
+
+
+ -
+
+
+
+ :
gift_heart:
+
+
+ -
+
+
+
+ :
dolls:
+
+
+ -
+
+
+
+ :
school_satchel:
+
+
+ -
+
+
+
+ :
mortar_board:
+
+
+ -
+
+
+
+ :
flags:
+
+
+ -
+
+
+
+ :
fireworks:
+
+
+ -
+
+
+
+ :
sparkler:
+
+
+ -
+
+
+
+ :
wind_chime:
+
+
+ -
+
+
+
+ :
rice_scene:
+
+
+ -
+
+
+
+ :
jack_o_lantern:
+
+
+ -
+
+
+
+ :
ghost:
+
+
+ -
+
+
+
+ :
santa:
+
+
+ -
+
+
+
+ :
christmas_tree:
+
+
+ -
+
+
+
+ :
gift:
+
+
+ -
+
+
+
+ :
bell:
+
+
+ -
+
+
+
+ :
no_bell:
+
+
+ -
+
+
+
+ :
tanabata_tree:
+
+
+ -
+
+
+
+ :
tada:
+
+
+ -
+
+
+
+ :
confetti_ball:
+
+
+ -
+
+
+
+ :
balloon:
+
+
+ -
+
+
+
+ :
crystal_ball:
+
+
+ -
+
+
+
+ :
cd:
+
+
+ -
+
+
+
+ :
dvd:
+
+
+ -
+
+
+
+ :
floppy_disk:
+
+
+ -
+
+
+
+ :
camera:
+
+
+ -
+
+
+
+ :
video_camera:
+
+
+ -
+
+
+
+ :
movie_camera:
+
+
+ -
+
+
+
+ :
computer:
+
+
+ -
+
+
+
+ :
tv:
+
+
+ -
+
+
+
+ :
iphone:
+
+
+ -
+
+
+
+ :
phone:
+
+
+ -
+
+
+
+ :
telephone:
+
+
+ -
+
+
+
+ :
telephone_receiver:
+
+
+ -
+
+
+
+ :
pager:
+
+
+ -
+
+
+
+ :
fax:
+
+
+ -
+
+
+
+ :
minidisc:
+
+
+ -
+
+
+
+ :
vhs:
+
+
+ -
+
+
+
+ :
sound:
+
+
+ -
+
+
+
+ :
speaker:
+
+
+ -
+
+
+
+ :
mute:
+
+
+ -
+
+
+
+ :
loudspeaker:
+
+
+ -
+
+
+
+ :
mega:
+
+
+ -
+
+
+
+ :
hourglass:
+
+
+ -
+
+
+
+ :
hourglass_flowing_sand:
+
+
+ -
+
+
+
+ :
alarm_clock:
+
+
+ -
+
+
+
+ :
watch:
+
+
+ -
+
+
+
+ :
radio:
+
+
+ -
+
+
+
+ :
satellite:
+
+
+ -
+
+
+
+ :
loop:
+
+
+ -
+
+
+
+ :
mag:
+
+
+ -
+
+
+
+ :
mag_right:
+
+
+ -
+
+
+
+ :
unlock:
+
+
+ -
+
+
+
+ :
lock:
+
+
+ -
+
+
+
+ :
lock_with_ink_pen:
+
+
+ -
+
+
+
+ :
closed_lock_with_key:
+
+
+ -
+
+
+
+ :
key:
+
+
+ -
+
+
+
+ :
bulb:
+
+
+ -
+
+
+
+ :
flashlight:
+
+
+ -
+
+
+
+ :
high_brightness:
+
+
+ -
+
+
+
+ :
low_brightness:
+
+
+ -
+
+
+
+ :
electric_plug:
+
+
+ -
+
+
+
+ :
battery:
+
+
+ -
+
+
+
+ :
calling:
+
+
+ -
+
+
+
+ :
email:
+
+
+ -
+
+
+
+ :
mailbox:
+
+
+ -
+
+
+
+ :
postbox:
+
+
+ -
+
+
+
+ :
bath:
+
+
+ -
+
+
+
+ :
bathtub:
+
+
+ -
+
+
+
+ :
shower:
+
+
+ -
+
+
+
+ :
toilet:
+
+
+ -
+
+
+
+ :
wrench:
+
+
+ -
+
+
+
+ :
nut_and_bolt:
+
+
+ -
+
+
+
+ :
hammer:
+
+
+ -
+
+
+
+ :
seat:
+
+
+ -
+
+
+
+ :
moneybag:
+
+
+ -
+
+
+
+ :
yen:
+
+
+ -
+
+
+
+ :
dollar:
+
+
+ -
+
+
+
+ :
pound:
+
+
+ -
+
+
+
+ :
euro:
+
+
+ -
+
+
+
+ :
credit_card:
+
+
+ -
+
+
+
+ :
money_with_wings:
+
+
+ -
+
+
+
+ :
e-mail:
+
+
+ -
+
+
+
+ :
inbox_tray:
+
+
+ -
+
+
+
+ :
outbox_tray:
+
+
+ -
+
+
+
+ :
envelope:
+
+
+ -
+
+
+
+ :
incoming_envelope:
+
+
+ -
+
+
+
+ :
postal_horn:
+
+
+ -
+
+
+
+ :
mailbox_closed:
+
+
+ -
+
+
+
+ :
mailbox_with_mail:
+
+
+ -
+
+
+
+ :
mailbox_with_no_mail:
+
+
+ <%--
+ -
+
+
+ :
package:
+
+
+ --%>
+ -
+
+
+
+ :
door:
+
+
+ -
+
+
+
+ :
smoking:
+
+
+ -
+
+
+
+ :
bomb:
+
+
+ -
+
+
+
+ :
gun:
+
+
+ -
+
+
+
+ :
hocho:
+
+
+ -
+
+
+
+ :
pill:
+
+
+ -
+
+
+
+ :
syringe:
+
+
+ -
+
+
+
+ :
page_facing_up:
+
+
+ -
+
+
+
+ :
page_with_curl:
+
+
+ -
+
+
+
+ :
bookmark_tabs:
+
+
+ -
+
+
+
+ :
bar_chart:
+
+
+ -
+
+
+
+ :
chart_with_upwards_trend:
+
+
+ -
+
+
+
+ :
chart_with_downwards_trend:
+
+
+ -
+
+
+
+ :
scroll:
+
+
+ -
+
+
+
+ :
clipboard:
+
+
+ -
+
+
+
+ :
calendar:
+
+
+ -
+
+
+
+ :
date:
+
+
+ -
+
+
+
+ :
card_index:
+
+
+ -
+
+
+
+ :
file_folder:
+
+
+ -
+
+
+
+ :
open_file_folder:
+
+
+ -
+
+
+
+ :
scissors:
+
+
+ -
+
+
+
+ :
pushpin:
+
+
+ -
+
+
+
+ :
paperclip:
+
+
+ -
+
+
+
+ :
black_nib:
+
+
+ -
+
+
+
+ :
pencil2:
+
+
+ -
+
+
+
+ :
straight_ruler:
+
+
+ -
+
+
+
+ :
triangular_ruler:
+
+
+ -
+
+
+
+ :
closed_book:
+
+
+ -
+
+
+
+ :
green_book:
+
+
+ -
+
+
+
+ :
blue_book:
+
+
+ -
+
+
+
+ :
orange_book:
+
+
+ -
+
+
+
+ :
notebook:
+
+
+ -
+
+
+
+ :
notebook_with_decorative_cover:
+
+
+ -
+
+
+
+ :
ledger:
+
+
+ -
+
+
+
+ :
books:
+
+
+ -
+
+
+
+ :
bookmark:
+
+
+ -
+
+
+
+ :
name_badge:
+
+
+ -
+
+
+
+ :
microscope:
+
+
+ -
+
+
+
+ :
telescope:
+
+
+ -
+
+
+
+ :
newspaper:
+
+
+ -
+
+
+
+ :
football:
+
+
+ -
+
+
+
+ :
basketball:
+
+
+ -
+
+
+
+ :
soccer:
+
+
+ -
+
+
+
+ :
baseball:
+
+
+ -
+
+
+
+ :
tennis:
+
+
+ -
+
+
+
+ :
8ball:
+
+
+ -
+
+
+
+ :
rugby_football:
+
+
+ -
+
+
+
+ :
bowling:
+
+
+ -
+
+
+
+ :
golf:
+
+
+ -
+
+
+
+ :
mountain_bicyclist:
+
+
+ -
+
+
+
+ :
bicyclist:
+
+
+ -
+
+
+
+ :
horse_racing:
+
+
+ -
+
+
+
+ :
snowboarder:
+
+
+ -
+
+
+
+ :
swimmer:
+
+
+ -
+
+
+
+ :
surfer:
+
+
+ -
+
+
+
+ :
ski:
+
+
+ -
+
+
+
+ :
spades:
+
+
+ -
+
+
+
+ :
hearts:
+
+
+ -
+
+
+
+ :
clubs:
+
+
+ -
+
+
+
+ :
diamonds:
+
+
+ -
+
+
+
+ :
gem:
+
+
+ -
+
+
+
+ :
ring:
+
+
+ -
+
+
+
+ :
trophy:
+
+
+ -
+
+
+
+ :
musical_score:
+
+
+ -
+
+
+
+ :
musical_keyboard:
+
+
+ -
+
+
+
+ :
violin:
+
+
+ -
+
+
+
+ :
space_invader:
+
+
+ -
+
+
+
+ :
video_game:
+
+
+ -
+
+
+
+ :
black_joker:
+
+
+ -
+
+
+
+ :
flower_playing_cards:
+
+
+ -
+
+
+
+ :
game_die:
+
+
+ -
+
+
+
+ :
dart:
+
+
+ -
+
+
+
+ :
mahjong:
+
+
+ -
+
+
+
+ :
clapper:
+
+
+ -
+
+
+
+ :
memo:
+
+
+ -
+
+
+
+ :
pencil:
+
+
+ -
+
+
+
+ :
book:
+
+
+ -
+
+
+
+ :
art:
+
+
+ -
+
+
+
+ :
microphone:
+
+
+ -
+
+
+
+ :
headphones:
+
+
+ -
+
+
+
+ :
trumpet:
+
+
+ -
+
+
+
+ :
saxophone:
+
+
+ -
+
+
+
+ :
guitar:
+
+
+ -
+
+
+
+ :
shoe:
+
+
+ -
+
+
+
+ :
sandal:
+
+
+ -
+
+
+
+ :
high_heel:
+
+
+ -
+
+
+
+ :
lipstick:
+
+
+ -
+
+
+
+ :
boot:
+
+
+ -
+
+
+
+ :
shirt:
+
+
+ -
+
+
+
+ :
tshirt:
+
+
+ -
+
+
+
+ :
necktie:
+
+
+ -
+
+
+
+ :
womans_clothes:
+
+
+ -
+
+
+
+ :
dress:
+
+
+ -
+
+
+
+ :
running_shirt_with_sash:
+
+
+ -
+
+
+
+ :
jeans:
+
+
+ -
+
+
+
+ :
kimono:
+
+
+ -
+
+
+
+ :
bikini:
+
+
+ -
+
+
+
+ :
ribbon:
+
+
+ -
+
+
+
+ :
tophat:
+
+
+ -
+
+
+
+ :
crown:
+
+
+ -
+
+
+
+ :
womans_hat:
+
+
+ -
+
+
+
+ :
mans_shoe:
+
+
+ -
+
+
+
+ :
closed_umbrella:
+
+
+ -
+
+
+
+ :
briefcase:
+
+
+ -
+
+
+
+ :
handbag:
+
+
+ -
+
+
+
+ :
pouch:
+
+
+ -
+
+
+
+ :
purse:
+
+
+ -
+
+
+
+ :
eyeglasses:
+
+
+ -
+
+
+
+ :
fishing_pole_and_fish:
+
+
+ -
+
+
+
+ :
coffee:
+
+
+ -
+
+
+
+ :
tea:
+
+
+ -
+
+
+
+ :
sake:
+
+
+ -
+
+
+
+ :
baby_bottle:
+
+
+ -
+
+
+
+ :
beer:
+
+
+ -
+
+
+
+ :
beers:
+
+
+ -
+
+
+
+ :
cocktail:
+
+
+ -
+
+
+
+ :
tropical_drink:
+
+
+ -
+
+
+
+ :
wine_glass:
+
+
+ -
+
+
+
+ :
fork_and_knife:
+
+
+ -
+
+
+
+ :
pizza:
+
+
+ -
+
+
+
+ :
hamburger:
+
+
+ -
+
+
+
+ :
fries:
+
+
+ -
+
+
+
+ :
poultry_leg:
+
+
+ -
+
+
+
+ :
meat_on_bone:
+
+
+ -
+
+
+
+ :
spaghetti:
+
+
+ -
+
+
+
+ :
curry:
+
+
+ -
+
+
+
+ :
fried_shrimp:
+
+
+ -
+
+
+
+ :
bento:
+
+
+ -
+
+
+
+ :
sushi:
+
+
+ -
+
+
+
+ :
fish_cake:
+
+
+ -
+
+
+
+ :
rice_ball:
+
+
+ -
+
+
+
+ :
rice_cracker:
+
+
+ -
+
+
+
+ :
rice:
+
+
+ -
+
+
+
+ :
ramen:
+
+
+ -
+
+
+
+ :
stew:
+
+
+ -
+
+
+
+ :
oden:
+
+
+ -
+
+
+
+ :
dango:
+
+
+ -
+
+
+
+ :
egg:
+
+
+ -
+
+
+
+ :
bread:
+
+
+ -
+
+
+
+ :
doughnut:
+
+
+ -
+
+
+
+ :
custard:
+
+
+ -
+
+
+
+ :
icecream:
+
+
+ -
+
+
+
+ :
ice_cream:
+
+
+ -
+
+
+
+ :
shaved_ice:
+
+
+ -
+
+
+
+ :
birthday:
+
+
+ -
+
+
+
+ :
cake:
+
+
+ -
+
+
+
+ :
cookie:
+
+
+ -
+
+
+
+ :
chocolate_bar:
+
+
+ -
+
+
+
+ :
candy:
+
+
+ -
+
+
+
+ :
lollipop:
+
+
+ -
+
+
+
+ :
honey_pot:
+
+
+ -
+
+
+
+ :
apple:
+
+
+ -
+
+
+
+ :
green_apple:
+
+
+ -
+
+
+
+ :
tangerine:
+
+
+ -
+
+
+
+ :
lemon:
+
+
+ -
+
+
+
+ :
cherries:
+
+
+ -
+
+
+
+ :
grapes:
+
+
+ -
+
+
+
+ :
watermelon:
+
+
+ -
+
+
+
+ :
strawberry:
+
+
+ -
+
+
+
+ :
peach:
+
+
+ -
+
+
+
+ :
melon:
+
+
+ -
+
+
+
+ :
banana:
+
+
+ -
+
+
+
+ :
pear:
+
+
+ -
+
+
+
+ :
pineapple:
+
+
+ -
+
+
+
+ :
sweet_potato:
+
+
+ -
+
+
+
+ :
eggplant:
+
+
+ -
+
+
+
+ :
tomato:
+
+
+ -
+
+
+
+ :
corn:
+
+
+
+
+
diff --git a/src/main/webapp/WEB-INF/views/open/emoji/people.jsp b/src/main/webapp/WEB-INF/views/open/emoji/people.jsp
index 1702c7a4c..563aa5ca3 100644
--- a/src/main/webapp/WEB-INF/views/open/emoji/people.jsp
+++ b/src/main/webapp/WEB-INF/views/open/emoji/people.jsp
@@ -1,1562 +1,1562 @@
<%@page pageEncoding="UTF-8" isELIgnored="false" session="false"
- errorPage="/WEB-INF/views/commons/errors/jsp_error.jsp"%>
+ errorPage="/WEB-INF/views/commons/errors/jsp_error.jsp"%>
-
-
-
-
- -
-
-
- :
bowtie:
-
-
- -
-
-
- :
smile:
-
-
- -
-
-
- :
laughing:
-
-
- -
-
-
- :
blush:
-
-
- -
-
-
-
- :
smiley:
-
-
- -
-
-
-
- :
relaxed:
-
-
- -
-
-
-
- :
smirk:
-
-
- -
-
-
-
- :
heart_eyes:
-
-
- -
-
-
-
- :
kissing_heart:
-
-
- -
-
-
-
- :
kissing_closed_eyes:
-
-
- -
-
-
-
- :
flushed:
-
-
- -
-
-
-
- :
relieved:
-
-
- -
-
-
-
- :
satisfied:
-
-
- -
-
-
-
- :
grin:
-
-
- -
-
-
-
- :
wink:
-
-
- -
-
-
-
- :
stuck_out_tongue_winking_eye:
-
-
- -
-
-
-
- :
stuck_out_tongue_closed_eyes:
-
-
- -
-
-
-
- :
grinning:
-
-
- -
-
-
-
- :
kissing:
-
-
- -
-
-
-
- :
kissing_smiling_eyes:
-
-
- -
-
-
-
- :
stuck_out_tongue:
-
-
- -
-
-
-
- :
sleeping:
-
-
- -
-
-
-
- :
worried:
-
-
- -
-
-
-
- :
frowning:
-
-
- -
-
-
-
- :
anguished:
-
-
- -
-
-
-
- :
open_mouth:
-
-
- -
-
-
-
- :
grimacing:
-
-
- -
-
-
-
- :
confused:
-
-
- -
-
-
-
- :
hushed:
-
-
- -
-
-
-
- :
expressionless:
-
-
- -
-
-
-
- :
unamused:
-
-
- -
-
-
-
- :
sweat_smile:
-
-
- -
-
-
-
- :
sweat:
-
-
- -
-
-
-
- :
disappointed_relieved:
-
-
- -
-
-
-
- :
weary:
-
-
- -
-
-
-
- :
pensive:
-
-
- -
-
-
-
- :
disappointed:
-
-
- -
-
-
-
- :
confounded:
-
-
- -
-
-
-
- :
fearful:
-
-
- -
-
-
-
- :
cold_sweat:
-
-
- -
-
-
-
- :
persevere:
-
-
- -
-
-
-
- :
cry:
-
-
- -
-
-
-
- :
sob:
-
-
- -
-
-
-
- :
joy:
-
-
- -
-
-
-
- :
astonished:
-
-
- -
-
-
-
- :
scream:
-
-
- -
-
-
-
- :
neckbeard:
-
-
- -
-
-
-
- :
tired_face:
-
-
- -
-
-
-
- :
angry:
-
-
- -
-
-
-
- :
rage:
-
-
- -
-
-
-
- :
triumph:
-
-
- -
-
-
-
- :
sleepy:
-
-
- -
-
-
-
- :
yum:
-
-
- -
-
-
-
- :
mask:
-
-
- -
-
-
-
- :
sunglasses:
-
-
- -
-
-
-
- :
dizzy_face:
-
-
- -
-
-
-
- :
imp:
-
-
- -
-
-
-
- :
smiling_imp:
-
-
- -
-
-
-
- :
neutral_face:
-
-
- -
-
-
-
- :
no_mouth:
-
-
- -
-
-
-
- :
innocent:
-
-
- -
-
-
-
- :
alien:
-
-
- -
-
-
-
- :
yellow_heart:
-
-
- -
-
-
-
- :
blue_heart:
-
-
- -
-
-
-
- :
purple_heart:
-
-
- -
-
-
-
- :
heart:
-
-
- -
-
-
-
- :
green_heart:
-
-
- -
-
-
-
- :
broken_heart:
-
-
- -
-
-
-
- :
heartbeat:
-
-
- -
-
-
-
- :
heartpulse:
-
-
- -
-
-
-
- :
two_hearts:
-
-
- -
-
-
-
- :
revolving_hearts:
-
-
- -
-
-
-
- :
cupid:
-
-
- -
-
-
-
- :
sparkling_heart:
-
-
- -
-
-
-
- :
sparkles:
-
-
- -
-
-
-
- :
star:
-
-
- -
-
-
-
- :
star2:
-
-
- -
-
-
-
- :
dizzy:
-
-
- -
-
-
-
- :
boom:
-
-
- -
-
-
-
- :
collision:
-
-
- -
-
-
-
- :
anger:
-
-
- -
-
-
-
- :
exclamation:
-
-
- -
-
-
-
- :
question:
-
-
- -
-
-
-
- :
grey_exclamation:
-
-
- -
-
-
-
- :
grey_question:
-
-
- -
-
-
-
- :
zzz:
-
-
- -
-
-
-
- :
dash:
-
-
- -
-
-
-
- :
sweat_drops:
-
-
- -
-
-
-
- :
notes:
-
-
- -
-
-
-
- :
musical_note:
-
-
- -
-
-
-
- :
fire:
-
-
- -
-
-
-
- :
hankey:
-
-
- -
-
-
-
- :
poop:
-
-
- -
-
-
-
- :
shit:
-
-
- -
-
-
-
- :
+1:
-
-
- -
-
-
-
- :
thumbsup:
-
-
- -
-
-
-
- :
-1:
-
-
- -
-
-
-
- :
thumbsdown:
-
-
- -
-
-
-
- :
ok_hand:
-
-
- -
-
-
-
- :
punch:
-
-
- -
-
-
-
- :
facepunch:
-
-
- -
-
-
-
- :
fist:
-
-
- -
-
-
-
- :
v:
-
-
- -
-
-
-
- :
wave:
-
-
- -
-
-
-
- :
hand:
-
-
- -
-
-
-
- :
raised_hand:
-
-
- -
-
-
-
- :
open_hands:
-
-
- -
-
-
-
- :
point_up:
-
-
- -
-
-
-
- :
point_down:
-
-
- -
-
-
-
- :
point_left:
-
-
- -
-
-
-
- :
point_right:
-
-
- -
-
-
-
- :
raised_hands:
-
-
- -
-
-
-
- :
pray:
-
-
- -
-
-
-
- :
point_up_2:
-
-
- -
-
-
-
- :
clap:
-
-
- -
-
-
-
- :
muscle:
-
-
- -
-
-
-
- :
metal:
-
-
- -
-
-
-
- :
fu:
-
-
- -
-
-
-
- :
runner:
-
-
- -
-
-
-
- :
running:
-
-
- -
-
-
-
- :
couple:
-
-
- -
-
-
-
- :
family:
-
-
- -
-
-
-
- :
two_men_holding_hands:
-
-
- -
-
-
-
- :
two_women_holding_hands:
-
-
- -
-
-
-
- :
dancer:
-
-
- -
-
-
-
- :
dancers:
-
-
- -
-
-
-
- :
ok_woman:
-
-
- -
-
-
-
- :
no_good:
-
-
- -
-
-
-
- :
information_desk_person:
-
-
- -
-
-
-
- :
raising_hand:
-
-
- -
-
-
-
- :
bride_with_veil:
-
-
- -
-
-
-
- :
person_with_pouting_face:
-
-
- -
-
-
-
- :
person_frowning:
-
-
- -
-
-
-
- :
bow:
-
-
- -
-
-
-
- :
couplekiss:
-
-
- -
-
-
-
- :
couple_with_heart:
-
-
- -
-
-
-
- :
massage:
-
-
- -
-
-
-
- :
haircut:
-
-
- -
-
-
-
- :
nail_care:
-
-
- -
-
-
-
- :
boy:
-
-
- -
-
-
-
- :
girl:
-
-
- -
-
-
-
- :
woman:
-
-
- -
-
-
-
- :
man:
-
-
- -
-
-
-
- :
baby:
-
-
- -
-
-
-
- :
older_woman:
-
-
- -
-
-
-
- :
older_man:
-
-
- -
-
-
-
- :
person_with_blond_hair:
-
-
- -
-
-
-
- :
man_with_gua_pi_mao:
-
-
- -
-
-
-
- :
man_with_turban:
-
-
- -
-
-
-
- :
construction_worker:
-
-
- -
-
-
-
- :
cop:
-
-
- -
-
-
-
- :
angel:
-
-
- -
-
-
-
- :
princess:
-
-
- -
-
-
-
- :
smiley_cat:
-
-
- -
-
-
-
- :
smile_cat:
-
-
- -
-
-
-
- :
heart_eyes_cat:
-
-
- -
-
-
-
- :
kissing_cat:
-
-
- -
-
-
-
- :
smirk_cat:
-
-
- -
-
-
-
- :
scream_cat:
-
-
- -
-
-
-
- :
crying_cat_face:
-
-
- -
-
-
-
- :
joy_cat:
-
-
- -
-
-
-
- :
pouting_cat:
-
-
- -
-
-
-
- :
japanese_ogre:
-
-
- -
-
-
-
- :
japanese_goblin:
-
-
- -
-
-
-
- :
see_no_evil:
-
-
- -
-
-
-
- :
hear_no_evil:
-
-
- -
-
-
-
- :
speak_no_evil:
-
-
- -
-
-
-
- :
guardsman:
-
-
- -
-
-
-
- :
skull:
-
-
- -
-
-
-
- :
feet:
-
-
- -
-
-
-
- :
lips:
-
-
- -
-
-
-
- :
kiss:
-
-
- -
-
-
-
- :
droplet:
-
-
- -
-
-
-
- :
ear:
-
-
- -
-
-
-
- :
eyes:
-
-
- -
-
-
-
- :
nose:
-
-
- -
-
-
-
- :
tongue:
-
-
- -
-
-
-
- :
love_letter:
-
-
- -
-
-
-
- :
bust_in_silhouette:
-
-
- -
-
-
-
- :
busts_in_silhouette:
-
-
- -
-
-
-
- :
speech_balloon:
-
-
- -
-
-
-
- :
thought_balloon:
-
-
- -
-
-
-
- :
feelsgood:
-
-
- -
-
-
-
- :
finnadie:
-
-
- -
-
-
-
- :
goberserk:
-
-
- -
-
-
-
- :
godmode:
-
-
- -
-
-
-
- :
hurtrealbad:
-
-
- -
-
-
-
- :
rage1:
-
-
- -
-
-
-
- :
rage2:
-
-
- -
-
-
-
- :
rage3:
-
-
- -
-
-
-
- :
rage4:
-
-
- -
-
-
-
- :
suspect:
-
-
- -
-
-
-
- :
trollface:
-
-
-
-
-
+
+
+
+
+ -
+
+
+ :
bowtie:
+
+
+ -
+
+
+ :
smile:
+
+
+ -
+
+
+ :
laughing:
+
+
+ -
+
+
+ :
blush:
+
+
+ -
+
+
+
+ :
smiley:
+
+
+ -
+
+
+
+ :
relaxed:
+
+
+ -
+
+
+
+ :
smirk:
+
+
+ -
+
+
+
+ :
heart_eyes:
+
+
+ -
+
+
+
+ :
kissing_heart:
+
+
+ -
+
+
+
+ :
kissing_closed_eyes:
+
+
+ -
+
+
+
+ :
flushed:
+
+
+ -
+
+
+
+ :
relieved:
+
+
+ -
+
+
+
+ :
satisfied:
+
+
+ -
+
+
+
+ :
grin:
+
+
+ -
+
+
+
+ :
wink:
+
+
+ -
+
+
+
+ :
stuck_out_tongue_winking_eye:
+
+
+ -
+
+
+
+ :
stuck_out_tongue_closed_eyes:
+
+
+ -
+
+
+
+ :
grinning:
+
+
+ -
+
+
+
+ :
kissing:
+
+
+ -
+
+
+
+ :
kissing_smiling_eyes:
+
+
+ -
+
+
+
+ :
stuck_out_tongue:
+
+
+ -
+
+
+
+ :
sleeping:
+
+
+ -
+
+
+
+ :
worried:
+
+
+ -
+
+
+
+ :
frowning:
+
+
+ -
+
+
+
+ :
anguished:
+
+
+ -
+
+
+
+ :
open_mouth:
+
+
+ -
+
+
+
+ :
grimacing:
+
+
+ -
+
+
+
+ :
confused:
+
+
+ -
+
+
+
+ :
hushed:
+
+
+ -
+
+
+
+ :
expressionless:
+
+
+ -
+
+
+
+ :
unamused:
+
+
+ -
+
+
+
+ :
sweat_smile:
+
+
+ -
+
+
+
+ :
sweat:
+
+
+ -
+
+
+
+ :
disappointed_relieved:
+
+
+ -
+
+
+
+ :
weary:
+
+
+ -
+
+
+
+ :
pensive:
+
+
+ -
+
+
+
+ :
disappointed:
+
+
+ -
+
+
+
+ :
confounded:
+
+
+ -
+
+
+
+ :
fearful:
+
+
+ -
+
+
+
+ :
cold_sweat:
+
+
+ -
+
+
+
+ :
persevere:
+
+
+ -
+
+
+
+ :
cry:
+
+
+ -
+
+
+
+ :
sob:
+
+
+ -
+
+
+
+ :
joy:
+
+
+ -
+
+
+
+ :
astonished:
+
+
+ -
+
+
+
+ :
scream:
+
+
+ -
+
+
+
+ :
neckbeard:
+
+
+ -
+
+
+
+ :
tired_face:
+
+
+ -
+
+
+
+ :
angry:
+
+
+ -
+
+
+
+ :
rage:
+
+
+ -
+
+
+
+ :
triumph:
+
+
+ -
+
+
+
+ :
sleepy:
+
+
+ -
+
+
+
+ :
yum:
+
+
+ -
+
+
+
+ :
mask:
+
+
+ -
+
+
+
+ :
sunglasses:
+
+
+ -
+
+
+
+ :
dizzy_face:
+
+
+ -
+
+
+
+ :
imp:
+
+
+ -
+
+
+
+ :
smiling_imp:
+
+
+ -
+
+
+
+ :
neutral_face:
+
+
+ -
+
+
+
+ :
no_mouth:
+
+
+ -
+
+
+
+ :
innocent:
+
+
+ -
+
+
+
+ :
alien:
+
+
+ -
+
+
+
+ :
yellow_heart:
+
+
+ -
+
+
+
+ :
blue_heart:
+
+
+ -
+
+
+
+ :
purple_heart:
+
+
+ -
+
+
+
+ :
heart:
+
+
+ -
+
+
+
+ :
green_heart:
+
+
+ -
+
+
+
+ :
broken_heart:
+
+
+ -
+
+
+
+ :
heartbeat:
+
+
+ -
+
+
+
+ :
heartpulse:
+
+
+ -
+
+
+
+ :
two_hearts:
+
+
+ -
+
+
+
+ :
revolving_hearts:
+
+
+ -
+
+
+
+ :
cupid:
+
+
+ -
+
+
+
+ :
sparkling_heart:
+
+
+ -
+
+
+
+ :
sparkles:
+
+
+ -
+
+
+
+ :
star:
+
+
+ -
+
+
+
+ :
star2:
+
+
+ -
+
+
+
+ :
dizzy:
+
+
+ -
+
+
+
+ :
boom:
+
+
+ -
+
+
+
+ :
collision:
+
+
+ -
+
+
+
+ :
anger:
+
+
+ -
+
+
+
+ :
exclamation:
+
+
+ -
+
+
+
+ :
question:
+
+
+ -
+
+
+
+ :
grey_exclamation:
+
+
+ -
+
+
+
+ :
grey_question:
+
+
+ -
+
+
+
+ :
zzz:
+
+
+ -
+
+
+
+ :
dash:
+
+
+ -
+
+
+
+ :
sweat_drops:
+
+
+ -
+
+
+
+ :
notes:
+
+
+ -
+
+
+
+ :
musical_note:
+
+
+ -
+
+
+
+ :
fire:
+
+
+ -
+
+
+
+ :
hankey:
+
+
+ -
+
+
+
+ :
poop:
+
+
+ -
+
+
+
+ :
shit:
+
+
+ -
+
+
+
+ :
+1:
+
+
+ -
+
+
+
+ :
thumbsup:
+
+
+ -
+
+
+
+ :
-1:
+
+
+ -
+
+
+
+ :
thumbsdown:
+
+
+ -
+
+
+
+ :
ok_hand:
+
+
+ -
+
+
+
+ :
punch:
+
+
+ -
+
+
+
+ :
facepunch:
+
+
+ -
+
+
+
+ :
fist:
+
+
+ -
+
+
+
+ :
v:
+
+
+ -
+
+
+
+ :
wave:
+
+
+ -
+
+
+
+ :
hand:
+
+
+ -
+
+
+
+ :
raised_hand:
+
+
+ -
+
+
+
+ :
open_hands:
+
+
+ -
+
+
+
+ :
point_up:
+
+
+ -
+
+
+
+ :
point_down:
+
+
+ -
+
+
+
+ :
point_left:
+
+
+ -
+
+
+
+ :
point_right:
+
+
+ -
+
+
+
+ :
raised_hands:
+
+
+ -
+
+
+
+ :
pray:
+
+
+ -
+
+
+
+ :
point_up_2:
+
+
+ -
+
+
+
+ :
clap:
+
+
+ -
+
+
+
+ :
muscle:
+
+
+ -
+
+
+
+ :
metal:
+
+
+ -
+
+
+
+ :
fu:
+
+
+ -
+
+
+
+ :
runner:
+
+
+ -
+
+
+
+ :
running:
+
+
+ -
+
+
+
+ :
couple:
+
+
+ -
+
+
+
+ :
family:
+
+
+ -
+
+
+
+ :
two_men_holding_hands:
+
+
+ -
+
+
+
+ :
two_women_holding_hands:
+
+
+ -
+
+
+
+ :
dancer:
+
+
+ -
+
+
+
+ :
dancers:
+
+
+ -
+
+
+
+ :
ok_woman:
+
+
+ -
+
+
+
+ :
no_good:
+
+
+ -
+
+
+
+ :
information_desk_person:
+
+
+ -
+
+
+
+ :
raising_hand:
+
+
+ -
+
+
+
+ :
bride_with_veil:
+
+
+ -
+
+
+
+ :
person_with_pouting_face:
+
+
+ -
+
+
+
+ :
person_frowning:
+
+
+ -
+
+
+
+ :
bow:
+
+
+ -
+
+
+
+ :
couplekiss:
+
+
+ -
+
+
+
+ :
couple_with_heart:
+
+
+ -
+
+
+
+ :
massage:
+
+
+ -
+
+
+
+ :
haircut:
+
+
+ -
+
+
+
+ :
nail_care:
+
+
+ -
+
+
+
+ :
boy:
+
+
+ -
+
+
+
+ :
girl:
+
+
+ -
+
+
+
+ :
woman:
+
+
+ -
+
+
+
+ :
man:
+
+
+ -
+
+
+
+ :
baby:
+
+
+ -
+
+
+
+ :
older_woman:
+
+
+ -
+
+
+
+ :
older_man:
+
+
+ -
+
+
+
+ :
person_with_blond_hair:
+
+
+ -
+
+
+
+ :
man_with_gua_pi_mao:
+
+
+ -
+
+
+
+ :
man_with_turban:
+
+
+ -
+
+
+
+ :
construction_worker:
+
+
+ -
+
+
+
+ :
cop:
+
+
+ -
+
+
+
+ :
angel:
+
+
+ -
+
+
+
+ :
princess:
+
+
+ -
+
+
+
+ :
smiley_cat:
+
+
+ -
+
+
+
+ :
smile_cat:
+
+
+ -
+
+
+
+ :
heart_eyes_cat:
+
+
+ -
+
+
+
+ :
kissing_cat:
+
+
+ -
+
+
+
+ :
smirk_cat:
+
+
+ -
+
+
+
+ :
scream_cat:
+
+
+ -
+
+
+
+ :
crying_cat_face:
+
+
+ -
+
+
+
+ :
joy_cat:
+
+
+ -
+
+
+
+ :
pouting_cat:
+
+
+ -
+
+
+
+ :
japanese_ogre:
+
+
+ -
+
+
+
+ :
japanese_goblin:
+
+
+ -
+
+
+
+ :
see_no_evil:
+
+
+ -
+
+
+
+ :
hear_no_evil:
+
+
+ -
+
+
+
+ :
speak_no_evil:
+
+
+ -
+
+
+
+ :
guardsman:
+
+
+ -
+
+
+
+ :
skull:
+
+
+ -
+
+
+
+ :
feet:
+
+
+ -
+
+
+
+ :
lips:
+
+
+ -
+
+
+
+ :
kiss:
+
+
+ -
+
+
+
+ :
droplet:
+
+
+ -
+
+
+
+ :
ear:
+
+
+ -
+
+
+
+ :
eyes:
+
+
+ -
+
+
+
+ :
nose:
+
+
+ -
+
+
+
+ :
tongue:
+
+
+ -
+
+
+
+ :
love_letter:
+
+
+ -
+
+
+
+ :
bust_in_silhouette:
+
+
+ -
+
+
+
+ :
busts_in_silhouette:
+
+
+ -
+
+
+
+ :
speech_balloon:
+
+
+ -
+
+
+
+ :
thought_balloon:
+
+
+ -
+
+
+
+ :
feelsgood:
+
+
+ -
+
+
+
+ :
finnadie:
+
+
+ -
+
+
+
+ :
goberserk:
+
+
+ -
+
+
+
+ :
godmode:
+
+
+ -
+
+
+
+ :
hurtrealbad:
+
+
+ -
+
+
+
+ :
rage1:
+
+
+ -
+
+
+
+ :
rage2:
+
+
+ -
+
+
+
+ :
rage3:
+
+
+ -
+
+
+
+ :
rage4:
+
+
+ -
+
+
+
+ :
suspect:
+
+
+ -
+
+
+
+ :
trollface:
+
+
+
+
+
diff --git a/src/main/webapp/WEB-INF/views/open/emoji/places.jsp b/src/main/webapp/WEB-INF/views/open/emoji/places.jsp
index 299c40c87..fd3f78998 100644
--- a/src/main/webapp/WEB-INF/views/open/emoji/places.jsp
+++ b/src/main/webapp/WEB-INF/views/open/emoji/places.jsp
@@ -1,787 +1,787 @@
<%@page pageEncoding="UTF-8" isELIgnored="false" session="false"
- errorPage="/WEB-INF/views/commons/errors/jsp_error.jsp"%>
+ errorPage="/WEB-INF/views/commons/errors/jsp_error.jsp"%>
-
+
-
+
-
- -
-
+
+ -
+
-
- :
house:
-
-
- -
-
+
+ :
house:
+
+
+ -
+
-
- :
house_with_garden:
-
-
- -
-
+
+ :
house_with_garden:
+
+
+ -
+
-
- :
school:
-
-
- -
-
+
+ :
school:
+
+
+ -
+
-
- :
office:
-
-
- -
-
+
+ :
office:
+
+
+ -
+
-
- :
post_office:
-
-
- -
-
+
+ :
post_office:
+
+
+ -
+
-
- :
hospital:
-
-
- -
-
+
+ :
hospital:
+
+
+ -
+
-
- :
bank:
-
-
- -
-
+
+ :
bank:
+
+
+ -
+
-
- :
convenience_store:
-
-
- -
-
+
+ :
convenience_store:
+
+
+ -
+
-
- :
love_hotel:
-
-
- -
-
+
+ :
love_hotel:
+
+
+ -
+
-
- :
hotel:
-
-
- -
-
+
+ :
hotel:
+
+
+ -
+
-
- :
wedding:
-
-
- -
-
+
+ :
wedding:
+
+
+ -
+
-
- :
church:
-
-
- -
-
+
+ :
church:
+
+
+ -
+
-
- :
department_store:
-
-
- -
-
+
+ :
department_store:
+
+
+ -
+
-
- :
european_post_office:
-
-
- -
-
+
+ :
european_post_office:
+
+
+ -
+
-
- :
city_sunrise:
-
-
- -
-
+
+ :
city_sunrise:
+
+
+ -
+
-
- :
city_sunset:
-
-
- -
-
+
+ :
city_sunset:
+
+
+ -
+
-
- :
japanese_castle:
-
-
- -
-
+
+ :
japanese_castle:
+
+
+ -
+
-
- :
european_castle:
-
-
- -
-
+
+ :
european_castle:
+
+
+ -
+
-
- :
tent:
-
-
- -
-
+
+ :
tent:
+
+
+ -
+
-
- :
factory:
-
-
- -
-
-
- :
tokyo_tower:
-
-
- -
-
-
- :
japan:
-
-
- -
-
-
- :
mount_fuji:
-
-
- -
-
-
- :
sunrise_over_mountains:
-
-
- -
-
-
- :
sunrise:
-
-
- -
-
-
- :
stars:
-
-
- -
-
-
- :
statue_of_liberty:
-
-
- -
-
-
- :
bridge_at_night:
-
-
- -
-
-
- :
carousel_horse:
-
-
- -
-
-
- :
rainbow:
-
-
- -
-
-
- :
ferris_wheel:
-
-
- -
-
-
- :
fountain:
-
-
- -
-
-
- :
roller_coaster:
-
-
- -
-
-
- :
ship:
-
-
- -
-
-
- :
speedboat:
-
-
- -
-
-
- :
boat:
-
-
- -
-
-
- :
sailboat:
-
-
- -
-
-
- :
rowboat:
-
-
- -
-
-
- :
anchor:
-
-
- -
-
-
- :
rocket:
-
-
- -
-
-
- :
airplane:
-
-
- -
-
-
- :
helicopter:
-
-
- -
-
-
- :
steam_locomotive:
-
-
- -
-
-
- :
tram:
-
-
- -
-
-
- :
mountain_railway:
-
-
- -
-
-
- :
bike:
-
-
- -
-
-
- :
aerial_tramway:
-
-
- -
-
-
- :
suspension_railway:
-
-
- -
-
-
- :
mountain_cableway:
-
-
- -
-
-
- :
tractor:
-
-
- -
-
-
- :
blue_car:
-
-
- -
-
-
- :
oncoming_automobile:
-
-
- -
-
-
- :
car:
-
-
- -
-
-
- :
red_car:
-
-
- -
-
-
- :
taxi:
-
-
- -
-
-
- :
oncoming_taxi:
-
-
- -
-
-
- :
articulated_lorry:
-
-
- -
-
-
- :
bus:
-
-
- -
-
-
- :
oncoming_bus:
-
-
- -
-
-
- :
rotating_light:
-
-
- -
-
-
- :
police_car:
-
-
- -
-
-
- :
oncoming_police_car:
-
-
- -
-
-
- :
fire_engine:
-
-
- -
-
-
- :
ambulance:
-
-
- -
-
-
- :
minibus:
-
-
- -
-
-
- :
truck:
-
-
- -
-
-
- :
train:
-
-
- -
-
-
- :
station:
-
-
- -
-
-
- :
train2:
-
-
- -
-
-
- :
bullettrain_front:
-
-
- -
-
-
- :
bullettrain_side:
-
-
- -
-
-
- :
light_rail:
-
-
- -
-
-
- :
monorail:
-
-
- -
-
-
- :
railway_car:
-
-
- -
-
-
- :
trolleybus:
-
-
- -
-
-
- :
ticket:
-
-
- -
-
-
- :
fuelpump:
-
-
- -
-
-
- :
vertical_traffic_light:
-
-
- -
-
-
- :
traffic_light:
-
-
- -
-
-
- :
warning:
-
-
- -
-
-
- :
construction:
-
-
- -
-
-
- :
beginner:
-
-
- -
-
-
- :
atm:
-
-
- -
-
-
- :
slot_machine:
-
-
- -
-
-
- :
busstop:
-
-
- -
-
-
- :
barber:
-
-
- -
-
-
- :
hotsprings:
-
-
- -
-
-
- :
checkered_flag:
-
-
- -
-
-
- :
crossed_flags:
-
-
- -
-
-
- :
izakaya_lantern:
-
-
- -
-
-
- :
moyai:
-
-
- -
-
-
- :
circus_tent:
-
-
- -
-
-
- :
performing_arts:
-
-
- -
-
-
- :
round_pushpin:
-
-
- -
-
-
- :
triangular_flag_on_post:
-
-
- -
-
-
- :
jp:
-
-
- -
-
-
- :
kr:
-
-
- -
-
-
- :
cn:
-
-
- -
-
-
- :
us:
-
-
- -
-
-
- :
fr:
-
-
- -
-
-
- :
es:
-
-
- -
-
-
- :
it:
-
-
- -
-
-
- :
ru:
-
-
- -
-
-
- :
gb:
-
-
- -
-
-
- :
uk:
-
-
- -
-
-
- :
de:
-
-
-
-
-
+
+ :
factory:
+
+
+
+
+
+ :
tokyo_tower:
+
+
+
+
+
+ :
japan:
+
+
+
+
+
+ :
mount_fuji:
+
+
+
+
+
+ :
sunrise_over_mountains:
+
+
+
+
+
+ :
sunrise:
+
+
+
+
+
+ :
stars:
+
+
+
+
+
+ :
statue_of_liberty:
+
+
+
+
+
+ :
bridge_at_night:
+
+
+
+
+
+ :
carousel_horse:
+
+
+
+
+
+ :
rainbow:
+
+
+
+
+
+ :
ferris_wheel:
+
+
+
+
+
+ :
fountain:
+
+
+
+
+
+ :
roller_coaster:
+
+
+
+
+
+ :
ship:
+
+
+
+
+
+ :
speedboat:
+
+
+
+
+
+ :
boat:
+
+
+
+
+
+ :
sailboat:
+
+
+
+
+
+ :
rowboat:
+
+
+
+
+
+ :
anchor:
+
+
+
+
+
+ :
rocket:
+
+
+
+
+
+ :
airplane:
+
+
+
+
+
+ :
helicopter:
+
+
+
+
+
+ :
steam_locomotive:
+
+
+
+
+
+ :
tram:
+
+
+
+
+
+ :
mountain_railway:
+
+
+
+
+
+ :
bike:
+
+
+
+
+
+ :
aerial_tramway:
+
+
+
+
+
+ :
suspension_railway:
+
+
+
+
+
+ :
mountain_cableway:
+
+
+
+
+
+ :
tractor:
+
+
+
+
+
+ :
blue_car:
+
+
+
+
+
+ :
oncoming_automobile:
+
+
+
+
+
+ :
car:
+
+
+
+
+
+ :
red_car:
+
+
+
+
+
+ :
taxi:
+
+
+
+
+
+ :
oncoming_taxi:
+
+
+
+
+
+ :
articulated_lorry:
+
+
+
+
+
+ :
bus:
+
+
+
+
+
+ :
oncoming_bus:
+
+
+
+
+
+ :
rotating_light:
+
+
+
+
+
+ :
police_car:
+
+
+
+
+
+ :
oncoming_police_car:
+
+
+
+
+
+ :
fire_engine:
+
+
+
+
+
+ :
ambulance:
+
+
+
+
+
+ :
minibus:
+
+
+
+
+
+ :
truck:
+
+
+
+
+
+ :
train:
+
+
+
+
+
+ :
station:
+
+
+
+
+
+ :
train2:
+
+
+
+
+
+ :
bullettrain_front:
+
+
+
+
+
+ :
bullettrain_side:
+
+
+
+
+
+ :
light_rail:
+
+
+
+
+
+ :
monorail:
+
+
+
+
+
+ :
railway_car:
+
+
+
+
+
+ :
trolleybus:
+
+
+
+
+
+ :
ticket:
+
+
+
+
+
+ :
fuelpump:
+
+
+
+
+
+ :
vertical_traffic_light:
+
+
+
+
+
+ :
traffic_light:
+
+
+
+
+
+ :
warning:
+
+
+
+
+
+ :
construction:
+
+
+
+
+
+ :
beginner:
+
+
+
+
+
+ :
atm:
+
+
+
+
+
+ :
slot_machine:
+
+
+
+
+
+ :
busstop:
+
+
+
+
+
+ :
barber:
+
+
+
+
+
+ :
hotsprings:
+
+
+
+
+
+ :
checkered_flag:
+
+
+
+
+
+ :
crossed_flags:
+
+
+
+
+
+ :
izakaya_lantern:
+
+
+
+
+
+ :
moyai:
+
+
+
+
+
+ :
circus_tent:
+
+
+
+
+
+ :
performing_arts:
+
+
+
+
+
+ :
round_pushpin:
+
+
+
+
+
+ :
triangular_flag_on_post:
+
+
+
+
+
+ :
jp:
+
+
+
+
+
+ :
kr:
+
+
+
+
+
+ :
cn:
+
+
+
+
+
+ :
us:
+
+
+
+
+
+ :
fr:
+
+
+
+
+
+ :
es:
+
+
+
+
+
+ :
it:
+
+
+
+
+
+ :
ru:
+
+
+
+
+
+ :
gb:
+
+
+
+
+
+ :
uk:
+
+
+
+
+
+ :
de:
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/webapp/WEB-INF/views/open/emoji/symbols.jsp b/src/main/webapp/WEB-INF/views/open/emoji/symbols.jsp
index d8b778a80..ba3267cae 100644
--- a/src/main/webapp/WEB-INF/views/open/emoji/symbols.jsp
+++ b/src/main/webapp/WEB-INF/views/open/emoji/symbols.jsp
@@ -1,1449 +1,1449 @@
<%@page pageEncoding="UTF-8" isELIgnored="false" session="false"
- errorPage="/WEB-INF/views/commons/errors/jsp_error.jsp"%>
+ errorPage="/WEB-INF/views/commons/errors/jsp_error.jsp"%>
-
+
-
Symbols
-
-
- -
-
-
- :
one:
-
-
- -
-
-
- :
two:
-
-
- -
-
-
- :
three:
-
-
- -
-
-
- :
four:
-
-
- -
-
-
- :
five:
-
-
- -
-
-
- :
six:
-
-
- -
-
-
- :
seven:
-
-
- -
-
-
- :
eight:
-
-
- -
-
-
- :
nine:
-
-
- -
-
-
- :
keycap_ten:
-
-
- -
-
-
- :
1234:
-
-
- -
-
-
- :
zero:
-
-
- -
-
-
- :
hash:
-
-
- -
-
-
- :
symbols:
-
-
- -
-
-
- :
arrow_backward:
-
-
- -
-
-
- :
arrow_down:
-
-
- -
-
-
- :
arrow_forward:
-
-
- -
-
-
- :
arrow_left:
-
-
- -
-
-
- :
capital_abcd:
-
-
- -
-
-
- :
abcd:
-
-
- -
-
-
- :
abc:
-
-
- -
-
-
- :
arrow_lower_left:
-
-
- -
-
-
- :
arrow_lower_right:
-
-
- -
-
-
- :
arrow_right:
-
-
- -
-
-
- :
arrow_up:
-
-
- -
-
-
- :
arrow_upper_left:
-
-
- -
-
-
- :
arrow_upper_right:
-
-
- -
-
-
- :
arrow_double_down:
-
-
- -
-
-
- :
arrow_double_up:
-
-
- -
-
-
- :
arrow_down_small:
-
-
- -
-
-
- :
arrow_heading_down:
-
-
- -
-
-
- :
arrow_heading_up:
-
-
- -
-
-
- :
leftwards_arrow_with_hook:
-
-
- -
-
-
- :
arrow_right_hook:
-
-
- -
-
-
- :
left_right_arrow:
-
-
- -
-
-
- :
arrow_up_down:
-
-
- -
-
-
- :
arrow_up_small:
-
-
- -
-
-
- :
arrows_clockwise:
-
-
- -
-
-
- :
arrows_counterclockwise:
-
-
- -
-
-
- :
rewind:
-
-
- -
-
-
- :
fast_forward:
-
-
- -
-
-
- :
information_source:
-
-
- -
-
-
- :
ok:
-
-
- -
-
-
- :
twisted_rightwards_arrows:
-
-
- -
-
-
- :
repeat:
-
-
- -
-
-
- :
repeat_one:
-
-
- -
-
-
- :
new:
-
-
- -
-
-
- :
top:
-
-
- -
-
-
- :
up:
-
-
- -
-
-
- :
cool:
-
-
- -
-
-
- :
free:
-
-
- -
-
-
- :
ng:
-
-
- -
-
-
- :
cinema:
-
-
- -
-
-
- :
koko:
-
-
- -
-
-
- :
signal_strength:
-
-
- -
-
-
- :
u5272:
-
-
- -
-
-
- :
u5408:
-
-
- -
-
-
- :
u55b6:
-
-
- -
-
-
- :
u6307:
-
-
- -
-
-
- :
u6708:
-
-
- -
-
-
- :
u6709:
-
-
- -
-
-
- :
u6e80:
-
-
- -
-
-
- :
u7121:
-
-
- -
-
-
- :
u7533:
-
-
- -
-
-
- :
u7a7a:
-
-
- -
-
-
- :
u7981:
-
-
- -
-
-
- :
sa:
-
-
- -
-
-
- :
restroom:
-
-
- -
-
-
- :
mens:
-
-
- -
-
-
- :
womens:
-
-
- -
-
-
- :
baby_symbol:
-
-
- -
-
-
- :
no_smoking:
-
-
- -
-
-
- :
parking:
-
-
- -
-
-
- :
wheelchair:
-
-
- -
-
-
- :
metro:
-
-
- -
-
-
- :
baggage_claim:
-
-
- -
-
-
- :
accept:
-
-
- -
-
-
- :
wc:
-
-
- -
-
-
- :
potable_water:
-
-
- -
-
-
- :
put_litter_in_its_place:
-
-
- -
-
-
- :
secret:
-
-
- -
-
-
- :
congratulations:
-
-
- -
-
-
- :
m:
-
-
- -
-
-
- :
passport_control:
-
-
- -
-
-
- :
left_luggage:
-
-
- -
-
-
- :
customs:
-
-
- -
-
-
- :
ideograph_advantage:
-
-
- -
-
-
- :
cl:
-
-
- -
-
-
- :
sos:
-
-
- -
-
-
- :
id:
-
-
- -
-
-
- :
no_entry_sign:
-
-
- -
-
-
- :
underage:
-
-
- -
-
-
- :
no_mobile_phones:
-
-
- -
-
-
- :
do_not_litter:
-
-
- -
-
-
- :
non-potable_water:
-
-
- -
-
-
- :
no_bicycles:
-
-
- -
-
-
- :
no_pedestrians:
-
-
- -
-
-
- :
children_crossing:
-
-
- -
-
-
- :
no_entry:
-
-
- -
-
-
- :
eight_spoked_asterisk:
-
-
- <%--
- -
-
-
- :
sparkle:
-
-
- --%>
- -
-
-
- :
eight_pointed_black_star:
-
-
- -
-
-
- :
heart_decoration:
-
-
- -
-
-
- :
vs:
-
-
- -
-
-
- :
vibration_mode:
-
-
- -
-
-
- :
mobile_phone_off:
-
-
- -
-
-
- :
chart:
-
-
- -
-
-
- :
currency_exchange:
-
-
- -
-
-
- :
aries:
-
-
- -
-
-
- :
taurus:
-
-
- -
-
-
- :
gemini:
-
-
- -
-
-
- :
cancer:
-
-
- -
-
-
- :
leo:
-
-
- -
-
-
- :
virgo:
-
-
- -
-
-
- :
libra:
-
-
- -
-
-
- :
scorpius:
-
-
- -
-
-
- :
sagittarius:
-
-
- -
-
-
- :
capricorn:
-
-
- -
-
-
- :
aquarius:
-
-
- -
-
-
- :
pisces:
-
-
- -
-
-
- :
ophiuchus:
-
-
- -
-
-
- :
six_pointed_star:
-
-
- -
-
-
- :
negative_squared_cross_mark:
-
-
- -
-
-
- :
a:
-
-
- -
-
-
- :
b:
-
-
- -
-
-
- :
ab:
-
-
- -
-
-
- :
o2:
-
-
- -
-
-
- :
diamond_shape_with_a_dot_inside:
-
-
- -
-
-
- :
recycle:
-
-
- -
-
-
- :
end:
-
-
- <%--
- -
-
-
- :
back:
-
-
- --%>
- -
-
-
- :
on:
-
-
- -
-
-
- :
soon:
-
-
- -
-
-
- :
clock1:
-
-
- -
-
-
- :
clock130:
-
-
- -
-
-
- :
clock10:
-
-
- -
-
-
- :
clock1030:
-
-
- -
-
-
- :
clock11:
-
-
- -
-
-
- :
clock1130:
-
-
- -
-
-
- :
clock12:
-
-
- -
-
-
- :
clock1230:
-
-
- -
-
-
- :
clock2:
-
-
- -
-
-
- :
clock230:
-
-
- -
-
-
- :
clock3:
-
-
- -
-
-
- :
clock330:
-
-
- -
-
-
- :
clock4:
-
-
- -
-
-
- :
clock430:
-
-
- -
-
-
- :
clock5:
-
-
- -
-
-
- :
clock530:
-
-
- -
-
-
- :
clock6:
-
-
- -
-
-
- :
clock630:
-
-
- -
-
-
- :
clock7:
-
-
- -
-
-
- :
clock730:
-
-
- -
-
-
- :
clock8:
-
-
- -
-
-
- :
clock830:
-
-
- -
-
-
- :
clock9:
-
-
- -
-
-
- :
clock930:
-
-
- -
-
-
- :
heavy_dollar_sign:
-
-
- -
-
-
- :
copyright:
-
-
- -
-
-
- :
registered:
-
-
- -
-
-
- :
tm:
-
-
- -
-
-
- :
x:
-
-
- -
-
-
- :
heavy_exclamation_mark:
-
-
- -
-
-
- :
bangbang:
-
-
- -
-
-
- :
interrobang:
-
-
- -
-
-
- :
o:
-
-
- -
-
-
- :
heavy_multiplication_x:
-
-
- -
-
-
- :
heavy_plus_sign:
-
-
- -
-
-
- :
heavy_minus_sign:
-
-
- -
-
-
- :
heavy_division_sign:
-
-
- -
-
-
- :
white_flower:
-
-
- -
-
-
- :
100:
-
-
- -
-
-
- :
heavy_check_mark:
-
-
- -
-
-
- :
ballot_box_with_check:
-
-
- -
-
-
- :
radio_button:
-
-
- -
-
-
- :
link:
-
-
- -
-
-
- :
curly_loop:
-
-
- -
-
-
- :
wavy_dash:
-
-
- -
-
-
- :
part_alternation_mark:
-
-
- -
-
-
- :
trident:
-
-
- <%--
- -
-
-
- :
black_small_square:
-
-
- -
-
-
- :
white_small_square:
-
-
- -
-
-
- :
black_medium_small_square:
-
-
- -
-
-
- :
white_medium_small_square:
-
-
- -
-
-
- :
black_medium_square:
-
-
- -
-
-
- :
white_medium_square:
-
-
- --%>
- -
-
-
- :
black_large_square:
-
-
- -
-
-
- :
white_large_square:
-
-
- -
-
-
- :
white_check_mark:
-
-
- -
-
-
- :
black_square_button:
-
-
- -
-
-
- :
white_square_button:
-
-
- -
-
-
- :
black_circle:
-
-
- -
-
-
- :
white_circle:
-
-
- -
-
-
- :
red_circle:
-
-
- -
-
-
- :
large_blue_circle:
-
-
- -
-
-
- :
large_blue_diamond:
-
-
- -
-
-
- :
large_orange_diamond:
-
-
- -
-
-
- :
small_blue_diamond:
-
-
- -
-
-
- :
small_orange_diamond:
-
-
- -
-
-
- :
small_red_triangle:
-
-
- -
-
-
- :
small_red_triangle_down:
-
-
- -
-
-
- :
shipit:
-
-
-
-
-
+
Symbols
+
+
+ -
+
+
+ :
one:
+
+
+ -
+
+
+ :
two:
+
+
+ -
+
+
+ :
three:
+
+
+ -
+
+
+ :
four:
+
+
+ -
+
+
+ :
five:
+
+
+ -
+
+
+ :
six:
+
+
+ -
+
+
+ :
seven:
+
+
+ -
+
+
+ :
eight:
+
+
+ -
+
+
+ :
nine:
+
+
+ -
+
+
+ :
keycap_ten:
+
+
+ -
+
+
+ :
1234:
+
+
+ -
+
+
+ :
zero:
+
+
+ -
+
+
+ :
hash:
+
+
+ -
+
+
+ :
symbols:
+
+
+ -
+
+
+ :
arrow_backward:
+
+
+ -
+
+
+ :
arrow_down:
+
+
+ -
+
+
+ :
arrow_forward:
+
+
+ -
+
+
+ :
arrow_left:
+
+
+ -
+
+
+ :
capital_abcd:
+
+
+ -
+
+
+ :
abcd:
+
+
+ -
+
+
+ :
abc:
+
+
+ -
+
+
+ :
arrow_lower_left:
+
+
+ -
+
+
+ :
arrow_lower_right:
+
+
+ -
+
+
+ :
arrow_right:
+
+
+ -
+
+
+ :
arrow_up:
+
+
+ -
+
+
+ :
arrow_upper_left:
+
+
+ -
+
+
+ :
arrow_upper_right:
+
+
+ -
+
+
+ :
arrow_double_down:
+
+
+ -
+
+
+ :
arrow_double_up:
+
+
+ -
+
+
+ :
arrow_down_small:
+
+
+ -
+
+
+ :
arrow_heading_down:
+
+
+ -
+
+
+ :
arrow_heading_up:
+
+
+ -
+
+
+ :
leftwards_arrow_with_hook:
+
+
+ -
+
+
+ :
arrow_right_hook:
+
+
+ -
+
+
+ :
left_right_arrow:
+
+
+ -
+
+
+ :
arrow_up_down:
+
+
+ -
+
+
+ :
arrow_up_small:
+
+
+ -
+
+
+ :
arrows_clockwise:
+
+
+ -
+
+
+ :
arrows_counterclockwise:
+
+
+ -
+
+
+ :
rewind:
+
+
+ -
+
+
+ :
fast_forward:
+
+
+ -
+
+
+ :
information_source:
+
+
+ -
+
+
+ :
ok:
+
+
+ -
+
+
+ :
twisted_rightwards_arrows:
+
+
+ -
+
+
+ :
repeat:
+
+
+ -
+
+
+ :
repeat_one:
+
+
+ -
+
+
+ :
new:
+
+
+ -
+
+
+ :
top:
+
+
+ -
+
+
+ :
up:
+
+
+ -
+
+
+ :
cool:
+
+
+ -
+
+
+ :
free:
+
+
+ -
+
+
+ :
ng:
+
+
+ -
+
+
+ :
cinema:
+
+
+ -
+
+
+ :
koko:
+
+
+ -
+
+
+ :
signal_strength:
+
+
+ -
+
+
+ :
u5272:
+
+
+ -
+
+
+ :
u5408:
+
+
+ -
+
+
+ :
u55b6:
+
+
+ -
+
+
+ :
u6307:
+
+
+ -
+
+
+ :
u6708:
+
+
+ -
+
+
+ :
u6709:
+
+
+ -
+
+
+ :
u6e80:
+
+
+ -
+
+
+ :
u7121:
+
+
+ -
+
+
+ :
u7533:
+
+
+ -
+
+
+ :
u7a7a:
+
+
+ -
+
+
+ :
u7981:
+
+
+ -
+
+
+ :
sa:
+
+
+ -
+
+
+ :
restroom:
+
+
+ -
+
+
+ :
mens:
+
+
+ -
+
+
+ :
womens:
+
+
+ -
+
+
+ :
baby_symbol:
+
+
+ -
+
+
+ :
no_smoking:
+
+
+ -
+
+
+ :
parking:
+
+
+ -
+
+
+ :
wheelchair:
+
+
+ -
+
+
+ :
metro:
+
+
+ -
+
+
+ :
baggage_claim:
+
+
+ -
+
+
+ :
accept:
+
+
+ -
+
+
+ :
wc:
+
+
+ -
+
+
+ :
potable_water:
+
+
+ -
+
+
+ :
put_litter_in_its_place:
+
+
+ -
+
+
+ :
secret:
+
+
+ -
+
+
+ :
congratulations:
+
+
+ -
+
+
+ :
m:
+
+
+ -
+
+
+ :
passport_control:
+
+
+ -
+
+
+ :
left_luggage:
+
+
+ -
+
+
+ :
customs:
+
+
+ -
+
+
+ :
ideograph_advantage:
+
+
+ -
+
+
+ :
cl:
+
+
+ -
+
+
+ :
sos:
+
+
+ -
+
+
+ :
id:
+
+
+ -
+
+
+ :
no_entry_sign:
+
+
+ -
+
+
+ :
underage:
+
+
+ -
+
+
+ :
no_mobile_phones:
+
+
+ -
+
+
+ :
do_not_litter:
+
+
+ -
+
+
+ :
non-potable_water:
+
+
+ -
+
+
+ :
no_bicycles:
+
+
+ -
+
+
+ :
no_pedestrians:
+
+
+ -
+
+
+ :
children_crossing:
+
+
+ -
+
+
+ :
no_entry:
+
+
+ -
+
+
+ :
eight_spoked_asterisk:
+
+
+ <%--
+ -
+
+
+ :
sparkle:
+
+
+ --%>
+ -
+
+
+ :
eight_pointed_black_star:
+
+
+ -
+
+
+ :
heart_decoration:
+
+
+ -
+
+
+ :
vs:
+
+
+ -
+
+
+ :
vibration_mode:
+
+
+ -
+
+
+ :
mobile_phone_off:
+
+
+ -
+
+
+ :
chart:
+
+
+ -
+
+
+ :
currency_exchange:
+
+
+ -
+
+
+ :
aries:
+
+
+ -
+
+
+ :
taurus:
+
+
+ -
+
+
+ :
gemini:
+
+
+ -
+
+
+ :
cancer:
+
+
+ -
+
+
+ :
leo:
+
+
+ -
+
+
+ :
virgo:
+
+
+ -
+
+
+ :
libra:
+
+
+ -
+
+
+ :
scorpius:
+
+
+ -
+
+
+ :
sagittarius:
+
+
+ -
+
+
+ :
capricorn:
+
+
+ -
+
+
+ :
aquarius:
+
+
+ -
+
+
+ :
pisces:
+
+
+ -
+
+
+ :
ophiuchus:
+
+
+ -
+
+
+ :
six_pointed_star:
+
+
+ -
+
+
+ :
negative_squared_cross_mark:
+
+
+ -
+
+
+ :
a:
+
+
+ -
+
+
+ :
b:
+
+
+ -
+
+
+ :
ab:
+
+
+ -
+
+
+ :
o2:
+
+
+ -
+
+
+ :
diamond_shape_with_a_dot_inside:
+
+
+ -
+
+
+ :
recycle:
+
+
+ -
+
+
+ :
end:
+
+
+ <%--
+ -
+
+
+ :
back:
+
+
+ --%>
+ -
+
+
+ :
on:
+
+
+ -
+
+
+ :
soon:
+
+
+ -
+
+
+ :
clock1:
+
+
+ -
+
+
+ :
clock130:
+
+
+ -
+
+
+ :
clock10:
+
+
+ -
+
+
+ :
clock1030:
+
+
+ -
+
+
+ :
clock11:
+
+
+ -
+
+
+ :
clock1130:
+
+
+ -
+
+
+ :
clock12:
+
+
+ -
+
+
+ :
clock1230:
+
+
+ -
+
+
+ :
clock2:
+
+
+ -
+
+
+ :
clock230:
+
+
+ -
+
+
+ :
clock3:
+
+
+ -
+
+
+ :
clock330:
+
+
+ -
+
+
+ :
clock4:
+
+
+ -
+
+
+ :
clock430:
+
+
+ -
+
+
+ :
clock5:
+
+
+ -
+
+
+ :
clock530:
+
+
+ -
+
+
+ :
clock6:
+
+
+ -
+
+
+ :
clock630:
+
+
+ -
+
+
+ :
clock7:
+
+
+ -
+
+
+ :
clock730:
+
+
+ -
+
+
+ :
clock8:
+
+
+ -
+
+
+ :
clock830:
+
+
+ -
+
+
+ :
clock9:
+
+
+ -
+
+
+ :
clock930:
+
+
+ -
+
+
+ :
heavy_dollar_sign:
+
+
+ -
+
+
+ :
copyright:
+
+
+ -
+
+
+ :
registered:
+
+
+ -
+
+
+ :
tm:
+
+
+ -
+
+
+ :
x:
+
+
+ -
+
+
+ :
heavy_exclamation_mark:
+
+
+ -
+
+
+ :
bangbang:
+
+
+ -
+
+
+ :
interrobang:
+
+
+ -
+
+
+ :
o:
+
+
+ -
+
+
+ :
heavy_multiplication_x:
+
+
+ -
+
+
+ :
heavy_plus_sign:
+
+
+ -
+
+
+ :
heavy_minus_sign:
+
+
+ -
+
+
+ :
heavy_division_sign:
+
+
+ -
+
+
+ :
white_flower:
+
+
+ -
+
+
+ :
100:
+
+
+ -
+
+
+ :
heavy_check_mark:
+
+
+ -
+
+
+ :
ballot_box_with_check:
+
+
+ -
+
+
+ :
radio_button:
+
+
+ -
+
+
+ :
link:
+
+
+ -
+
+
+ :
curly_loop:
+
+
+ -
+
+
+ :
wavy_dash:
+
+
+ -
+
+
+ :
part_alternation_mark:
+
+
+ -
+
+
+ :
trident:
+
+
+ <%--
+ -
+
+
+ :
black_small_square:
+
+
+ -
+
+
+ :
white_small_square:
+
+
+ -
+
+
+ :
black_medium_small_square:
+
+
+ -
+
+
+ :
white_medium_small_square:
+
+
+ -
+
+
+ :
black_medium_square:
+
+
+ -
+
+
+ :
white_medium_square:
+
+
+ --%>
+ -
+
+
+ :
black_large_square:
+
+
+ -
+
+
+ :
white_large_square:
+
+
+ -
+
+
+ :
white_check_mark:
+
+
+ -
+
+
+ :
black_square_button:
+
+
+ -
+
+
+ :
white_square_button:
+
+
+ -
+
+
+ :
black_circle:
+
+
+ -
+
+
+ :
white_circle:
+
+
+ -
+
+
+ :
red_circle:
+
+
+ -
+
+
+ :
large_blue_circle:
+
+
+ -
+
+
+ :
large_blue_diamond:
+
+
+ -
+
+
+ :
large_orange_diamond:
+
+
+ -
+
+
+ :
small_blue_diamond:
+
+
+ -
+
+
+ :
small_orange_diamond:
+
+
+ -
+
+
+ :
small_red_triangle:
+
+
+ -
+
+
+ :
small_red_triangle_down:
+
+
+ -
+
+
+ :
shipit:
+
+
+
+
+
diff --git a/src/main/webapp/WEB-INF/views/open/knowledge/histories.jsp b/src/main/webapp/WEB-INF/views/open/knowledge/histories.jsp
index 64ac5303c..dd2baee17 100644
--- a/src/main/webapp/WEB-INF/views/open/knowledge/histories.jsp
+++ b/src/main/webapp/WEB-INF/views/open/knowledge/histories.jsp
@@ -1,100 +1,102 @@
<%@page import="org.support.project.web.util.JspUtil"%>
<%@page pageEncoding="UTF-8" isELIgnored="false" session="false"
- errorPage="/WEB-INF/views/commons/errors/jsp_error.jsp"%>
+ errorPage="/WEB-INF/views/commons/errors/jsp_error.jsp"%>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
<%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
<%
- JspUtil jspUtil = new JspUtil(request, pageContext);
+ JspUtil jspUtil = new JspUtil(request, pageContext);
%>
-
-
+
+
-
-
-
-
+
+
+
+
+
+
-
- <%= jspUtil.label("knowledge.histories.title") %>
- page[<%= jspUtil.getValue("page", Integer.class) + 1 %>]
-
-
-
-
-
+
+ <%= jspUtil.label("knowledge.histories.title") %>
+ page[<%= jspUtil.getValue("page", Integer.class) + 1 %>]
+
+
+
+
+
-
-
-
-
- <%= jspUtil.out("params") %>"
- class="btn btn-warning" role="button"> <%= jspUtil.label("label.back") %>
-
-
- <%= jspUtil.out("params") %>"
- class="btn btn-success" role="button"> <%= jspUtil.label("knowledge.view.back.list") %>
-
-
-
+
+
+
+
+ <%= jspUtil.out("params") %>"
+ class="btn btn-warning" role="button"> <%= jspUtil.label("label.back") %>
+
+
+ <%= jspUtil.out("params") %>"
+ class="btn btn-success" role="button"> <%= jspUtil.label("knowledge.view.back.list") %>
+
+
+
diff --git a/src/main/webapp/WEB-INF/views/open/knowledge/history.jsp b/src/main/webapp/WEB-INF/views/open/knowledge/history.jsp
index 3b66b1c22..c664046f0 100644
--- a/src/main/webapp/WEB-INF/views/open/knowledge/history.jsp
+++ b/src/main/webapp/WEB-INF/views/open/knowledge/history.jsp
@@ -1,33 +1,35 @@
<%@page import="org.support.project.web.util.JspUtil"%>
<%@page pageEncoding="UTF-8" isELIgnored="false" session="false"
- errorPage="/WEB-INF/views/commons/errors/jsp_error.jsp"%>
+ errorPage="/WEB-INF/views/commons/errors/jsp_error.jsp"%>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
<%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
<%
- JspUtil jspUtil = new JspUtil(request, pageContext);
+ JspUtil jspUtil = new JspUtil(request, pageContext);
%>
-
-
+
+
-
-
-
-
+
+
+
+
+
+
-
+
<%= jspUtil.label("knowledge.histories.title") %>
"
- alt="icon" width="36" height="36" style="float:left" />
+ data-echo="<%= request.getContextPath()%>/open.account/icon/<%= jspUtil.out("history.updateUser") %>"
+ alt="icon" width="36" height="36" style="float:left" />
<%= jspUtil.out("history.userName") %>
<%= jspUtil.date("history.updateDatetime")%>
@@ -41,24 +43,24 @@
<%= jspUtil.label("knowledge.histories.label.history") %>
-
-
+
+
<%= jspUtil.label("knowledge.histories.label.now") %>
-
-
+
+
<%= jspUtil.out("params") %>&page=<%= jspUtil.out("page") %>"
- class="btn btn-warning" role="button"> <%= jspUtil.label("label.back") %>
+ class="btn btn-warning" role="button"> <%= jspUtil.label("label.back") %>
-
+
diff --git a/src/main/webapp/WEB-INF/views/open/knowledge/list.jsp b/src/main/webapp/WEB-INF/views/open/knowledge/list.jsp
index 146fcec69..17b39adf2 100644
--- a/src/main/webapp/WEB-INF/views/open/knowledge/list.jsp
+++ b/src/main/webapp/WEB-INF/views/open/knowledge/list.jsp
@@ -16,27 +16,11 @@
-
- " />
+
-
-
-
-
-
-
-
-
-
-
-
+
<%
if (jspUtil.logined()) {
diff --git a/src/main/webapp/WEB-INF/views/open/knowledge/partials/common_list.jsp b/src/main/webapp/WEB-INF/views/open/knowledge/partials/common_list.jsp
index 5e138e15a..9eea1f61a 100644
--- a/src/main/webapp/WEB-INF/views/open/knowledge/partials/common_list.jsp
+++ b/src/main/webapp/WEB-INF/views/open/knowledge/partials/common_list.jsp
@@ -73,7 +73,7 @@
- <%=jspUtil.out("target.label")%>
+ <%=jspUtil.out("target.label")%>
diff --git a/src/main/webapp/WEB-INF/views/open/knowledge/partials/common_sub_list.jsp b/src/main/webapp/WEB-INF/views/open/knowledge/partials/common_sub_list.jsp
index 3d8f2635c..c71ed5af6 100644
--- a/src/main/webapp/WEB-INF/views/open/knowledge/partials/common_sub_list.jsp
+++ b/src/main/webapp/WEB-INF/views/open/knowledge/partials/common_sub_list.jsp
@@ -10,52 +10,52 @@
<% JspUtil jspUtil = new JspUtil(request, pageContext); %>
-
-
-
-
- <%= jspUtil.label("knowledge.navbar.config.group") %> -
-
-
-
-
-
-
- <%= jspUtil.label("knowledge.list.info.group") %>
-
-
-
-
-
-
- <%= jspUtil.label("knowledge.list.popular.tags") %> -
-
-
-
+
+
+
+
- <%= jspUtil.label("knowledge.navbar.config.group") %> -
+
+
+
+
+
+
+<%= jspUtil.label("knowledge.list.info.group") %>
+
+
+
+
+
+
- <%= jspUtil.label("knowledge.list.popular.tags") %> -
+
+
+
diff --git a/src/main/webapp/WEB-INF/views/open/knowledge/partials/partials-list-scripts.jsp b/src/main/webapp/WEB-INF/views/open/knowledge/partials/partials-list-scripts.jsp
new file mode 100644
index 000000000..6a8316b59
--- /dev/null
+++ b/src/main/webapp/WEB-INF/views/open/knowledge/partials/partials-list-scripts.jsp
@@ -0,0 +1,14 @@
+<%@page pageEncoding="UTF-8" isELIgnored="false" session="false" errorPage="/WEB-INF/views/commons/errors/jsp_error.jsp"%>
+<%@page import="org.support.project.web.util.JspUtil"%>
+<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
+<%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
+<%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
+
+<% JspUtil jspUtil = new JspUtil(request, pageContext); %>
+
+
+
+
+
+
+
diff --git a/src/main/webapp/WEB-INF/views/open/knowledge/partials/partials-list-styles.jsp b/src/main/webapp/WEB-INF/views/open/knowledge/partials/partials-list-styles.jsp
new file mode 100644
index 000000000..5546932d4
--- /dev/null
+++ b/src/main/webapp/WEB-INF/views/open/knowledge/partials/partials-list-styles.jsp
@@ -0,0 +1,13 @@
+<%@page pageEncoding="UTF-8" isELIgnored="false" session="false" errorPage="/WEB-INF/views/commons/errors/jsp_error.jsp"%>
+<%@page import="org.support.project.web.util.JspUtil"%>
+<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
+<%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
+<%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
+
+<% JspUtil jspUtil = new JspUtil(request, pageContext); %>
+
+
+
+
+
+
diff --git a/src/main/webapp/WEB-INF/views/open/knowledge/partials/partials-view-attach-files.jsp b/src/main/webapp/WEB-INF/views/open/knowledge/partials/partials-view-attach-files.jsp
index 68746c071..57c38b7f8 100644
--- a/src/main/webapp/WEB-INF/views/open/knowledge/partials/partials-view-attach-files.jsp
+++ b/src/main/webapp/WEB-INF/views/open/knowledge/partials/partials-view-attach-files.jsp
@@ -12,7 +12,7 @@
<% int MAX_COUNT = 5; %>
-
+
<%= jspUtil.label("knowledge.view.label.attach") %>
@@ -50,7 +50,7 @@
diff --git a/src/main/webapp/WEB-INF/views/open/knowledge/partials/partials-view-menu-buttons.jsp b/src/main/webapp/WEB-INF/views/open/knowledge/partials/partials-view-menu-buttons.jsp
index b698f014d..5e470f8c8 100644
--- a/src/main/webapp/WEB-INF/views/open/knowledge/partials/partials-view-menu-buttons.jsp
+++ b/src/main/webapp/WEB-INF/views/open/knowledge/partials/partials-view-menu-buttons.jsp
@@ -61,7 +61,7 @@