diff --git a/sample/conf/WEB-INF/web.xml b/sample/conf/WEB-INF/web.xml new file mode 100644 index 000000000..1e3ac64bb --- /dev/null +++ b/sample/conf/WEB-INF/web.xml @@ -0,0 +1,16 @@ + + + + + + + Smack Client UI + Smack sample UI + + + + login.jsp + + + diff --git a/sample/web/css/general.css b/sample/web/css/general.css new file mode 100644 index 000000000..f25a4b5f0 --- /dev/null +++ b/sample/web/css/general.css @@ -0,0 +1,36 @@ +BODY +{ + FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; + FONT-SIZE: 10px; + margin-left: 0px; + margin-right: 0px; + margin-bottom: 0px; + margin-top: 0px; + background-color: #FFFFFF; +} +.text { + FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; + FONT-SIZE: 10px; +} +input,textarea,select +{ + font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; + font-size: 10px; +} +#black { + color: #000000; + font-weight: BOLD; +} +#white { + color: FFFFFF; + font-weight: BOLD; +} +#bigWhite { + color: FFFFFF; + font-weight: BOLD; + font-size: 14px; +} +#bigBlack { + font-weight: BOLD; + font-size: 18px; +} \ No newline at end of file diff --git a/sample/web/images/Thumbs.db b/sample/web/images/Thumbs.db new file mode 100644 index 000000000..e3989f21e Binary files /dev/null and b/sample/web/images/Thumbs.db differ diff --git a/sample/web/images/address_book.png b/sample/web/images/address_book.png new file mode 100644 index 000000000..8519aeef1 Binary files /dev/null and b/sample/web/images/address_book.png differ diff --git a/sample/web/images/businessman_add.png b/sample/web/images/businessman_add.png new file mode 100644 index 000000000..066cf368c Binary files /dev/null and b/sample/web/images/businessman_add.png differ diff --git a/sample/web/images/businessman_delete.png b/sample/web/images/businessman_delete.png new file mode 100644 index 000000000..cd7403a74 Binary files /dev/null and b/sample/web/images/businessman_delete.png differ diff --git a/sample/web/images/businessmen.png b/sample/web/images/businessmen.png new file mode 100644 index 000000000..c66133959 Binary files /dev/null and b/sample/web/images/businessmen.png differ diff --git a/sample/web/images/garbage.png b/sample/web/images/garbage.png new file mode 100644 index 000000000..deaacacae Binary files /dev/null and b/sample/web/images/garbage.png differ diff --git a/sample/web/images/messages.png b/sample/web/images/messages.png new file mode 100644 index 000000000..6dab998e8 Binary files /dev/null and b/sample/web/images/messages.png differ diff --git a/sample/web/images/plug_delete.png b/sample/web/images/plug_delete.png new file mode 100644 index 000000000..a3b9533fa Binary files /dev/null and b/sample/web/images/plug_delete.png differ diff --git a/sample/web/images/refresh.png b/sample/web/images/refresh.png new file mode 100644 index 000000000..aaf94aefe Binary files /dev/null and b/sample/web/images/refresh.png differ