Initial check-in
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2227 b35dd754-fafc-0310-a699-88a17e54d16e
16
sample/conf/WEB-INF/web.xml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
|
|
||||||
|
<!-- Servlet 2.3 is required for Jive Forums 3 -->
|
||||||
|
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
|
||||||
|
"http://java.sun.com/dtd/web-app_2_3.dtd">
|
||||||
|
|
||||||
|
<web-app>
|
||||||
|
<display-name>Smack Client UI</display-name>
|
||||||
|
<description>Smack sample UI</description>
|
||||||
|
|
||||||
|
<!-- Welcome file list -->
|
||||||
|
<welcome-file-list>
|
||||||
|
<welcome-file>login.jsp</welcome-file>
|
||||||
|
</welcome-file-list>
|
||||||
|
|
||||||
|
</web-app>
|
36
sample/web/css/general.css
Normal file
|
@ -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;
|
||||||
|
}
|
BIN
sample/web/images/Thumbs.db
Normal file
BIN
sample/web/images/address_book.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
sample/web/images/businessman_add.png
Normal file
After Width: | Height: | Size: 738 B |
BIN
sample/web/images/businessman_delete.png
Normal file
After Width: | Height: | Size: 761 B |
BIN
sample/web/images/businessmen.png
Normal file
After Width: | Height: | Size: 790 B |
BIN
sample/web/images/garbage.png
Normal file
After Width: | Height: | Size: 905 B |
BIN
sample/web/images/messages.png
Normal file
After Width: | Height: | Size: 756 B |
BIN
sample/web/images/plug_delete.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
sample/web/images/refresh.png
Normal file
After Width: | Height: | Size: 1.3 KiB |