Sun Feb 5 15:43:16 2012 UTC ()
Update to 6.0.3

* Bugfixes
* Some improvements.
* Add Report function.

See: http://code.google.com/p/aipo/wiki/ReleaseNote6030 (written in Japanese)


(ryoon)
diff -r1.3 -r1.4 pkgsrc/www/aipo/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/www/aipo/PLIST
diff -r1.1.1.1 -r1.2 pkgsrc/www/aipo/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/www/aipo/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/aipo/Attic/Makefile 2011/12/06 12:41:02 1.3
+++ pkgsrc/www/aipo/Attic/Makefile 2012/02/05 15:43:16 1.4
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.3 2011/12/06 12:41:02 ryoon Exp $ 1# $NetBSD: Makefile,v 1.4 2012/02/05 15:43:16 ryoon Exp $
2# 2#
3 3
4DISTNAME= aipo6020ja_linux32 4DISTNAME= aipo6030ja_linux32
5PKGNAME= aipo-6.02 5PKGNAME= aipo-6.03
6PKGREVISION= 2 
7CATEGORIES= www 6CATEGORIES= www
8MASTER_SITES= http://aipo.googlecode.com/files/ 7MASTER_SITES= http://aipo.googlecode.com/files/
9 8
10MAINTAINER= ryoon@NetBSD.org 9MAINTAINER= ryoon@NetBSD.org
11HOMEPAGE= http://www.aipo.com/ 10HOMEPAGE= http://www.aipo.com/
12COMMENT= Web-based groupware that supports Japanese interface 11COMMENT= Web-based groupware that supports Japanese interface
13LICENSE= gnu-agpl-v3 12LICENSE= gnu-agpl-v3
14 13
15PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
16 15
17USE_JAVA= run 16USE_JAVA= run
18USE_JAVA2= 6 17USE_JAVA2= 6
19 18
@@ -28,27 +27,27 @@ AIPO_DIR= share/aipo @@ -28,27 +27,27 @@ AIPO_DIR= share/aipo
28TOMCAT_DIR= share/tomcat 27TOMCAT_DIR= share/tomcat
29 28
30INSTALLATION_DIRS= share/tomcat/lib 29INSTALLATION_DIRS= share/tomcat/lib
31 30
32SUBST_CLASSES+= username 31SUBST_CLASSES+= username
33SUBST_STAGE.username= pre-configure 32SUBST_STAGE.username= pre-configure
34SUBST_MESSAGE.username= Set default username and password 33SUBST_MESSAGE.username= Set default username and password
35SUBST_FILES.username= aipo/src/webapps/aipo/WEB-INF/datasource/dbcp-org001.properties 34SUBST_FILES.username= aipo/src/webapps/aipo/WEB-INF/datasource/dbcp-org001.properties
36SUBST_FILES.username+= aipo/src/webapps/ROOT/WEB-INF/datasource/dbcp-org001.properties 35SUBST_FILES.username+= aipo/src/webapps/ROOT/WEB-INF/datasource/dbcp-org001.properties
37SUBST_SED.username= -e 's,cayenne.dbcp.username=postgres,cayenne.dbcp.username=aipo_pgsql,' 36SUBST_SED.username= -e 's,cayenne.dbcp.username=postgres,cayenne.dbcp.username=aipo_pgsql,'
38SUBST_SED.username+= -e 's,cayenne.dbcp.password=aipo,cayenne.dbcp.password=aipo_db_password,' 37SUBST_SED.username+= -e 's,cayenne.dbcp.password=aipo,cayenne.dbcp.password=aipo_db_password,'
39 38
40post-extract: 39post-extract:
41 cd ${WRKSRC} && ${GUNZIP_CMD} -c aipo6020.tar.gz | ${TAR} -xpf - 40 cd ${WRKSRC} && ${GUNZIP_CMD} -c aipo6030.tar.gz | ${TAR} -xpf -
42 41
43do-install: 42do-install:
44 cd ${WRKSRC}/aipo/src/webapps && \ 43 cd ${WRKSRC}/aipo/src/webapps && \
45 pax -rw aipo ROOT ${DESTDIR}${PREFIX}/${AIPO_DIR}/webapps 44 pax -rw aipo ROOT ${DESTDIR}${PREFIX}/${AIPO_DIR}/webapps
46 cd ${WRKSRC}/aipo/src/initdata && \ 45 cd ${WRKSRC}/aipo/src/initdata && \
47 pax -rw psml files mail sql \ 46 pax -rw psml files mail sql \
48 ${DESTDIR}${PREFIX}/${AIPO_DIR}/webapps/aipo/WEB-INF 47 ${DESTDIR}${PREFIX}/${AIPO_DIR}/webapps/aipo/WEB-INF
49 ${INSTALL_DATA} ${WRKSRC}/aipo/src/postgresql-8.4-702.jdbc4.jar \ 48 ${INSTALL_DATA} ${WRKSRC}/aipo/src/postgresql-8.4-702.jdbc4.jar \
50 ${DESTDIR}${PREFIX}/${TOMCAT_DIR}/lib 49 ${DESTDIR}${PREFIX}/${TOMCAT_DIR}/lib
51 ${INSTALL_DATA} ${WRKSRC}/aipo/src/tools.jar \ 50 ${INSTALL_DATA} ${WRKSRC}/aipo/src/tools.jar \
52 ${DESTDIR}${PREFIX}/${TOMCAT_DIR}/lib 51 ${DESTDIR}${PREFIX}/${TOMCAT_DIR}/lib
53 52
54.include "../../mk/pgsql.buildlink3.mk" 53.include "../../mk/pgsql.buildlink3.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/www/aipo/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/www/aipo/Attic/PLIST 2011/11/26 19:29:08 1.1.1.1
+++ pkgsrc/www/aipo/Attic/PLIST 2012/02/05 15:43:16 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.1.1.1 2011/11/26 19:29:08 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.2 2012/02/05 15:43:16 ryoon Exp $
2share/aipo/webapps/ROOT/WEB-INF/AccountSharedDomainMap.map.xml 2share/aipo/webapps/ROOT/WEB-INF/AccountSharedDomainMap.map.xml
3share/aipo/webapps/ROOT/WEB-INF/SecuritySharedDomainMap.map.xml 3share/aipo/webapps/ROOT/WEB-INF/SecuritySharedDomainMap.map.xml
4share/aipo/webapps/ROOT/WEB-INF/SharedDomainMap.map.xml 4share/aipo/webapps/ROOT/WEB-INF/SharedDomainMap.map.xml
5share/aipo/webapps/ROOT/WEB-INF/SocialSharedDomainMap.map.xml 5share/aipo/webapps/ROOT/WEB-INF/SocialSharedDomainMap.map.xml
6share/aipo/webapps/ROOT/WEB-INF/cayenne.xml 6share/aipo/webapps/ROOT/WEB-INF/cayenne.xml
7share/aipo/webapps/ROOT/WEB-INF/classes/aipo/container.js 7share/aipo/webapps/ROOT/WEB-INF/classes/aipo/container.js
8share/aipo/webapps/ROOT/WEB-INF/classes/aipo/ehcacheConfig.xml 8share/aipo/webapps/ROOT/WEB-INF/classes/aipo/ehcacheConfig.xml
9share/aipo/webapps/ROOT/WEB-INF/classes/aipo/features.txt 9share/aipo/webapps/ROOT/WEB-INF/classes/aipo/features.txt
10share/aipo/webapps/ROOT/WEB-INF/classes/aipo/oauthkey.pem 10share/aipo/webapps/ROOT/WEB-INF/classes/aipo/oauthkey.pem
11share/aipo/webapps/ROOT/WEB-INF/classes/aipo/private.pem 11share/aipo/webapps/ROOT/WEB-INF/classes/aipo/private.pem
12share/aipo/webapps/ROOT/WEB-INF/classes/aipo/public20110302-20110227.cer 12share/aipo/webapps/ROOT/WEB-INF/classes/aipo/public20110302-20110227.cer
13share/aipo/webapps/ROOT/WEB-INF/classes/aipo/securityTokenKey.txt 13share/aipo/webapps/ROOT/WEB-INF/classes/aipo/securityTokenKey.txt
14share/aipo/webapps/ROOT/WEB-INF/classes/aipo/style.css 14share/aipo/webapps/ROOT/WEB-INF/classes/aipo/style.css
@@ -32,30 +32,30 @@ share/aipo/webapps/ROOT/WEB-INF/classes/ @@ -32,30 +32,30 @@ share/aipo/webapps/ROOT/WEB-INF/classes/
32share/aipo/webapps/ROOT/WEB-INF/classes/features/rpc/nix.transport.opt.js 32share/aipo/webapps/ROOT/WEB-INF/classes/features/rpc/nix.transport.opt.js
33share/aipo/webapps/ROOT/WEB-INF/classes/features/rpc/noop.transport.js 33share/aipo/webapps/ROOT/WEB-INF/classes/features/rpc/noop.transport.js
34share/aipo/webapps/ROOT/WEB-INF/classes/features/rpc/noop.transport.opt.js 34share/aipo/webapps/ROOT/WEB-INF/classes/features/rpc/noop.transport.opt.js
35share/aipo/webapps/ROOT/WEB-INF/classes/features/rpc/rmr.transport.js 35share/aipo/webapps/ROOT/WEB-INF/classes/features/rpc/rmr.transport.js
36share/aipo/webapps/ROOT/WEB-INF/classes/features/rpc/rmr.transport.opt.js 36share/aipo/webapps/ROOT/WEB-INF/classes/features/rpc/rmr.transport.opt.js
37share/aipo/webapps/ROOT/WEB-INF/classes/features/rpc/rpc.js 37share/aipo/webapps/ROOT/WEB-INF/classes/features/rpc/rpc.js
38share/aipo/webapps/ROOT/WEB-INF/classes/features/rpc/rpc.opt.js 38share/aipo/webapps/ROOT/WEB-INF/classes/features/rpc/rpc.opt.js
39share/aipo/webapps/ROOT/WEB-INF/classes/features/rpc/wpm.transport.js 39share/aipo/webapps/ROOT/WEB-INF/classes/features/rpc/wpm.transport.js
40share/aipo/webapps/ROOT/WEB-INF/classes/features/rpc/wpm.transport.opt.js 40share/aipo/webapps/ROOT/WEB-INF/classes/features/rpc/wpm.transport.opt.js
41share/aipo/webapps/ROOT/WEB-INF/classes/log4j.properties 41share/aipo/webapps/ROOT/WEB-INF/classes/log4j.properties
42share/aipo/webapps/ROOT/WEB-INF/classes/shindig.properties 42share/aipo/webapps/ROOT/WEB-INF/classes/shindig.properties
43share/aipo/webapps/ROOT/WEB-INF/datasource/dbcp-org001-mysql.properties 43share/aipo/webapps/ROOT/WEB-INF/datasource/dbcp-org001-mysql.properties
44share/aipo/webapps/ROOT/WEB-INF/datasource/dbcp-org001.properties 44share/aipo/webapps/ROOT/WEB-INF/datasource/dbcp-org001.properties
45share/aipo/webapps/ROOT/WEB-INF/lib/aipo-container-core-6.0.2.jar 45share/aipo/webapps/ROOT/WEB-INF/lib/aipo-container-core-6.0.3.jar
46share/aipo/webapps/ROOT/WEB-INF/lib/aipo-features-6.0.2.jar 46share/aipo/webapps/ROOT/WEB-INF/lib/aipo-features-6.0.3.jar
47share/aipo/webapps/ROOT/WEB-INF/lib/aipo-orm-6.0.2.jar 47share/aipo/webapps/ROOT/WEB-INF/lib/aipo-orm-6.0.3.jar
48share/aipo/webapps/ROOT/WEB-INF/lib/aipo-social-api-6.0.2.jar 48share/aipo/webapps/ROOT/WEB-INF/lib/aipo-social-api-6.0.3.jar
49share/aipo/webapps/ROOT/WEB-INF/lib/aopalliance-1.0.jar 49share/aipo/webapps/ROOT/WEB-INF/lib/aopalliance-1.0.jar
50share/aipo/webapps/ROOT/WEB-INF/lib/ashwood-2.0.jar 50share/aipo/webapps/ROOT/WEB-INF/lib/ashwood-2.0.jar
51share/aipo/webapps/ROOT/WEB-INF/lib/caja-r4251.jar 51share/aipo/webapps/ROOT/WEB-INF/lib/caja-r4251.jar
52share/aipo/webapps/ROOT/WEB-INF/lib/cayenne-client-3.0.1.jar 52share/aipo/webapps/ROOT/WEB-INF/lib/cayenne-client-3.0.1.jar
53share/aipo/webapps/ROOT/WEB-INF/lib/cayenne-server-3.0.1.jar 53share/aipo/webapps/ROOT/WEB-INF/lib/cayenne-server-3.0.1.jar
54share/aipo/webapps/ROOT/WEB-INF/lib/commons-beanutils-1.7.0.jar 54share/aipo/webapps/ROOT/WEB-INF/lib/commons-beanutils-1.7.0.jar
55share/aipo/webapps/ROOT/WEB-INF/lib/commons-beanutils-core-1.7.0.jar 55share/aipo/webapps/ROOT/WEB-INF/lib/commons-beanutils-core-1.7.0.jar
56share/aipo/webapps/ROOT/WEB-INF/lib/commons-betwixt-0.8.jar 56share/aipo/webapps/ROOT/WEB-INF/lib/commons-betwixt-0.8.jar
57share/aipo/webapps/ROOT/WEB-INF/lib/commons-codec-1.4.jar 57share/aipo/webapps/ROOT/WEB-INF/lib/commons-codec-1.4.jar
58share/aipo/webapps/ROOT/WEB-INF/lib/commons-collections-3.2.1.jar 58share/aipo/webapps/ROOT/WEB-INF/lib/commons-collections-3.2.1.jar
59share/aipo/webapps/ROOT/WEB-INF/lib/commons-dbcp-1.4.jar 59share/aipo/webapps/ROOT/WEB-INF/lib/commons-dbcp-1.4.jar
60share/aipo/webapps/ROOT/WEB-INF/lib/commons-digester-1.7.jar 60share/aipo/webapps/ROOT/WEB-INF/lib/commons-digester-1.7.jar
61share/aipo/webapps/ROOT/WEB-INF/lib/commons-fileupload-1.2.jar 61share/aipo/webapps/ROOT/WEB-INF/lib/commons-fileupload-1.2.jar
@@ -170,98 +170,103 @@ share/aipo/webapps/aipo/WEB-INF/conf/log @@ -170,98 +170,103 @@ share/aipo/webapps/aipo/WEB-INF/conf/log
170share/aipo/webapps/aipo/WEB-INF/conf/manhour.xreg 170share/aipo/webapps/aipo/WEB-INF/conf/manhour.xreg
171share/aipo/webapps/aipo/WEB-INF/conf/media.xreg 171share/aipo/webapps/aipo/WEB-INF/conf/media.xreg
172share/aipo/webapps/aipo/WEB-INF/conf/memo.xreg 172share/aipo/webapps/aipo/WEB-INF/conf/memo.xreg
173share/aipo/webapps/aipo/WEB-INF/conf/msgboard.xreg 173share/aipo/webapps/aipo/WEB-INF/conf/msgboard.xreg
174share/aipo/webapps/aipo/WEB-INF/conf/my.properties 174share/aipo/webapps/aipo/WEB-INF/conf/my.properties
175share/aipo/webapps/aipo/WEB-INF/conf/mygroup.xreg 175share/aipo/webapps/aipo/WEB-INF/conf/mygroup.xreg
176share/aipo/webapps/aipo/WEB-INF/conf/mylink.xreg 176share/aipo/webapps/aipo/WEB-INF/conf/mylink.xreg
177share/aipo/webapps/aipo/WEB-INF/conf/news.xreg 177share/aipo/webapps/aipo/WEB-INF/conf/news.xreg
178share/aipo/webapps/aipo/WEB-INF/conf/note.xreg 178share/aipo/webapps/aipo/WEB-INF/conf/note.xreg
179share/aipo/webapps/aipo/WEB-INF/conf/page.xreg 179share/aipo/webapps/aipo/WEB-INF/conf/page.xreg
180share/aipo/webapps/aipo/WEB-INF/conf/psml-mapping.xml 180share/aipo/webapps/aipo/WEB-INF/conf/psml-mapping.xml
181share/aipo/webapps/aipo/WEB-INF/conf/psml.xreg 181share/aipo/webapps/aipo/WEB-INF/conf/psml.xreg
182share/aipo/webapps/aipo/WEB-INF/conf/registry.xml 182share/aipo/webapps/aipo/WEB-INF/conf/registry.xml
 183share/aipo/webapps/aipo/WEB-INF/conf/report.xreg
183share/aipo/webapps/aipo/WEB-INF/conf/schedule.xreg 184share/aipo/webapps/aipo/WEB-INF/conf/schedule.xreg
184share/aipo/webapps/aipo/WEB-INF/conf/security.xreg 185share/aipo/webapps/aipo/WEB-INF/conf/security.xreg
185share/aipo/webapps/aipo/WEB-INF/conf/securityTokenKey.txt 186share/aipo/webapps/aipo/WEB-INF/conf/securityTokenKey.txt
186share/aipo/webapps/aipo/WEB-INF/conf/skins.xreg 187share/aipo/webapps/aipo/WEB-INF/conf/skins.xreg
187share/aipo/webapps/aipo/WEB-INF/conf/system.xreg 188share/aipo/webapps/aipo/WEB-INF/conf/system.xreg
188share/aipo/webapps/aipo/WEB-INF/conf/timecard.xreg 189share/aipo/webapps/aipo/WEB-INF/conf/timecard.xreg
189share/aipo/webapps/aipo/WEB-INF/conf/timecardsettings.xreg 190share/aipo/webapps/aipo/WEB-INF/conf/timecardsettings.xreg
190share/aipo/webapps/aipo/WEB-INF/conf/todo.xreg 191share/aipo/webapps/aipo/WEB-INF/conf/todo.xreg
 192share/aipo/webapps/aipo/WEB-INF/conf/userlist.xreg
191share/aipo/webapps/aipo/WEB-INF/conf/velocity.properties 193share/aipo/webapps/aipo/WEB-INF/conf/velocity.properties
192share/aipo/webapps/aipo/WEB-INF/conf/webmail.xreg 194share/aipo/webapps/aipo/WEB-INF/conf/webmail.xreg
193share/aipo/webapps/aipo/WEB-INF/conf/webmail_admin.xreg 195share/aipo/webapps/aipo/WEB-INF/conf/webmail_admin.xreg
194share/aipo/webapps/aipo/WEB-INF/conf/webpage.xreg 196share/aipo/webapps/aipo/WEB-INF/conf/webpage.xreg
195share/aipo/webapps/aipo/WEB-INF/conf/whatsnew.xreg 197share/aipo/webapps/aipo/WEB-INF/conf/whatsnew.xreg
196share/aipo/webapps/aipo/WEB-INF/conf/workflow.xreg 198share/aipo/webapps/aipo/WEB-INF/conf/workflow.xreg
197share/aipo/webapps/aipo/WEB-INF/datasource/dbcp-org001-mysql.properties 199share/aipo/webapps/aipo/WEB-INF/datasource/dbcp-org001-mysql.properties
198share/aipo/webapps/aipo/WEB-INF/datasource/dbcp-org001.properties 200share/aipo/webapps/aipo/WEB-INF/datasource/dbcp-org001.properties
199share/aipo/webapps/aipo/WEB-INF/files/org001/blog/4/200802271828093900 201share/aipo/webapps/aipo/WEB-INF/files/org001/blog/4/200802271828093900
200share/aipo/webapps/aipo/WEB-INF/files/org001/blog/4/200802271829156710 202share/aipo/webapps/aipo/WEB-INF/files/org001/blog/4/200802271829156710
201share/aipo/webapps/aipo/WEB-INF/files/org001/blog/4/200802272109098900 203share/aipo/webapps/aipo/WEB-INF/files/org001/blog/4/200802272109098900
202share/aipo/webapps/aipo/WEB-INF/files/org001/blog/6/200802271833300780 204share/aipo/webapps/aipo/WEB-INF/files/org001/blog/6/200802271833300780
203share/aipo/webapps/aipo/WEB-INF/files/org001/cabinet/200802281130383430 205share/aipo/webapps/aipo/WEB-INF/files/org001/cabinet/200802281130383430
204share/aipo/webapps/aipo/WEB-INF/files/org001/cabinet/200802281131303280 206share/aipo/webapps/aipo/WEB-INF/files/org001/cabinet/200802281131303280
205share/aipo/webapps/aipo/WEB-INF/files/org001/msgboard/4/200802271827124060 207share/aipo/webapps/aipo/WEB-INF/files/org001/msgboard/4/200802271827124060
206share/aipo/webapps/aipo/WEB-INF/lib/activation-1.1.1.jar 208share/aipo/webapps/aipo/WEB-INF/lib/activation-1.1.1.jar
207share/aipo/webapps/aipo/WEB-INF/lib/aipo-commons-6.0.2.jar 209share/aipo/webapps/aipo/WEB-INF/lib/aipo-commons-6.0.3.jar
208share/aipo/webapps/aipo/WEB-INF/lib/aipo-core-6.0.2.jar 210share/aipo/webapps/aipo/WEB-INF/lib/aipo-core-6.0.3.jar
209share/aipo/webapps/aipo/WEB-INF/lib/aipo-jetspeed-6.0.2.jar 211share/aipo/webapps/aipo/WEB-INF/lib/aipo-jetspeed-6.0.3.jar
210share/aipo/webapps/aipo/WEB-INF/lib/aipo-lib-accessctl-6.0.2.jar 212share/aipo/webapps/aipo/WEB-INF/lib/aipo-lib-accessctl-6.0.3.jar
211share/aipo/webapps/aipo/WEB-INF/lib/aipo-lib-addressbookuser-6.0.2.jar 213share/aipo/webapps/aipo/WEB-INF/lib/aipo-lib-addressbookuser-6.0.3.jar
212share/aipo/webapps/aipo/WEB-INF/lib/aipo-lib-common-category-6.0.2.jar 214share/aipo/webapps/aipo/WEB-INF/lib/aipo-lib-common-category-6.0.3.jar
213share/aipo/webapps/aipo/WEB-INF/lib/aipo-lib-config-6.0.2.jar 215share/aipo/webapps/aipo/WEB-INF/lib/aipo-lib-config-6.0.3.jar
214share/aipo/webapps/aipo/WEB-INF/lib/aipo-lib-eventlog-6.0.2.jar 216share/aipo/webapps/aipo/WEB-INF/lib/aipo-lib-eventlog-6.0.3.jar
215share/aipo/webapps/aipo/WEB-INF/lib/aipo-lib-facility-6.0.2.jar 217share/aipo/webapps/aipo/WEB-INF/lib/aipo-lib-facility-6.0.3.jar
216share/aipo/webapps/aipo/WEB-INF/lib/aipo-lib-mail-6.0.2.jar 218share/aipo/webapps/aipo/WEB-INF/lib/aipo-lib-mail-6.0.3.jar
217share/aipo/webapps/aipo/WEB-INF/lib/aipo-lib-social-6.0.2.jar 219share/aipo/webapps/aipo/WEB-INF/lib/aipo-lib-portal-6.0.3.jar
218share/aipo/webapps/aipo/WEB-INF/lib/aipo-lib-storage-6.0.2.jar 220share/aipo/webapps/aipo/WEB-INF/lib/aipo-lib-social-6.0.3.jar
219share/aipo/webapps/aipo/WEB-INF/lib/aipo-lib-user-6.0.2.jar 221share/aipo/webapps/aipo/WEB-INF/lib/aipo-lib-storage-6.0.3.jar
220share/aipo/webapps/aipo/WEB-INF/lib/aipo-lib-userfacility-6.0.2.jar 222share/aipo/webapps/aipo/WEB-INF/lib/aipo-lib-user-6.0.3.jar
221share/aipo/webapps/aipo/WEB-INF/lib/aipo-oms-6.0.2.jar 223share/aipo/webapps/aipo/WEB-INF/lib/aipo-lib-userfacility-6.0.3.jar
222share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-accessctl-6.0.2.jar 224share/aipo/webapps/aipo/WEB-INF/lib/aipo-oms-6.0.3.jar
223share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-account-6.0.2.jar 225share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-accessctl-6.0.3.jar
224share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-activity-6.0.2.jar 226share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-account-6.0.3.jar
225share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-addressbook-6.0.2.jar 227share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-activity-6.0.3.jar
226share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-blog-6.0.2.jar 228share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-addressbook-6.0.3.jar
227share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-cabinet-6.0.2.jar 229share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-blog-6.0.3.jar
228share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-cellular-6.0.2.jar 230share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-cabinet-6.0.3.jar
229share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-deletesample-6.0.2.jar 231share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-cellular-6.0.3.jar
230share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-eventlog-6.0.2.jar 232share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-deletesample-6.0.3.jar
231share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-externalsearch-6.0.2.jar 233share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-eventlog-6.0.3.jar
232share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-exttimecard-6.0.2.jar 234share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-externalsearch-6.0.3.jar
233share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-facilities-6.0.2.jar 235share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-exttimecard-6.0.3.jar
234share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-fileio-6.0.2.jar 236share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-facilities-6.0.3.jar
235share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-fileupload-6.0.2.jar 237share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-fileio-6.0.3.jar
236share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-gadgets-6.0.2.jar 238share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-fileupload-6.0.3.jar
237share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-license-6.0.2.jar 239share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-gadgets-6.0.3.jar
238share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-manhour-6.0.2.jar 240share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-license-6.0.3.jar
239share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-memo-6.0.2.jar 241share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-manhour-6.0.3.jar
240share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-msgboard-6.0.2.jar 242share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-memo-6.0.3.jar
241share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-mygroup-6.0.2.jar 243share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-msgboard-6.0.3.jar
242share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-mylink-6.0.2.jar 244share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-mygroup-6.0.3.jar
243share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-news-6.0.2.jar 245share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-mylink-6.0.3.jar
244share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-note-6.0.2.jar 246share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-news-6.0.3.jar
245share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-page-6.0.2.jar 247share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-note-6.0.3.jar
246share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-psml-6.0.2.jar 248share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-page-6.0.3.jar
247share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-schedule-6.0.2.jar 249share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-psml-6.0.3.jar
248share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-system-6.0.2.jar 250share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-report-6.0.3.jar
249share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-timecard-6.0.2.jar 251share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-schedule-6.0.3.jar
250share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-todo-6.0.2.jar 252share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-system-6.0.3.jar
251share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-webmail-6.0.2.jar 253share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-timecard-6.0.3.jar
252share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-webpage-6.0.2.jar 254share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-todo-6.0.3.jar
253share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-whatsnew-6.0.2.jar 255share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-userlist-6.0.3.jar
254share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-workflow-6.0.2.jar 256share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-webmail-6.0.3.jar
 257share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-webpage-6.0.3.jar
 258share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-whatsnew-6.0.3.jar
 259share/aipo/webapps/aipo/WEB-INF/lib/aipo-portlet-workflow-6.0.3.jar
255share/aipo/webapps/aipo/WEB-INF/lib/aopalliance-1.0.jar 260share/aipo/webapps/aipo/WEB-INF/lib/aopalliance-1.0.jar
256share/aipo/webapps/aipo/WEB-INF/lib/castor-0.9.3.jar 261share/aipo/webapps/aipo/WEB-INF/lib/castor-0.9.3.jar
257share/aipo/webapps/aipo/WEB-INF/lib/cayenne-2.0.4.jar 262share/aipo/webapps/aipo/WEB-INF/lib/cayenne-2.0.4.jar
258share/aipo/webapps/aipo/WEB-INF/lib/commons-beanutils-1.7.0.jar 263share/aipo/webapps/aipo/WEB-INF/lib/commons-beanutils-1.7.0.jar
259share/aipo/webapps/aipo/WEB-INF/lib/commons-beanutils-core-1.7.0.jar 264share/aipo/webapps/aipo/WEB-INF/lib/commons-beanutils-core-1.7.0.jar
260share/aipo/webapps/aipo/WEB-INF/lib/commons-betwixt-0.8.jar 265share/aipo/webapps/aipo/WEB-INF/lib/commons-betwixt-0.8.jar
261share/aipo/webapps/aipo/WEB-INF/lib/commons-codec-1.4.jar 266share/aipo/webapps/aipo/WEB-INF/lib/commons-codec-1.4.jar
262share/aipo/webapps/aipo/WEB-INF/lib/commons-collections-3.2.jar 267share/aipo/webapps/aipo/WEB-INF/lib/commons-collections-3.2.jar
263share/aipo/webapps/aipo/WEB-INF/lib/commons-configuration-1.0-dev-3.20030607.194155.jar 268share/aipo/webapps/aipo/WEB-INF/lib/commons-configuration-1.0-dev-3.20030607.194155.jar
264share/aipo/webapps/aipo/WEB-INF/lib/commons-dbcp-1.4.jar 269share/aipo/webapps/aipo/WEB-INF/lib/commons-dbcp-1.4.jar
265share/aipo/webapps/aipo/WEB-INF/lib/commons-digester-1.7.jar 270share/aipo/webapps/aipo/WEB-INF/lib/commons-digester-1.7.jar
266share/aipo/webapps/aipo/WEB-INF/lib/commons-email-1.1.jar 271share/aipo/webapps/aipo/WEB-INF/lib/commons-email-1.1.jar
267share/aipo/webapps/aipo/WEB-INF/lib/commons-fileupload-1.0.jar 272share/aipo/webapps/aipo/WEB-INF/lib/commons-fileupload-1.0.jar
@@ -298,29 +303,41 @@ share/aipo/webapps/aipo/WEB-INF/lib/soap @@ -298,29 +303,41 @@ share/aipo/webapps/aipo/WEB-INF/lib/soap
298share/aipo/webapps/aipo/WEB-INF/lib/stratum-1.0-b4-dev.jar 303share/aipo/webapps/aipo/WEB-INF/lib/stratum-1.0-b4-dev.jar
299share/aipo/webapps/aipo/WEB-INF/lib/torque-3.1.jar 304share/aipo/webapps/aipo/WEB-INF/lib/torque-3.1.jar
300share/aipo/webapps/aipo/WEB-INF/lib/turbine-2.2-al1.jar 305share/aipo/webapps/aipo/WEB-INF/lib/turbine-2.2-al1.jar
301share/aipo/webapps/aipo/WEB-INF/lib/uddi4j-1.0.jar 306share/aipo/webapps/aipo/WEB-INF/lib/uddi4j-1.0.jar
302share/aipo/webapps/aipo/WEB-INF/lib/velocity-1.6.4.jar 307share/aipo/webapps/aipo/WEB-INF/lib/velocity-1.6.4.jar
303share/aipo/webapps/aipo/WEB-INF/lib/village-2.0-dev-20030825.jar 308share/aipo/webapps/aipo/WEB-INF/lib/village-2.0-dev-20030825.jar
304share/aipo/webapps/aipo/WEB-INF/lib/xalan-2.3.1.jar 309share/aipo/webapps/aipo/WEB-INF/lib/xalan-2.3.1.jar
305share/aipo/webapps/aipo/WEB-INF/lib/xercesImpl-2.0.2.jar 310share/aipo/webapps/aipo/WEB-INF/lib/xercesImpl-2.0.2.jar
306share/aipo/webapps/aipo/WEB-INF/lib/xml-apis-1.3.04.jar 311share/aipo/webapps/aipo/WEB-INF/lib/xml-apis-1.3.04.jar
307share/aipo/webapps/aipo/WEB-INF/lib/xmlParserAPIs-2.0.2.jar 312share/aipo/webapps/aipo/WEB-INF/lib/xmlParserAPIs-2.0.2.jar
308share/aipo/webapps/aipo/WEB-INF/lib/xpp3_min-1.1.4c.jar 313share/aipo/webapps/aipo/WEB-INF/lib/xpp3_min-1.1.4c.jar
309share/aipo/webapps/aipo/WEB-INF/lib/xstream-1.3.1.jar 314share/aipo/webapps/aipo/WEB-INF/lib/xstream-1.3.1.jar
310share/aipo/webapps/aipo/WEB-INF/logs/log.txt 315share/aipo/webapps/aipo/WEB-INF/logs/log.txt
311share/aipo/webapps/aipo/WEB-INF/psml/group/1098345546039_1/html/default.psml 316share/aipo/webapps/aipo/WEB-INF/psml/group/1204101769781_1/au/default.psml
312share/aipo/webapps/aipo/WEB-INF/psml/group/1098345724035_1/html/default.psml 317share/aipo/webapps/aipo/WEB-INF/psml/group/1204101769781_1/docomo_foma/default.psml
313share/aipo/webapps/aipo/WEB-INF/psml/group/Jetpseed/html/default.psml 318share/aipo/webapps/aipo/WEB-INF/psml/group/1204101769781_1/docomo_imode/default.psml
 319share/aipo/webapps/aipo/WEB-INF/psml/group/1204101769781_1/html/default.psml
 320share/aipo/webapps/aipo/WEB-INF/psml/group/1204101769781_1/iphone/default.psml
 321share/aipo/webapps/aipo/WEB-INF/psml/group/1204101769781_1/vodafone/default.psml
 322share/aipo/webapps/aipo/WEB-INF/psml/group/1204101769781_1/wm/default.psml
 323share/aipo/webapps/aipo/WEB-INF/psml/group/1204101786437_1/au/default.psml
 324share/aipo/webapps/aipo/WEB-INF/psml/group/1204101786437_1/docomo_foma/default.psml
 325share/aipo/webapps/aipo/WEB-INF/psml/group/1204101786437_1/docomo_imode/default.psml
 326share/aipo/webapps/aipo/WEB-INF/psml/group/1204101786437_1/html/default.psml
 327share/aipo/webapps/aipo/WEB-INF/psml/group/1204101786437_1/iphone/default.psml
 328share/aipo/webapps/aipo/WEB-INF/psml/group/1204101786437_1/vodafone/default.psml
 329share/aipo/webapps/aipo/WEB-INF/psml/group/1204101786437_1/wm/default.psml
 330share/aipo/webapps/aipo/WEB-INF/psml/group/Jetspeed/html/default.psml
314share/aipo/webapps/aipo/WEB-INF/psml/group/LoginUser/html/default.psml 331share/aipo/webapps/aipo/WEB-INF/psml/group/LoginUser/html/default.psml
315share/aipo/webapps/aipo/WEB-INF/psml/role/admin/html/default.psml 332share/aipo/webapps/aipo/WEB-INF/psml/role/admin/html/default.psml
316share/aipo/webapps/aipo/WEB-INF/psml/role/user/html/default.psml 333share/aipo/webapps/aipo/WEB-INF/psml/role/user/html/default.psml
317share/aipo/webapps/aipo/WEB-INF/psml/user/admin/html/default.psml 334share/aipo/webapps/aipo/WEB-INF/psml/user/admin/html/default.psml
318share/aipo/webapps/aipo/WEB-INF/psml/user/anon/au/default.psml 335share/aipo/webapps/aipo/WEB-INF/psml/user/anon/au/default.psml
319share/aipo/webapps/aipo/WEB-INF/psml/user/anon/docomo_foma/default.psml 336share/aipo/webapps/aipo/WEB-INF/psml/user/anon/docomo_foma/default.psml
320share/aipo/webapps/aipo/WEB-INF/psml/user/anon/docomo_imode/default.psml 337share/aipo/webapps/aipo/WEB-INF/psml/user/anon/docomo_imode/default.psml
321share/aipo/webapps/aipo/WEB-INF/psml/user/anon/html/default.psml 338share/aipo/webapps/aipo/WEB-INF/psml/user/anon/html/default.psml
322share/aipo/webapps/aipo/WEB-INF/psml/user/anon/iphone/default.psml 339share/aipo/webapps/aipo/WEB-INF/psml/user/anon/iphone/default.psml
323share/aipo/webapps/aipo/WEB-INF/psml/user/anon/vodafone/default.psml 340share/aipo/webapps/aipo/WEB-INF/psml/user/anon/vodafone/default.psml
324share/aipo/webapps/aipo/WEB-INF/psml/user/anon/wm/default.psml 341share/aipo/webapps/aipo/WEB-INF/psml/user/anon/wm/default.psml
325share/aipo/webapps/aipo/WEB-INF/psml/user/sample1/au/default.psml 342share/aipo/webapps/aipo/WEB-INF/psml/user/sample1/au/default.psml
326share/aipo/webapps/aipo/WEB-INF/psml/user/sample1/docomo_foma/default.psml 343share/aipo/webapps/aipo/WEB-INF/psml/user/sample1/docomo_foma/default.psml
@@ -908,31 +925,33 @@ share/aipo/webapps/aipo/WEB-INF/template @@ -908,31 +925,33 @@ share/aipo/webapps/aipo/WEB-INF/template
908share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/accessctl.vm 925share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/accessctl.vm
909share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/account-change-turn.vm 926share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/account-change-turn.vm
910share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/account-company-menu.vm 927share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/account-company-menu.vm
911share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/account-person-detail.vm 928share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/account-person-detail.vm
912share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/account-person-menu.vm 929share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/account-person-menu.vm
913share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/account-person-passwd-form.vm 930share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/account-person-passwd-form.vm
914share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/account-person-postdetail.vm 931share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/account-person-postdetail.vm
915share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/account-position-list.vm 932share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/account-position-list.vm
916share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/account-post-list.vm 933share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/account-post-list.vm
917share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/account-user-menu.vm 934share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/account-user-menu.vm
918share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/account-user.vm 935share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/account-user.vm
919share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/accountlogin-form.vm 936share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/accountlogin-form.vm
920share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/activity-list.vm 937share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/activity-list.vm
 938share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/activity-widgets.vm
921share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/activity.vm 939share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/activity.vm
922share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/addressbook-company-list.vm 940share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/addressbook-company-list.vm
923share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/addressbook-group-list.vm 941share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/addressbook-group-list.vm
924share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/addressbook-list.vm 942share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/addressbook-list.vm
925share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/addressbook-menu.vm 943share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/addressbook-nonaction-widgets.vm
 944share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/addressbook-widgets.vm
926share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/addressbook.vm 945share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/addressbook.vm
927share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-accessctl-detail.vm 946share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-accessctl-detail.vm
928share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-accessctl-form.vm 947share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-accessctl-form.vm
929share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-accessctl.vm 948share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-accessctl.vm
930share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-account-adminpasswd-form.vm 949share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-account-adminpasswd-form.vm
931share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-account-change-turn-form.vm 950share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-account-change-turn-form.vm
932share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-account-company-form.vm 951share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-account-company-form.vm
933share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-account-person-detail.vm 952share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-account-person-detail.vm
934share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-account-person-form.vm 953share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-account-person-form.vm
935share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-account-person-passwd-form.vm 954share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-account-person-passwd-form.vm
936share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-account-person-post-detail.vm 955share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-account-person-post-detail.vm
937share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-account-person-postdetail.vm 956share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-account-person-postdetail.vm
938share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-account-position-detail.vm 957share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-account-position-detail.vm
@@ -948,72 +967,71 @@ share/aipo/webapps/aipo/WEB-INF/template @@ -948,72 +967,71 @@ share/aipo/webapps/aipo/WEB-INF/template
948share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-activity-all.vm 967share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-activity-all.vm
949share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-activity-list.vm 968share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-activity-list.vm
950share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-addressbook-company-detail.vm 969share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-addressbook-company-detail.vm
951share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-addressbook-company-form.vm 970share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-addressbook-company-form.vm
952share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-addressbook-company-list.vm 971share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-addressbook-company-list.vm
953share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-addressbook-corplist.vm 972share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-addressbook-corplist.vm
954share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-addressbook-detail.vm 973share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-addressbook-detail.vm
955share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-addressbook-form.vm 974share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-addressbook-form.vm
956share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-addressbook-group-detail.vm 975share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-addressbook-group-detail.vm
957share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-addressbook-group-form.vm 976share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-addressbook-group-form.vm
958share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-addressbook-group-list.vm 977share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-addressbook-group-list.vm
959share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-addressbook-list.vm 978share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-addressbook-list.vm
960share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-addressbook.vm 979share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-addressbook.vm
961share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-blog-common-thema-detail.vm 
962share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-blog-common-thema-list.vm 
963share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-blog-entry-detail.vm 980share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-blog-entry-detail.vm
964share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-blog-entry-form.vm 981share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-blog-entry-form.vm
965share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-blog-entry-list-latest.vm 
966share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-blog-entry-list.vm 982share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-blog-entry-list.vm
967share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-blog-group-list.vm 
968share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-blog-search-list.vm 
969share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-blog-thema-detail.vm 983share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-blog-thema-detail.vm
970share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-blog-thema-form.vm 984share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-blog-thema-form.vm
971share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-blog-thema-list.vm 985share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-blog-thema-list.vm
972share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-blog.vm 986share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-blog.vm
973share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-cabinet-file-detail.vm 987share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-cabinet-file-detail.vm
974share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-cabinet-file-form.vm 988share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-cabinet-file-form.vm
975share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-cabinet-file-search-list.vm 989share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-cabinet-file-search-list.vm
976share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-cabinet-folder-detail.vm 990share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-cabinet-folder-detail.vm
977share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-cabinet-folder-form.vm 991share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-cabinet-folder-form.vm
 992share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-cabinet-folder-list.vm
978share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-cabinet-list.vm 993share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-cabinet-list.vm
979share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-cabinet.vm 994share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-cabinet.vm
980share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-calendar-list.vm 995share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-calendar-list.vm
981share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-calendar-weekly.vm 996share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-calendar-weekly.vm
982share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-cellular.vm 997share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-cellular.vm
983share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-customize-form.vm 998share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-customize-form.vm
984share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-deletesample.vm 999share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-deletesample.vm
985share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-eventlog-detail.vm 1000share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-eventlog-detail.vm
986share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-eventlog.vm 1001share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-eventlog.vm
987share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-exttimecard-form.vm 1002share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-exttimecard-form.vm
988share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-exttimecard-list.vm 1003share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-exttimecard-list.vm
989share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-exttimecard-summary-list.vm 1004share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-exttimecard-summary-list.vm
990share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-exttimecard.vm 1005share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-exttimecard.vm
991share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-exttimecardsystem-detail.vm 1006share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-exttimecardsystem-detail.vm
992share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-exttimecardsystem-form.vm 1007share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-exttimecardsystem-form.vm
993share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-exttimecardsystem-list.vm 1008share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-exttimecardsystem-list.vm
994share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-exttimecardsystem-map-detail.vm 
995share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-exttimecardsystem-map-form.vm 
996share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-exttimecardsystem-user-detail.vm 1009share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-exttimecardsystem-user-detail.vm
997share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-exttimecardsystem-user-form.vm 1010share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-exttimecardsystem-user-form.vm
998share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-exttimecardsystem-user-list.vm 1011share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-exttimecardsystem-user-list.vm
 1012share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-facility-change-turn-form.vm
999share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-facility-detail.vm 1013share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-facility-detail.vm
1000share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-facility-form.vm 1014share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-facility-form.vm
 1015share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-facility-group-detail.vm
 1016share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-facility-group-form.vm
 1017share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-facility-group.vm
1001share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-facility.vm 1018share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-facility.vm
1002share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-gadgets-admin-detail.vm 1019share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-gadgets-admin-detail.vm
1003share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-gadgets-admin-form.vm 1020share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-gadgets-admin-form.vm
1004share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-gadgets-admin-list.vm 1021share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-gadgets-admin-list.vm
1005share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-gadgets-container-admin-form.vm 1022share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-gadgets-container-admin-form.vm
1006share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-gadgets-container-admin.vm 1023share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-gadgets-container-admin.vm
 1024share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-gadgets-psml.vm
1007share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-license-form.vm 1025share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-license-form.vm
1008share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-license.vm 1026share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-license.vm
1009share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-manhour-category-detail.vm 1027share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-manhour-category-detail.vm
1010share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-manhour-category-form.vm 1028share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-manhour-category-form.vm
1011share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-manhour-category-list.vm 1029share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-manhour-category-list.vm
1012share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-manhour-list.vm 1030share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-manhour-list.vm
1013share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-manhour.vm 1031share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-manhour.vm
1014share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-memo-detail.vm 1032share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-memo-detail.vm
1015share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-memo-form.vm 1033share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-memo-form.vm
1016share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-memo-list.vm 1034share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-memo-list.vm
1017share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-memo.vm 1035share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-memo.vm
1018share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-msgboard-category-detail.vm 1036share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-msgboard-category-detail.vm
1019share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-msgboard-category-form.vm 1037share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-msgboard-category-form.vm
@@ -1023,98 +1041,107 @@ share/aipo/webapps/aipo/WEB-INF/template @@ -1023,98 +1041,107 @@ share/aipo/webapps/aipo/WEB-INF/template
1023share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-msgboard-topic-list.vm 1041share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-msgboard-topic-list.vm
1024share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-msgboard-topic.vm 1042share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-msgboard-topic.vm
1025share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-mygroup-detail.vm 1043share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-mygroup-detail.vm
1026share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-mygroup-form.vm 1044share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-mygroup-form.vm
1027share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-mygroup.vm 1045share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-mygroup.vm
1028share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-note-detail.vm 1046share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-note-detail.vm
1029share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-note-form.vm 1047share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-note-form.vm
1030share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-note-list.vm 1048share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-note-list.vm
1031share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-note.vm 1049share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-note.vm
1032share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-notegroup.vm 1050share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-notegroup.vm
1033share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-page-detail.vm 1051share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-page-detail.vm
1034share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-page-form.vm 1052share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-page-form.vm
1035share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-page.vm 1053share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-page.vm
 1054share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-report-detail.vm
 1055share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-report-form.vm
 1056share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-report-list.vm
 1057share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-report.vm
1036share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-schedule-detail.vm 1058share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-schedule-detail.vm
1037share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-schedule-form.vm 1059share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-schedule-form.vm
1038share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-schedule-list.vm 1060share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-schedule-list.vm
 1061share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-schedule-print.vm
1039share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-schedule.vm 1062share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-schedule.vm
 1063share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-system-adminpasswd-form.vm
 1064share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-system-form-company.vm
 1065share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-system-form-delete-sample.vm
1040share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-system-form-network-internal.vm 1066share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-system-form-network-internal.vm
1041share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-system-form-network.vm 1067share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-system-form-network.vm
 1068share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-system-form-webmail-option.vm
 1069share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-system-webmail-account-form-admin.vm
1042share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-system.vm 1070share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-system.vm
1043share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-timecard-form.vm 1071share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-timecard-form.vm
1044share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-timecard-list.vm 1072share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-timecard-list.vm
1045share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-timecard-summary-list.vm 1073share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-timecard-summary-list.vm
1046share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-timecard.vm 1074share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-timecard.vm
1047share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-timecardsettings-detail.vm 1075share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-timecardsettings-detail.vm
1048share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-timecardsettings-form.vm 1076share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-timecardsettings-form.vm
1049share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-todo-category-detail.vm 1077share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-todo-category-detail.vm
1050share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-todo-category-form.vm 1078share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-todo-category-form.vm
1051share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-todo-category-list.vm 1079share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-todo-category-list.vm
1052share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-todo-detail.vm 1080share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-todo-detail.vm
1053share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-todo-form.vm 1081share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-todo-form.vm
1054share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-todo-list.vm 1082share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-todo-list.vm
1055share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-todo-public-detail.vm 
1056share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-todo-public-list.vm 
1057share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-todo.vm 1083share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-todo.vm
 1084share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-userlist-detail.vm
 1085share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-userlist-list.vm
 1086share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-userlist.vm
1058share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail-account-detail-admin-option.vm 1087share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail-account-detail-admin-option.vm
1059share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail-account-detail-admin.vm 1088share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail-account-detail-admin.vm
1060share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail-account-detail.vm 1089share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail-account-detail.vm
1061share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail-account-form-admin-option.vm 1090share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail-account-form-admin-option.vm
1062share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail-account-form-admin.vm 1091share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail-account-form-admin.vm
1063share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail-account-form.vm 1092share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail-account-form.vm
1064share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail-account-list.vm 1093share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail-account-list.vm
1065share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail-detail.vm 1094share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail-detail.vm
1066share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail-filter-detail.vm 1095share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail-filter-detail.vm
1067share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail-filter-form.vm 1096share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail-filter-form.vm
1068share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail-filter-list.vm 1097share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail-filter-list.vm
1069share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail-filter-order-form.vm 1098share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail-filter-order-form.vm
1070share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail-folder-detail.vm 1099share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail-folder-detail.vm
1071share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail-folder-form.vm 1100share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail-folder-form.vm
 1101share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail-folder-list.vm
1072share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail-form.vm 1102share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail-form.vm
1073share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail-list.vm 1103share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail-list.vm
1074share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail.vm 1104share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-webmail.vm
1075share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-whatsnew-list.vm 1105share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-whatsnew-list.vm
1076share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-whatsnew.vm 1106share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-whatsnew.vm
1077share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-workflow-category-detail.vm 1107share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-workflow-category-detail.vm
1078share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-workflow-category-form.vm 1108share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-workflow-category-form.vm
1079share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-workflow-category-list.vm 1109share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-workflow-category-list.vm
1080share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-workflow-detail.vm 1110share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-workflow-detail.vm
1081share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-workflow-form.vm 1111share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-workflow-form.vm
1082share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-workflow-list-admin.vm 1112share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-workflow-list-admin.vm
1083share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-workflow-list.vm 1113share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-workflow-list.vm
1084share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-workflow-route-detail.vm 1114share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-workflow-route-detail.vm
1085share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-workflow-route-form.vm 1115share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-workflow-route-form.vm
1086share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-workflow-route-list.vm 1116share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-workflow-route-list.vm
1087share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-workflow.vm 1117share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ajax-workflow.vm
1088share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/blog-common-thema-detail.vm 
1089share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/blog-common-thema-list.vm 
1090share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/blog-entry-list-latest.vm 
1091share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/blog-entry-list.vm 1118share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/blog-entry-list.vm
1092share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/blog-group-list.vm 
1093share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/blog-menu.vm 
1094share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/blog-search-list.vm 
1095share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/blog-thema-list.vm 1119share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/blog-thema-list.vm
 1120share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/blog-thema-widgets.vm
 1121share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/blog-widgets.vm
1096share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/blog.vm 1122share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/blog.vm
1097share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/browser-client.vm 1123share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/browser-client.vm
1098share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/browser-control.vm 1124share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/browser-control.vm
1099share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/browser-controller.vm 1125share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/browser-controller.vm
1100share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/browser-media.vm 1126share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/browser-media.vm
1101share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/browser-portlet.vm 1127share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/browser-portlet.vm
1102share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/browser-psml-customize.vm 1128share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/browser-psml-customize.vm
1103share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/browser-psml.vm 1129share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/browser-psml.vm
1104share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/browser-security.vm 1130share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/browser-security.vm
1105share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/browser-skin.vm 1131share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/browser-skin.vm
 1132share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/cabinet-folder-widgets.vm
1106share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/cabinet-list.vm 1133share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/cabinet-list.vm
1107share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/cabinet-menu.vm 1134share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/cabinet-widgets.vm
1108share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/cabinet.vm 1135share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/cabinet.vm
1109share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/cellular-menu.vm 1136share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/cellular-menu.vm
1110share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/cellular.vm 1137share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/cellular.vm
1111share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/changeLanguage.vm 1138share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/changeLanguage.vm
1112share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/client-form.vm 1139share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/client-form.vm
1113share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/control-form.vm 1140share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/control-form.vm
1114share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/controller-form.vm 1141share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/controller-form.vm
1115share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/customize-securityref_row.vm 1142share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/customize-securityref_row.vm
1116share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/customize-skin_row.vm 1143share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/customize-skin_row.vm
1117share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/customize-update_save_row.vm 1144share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/customize-update_save_row.vm
1118share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/customizer-portlet.vm 1145share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/customizer-portlet.vm
1119share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/customizer-portletset-add.vm 1146share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/customizer-portletset-add.vm
1120share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/customizer-portletset-addref.vm 1147share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/customizer-portletset-addref.vm
@@ -1123,77 +1150,77 @@ share/aipo/webapps/aipo/WEB-INF/template @@ -1123,77 +1150,77 @@ share/aipo/webapps/aipo/WEB-INF/template
1123share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/customizer-portletset-layout.vm 1150share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/customizer-portletset-layout.vm
1124share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/customizer-portletset-menu.vm 1151share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/customizer-portletset-menu.vm
1125share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/customizer-portletset.vm 1152share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/customizer-portletset.vm
1126share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/database-browser-customize.vm 1153share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/database-browser-customize.vm
1127share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/database-browser-portlet.vm 1154share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/database-browser-portlet.vm
1128share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/deletesample-delete.vm 1155share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/deletesample-delete.vm
1129share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/deletesample-result.vm 1156share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/deletesample-result.vm
1130share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/deletesample.vm 1157share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/deletesample.vm
1131share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/email-form.vm 1158share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/email-form.vm
1132share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/eventlog.vm 1159share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/eventlog.vm
1133share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/externalsearch-list.vm 1160share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/externalsearch-list.vm
1134share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/externalsearch.vm 1161share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/externalsearch.vm
1135share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/exttimecard-list.vm 1162share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/exttimecard-list.vm
1136share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/exttimecard-menu.vm 
1137share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/exttimecard-summary-list.vm 1163share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/exttimecard-summary-list.vm
 1164share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/exttimecard-widget.vm
1138share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/exttimecard.vm 1165share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/exttimecard.vm
1139share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/exttimecardsystem-detail.vm 1166share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/exttimecardsystem-detail.vm
1140share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/exttimecardsystem-list.vm 1167share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/exttimecardsystem-list.vm
1141share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/exttimecardsystem-map-detail.vm 
1142share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/exttimecardsystem-map-list.vm 
1143share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/exttimecardsystem-menu.vm 1168share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/exttimecardsystem-menu.vm
1144share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/exttimecardsystem-user-detail.vm 1169share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/exttimecardsystem-user-detail.vm
1145share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/exttimecardsystem-user-list.vm 1170share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/exttimecardsystem-user-list.vm
 1171share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/facility-group.vm
1146share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/facility-menu.vm 1172share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/facility-menu.vm
1147share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/facility.vm 1173share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/facility.vm
1148share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/fileio-account-post-csv.vm 1174share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/fileio-account-post-csv.vm
1149share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/fileio-account-read-csv.vm 1175share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/fileio-account-read-csv.vm
1150share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/fileio-addressbook-company-csv.vm 1176share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/fileio-addressbook-company-csv.vm
1151share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/fileio-addressbook-csv.vm 1177share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/fileio-addressbook-csv.vm
1152share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/fileio-schedule-csv.vm 1178share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/fileio-schedule-csv.vm
1153share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/fileio.vm 1179share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/fileio.vm
1154share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/fileupload.vm 1180share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/fileupload.vm
1155share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/forward-demo.vm 1181share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/forward-demo.vm
1156share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/gadgets-admin-list.vm 1182share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/gadgets-admin-list.vm
1157share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/gadgets-admin-menu.vm 
1158share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/gadgets-container-admin.vm 1183share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/gadgets-container-admin.vm
1159share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/gadgets-list.vm 1184share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/gadgets-list.vm
1160share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/gadgets-popup.vm 1185share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/gadgets-popup.vm
 1186share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/gadgets-psml.vm
1161share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/gadgets.vm 1187share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/gadgets.vm
1162share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/group-browser.vm 1188share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/group-browser.vm
1163share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/group-form.vm 1189share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/group-form.vm
1164share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/header-action.vm 1190share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/header-action.vm
1165share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/hello-customize.vm 1191share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/hello-customize.vm
1166share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/hello.vm 1192share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/hello.vm
1167share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/index-registry.vm 1193share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/index-registry.vm
1168share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/accessctl-menu.vm 1194share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/accessctl-menu.vm
1169share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/accessctl.vm 1195share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/accessctl.vm
1170share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/account-change-turn.vm 1196share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/account-change-turn.vm
1171share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/account-company-menu.vm 1197share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/account-company-menu.vm
1172share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/account-person-detail.vm 1198share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/account-person-detail.vm
1173share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/account-person-menu.vm 1199share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/account-person-menu.vm
1174share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/account-person-passwd-form.vm 1200share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/account-person-passwd-form.vm
1175share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/account-person-postdetail.vm 1201share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/account-person-postdetail.vm
1176share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/account-position-list.vm 1202share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/account-position-list.vm
1177share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/account-post-list.vm 1203share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/account-post-list.vm
1178share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/account-user-menu.vm 1204share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/account-user-menu.vm
1179share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/account-user.vm 1205share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/account-user.vm
1180share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/accountlogin-form.vm 1206share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/accountlogin-form.vm
1181share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/activity-list.vm 1207share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/activity-list.vm
 1208share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/activity-widgets.vm
1182share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/activity.vm 1209share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/activity.vm
1183share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/addressbook-company-list.vm 1210share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/addressbook-company-list.vm
1184share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/addressbook-group-list.vm 1211share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/addressbook-group-list.vm
1185share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/addressbook-list.vm 1212share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/addressbook-list.vm
1186share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/addressbook-menu.vm 1213share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/addressbook-widgets.vm
1187share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/addressbook.vm 1214share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/addressbook.vm
1188share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-accessctl-detail.vm 1215share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-accessctl-detail.vm
1189share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-accessctl-form.vm 1216share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-accessctl-form.vm
1190share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-accessctl.vm 1217share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-accessctl.vm
1191share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-account-adminpasswd-form.vm 1218share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-account-adminpasswd-form.vm
1192share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-account-change-turn-form.vm 1219share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-account-change-turn-form.vm
1193share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-account-company-form.vm 1220share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-account-company-form.vm
1194share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-account-person-detail.vm 1221share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-account-person-detail.vm
1195share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-account-person-form.vm 1222share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-account-person-form.vm
1196share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-account-person-passwd-form.vm 1223share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-account-person-passwd-form.vm
1197share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-account-person-post-detail.vm 1224share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-account-person-post-detail.vm
1198share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-account-person-postdetail.vm 1225share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-account-person-postdetail.vm
1199share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-account-position-detail.vm 1226share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-account-position-detail.vm
@@ -1209,43 +1236,39 @@ share/aipo/webapps/aipo/WEB-INF/template @@ -1209,43 +1236,39 @@ share/aipo/webapps/aipo/WEB-INF/template
1209share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-activity-all.vm 1236share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-activity-all.vm
1210share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-activity-list.vm 1237share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-activity-list.vm
1211share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-addressbook-company-detail.vm 1238share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-addressbook-company-detail.vm
1212share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-addressbook-company-form.vm 1239share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-addressbook-company-form.vm
1213share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-addressbook-company-list.vm 1240share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-addressbook-company-list.vm
1214share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-addressbook-corplist.vm 1241share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-addressbook-corplist.vm
1215share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-addressbook-detail.vm 1242share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-addressbook-detail.vm
1216share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-addressbook-form.vm 1243share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-addressbook-form.vm
1217share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-addressbook-group-detail.vm 1244share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-addressbook-group-detail.vm
1218share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-addressbook-group-form.vm 1245share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-addressbook-group-form.vm
1219share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-addressbook-group-list.vm 1246share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-addressbook-group-list.vm
1220share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-addressbook-list.vm 1247share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-addressbook-list.vm
1221share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-addressbook.vm 1248share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-addressbook.vm
1222share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-blog-common-thema-detail.vm 
1223share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-blog-common-thema-list.vm 
1224share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-blog-entry-detail.vm 1249share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-blog-entry-detail.vm
1225share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-blog-entry-form.vm 1250share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-blog-entry-form.vm
1226share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-blog-entry-list-latest.vm 
1227share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-blog-entry-list.vm 1251share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-blog-entry-list.vm
1228share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-blog-group-list.vm 
1229share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-blog-search-list.vm 
1230share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-blog-thema-detail.vm 1252share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-blog-thema-detail.vm
1231share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-blog-thema-form.vm 1253share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-blog-thema-form.vm
1232share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-blog-thema-list.vm 1254share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-blog-thema-list.vm
1233share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-blog.vm 1255share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-blog.vm
1234share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-cabinet-file-detail.vm 1256share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-cabinet-file-detail.vm
1235share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-cabinet-file-form.vm 1257share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-cabinet-file-form.vm
1236share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-cabinet-file-search-list.vm 1258share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-cabinet-file-search-list.vm
1237share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-cabinet-folder-detail.vm 1259share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-cabinet-folder-detail.vm
1238share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-cabinet-folder-form.vm 1260share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-cabinet-folder-form.vm
 1261share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-cabinet-folder-list.vm
1239share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-cabinet-list.vm 1262share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-cabinet-list.vm
1240share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-cabinet.vm 1263share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-cabinet.vm
1241share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-calendar-list.vm 1264share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-calendar-list.vm
1242share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-calendar-weekly.vm 1265share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-calendar-weekly.vm
1243share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-cellular.vm 1266share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-cellular.vm
1244share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-customize-form.vm 1267share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-customize-form.vm
1245share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-deletesample.vm 1268share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-deletesample.vm
1246share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-eventlog-detail.vm 1269share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-eventlog-detail.vm
1247share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-eventlog.vm 1270share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-eventlog.vm
1248share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-exttimecard-form.vm 1271share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-exttimecard-form.vm
1249share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-exttimecard-list.vm 1272share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-exttimecard-list.vm
1250share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-exttimecard-summary-list.vm 1273share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-exttimecard-summary-list.vm
1251share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-exttimecard.vm 1274share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-exttimecard.vm
@@ -1257,26 +1280,27 @@ share/aipo/webapps/aipo/WEB-INF/template @@ -1257,26 +1280,27 @@ share/aipo/webapps/aipo/WEB-INF/template
1257share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-exttimecardsystem-user-list.vm 1280share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-exttimecardsystem-user-list.vm
1258share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-facility-change-turn-form.vm 1281share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-facility-change-turn-form.vm
1259share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-facility-detail.vm 1282share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-facility-detail.vm
1260share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-facility-form.vm 1283share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-facility-form.vm
1261share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-facility-group-detail.vm 1284share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-facility-group-detail.vm
1262share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-facility-group-form.vm 1285share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-facility-group-form.vm
1263share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-facility-group.vm 1286share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-facility-group.vm
1264share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-facility.vm 1287share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-facility.vm
1265share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-gadgets-admin-detail.vm 1288share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-gadgets-admin-detail.vm
1266share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-gadgets-admin-form.vm 1289share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-gadgets-admin-form.vm
1267share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-gadgets-admin-list.vm 1290share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-gadgets-admin-list.vm
1268share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-gadgets-container-admin-form.vm 1291share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-gadgets-container-admin-form.vm
1269share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-gadgets-container-admin.vm 1292share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-gadgets-container-admin.vm
 1293share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-gadgets-psml.vm
1270share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-license-form.vm 1294share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-license-form.vm
1271share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-license.vm 1295share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-license.vm
1272share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-manhour-category-detail.vm 1296share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-manhour-category-detail.vm
1273share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-manhour-category-form.vm 1297share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-manhour-category-form.vm
1274share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-manhour-category-list.vm 1298share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-manhour-category-list.vm
1275share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-manhour-list.vm 1299share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-manhour-list.vm
1276share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-manhour.vm 1300share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-manhour.vm
1277share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-memo-detail.vm 1301share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-memo-detail.vm
1278share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-memo-form.vm 1302share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-memo-form.vm
1279share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-memo-list.vm 1303share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-memo-list.vm
1280share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-memo.vm 1304share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-memo.vm
1281share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-msgboard-category-detail.vm 1305share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-msgboard-category-detail.vm
1282share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-msgboard-category-form.vm 1306share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-msgboard-category-form.vm
@@ -1287,300 +1311,351 @@ share/aipo/webapps/aipo/WEB-INF/template @@ -1287,300 +1311,351 @@ share/aipo/webapps/aipo/WEB-INF/template
1287share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-msgboard-topic.vm 1311share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-msgboard-topic.vm
1288share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-mygroup-detail.vm 1312share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-mygroup-detail.vm
1289share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-mygroup-form.vm 1313share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-mygroup-form.vm
1290share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-mygroup.vm 1314share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-mygroup.vm
1291share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-note-detail.vm 1315share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-note-detail.vm
1292share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-note-form.vm 1316share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-note-form.vm
1293share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-note-list.vm 1317share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-note-list.vm
1294share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-note.vm 1318share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-note.vm
1295share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-notegroup.vm 1319share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-notegroup.vm
1296share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-page-detail.vm 1320share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-page-detail.vm
1297share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-page-form.vm 1321share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-page-form.vm
1298share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-page.vm 1322share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-page.vm
1299share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-psml.vm 1323share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-psml.vm
 1324share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-report-detail.vm
 1325share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-report-form.vm
 1326share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-report-list.vm
 1327share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-report.vm
1300share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-schedule-detail.vm 1328share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-schedule-detail.vm
1301share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-schedule-form.vm 1329share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-schedule-form.vm
1302share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-schedule-list.vm 1330share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-schedule-list.vm
 1331share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-schedule-print.vm
1303share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-schedule.vm 1332share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-schedule.vm
 1333share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-system-adminpasswd-form.vm
 1334share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-system-form-company.vm
 1335share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-system-form-delete-sample.vm
1304share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-system-form-network-internal.vm 1336share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-system-form-network-internal.vm
1305share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-system-form-network.vm 1337share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-system-form-network.vm
 1338share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-system-form-webmail-option.vm
 1339share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-system-webmail-account-form-admin.vm
1306share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-system.vm 1340share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-system.vm
1307share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-timecard-form.vm 1341share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-timecard-form.vm
1308share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-timecard-list.vm 1342share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-timecard-list.vm
1309share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-timecard-summary-list.vm 1343share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-timecard-summary-list.vm
1310share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-timecard.vm 1344share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-timecard.vm
1311share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-timecardsettings-detail.vm 1345share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-timecardsettings-detail.vm
1312share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-timecardsettings-form.vm 1346share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-timecardsettings-form.vm
1313share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-todo-category-detail.vm 1347share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-todo-category-detail.vm
1314share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-todo-category-form.vm 1348share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-todo-category-form.vm
1315share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-todo-category-list.vm 1349share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-todo-category-list.vm
1316share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-todo-detail.vm 1350share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-todo-detail.vm
1317share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-todo-form.vm 1351share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-todo-form.vm
1318share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-todo-list.vm 1352share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-todo-list.vm
1319share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-todo-public-detail.vm 
1320share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-todo-public-list.vm 
1321share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-todo.vm 1353share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-todo.vm
 1354share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-userlist-detail.vm
 1355share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-userlist-list.vm
 1356share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-userlist.vm
1322share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail-account-detail-admin-option.vm 1357share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail-account-detail-admin-option.vm
1323share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail-account-detail-admin.vm 1358share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail-account-detail-admin.vm
1324share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail-account-detail.vm 1359share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail-account-detail.vm
1325share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail-account-form-admin-option.vm 1360share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail-account-form-admin-option.vm
1326share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail-account-form-admin.vm 1361share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail-account-form-admin.vm
1327share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail-account-form.vm 1362share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail-account-form.vm
1328share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail-account-list.vm 1363share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail-account-list.vm
1329share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail-detail.vm 1364share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail-detail.vm
1330share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail-filter-detail.vm 1365share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail-filter-detail.vm
1331share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail-filter-form.vm 1366share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail-filter-form.vm
1332share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail-filter-list.vm 1367share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail-filter-list.vm
1333share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail-filter-order-form.vm 1368share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail-filter-order-form.vm
1334share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail-folder-detail.vm 1369share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail-folder-detail.vm
1335share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail-folder-form.vm 1370share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail-folder-form.vm
 1371share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail-folder-list.vm
1336share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail-form.vm 1372share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail-form.vm
1337share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail-list.vm 1373share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail-list.vm
1338share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail.vm 1374share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-webmail.vm
1339share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-whatsnew-list.vm 1375share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-whatsnew-list.vm
1340share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-whatsnew.vm 1376share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-whatsnew.vm
1341share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-workflow-category-detail.vm 1377share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-workflow-category-detail.vm
1342share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-workflow-category-form.vm 1378share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-workflow-category-form.vm
1343share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-workflow-category-list.vm 1379share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-workflow-category-list.vm
1344share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-workflow-detail.vm 1380share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-workflow-detail.vm
1345share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-workflow-form.vm 1381share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-workflow-form.vm
1346share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-workflow-list-admin.vm 1382share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-workflow-list-admin.vm
1347share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-workflow-list.vm 1383share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-workflow-list.vm
1348share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-workflow-route-detail.vm 1384share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-workflow-route-detail.vm
1349share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-workflow-route-form.vm 1385share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-workflow-route-form.vm
1350share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-workflow-route-list.vm 1386share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-workflow-route-list.vm
1351share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-workflow.vm 1387share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/ajax-workflow.vm
1352share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/blog-common-thema-detail.vm 
1353share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/blog-common-thema-list.vm 
1354share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/blog-entry-list-latest.vm 
1355share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/blog-entry-list.vm 1388share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/blog-entry-list.vm
1356share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/blog-group-list.vm 
1357share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/blog-menu.vm 
1358share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/blog-search-list.vm 
1359share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/blog-thema-list.vm 1389share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/blog-thema-list.vm
 1390share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/blog-thema-widgets.vm
 1391share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/blog-widgets.vm
1360share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/blog.vm 1392share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/blog.vm
 1393share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/cabinet-folder-widgets.vm
1361share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/cabinet-list.vm 1394share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/cabinet-list.vm
1362share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/cabinet-menu.vm 1395share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/cabinet-widgets.vm
1363share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/cabinet.vm 1396share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/cabinet.vm
1364share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/cellular-menu.vm 1397share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/cellular-menu.vm
1365share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/cellular.vm 1398share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/cellular.vm
1366share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/deletesample-delete.vm 1399share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/deletesample-delete.vm
1367share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/deletesample-result.vm 1400share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/deletesample-result.vm
1368share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/deletesample.vm 1401share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/deletesample.vm
1369share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/eventlog.vm 1402share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/eventlog.vm
1370share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/externalsearch-list.vm 1403share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/externalsearch-list.vm
1371share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/externalsearch.vm 1404share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/externalsearch.vm
1372share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/exttimecard-list.vm 1405share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/exttimecard-list.vm
1373share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/exttimecard-menu.vm 
1374share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/exttimecard-summary-list.vm 1406share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/exttimecard-summary-list.vm
 1407share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/exttimecard-widget.vm
1375share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/exttimecard.vm 1408share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/exttimecard.vm
1376share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/exttimecardsystem-detail.vm 1409share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/exttimecardsystem-detail.vm
1377share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/exttimecardsystem-list.vm 1410share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/exttimecardsystem-list.vm
1378share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/exttimecardsystem-menu.vm 1411share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/exttimecardsystem-menu.vm
1379share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/exttimecardsystem-user-detail.vm 1412share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/exttimecardsystem-user-detail.vm
1380share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/exttimecardsystem-user-list.vm 1413share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/exttimecardsystem-user-list.vm
1381share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/facility-group.vm 1414share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/facility-group.vm
1382share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/facility-menu.vm 1415share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/facility-menu.vm
1383share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/facility.vm 1416share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/facility.vm
1384share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/fileio-account-post-csv.vm 1417share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/fileio-account-post-csv.vm
1385share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/fileio-account-read-csv.vm 1418share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/fileio-account-read-csv.vm
1386share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/fileio-addressbook-company-csv.vm 1419share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/fileio-addressbook-company-csv.vm
1387share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/fileio-addressbook-csv.vm 1420share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/fileio-addressbook-csv.vm
1388share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/fileio-schedule-csv.vm 1421share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/fileio-schedule-csv.vm
1389share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/fileio.vm 1422share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/fileio.vm
1390share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/fileupload.vm 1423share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/fileupload.vm
1391share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/gadgets-admin-list.vm 1424share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/gadgets-admin-list.vm
1392share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/gadgets-admin-menu.vm 
1393share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/gadgets-container-admin.vm 1425share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/gadgets-container-admin.vm
1394share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/gadgets-list.vm 1426share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/gadgets-list.vm
1395share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/gadgets-popup.vm 1427share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/gadgets-popup.vm
 1428share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/gadgets-psml.vm
1396share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/gadgets.vm 1429share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/gadgets.vm
1397share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/group-browser.vm 1430share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/group-browser.vm
1398share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/group-form.vm 1431share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/group-form.vm
1399share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/license.vm 1432share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/license.vm
1400share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/manhour-category-list.vm 1433share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/manhour-category-list.vm
1401share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/manhour-list.vm 1434share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/manhour-list.vm
1402share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/manhour-menu.vm 1435share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/manhour-menu.vm
1403share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/manhour.vm 1436share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/manhour.vm
1404share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/memo-list.vm 1437share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/memo-list.vm
1405share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/memo-menu.vm 1438share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/memo-menu.vm
 1439share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/memo-widgets.vm
1406share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/memo.vm 1440share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/memo.vm
1407share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/msgboard-category-list.vm 1441share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/msgboard-category-list.vm
 1442share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/msgboard-category-widgets.vm
1408share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/msgboard-menu.vm 1443share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/msgboard-menu.vm
1409share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/msgboard-topic-list.vm 1444share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/msgboard-topic-list.vm
1410share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/msgboard-topic.vm 1445share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/msgboard-topic.vm
 1446share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/msgboard-widgets.vm
1411share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/mygroup-menu.vm 1447share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/mygroup-menu.vm
1412share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/mygroup.vm 1448share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/mygroup.vm
1413share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/mylink-list.vm 1449share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/mylink-list.vm
1414share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/mylink.vm 1450share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/mylink.vm
1415share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/news-complete.vm 1451share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/news-complete.vm
1416share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/news-failure.vm 1452share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/news-failure.vm
1417share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/news.vm 1453share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/news.vm
1418share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/note-list.vm 1454share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/note-list.vm
1419share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/note-menu.vm 1455share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/note-menu.vm
1420share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/note.vm 1456share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/note.vm
 1457share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/noteMacro.vm
1421share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/notegroup.vm 1458share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/notegroup.vm
1422share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/page-menu.vm 1459share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/page-menu.vm
1423share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/page.vm 1460share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/page.vm
1424share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/permission-browser.vm 1461share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/permission-browser.vm
1425share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/permission-error-maximize.vm 1462share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/permission-error-maximize.vm
1426share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/permission-form.vm 1463share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/permission-form.vm
1427share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/psml-menu.vm 1464share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/psml-menu.vm
1428share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/psml.vm 1465share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/psml.vm
 1466share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/report-list.vm
 1467share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/report-widgets.vm
 1468share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/report.vm
1429share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/role-browser.vm 1469share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/role-browser.vm
1430share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/role-form.vm 1470share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/role-form.vm
1431share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/role-permission-form.vm 1471share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/role-permission-form.vm
1432share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/schedule-calendar.vm 1472share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/schedule-calendar.vm
 1473share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/schedule-detail-print.vm
1433share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/schedule-list.vm 1474share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/schedule-list.vm
1434share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/schedule-menu.vm 1475share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/schedule-menu.vm
 1476share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/schedule-monthly-print.vm
1435share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/schedule-monthly.vm 1477share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/schedule-monthly.vm
1436share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/schedule-oneday-group.vm 1478share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/schedule-oneday-group.vm
1437share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/schedule-oneday.vm 1479share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/schedule-oneday.vm
 1480share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/schedule-search-list.vm
 1481share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/schedule-search-result.vm
 1482share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/schedule-weekly-group-print.vm
1438share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/schedule-weekly-group.vm 1483share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/schedule-weekly-group.vm
1439share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/schedule-weekly.vm 1484share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/schedule-weekly.vm
 1485share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/schedule-widgets.vm
1440share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/schedule.vm 1486share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/schedule.vm
 1487share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/scheduleMacro.vm
1441share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/system-menu.vm 1488share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/system-menu.vm
1442share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/system-version.vm 1489share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/system-version.vm
1443share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/system.vm 1490share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/system.vm
1444share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/timecard-list.vm 1491share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/timecard-list.vm
1445share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/timecard-menu.vm 1492share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/timecard-menu.vm
1446share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/timecard-summary-list.vm 1493share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/timecard-summary-list.vm
1447share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/timecard.vm 1494share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/timecard.vm
1448share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/timecardsettings-detail.vm 1495share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/timecardsettings-detail.vm
1449share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/todo-category-list.vm 1496share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/todo-category-list.vm
 1497share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/todo-category-widgets.vm
1450share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/todo-list.vm 1498share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/todo-list.vm
1451share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/todo-menu.vm 1499share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/todo-widgets.vm
1452share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/todo-public-list.vm 
1453share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/todo.vm 1500share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/todo.vm
1454share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/user-browser.vm 1501share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/user-browser.vm
1455share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/user-form.vm 1502share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/user-form.vm
1456share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/user-group-form.vm 1503share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/user-group-form.vm
1457share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/user-role-form.vm 1504share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/user-role-form.vm
 1505share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/userlist-list.vm
 1506share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/userlist-widgets.vm
 1507share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/userlist.vm
1458share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/webmail-account-detail-admin.vm 1508share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/webmail-account-detail-admin.vm
1459share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/webmail-account-list.vm 1509share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/webmail-account-list.vm
1460share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/webmail-addressbook.vm 1510share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/webmail-addressbook.vm
1461share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/webmail-admin-menu.vm 1511share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/webmail-admin-menu.vm
1462share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/webmail-filter-list.vm 1512share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/webmail-filter-list.vm
 1513share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/webmail-folder-list.vm
1463share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/webmail-list.vm 1514share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/webmail-list.vm
1464share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/webmail-menu.vm 1515share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/webmail-menu.vm
 1516share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/webmail-nonaction-widgets.vm
 1517share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/webmail-widgets.vm
1465share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/webmail.vm 1518share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/webmail.vm
1466share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/webpage-list.vm 1519share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/webpage-list.vm
1467share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/webpage.vm 1520share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/webpage.vm
1468share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/whatsnew-list.vm 1521share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/whatsnew-list.vm
1469share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/whatsnew-menu.vm 1522share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/whatsnew-menu.vm
1470share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/whatsnew.vm 1523share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/whatsnew.vm
1471share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/workflow-category-list.vm 1524share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/workflow-category-list.vm
1472share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/workflow-category-menu.vm 1525share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/workflow-category-menu.vm
1473share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/workflow-list-admin.vm 1526share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/workflow-list-admin.vm
1474share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/workflow-list.vm 1527share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/workflow-list.vm
1475share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/workflow-menu.vm 1528share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/workflow-menu.vm
1476share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/workflow-route-list.vm 1529share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/workflow-route-list.vm
1477share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/workflow-route-menu.vm 1530share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/workflow-route-menu.vm
 1531share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/workflow-widgets.vm
1478share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/workflow.vm 1532share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja/workflow.vm
1479share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/license.vm 1533share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/license.vm
1480share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/logfileviewer.vm 1534share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/logfileviewer.vm
1481share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/manager-psml.vm 1535share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/manager-psml.vm
1482share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/manhour-category-list.vm 1536share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/manhour-category-list.vm
1483share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/manhour-list.vm 1537share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/manhour-list.vm
1484share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/manhour-menu.vm 1538share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/manhour-menu.vm
1485share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/manhour.vm 1539share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/manhour.vm
1486share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/media-form.vm 1540share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/media-form.vm
1487share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/memo-list.vm 1541share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/memo-list.vm
1488share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/memo-menu.vm 1542share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/memo-menu.vm
 1543share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/memo-widgets.vm
1489share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/memo.vm 1544share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/memo.vm
1490share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/msgboard-category-list.vm 1545share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/msgboard-category-list.vm
 1546share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/msgboard-category-widgets.vm
1491share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/msgboard-menu.vm 1547share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/msgboard-menu.vm
1492share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/msgboard-topic-list.vm 1548share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/msgboard-topic-list.vm
1493share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/msgboard-topic.vm 1549share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/msgboard-topic.vm
 1550share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/msgboard-widgets.vm
1494share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/mygroup-menu.vm 1551share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/mygroup-menu.vm
1495share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/mygroup.vm 1552share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/mygroup.vm
1496share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/mylink-list.vm 1553share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/mylink-list.vm
1497share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/mylink.vm 1554share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/mylink.vm
1498share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/news-complete.vm 1555share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/news-complete.vm
1499share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/news-failure.vm 1556share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/news-failure.vm
1500share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/news.vm 1557share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/news.vm
1501share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/note-list.vm 1558share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/note-list.vm
1502share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/note-menu.vm 1559share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/note-menu.vm
1503share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/note.vm 1560share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/note.vm
 1561share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/noteMacro.vm
1504share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/notegroup.vm 1562share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/notegroup.vm
1505share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/page-menu.vm 1563share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/page-menu.vm
1506share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/page.vm 1564share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/page.vm
1507share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/permission-browser.vm 1565share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/permission-browser.vm
1508share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/permission-error-maximize.vm 1566share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/permission-error-maximize.vm
1509share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/permission-form.vm 1567share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/permission-form.vm
1510share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/portlet-category-form.vm 1568share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/portlet-category-form.vm
1511share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/portlet-form.vm 1569share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/portlet-form.vm
1512share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/portlet-info-form.vm 1570share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/portlet-info-form.vm
1513share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/portlet-mediatype-form.vm 1571share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/portlet-mediatype-form.vm
1514share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/portlet-parameter-form.vm 1572share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/portlet-parameter-form.vm
1515share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/psml-detail.vm 1573share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/psml-detail.vm
1516share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/psml-form.vm 1574share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/psml-form.vm
 1575share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/report-list.vm
 1576share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/report-widgets.vm
 1577share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/report.vm
1517share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/role-browser.vm 1578share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/role-browser.vm
1518share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/role-form.vm 1579share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/role-form.vm
1519share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/role-permission-form.vm 1580share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/role-permission-form.vm
1520share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/schedule-calendar.vm 1581share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/schedule-calendar.vm
 1582share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/schedule-detail-print.vm
1521share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/schedule-list.vm 1583share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/schedule-list.vm
1522share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/schedule-menu.vm 1584share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/schedule-menu.vm
 1585share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/schedule-monthly-print.vm
1523share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/schedule-monthly.vm 1586share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/schedule-monthly.vm
1524share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/schedule-oneday-group.vm 1587share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/schedule-oneday-group.vm
1525share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/schedule-oneday.vm 1588share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/schedule-oneday.vm
 1589share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/schedule-search-list.vm
 1590share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/schedule-search-result.vm
 1591share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/schedule-weekly-group-print.vm
1526share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/schedule-weekly-group.vm 1592share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/schedule-weekly-group.vm
1527share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/schedule-weekly.vm 1593share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/schedule-weekly.vm
 1594share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/schedule-widgets.vm
1528share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/schedule.vm 1595share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/schedule.vm
 1596share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/scheduleMacro.vm
1529share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/search.vm 1597share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/search.vm
1530share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/security-form-multiple-allows.vm 1598share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/security-form-multiple-allows.vm
1531share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/security-form.vm 1599share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/security-form.vm
1532share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/skin-form.vm 1600share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/skin-form.vm
1533share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/stock-quote-customize.vm 1601share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/stock-quote-customize.vm
1534share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/stock-quote.vm 1602share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/stock-quote.vm
1535share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/system-menu.vm 1603share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/system-menu.vm
1536share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/system-version.vm 1604share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/system-version.vm
1537share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/system.vm 1605share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/system.vm
1538share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/timecard-list.vm 1606share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/timecard-list.vm
1539share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/timecard-menu.vm 1607share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/timecard-menu.vm
1540share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/timecard-summary-list.vm 1608share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/timecard-summary-list.vm
1541share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/timecard.vm 1609share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/timecard.vm
1542share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/timecardsettings-detail.vm 1610share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/timecardsettings-detail.vm
1543share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/todo-category-list.vm 1611share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/todo-category-list.vm
 1612share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/todo-category-widgets.vm
1544share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/todo-list.vm 1613share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/todo-list.vm
1545share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/todo-menu.vm 1614share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/todo-widgets.vm
1546share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/todo-public-list.vm 
1547share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/todo.vm 1615share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/todo.vm
1548share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/user-browser.vm 1616share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/user-browser.vm
1549share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/user-form.vm 1617share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/user-form.vm
1550share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/user-group-form.vm 1618share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/user-group-form.vm
1551share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/user-group-role-form.vm 1619share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/user-group-role-form.vm
1552share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/user-role-form.vm 1620share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/user-role-form.vm
 1621share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/userlist-list.vm
 1622share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/userlist-widgets.vm
 1623share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/userlist.vm
1553share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/weather.vm 1624share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/weather.vm
1554share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/webmail-account-detail-admin.vm 1625share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/webmail-account-detail-admin.vm
1555share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/webmail-account-list.vm 1626share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/webmail-account-list.vm
1556share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/webmail-addressbook.vm 1627share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/webmail-addressbook.vm
1557share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/webmail-admin-menu.vm 1628share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/webmail-admin-menu.vm
1558share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/webmail-filter-list.vm 1629share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/webmail-filter-list.vm
 1630share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/webmail-folder-list.vm
1559share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/webmail-list.vm 1631share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/webmail-list.vm
1560share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/webmail-menu.vm 1632share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/webmail-menu.vm
 1633share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/webmail-nonaction-widgets.vm
 1634share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/webmail-widgets.vm
1561share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/webmail.vm 1635share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/webmail.vm
1562share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/webpage-list.vm 1636share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/webpage-list.vm
1563share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/webpage.vm 1637share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/webpage.vm
1564share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/whatsnew-list.vm 1638share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/whatsnew-list.vm
1565share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/whatsnew-menu.vm 1639share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/whatsnew-menu.vm
1566share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/whatsnew.vm 1640share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/whatsnew.vm
1567share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/workflow-category-list.vm 1641share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/workflow-category-list.vm
1568share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/workflow-category-menu.vm 1642share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/workflow-category-menu.vm
1569share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/workflow-list-admin.vm 1643share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/workflow-list-admin.vm
1570share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/workflow-list.vm 1644share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/workflow-list.vm
1571share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/workflow-menu.vm 1645share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/workflow-menu.vm
1572share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/workflow-route-list.vm 1646share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/workflow-route-list.vm
1573share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/workflow-route-menu.vm 1647share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/workflow-route-menu.vm
 1648share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/workflow-widgets.vm
1574share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/workflow.vm 1649share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/html/workflow.vm
1575share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/iphone/account-person-detail.vm 1650share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/iphone/account-person-detail.vm
1576share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/iphone/account-person-form.vm 1651share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/iphone/account-person-form.vm
1577share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/iphone/account-person-menu.vm 1652share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/iphone/account-person-menu.vm
1578share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/iphone/accountlogin-config.vm 1653share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/iphone/accountlogin-config.vm
1579share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/iphone/accountlogin-form.vm 1654share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/iphone/accountlogin-form.vm
1580share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/iphone/accountlogin-info.vm 1655share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/iphone/accountlogin-info.vm
1581share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/iphone/accountlogout-info.vm 1656share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/iphone/accountlogout-info.vm
1582share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/iphone/addressbook-addr-search.vm 1657share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/iphone/addressbook-addr-search.vm
1583share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/iphone/addressbook-company-detail.vm 1658share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/iphone/addressbook-company-detail.vm
1584share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/iphone/addressbook-company-list.vm 1659share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/iphone/addressbook-company-list.vm
1585share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/iphone/addressbook-company-search.vm 1660share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/iphone/addressbook-company-search.vm
1586share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/iphone/addressbook-corpdetail.vm 1661share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/iphone/addressbook-corpdetail.vm
@@ -2072,76 +2147,84 @@ share/aipo/webapps/aipo/WEB-INF/template @@ -2072,76 +2147,84 @@ share/aipo/webapps/aipo/WEB-INF/template
2072share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/wm/todo-menu.vm 2147share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/wm/todo-menu.vm
2073share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/wm/webmail-accountlist-max.vm 2148share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/wm/webmail-accountlist-max.vm
2074share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/wm/webmail-detail.vm 2149share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/wm/webmail-detail.vm
2075share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/wm/webmail-form.vm 2150share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/wm/webmail-form.vm
2076share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/wm/webmail-list.vm 2151share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/wm/webmail-list.vm
2077share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/wm/webmail-menu.vm 2152share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/wm/webmail-menu.vm
2078share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/wm/workflow-detail.vm 2153share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/wm/workflow-detail.vm
2079share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/wm/workflow-list.vm 2154share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/wm/workflow-list.vm
2080share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/wm/workflow-menu.vm 2155share/aipo/webapps/aipo/WEB-INF/templates/vm/portlets/wm/workflow-menu.vm
2081share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/ShowError.vm 2156share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/ShowError.vm
2082share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/au/CellPermissionError.vm 2157share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/au/CellPermissionError.vm
2083share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/au/DBError.vm 2158share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/au/DBError.vm
2084share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/au/Home.vm 2159share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/au/Home.vm
 2160share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/au/Inactive.vm
2085share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/au/LimitLicenseOver.vm 2161share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/au/LimitLicenseOver.vm
2086share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/au/ShowError.vm 2162share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/au/ShowError.vm
2087share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/au/Timeout.vm 2163share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/au/Timeout.vm
2088share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/cell_default/CellPermissionError.vm 2164share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/cell_default/CellPermissionError.vm
2089share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/cell_default/DBError.vm 2165share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/cell_default/DBError.vm
2090share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/cell_default/Home.vm 2166share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/cell_default/Home.vm
 2167share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/cell_default/Inactive.vm
2091share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/cell_default/LimitLicenseOver.vm 2168share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/cell_default/LimitLicenseOver.vm
2092share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/cell_default/ShowError.vm 2169share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/cell_default/ShowError.vm
2093share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/cell_default/Timeout.vm 2170share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/cell_default/Timeout.vm
2094share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/docomo_foma/CellPermissionError.vm 2171share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/docomo_foma/CellPermissionError.vm
2095share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/docomo_foma/DBError.vm 2172share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/docomo_foma/DBError.vm
2096share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/docomo_foma/Home.vm 2173share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/docomo_foma/Home.vm
 2174share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/docomo_foma/Inactive.vm
2097share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/docomo_foma/LimitLicenseOver.vm 2175share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/docomo_foma/LimitLicenseOver.vm
2098share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/docomo_foma/ShowError.vm 2176share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/docomo_foma/ShowError.vm
2099share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/docomo_foma/Timeout.vm 2177share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/docomo_foma/Timeout.vm
2100share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/docomo_imode/CellPermissionError.vm 2178share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/docomo_imode/CellPermissionError.vm
2101share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/docomo_imode/DBError.vm 2179share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/docomo_imode/DBError.vm
2102share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/docomo_imode/Home.vm 2180share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/docomo_imode/Home.vm
 2181share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/docomo_imode/Inactive.vm
2103share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/docomo_imode/LimitLicenseOver.vm 2182share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/docomo_imode/LimitLicenseOver.vm
2104share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/docomo_imode/ShowError.vm 2183share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/docomo_imode/ShowError.vm
2105share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/docomo_imode/Timeout.vm 2184share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/docomo_imode/Timeout.vm
2106share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/html/AjaxDBError.vm 2185share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/html/AjaxDBError.vm
2107share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/html/AjaxPageNotFound.vm 2186share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/html/AjaxPageNotFound.vm
2108share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/html/AjaxPermissionError.vm 2187share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/html/AjaxPermissionError.vm
2109share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/html/AjaxTimeout.vm 2188share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/html/AjaxTimeout.vm
2110share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/html/Customize.vm 2189share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/html/Customize.vm
2111share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/html/DBError.vm 2190share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/html/DBError.vm
2112share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/html/Error.vm 2191share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/html/Error.vm
2113share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/html/Home.vm 2192share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/html/Home.vm
 2193share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/html/Inactive.vm
2114share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/html/LimitLicenseOver.vm 2194share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/html/LimitLicenseOver.vm
2115share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/html/PageNotFound.vm 2195share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/html/PageNotFound.vm
2116share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/html/PermissionError.vm 2196share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/html/PermissionError.vm
2117share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/html/ShowError.vm 2197share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/html/ShowError.vm
2118share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/html/Timeout.vm 2198share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/html/Timeout.vm
2119share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/html/TimeoutLoginForm.vm 2199share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/html/TimeoutLoginForm.vm
2120share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/iphone/CellPermissionError.vm 2200share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/iphone/CellPermissionError.vm
2121share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/iphone/DBError.vm 2201share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/iphone/DBError.vm
2122share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/iphone/Home.vm 2202share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/iphone/Home.vm
 2203share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/iphone/Inactive.vm
2123share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/iphone/LimitLicenseOver.vm 2204share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/iphone/LimitLicenseOver.vm
2124share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/iphone/ShowError.vm 2205share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/iphone/ShowError.vm
2125share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/iphone/Timeout.vm 2206share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/iphone/Timeout.vm
2126share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/vodafone/CellPermissionError.vm 2207share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/vodafone/CellPermissionError.vm
2127share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/vodafone/DBError.vm 2208share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/vodafone/DBError.vm
2128share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/vodafone/Home.vm 2209share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/vodafone/Home.vm
 2210share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/vodafone/Inactive.vm
2129share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/vodafone/LimitLicenseOver.vm 2211share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/vodafone/LimitLicenseOver.vm
2130share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/vodafone/ShowError.vm 2212share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/vodafone/ShowError.vm
2131share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/vodafone/Timeout.vm 2213share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/vodafone/Timeout.vm
2132share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/wm/CellPermissionError.vm 2214share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/wm/CellPermissionError.vm
2133share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/wm/DBError.vm 2215share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/wm/DBError.vm
2134share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/wm/Home.vm 2216share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/wm/Home.vm
 2217share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/wm/Inactive.vm
2135share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/wm/LimitLicenseOver.vm 2218share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/wm/LimitLicenseOver.vm
2136share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/wm/ShowError.vm 2219share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/wm/ShowError.vm
2137share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/wm/Timeout.vm 2220share/aipo/webapps/aipo/WEB-INF/templates/vm/screens/wm/Timeout.vm
2138share/aipo/webapps/aipo/WEB-INF/tmp/tmp.txt 2221share/aipo/webapps/aipo/WEB-INF/tmp/tmp.txt
2139share/aipo/webapps/aipo/WEB-INF/web.xml 2222share/aipo/webapps/aipo/WEB-INF/web.xml
2140share/aipo/webapps/aipo/WEB-INF/xsl/jpc-full.xsl 2223share/aipo/webapps/aipo/WEB-INF/xsl/jpc-full.xsl
2141share/aipo/webapps/aipo/WEB-INF/xsl/jpc-topics.xsl 2224share/aipo/webapps/aipo/WEB-INF/xsl/jpc-topics.xsl
2142share/aipo/webapps/aipo/WEB-INF/xsl/ocs.xsl 2225share/aipo/webapps/aipo/WEB-INF/xsl/ocs.xsl
2143share/aipo/webapps/aipo/WEB-INF/xsl/rss-wml.xsl 2226share/aipo/webapps/aipo/WEB-INF/xsl/rss-wml.xsl
2144share/aipo/webapps/aipo/WEB-INF/xsl/rss.xsl 2227share/aipo/webapps/aipo/WEB-INF/xsl/rss.xsl
2145share/aipo/webapps/aipo/check.html 2228share/aipo/webapps/aipo/check.html
2146share/aipo/webapps/aipo/error/404.html 2229share/aipo/webapps/aipo/error/404.html
2147share/aipo/webapps/aipo/help/unusualchar.html 2230share/aipo/webapps/aipo/help/unusualchar.html
@@ -2200,50 +2283,53 @@ share/aipo/webapps/aipo/images/favicon/6 @@ -2200,50 +2283,53 @@ share/aipo/webapps/aipo/images/favicon/6
2200share/aipo/webapps/aipo/images/favicon/7.ico 2283share/aipo/webapps/aipo/images/favicon/7.ico
2201share/aipo/webapps/aipo/images/favicon/8.ico 2284share/aipo/webapps/aipo/images/favicon/8.ico
2202share/aipo/webapps/aipo/images/favicon/9.ico 2285share/aipo/webapps/aipo/images/favicon/9.ico
2203share/aipo/webapps/aipo/images/favicon48.png 2286share/aipo/webapps/aipo/images/favicon48.png
2204share/aipo/webapps/aipo/images/html/skins/Jetspeed/customize.gif 2287share/aipo/webapps/aipo/images/html/skins/Jetspeed/customize.gif
2205share/aipo/webapps/aipo/images/icon/icon_add.gif 2288share/aipo/webapps/aipo/images/icon/icon_add.gif
2206share/aipo/webapps/aipo/images/icon/icon_aipo.png 2289share/aipo/webapps/aipo/images/icon/icon_aipo.png
2207share/aipo/webapps/aipo/images/icon/icon_customize.gif 2290share/aipo/webapps/aipo/images/icon/icon_customize.gif
2208share/aipo/webapps/aipo/images/icon/icon_date.gif 2291share/aipo/webapps/aipo/images/icon/icon_date.gif
2209share/aipo/webapps/aipo/images/icon/icon_delete.gif 2292share/aipo/webapps/aipo/images/icon/icon_delete.gif
2210share/aipo/webapps/aipo/images/icon/icon_edit.gif 2293share/aipo/webapps/aipo/images/icon/icon_edit.gif
2211share/aipo/webapps/aipo/images/icon/icon_list.gif 2294share/aipo/webapps/aipo/images/icon/icon_list.gif
2212share/aipo/webapps/aipo/images/icon/icon_member.gif 2295share/aipo/webapps/aipo/images/icon/icon_member.gif
 2296share/aipo/webapps/aipo/images/icon/icon_reload.gif
2213share/aipo/webapps/aipo/images/icon/icon_separator.gif 2297share/aipo/webapps/aipo/images/icon/icon_separator.gif
2214share/aipo/webapps/aipo/images/item.gif 2298share/aipo/webapps/aipo/images/item.gif
2215share/aipo/webapps/aipo/images/layout/layout_100-25-75.gif 2299share/aipo/webapps/aipo/images/layout/layout_100-25-75.gif
2216share/aipo/webapps/aipo/images/layout/layout_100-33-33-33.gif 2300share/aipo/webapps/aipo/images/layout/layout_100-33-33-33.gif
2217share/aipo/webapps/aipo/images/layout/layout_100-50-50.gif 2301share/aipo/webapps/aipo/images/layout/layout_100-50-50.gif
2218share/aipo/webapps/aipo/images/layout/layout_100-75-25.gif 2302share/aipo/webapps/aipo/images/layout/layout_100-75-25.gif
2219share/aipo/webapps/aipo/images/layout/layout_100.gif 2303share/aipo/webapps/aipo/images/layout/layout_100.gif
2220share/aipo/webapps/aipo/images/layout/layout_25-50-25.gif 2304share/aipo/webapps/aipo/images/layout/layout_25-50-25.gif
2221share/aipo/webapps/aipo/images/layout/layout_25-75.gif 2305share/aipo/webapps/aipo/images/layout/layout_25-75.gif
2222share/aipo/webapps/aipo/images/layout/layout_33-33-33.gif 2306share/aipo/webapps/aipo/images/layout/layout_33-33-33.gif
2223share/aipo/webapps/aipo/images/layout/layout_50-50.gif 2307share/aipo/webapps/aipo/images/layout/layout_50-50.gif
2224share/aipo/webapps/aipo/images/layout/layout_75-25.gif 2308share/aipo/webapps/aipo/images/layout/layout_75-25.gif
2225share/aipo/webapps/aipo/images/layout/layout_conf.gif 2309share/aipo/webapps/aipo/images/layout/layout_conf.gif
2226share/aipo/webapps/aipo/images/layout/portlet_add.gif 2310share/aipo/webapps/aipo/images/layout/portlet_add.gif
2227share/aipo/webapps/aipo/images/left.gif 2311share/aipo/webapps/aipo/images/left.gif
2228share/aipo/webapps/aipo/images/logo.gif 2312share/aipo/webapps/aipo/images/logo.gif
2229share/aipo/webapps/aipo/images/msgboard/msgboard_item.gif 2313share/aipo/webapps/aipo/images/msgboard/msgboard_item.gif
2230share/aipo/webapps/aipo/images/msgboard/msgboard_new_topic.gif 2314share/aipo/webapps/aipo/images/msgboard/msgboard_new_topic.gif
2231share/aipo/webapps/aipo/images/msgboard/msgboard_secret.gif 2315share/aipo/webapps/aipo/images/msgboard/msgboard_secret.gif
2232share/aipo/webapps/aipo/images/mylink/mylink_item.gif 2316share/aipo/webapps/aipo/images/mylink/mylink_item.gif
2233share/aipo/webapps/aipo/images/note/note_deleted_message.gif 2317share/aipo/webapps/aipo/images/note/note_deleted_message.gif
2234share/aipo/webapps/aipo/images/note/note_new_message.gif 2318share/aipo/webapps/aipo/images/note/note_new_message.gif
2235share/aipo/webapps/aipo/images/note/note_read_message.gif 2319share/aipo/webapps/aipo/images/note/note_read_message.gif
2236share/aipo/webapps/aipo/images/note/note_unread_message.gif 2320share/aipo/webapps/aipo/images/note/note_unread_message.gif
 2321share/aipo/webapps/aipo/images/report/report_read.gif
 2322share/aipo/webapps/aipo/images/report/report_unread.gif
2237share/aipo/webapps/aipo/images/right.gif 2323share/aipo/webapps/aipo/images/right.gif
2238share/aipo/webapps/aipo/images/schedule/arrow_left.gif 2324share/aipo/webapps/aipo/images/schedule/arrow_left.gif
2239share/aipo/webapps/aipo/images/schedule/arrow_left_w.gif 2325share/aipo/webapps/aipo/images/schedule/arrow_left_w.gif
2240share/aipo/webapps/aipo/images/schedule/arrow_right.gif 2326share/aipo/webapps/aipo/images/schedule/arrow_right.gif
2241share/aipo/webapps/aipo/images/schedule/arrow_right_w.gif 2327share/aipo/webapps/aipo/images/schedule/arrow_right_w.gif
2242share/aipo/webapps/aipo/images/schedule/plus_orange.gif 2328share/aipo/webapps/aipo/images/schedule/plus_orange.gif
2243share/aipo/webapps/aipo/images/schedule/schedule_currentmonth.gif 2329share/aipo/webapps/aipo/images/schedule/schedule_currentmonth.gif
2244share/aipo/webapps/aipo/images/schedule/schedule_duplicate.gif 2330share/aipo/webapps/aipo/images/schedule/schedule_duplicate.gif
2245share/aipo/webapps/aipo/images/schedule/schedule_next.gif 2331share/aipo/webapps/aipo/images/schedule/schedule_next.gif
2246share/aipo/webapps/aipo/images/schedule/schedule_nextmonth.gif 2332share/aipo/webapps/aipo/images/schedule/schedule_nextmonth.gif
2247share/aipo/webapps/aipo/images/schedule/schedule_prev.gif 2333share/aipo/webapps/aipo/images/schedule/schedule_prev.gif
2248share/aipo/webapps/aipo/images/schedule/schedule_prevmonth.gif 2334share/aipo/webapps/aipo/images/schedule/schedule_prevmonth.gif
2249share/aipo/webapps/aipo/images/schedule/schedule_remove.gif 2335share/aipo/webapps/aipo/images/schedule/schedule_remove.gif
@@ -2353,31 +2439,33 @@ share/aipo/webapps/aipo/javascript/aipo/ @@ -2353,31 +2439,33 @@ share/aipo/webapps/aipo/javascript/aipo/
2353share/aipo/webapps/aipo/javascript/aipo/fileupload/form.js 2439share/aipo/webapps/aipo/javascript/aipo/fileupload/form.js
2354share/aipo/webapps/aipo/javascript/aipo/fileupload/widget/FileuploadDialog.js 2440share/aipo/webapps/aipo/javascript/aipo/fileupload/widget/FileuploadDialog.js
2355share/aipo/webapps/aipo/javascript/aipo/gadgets_admin/form.js 2441share/aipo/webapps/aipo/javascript/aipo/gadgets_admin/form.js
2356share/aipo/webapps/aipo/javascript/aipo/io/jsonp.js 2442share/aipo/webapps/aipo/javascript/aipo/io/jsonp.js
2357share/aipo/webapps/aipo/javascript/aipo/io/jsonp.xd.js 2443share/aipo/webapps/aipo/javascript/aipo/io/jsonp.xd.js
2358share/aipo/webapps/aipo/javascript/aipo/license/form.js 2444share/aipo/webapps/aipo/javascript/aipo/license/form.js
2359share/aipo/webapps/aipo/javascript/aipo/manhour/form.js 2445share/aipo/webapps/aipo/javascript/aipo/manhour/form.js
2360share/aipo/webapps/aipo/javascript/aipo/memo/form.js 2446share/aipo/webapps/aipo/javascript/aipo/memo/form.js
2361share/aipo/webapps/aipo/javascript/aipo/msgboard/form.js 2447share/aipo/webapps/aipo/javascript/aipo/msgboard/form.js
2362share/aipo/webapps/aipo/javascript/aipo/mygroup/form.js 2448share/aipo/webapps/aipo/javascript/aipo/mygroup/form.js
2363share/aipo/webapps/aipo/javascript/aipo/note/form.js 2449share/aipo/webapps/aipo/javascript/aipo/note/form.js
2364share/aipo/webapps/aipo/javascript/aipo/page/form.js 2450share/aipo/webapps/aipo/javascript/aipo/page/form.js
2365share/aipo/webapps/aipo/javascript/aipo/psml/form.js 2451share/aipo/webapps/aipo/javascript/aipo/psml/form.js
 2452share/aipo/webapps/aipo/javascript/aipo/report/form.js
2366share/aipo/webapps/aipo/javascript/aipo/schedule/form.js 2453share/aipo/webapps/aipo/javascript/aipo/schedule/form.js
2367share/aipo/webapps/aipo/javascript/aipo/system/form.js 2454share/aipo/webapps/aipo/javascript/aipo/system/form.js
2368share/aipo/webapps/aipo/javascript/aipo/timecard/form.js 2455share/aipo/webapps/aipo/javascript/aipo/timecard/form.js
2369share/aipo/webapps/aipo/javascript/aipo/timecardsettings/form.js 2456share/aipo/webapps/aipo/javascript/aipo/timecardsettings/form.js
2370share/aipo/webapps/aipo/javascript/aipo/todo/form.js 2457share/aipo/webapps/aipo/javascript/aipo/todo/form.js
 2458share/aipo/webapps/aipo/javascript/aipo/userlist/form.js
2371share/aipo/webapps/aipo/javascript/aipo/webmail/form.js 2459share/aipo/webapps/aipo/javascript/aipo/webmail/form.js
2372share/aipo/webapps/aipo/javascript/aipo/whatsnew/form.js 2460share/aipo/webapps/aipo/javascript/aipo/whatsnew/form.js
2373share/aipo/webapps/aipo/javascript/aipo/widget/ActivityList.js 2461share/aipo/webapps/aipo/javascript/aipo/widget/ActivityList.js
2374share/aipo/webapps/aipo/javascript/aipo/widget/ActivityList.xd.js 2462share/aipo/webapps/aipo/javascript/aipo/widget/ActivityList.xd.js
2375share/aipo/webapps/aipo/javascript/aipo/widget/AddressbookDialog.js 2463share/aipo/webapps/aipo/javascript/aipo/widget/AddressbookDialog.js
2376share/aipo/webapps/aipo/javascript/aipo/widget/AddressbookDialog.xd.js 2464share/aipo/webapps/aipo/javascript/aipo/widget/AddressbookDialog.xd.js
2377share/aipo/webapps/aipo/javascript/aipo/widget/DateCalendar.js 2465share/aipo/webapps/aipo/javascript/aipo/widget/DateCalendar.js
2378share/aipo/webapps/aipo/javascript/aipo/widget/DateCalendar.xd.js 2466share/aipo/webapps/aipo/javascript/aipo/widget/DateCalendar.xd.js
2379share/aipo/webapps/aipo/javascript/aipo/widget/DropdownActivityChecker.js 2467share/aipo/webapps/aipo/javascript/aipo/widget/DropdownActivityChecker.js
2380share/aipo/webapps/aipo/javascript/aipo/widget/DropdownActivityChecker.xd.js 2468share/aipo/webapps/aipo/javascript/aipo/widget/DropdownActivityChecker.xd.js
2381share/aipo/webapps/aipo/javascript/aipo/widget/DropdownDatepicker.js 2469share/aipo/webapps/aipo/javascript/aipo/widget/DropdownDatepicker.js
2382share/aipo/webapps/aipo/javascript/aipo/widget/DropdownDatepicker.xd.js 2470share/aipo/webapps/aipo/javascript/aipo/widget/DropdownDatepicker.xd.js
2383share/aipo/webapps/aipo/javascript/aipo/widget/DropdownGrouppicker.js 2471share/aipo/webapps/aipo/javascript/aipo/widget/DropdownGrouppicker.js
@@ -3882,28 +3970,226 @@ share/aipo/webapps/aipo/javascript/dojox @@ -3882,28 +3970,226 @@ share/aipo/webapps/aipo/javascript/dojox
3882share/aipo/webapps/aipo/javascript/dojox/wire/ml/Invocation.xd.js 3970share/aipo/webapps/aipo/javascript/dojox/wire/ml/Invocation.xd.js
3883share/aipo/webapps/aipo/javascript/dojox/wire/ml/Service.js 3971share/aipo/webapps/aipo/javascript/dojox/wire/ml/Service.js
3884share/aipo/webapps/aipo/javascript/dojox/wire/ml/Service.xd.js 3972share/aipo/webapps/aipo/javascript/dojox/wire/ml/Service.xd.js
3885share/aipo/webapps/aipo/javascript/dojox/wire/ml/Transfer.js 3973share/aipo/webapps/aipo/javascript/dojox/wire/ml/Transfer.js
3886share/aipo/webapps/aipo/javascript/dojox/wire/ml/Transfer.xd.js 3974share/aipo/webapps/aipo/javascript/dojox/wire/ml/Transfer.xd.js
3887share/aipo/webapps/aipo/javascript/dojox/wire/ml/util.js 3975share/aipo/webapps/aipo/javascript/dojox/wire/ml/util.js
3888share/aipo/webapps/aipo/javascript/dojox/wire/ml/util.xd.js 3976share/aipo/webapps/aipo/javascript/dojox/wire/ml/util.xd.js
3889share/aipo/webapps/aipo/javascript/dojox/xml/DomParser.js 3977share/aipo/webapps/aipo/javascript/dojox/xml/DomParser.js
3890share/aipo/webapps/aipo/javascript/dojox/xml/DomParser.xd.js 3978share/aipo/webapps/aipo/javascript/dojox/xml/DomParser.xd.js
3891share/aipo/webapps/aipo/javascript/dojox/xml/README 3979share/aipo/webapps/aipo/javascript/dojox/xml/README
3892share/aipo/webapps/aipo/javascript/modules.js 3980share/aipo/webapps/aipo/javascript/modules.js
3893share/aipo/webapps/aipo/loadDoc.jsp 3981share/aipo/webapps/aipo/loadDoc.jsp
3894share/aipo/webapps/aipo/robots.txt 3982share/aipo/webapps/aipo/robots.txt
 3983share/aipo/webapps/aipo/themes/default/css/aui.css
 3984share/aipo/webapps/aipo/themes/default/css/common.css
 3985share/aipo/webapps/aipo/themes/default/css/extend.css
 3986share/aipo/webapps/aipo/themes/default/css/pre_print.css
 3987share/aipo/webapps/aipo/themes/default/css/print.css
 3988share/aipo/webapps/aipo/themes/default/images/body.png
 3989share/aipo/webapps/aipo/themes/default/images/common/activitychecker_c.gif
 3990share/aipo/webapps/aipo/themes/default/images/common/activitychecker_l.gif
 3991share/aipo/webapps/aipo/themes/default/images/common/activitychecker_r.gif
 3992share/aipo/webapps/aipo/themes/default/images/common/auibutton_back.gif
 3993share/aipo/webapps/aipo/themes/default/images/common/auibuttonaction_back.gif
 3994share/aipo/webapps/aipo/themes/default/images/common/auibuttonsearch_back.gif
 3995share/aipo/webapps/aipo/themes/default/images/common/bg_auiselectbutton.gif
 3996share/aipo/webapps/aipo/themes/default/images/common/bg_bar_l.gif
 3997share/aipo/webapps/aipo/themes/default/images/common/bg_bar_m.gif
 3998share/aipo/webapps/aipo/themes/default/images/common/bg_bar_r.gif
 3999share/aipo/webapps/aipo/themes/default/images/common/bg_bar_s.gif
 4000share/aipo/webapps/aipo/themes/default/images/common/bg_body_b.gif
 4001share/aipo/webapps/aipo/themes/default/images/common/bg_body_bl.gif
 4002share/aipo/webapps/aipo/themes/default/images/common/bg_body_br.gif
 4003share/aipo/webapps/aipo/themes/default/images/common/bg_body_l.gif
 4004share/aipo/webapps/aipo/themes/default/images/common/bg_body_r.gif
 4005share/aipo/webapps/aipo/themes/default/images/common/bg_body_t.gif
 4006share/aipo/webapps/aipo/themes/default/images/common/bg_body_tl.gif
 4007share/aipo/webapps/aipo/themes/default/images/common/bg_body_tr.gif
 4008share/aipo/webapps/aipo/themes/default/images/common/bg_btn.gif
 4009share/aipo/webapps/aipo/themes/default/images/common/bg_btn_gray.gif
 4010share/aipo/webapps/aipo/themes/default/images/common/bg_btn_select.gif
 4011share/aipo/webapps/aipo/themes/default/images/common/bg_con_b.gif
 4012share/aipo/webapps/aipo/themes/default/images/common/bg_con_bl.gif
 4013share/aipo/webapps/aipo/themes/default/images/common/bg_con_br.gif
 4014share/aipo/webapps/aipo/themes/default/images/common/bg_con_l.gif
 4015share/aipo/webapps/aipo/themes/default/images/common/bg_con_r.gif
 4016share/aipo/webapps/aipo/themes/default/images/common/bg_con_s.gif
 4017share/aipo/webapps/aipo/themes/default/images/common/bg_con_t.gif
 4018share/aipo/webapps/aipo/themes/default/images/common/bg_con_tl.gif
 4019share/aipo/webapps/aipo/themes/default/images/common/bg_con_tr.gif
 4020share/aipo/webapps/aipo/themes/default/images/common/bg_line.gif
 4021share/aipo/webapps/aipo/themes/default/images/common/bg_main_b.gif
 4022share/aipo/webapps/aipo/themes/default/images/common/bg_main_b_s.gif
 4023share/aipo/webapps/aipo/themes/default/images/common/bg_main_bl.gif
 4024share/aipo/webapps/aipo/themes/default/images/common/bg_main_bl_s.gif
 4025share/aipo/webapps/aipo/themes/default/images/common/bg_main_br.gif
 4026share/aipo/webapps/aipo/themes/default/images/common/bg_main_br_s.gif
 4027share/aipo/webapps/aipo/themes/default/images/common/bg_main_l.gif
 4028share/aipo/webapps/aipo/themes/default/images/common/bg_main_l_s.gif
 4029share/aipo/webapps/aipo/themes/default/images/common/bg_main_r.gif
 4030share/aipo/webapps/aipo/themes/default/images/common/bg_main_r_s.gif
 4031share/aipo/webapps/aipo/themes/default/images/common/bg_main_t.gif
 4032share/aipo/webapps/aipo/themes/default/images/common/bg_main_t_s.gif
 4033share/aipo/webapps/aipo/themes/default/images/common/bg_main_tl.gif
 4034share/aipo/webapps/aipo/themes/default/images/common/bg_main_tl_s.gif
 4035share/aipo/webapps/aipo/themes/default/images/common/bg_main_tr.gif
 4036share/aipo/webapps/aipo/themes/default/images/common/bg_main_tr_s.gif
 4037share/aipo/webapps/aipo/themes/default/images/common/bg_menu.gif
 4038share/aipo/webapps/aipo/themes/default/images/common/bg_menu_a.gif
 4039share/aipo/webapps/aipo/themes/default/images/common/bg_menu_a_l.gif
 4040share/aipo/webapps/aipo/themes/default/images/common/bg_menu_b.gif
 4041share/aipo/webapps/aipo/themes/default/images/common/bg_menu_l.gif
 4042share/aipo/webapps/aipo/themes/default/images/common/bg_menu_l_on.gif
 4043share/aipo/webapps/aipo/themes/default/images/common/bg_menu_on.gif
 4044share/aipo/webapps/aipo/themes/default/images/common/bg_menu_s.gif
 4045share/aipo/webapps/aipo/themes/default/images/common/bg_menu_s_a.gif
 4046share/aipo/webapps/aipo/themes/default/images/common/bg_menu_s_a_back.gif
 4047share/aipo/webapps/aipo/themes/default/images/common/bg_menu_s_a_l.gif
 4048share/aipo/webapps/aipo/themes/default/images/common/bg_menu_s_l.gif
 4049share/aipo/webapps/aipo/themes/default/images/common/bg_name_l.gif
 4050share/aipo/webapps/aipo/themes/default/images/common/bg_name_m.gif
 4051share/aipo/webapps/aipo/themes/default/images/common/bg_name_r.gif
 4052share/aipo/webapps/aipo/themes/default/images/common/bg_slash.gif
 4053share/aipo/webapps/aipo/themes/default/images/common/bg_submenu.gif
 4054share/aipo/webapps/aipo/themes/default/images/common/bg_submenu_a.gif
 4055share/aipo/webapps/aipo/themes/default/images/common/bg_submenu_b.gif
 4056share/aipo/webapps/aipo/themes/default/images/common/bg_submenu_t.gif
 4057share/aipo/webapps/aipo/themes/default/images/common/bg_tooltip_gray.gif
 4058share/aipo/webapps/aipo/themes/default/images/common/btn_down.gif
 4059share/aipo/webapps/aipo/themes/default/images/common/btn_left.gif
 4060share/aipo/webapps/aipo/themes/default/images/common/btn_logout.gif
 4061share/aipo/webapps/aipo/themes/default/images/common/btn_logout_rt.gif
 4062share/aipo/webapps/aipo/themes/default/images/common/btn_right.gif
 4063share/aipo/webapps/aipo/themes/default/images/common/btn_up.gif
 4064share/aipo/webapps/aipo/themes/default/images/common/circle_right.gif
 4065share/aipo/webapps/aipo/themes/default/images/common/circle_right_gray.gif
 4066share/aipo/webapps/aipo/themes/default/images/common/circle_right_gray_on.gif
 4067share/aipo/webapps/aipo/themes/default/images/common/dot.gif
 4068share/aipo/webapps/aipo/themes/default/images/common/icon_close_mini.gif
 4069share/aipo/webapps/aipo/themes/default/images/common/icon_message.gif
 4070share/aipo/webapps/aipo/themes/default/images/common/icon_p.gif
 4071share/aipo/webapps/aipo/themes/default/images/common/icon_p1.gif
 4072share/aipo/webapps/aipo/themes/default/images/common/icon_required.gif
 4073share/aipo/webapps/aipo/themes/default/images/common/indicator.gif
 4074share/aipo/webapps/aipo/themes/default/images/common/li_icon.gif
 4075share/aipo/webapps/aipo/themes/default/images/common/line_01.gif
 4076share/aipo/webapps/aipo/themes/default/images/common/logo.gif
 4077share/aipo/webapps/aipo/themes/default/images/common/nophoto.gif
 4078share/aipo/webapps/aipo/themes/default/images/common/spacer.gif
 4079share/aipo/webapps/aipo/themes/default/images/head_bg.png
 4080share/aipo/webapps/aipo/themes/default/images/icon/account_change_turn.gif
 4081share/aipo/webapps/aipo/themes/default/images/icon/account_user.gif
 4082share/aipo/webapps/aipo/themes/default/images/icon/account_user_add.gif
 4083share/aipo/webapps/aipo/themes/default/images/icon/activitychecker.png
 4084share/aipo/webapps/aipo/themes/default/images/icon/arrow_left.gif
 4085share/aipo/webapps/aipo/themes/default/images/icon/arrow_left_w.gif
 4086share/aipo/webapps/aipo/themes/default/images/icon/arrow_right.gif
 4087share/aipo/webapps/aipo/themes/default/images/icon/arrow_right_w.gif
 4088share/aipo/webapps/aipo/themes/default/images/icon/auiIconSprites.gif
 4089share/aipo/webapps/aipo/themes/default/images/icon/auiIconSprites.png
 4090share/aipo/webapps/aipo/themes/default/images/icon/cellular.gif
 4091share/aipo/webapps/aipo/themes/default/images/icon/company_info.gif
 4092share/aipo/webapps/aipo/themes/default/images/icon/customize.gif
 4093share/aipo/webapps/aipo/themes/default/images/icon/folder_add.gif
 4094share/aipo/webapps/aipo/themes/default/images/icon/folder_close.gif
 4095share/aipo/webapps/aipo/themes/default/images/icon/folder_open.gif
 4096share/aipo/webapps/aipo/themes/default/images/icon/icon_add.gif
 4097share/aipo/webapps/aipo/themes/default/images/icon/icon_arrow_l.gif
 4098share/aipo/webapps/aipo/themes/default/images/icon/icon_arrow_l_w.gif
 4099share/aipo/webapps/aipo/themes/default/images/icon/icon_arrow_r.gif
 4100share/aipo/webapps/aipo/themes/default/images/icon/icon_arrow_r_w.gif
 4101share/aipo/webapps/aipo/themes/default/images/icon/icon_asc.gif
 4102share/aipo/webapps/aipo/themes/default/images/icon/icon_edit.gif
 4103share/aipo/webapps/aipo/themes/default/images/icon/icon_list.gif
 4104share/aipo/webapps/aipo/themes/default/images/icon/icon_member.gif
 4105share/aipo/webapps/aipo/themes/default/images/icon/icon_message.gif
 4106share/aipo/webapps/aipo/themes/default/images/icon/icon_message.png
 4107share/aipo/webapps/aipo/themes/default/images/icon/icon_p.gif
 4108share/aipo/webapps/aipo/themes/default/images/icon/icon_print.gif
 4109share/aipo/webapps/aipo/themes/default/images/icon/icon_reload.gif
 4110share/aipo/webapps/aipo/themes/default/images/icon/indicator.gif
 4111share/aipo/webapps/aipo/themes/default/images/icon/passwd.gif
 4112share/aipo/webapps/aipo/themes/default/images/icon/plus_black.gif
 4113share/aipo/webapps/aipo/themes/default/images/icon/plus_orange.gif
 4114share/aipo/webapps/aipo/themes/default/images/icon/print.gif
 4115share/aipo/webapps/aipo/themes/default/images/icon/schedule_currentmonth.gif
 4116share/aipo/webapps/aipo/themes/default/images/icon/schedule_currentyear.gif
 4117share/aipo/webapps/aipo/themes/default/images/icon/schedule_duplicate.gif
 4118share/aipo/webapps/aipo/themes/default/images/icon/schedule_nextmonth.gif
 4119share/aipo/webapps/aipo/themes/default/images/icon/schedule_prevmonth.gif
 4120share/aipo/webapps/aipo/themes/default/images/icon/schedule_repeat.gif
 4121share/aipo/webapps/aipo/themes/default/images/icon/schedule_tmpreserve.gif
 4122share/aipo/webapps/aipo/themes/default/images/icon/schedule_today.gif
 4123share/aipo/webapps/aipo/themes/default/images/icon/search.png
 4124share/aipo/webapps/aipo/themes/default/images/icon/star.gif
 4125share/aipo/webapps/aipo/themes/default/images/icon/webmail_readmail.gif
 4126share/aipo/webapps/aipo/themes/default/images/icon/webmail_receive_mail.gif
 4127share/aipo/webapps/aipo/themes/default/images/icon/webmail_unreadmail.gif
 4128share/aipo/webapps/aipo/themes/default/images/lobin_body.png
 4129share/aipo/webapps/aipo/themes/default/images/login_btn_back.png
 4130share/aipo/webapps/aipo/themes/default/images/login_foot.png
 4131share/aipo/webapps/aipo/themes/default/images/logo_aipo.png
 4132share/aipo/webapps/aipo/themes/default/images/logo_aipoplus.png
 4133share/aipo/webapps/aipo/themes/default/images/logo_l.png
 4134share/aipo/webapps/aipo/themes/default/images/logo_s.png
 4135share/aipo/webapps/aipo/themes/default/images/tab.png
 4136share/aipo/webapps/aipo/themes/default/images/tab_back.png
3895share/aipo/webapps/aipo/themes/iphone/css/style.css 4137share/aipo/webapps/aipo/themes/iphone/css/style.css
3896share/aipo/webapps/aipo/themes/iphone/img/apple-touch-icon.png 4138share/aipo/webapps/aipo/themes/iphone/img/apple-touch-icon-precomposed.png
 4139share/aipo/webapps/aipo/themes/iphone/img/icon/128/address.gif
 4140share/aipo/webapps/aipo/themes/iphone/img/icon/128/alert.gif
 4141share/aipo/webapps/aipo/themes/iphone/img/icon/128/basket.gif
 4142share/aipo/webapps/aipo/themes/iphone/img/icon/128/button-add-silver.gif
 4143share/aipo/webapps/aipo/themes/iphone/img/icon/128/button-add.gif
 4144share/aipo/webapps/aipo/themes/iphone/img/icon/128/button-check-silver.gif
 4145share/aipo/webapps/aipo/themes/iphone/img/icon/128/button-check.gif
 4146share/aipo/webapps/aipo/themes/iphone/img/icon/128/button-delete-silver.gif
 4147share/aipo/webapps/aipo/themes/iphone/img/icon/128/button-delete.gif
 4148share/aipo/webapps/aipo/themes/iphone/img/icon/128/calculator.gif
 4149share/aipo/webapps/aipo/themes/iphone/img/icon/128/calendar-silver.gif
 4150share/aipo/webapps/aipo/themes/iphone/img/icon/128/calendar.gif
 4151share/aipo/webapps/aipo/themes/iphone/img/icon/128/chart.gif
 4152share/aipo/webapps/aipo/themes/iphone/img/icon/128/check.gif
 4153share/aipo/webapps/aipo/themes/iphone/img/icon/128/clock-gold.gif
 4154share/aipo/webapps/aipo/themes/iphone/img/icon/128/clock-silver.gif
 4155share/aipo/webapps/aipo/themes/iphone/img/icon/128/comment-gold.gif
 4156share/aipo/webapps/aipo/themes/iphone/img/icon/128/comment-silver.gif
 4157share/aipo/webapps/aipo/themes/iphone/img/icon/128/copy.gif
 4158share/aipo/webapps/aipo/themes/iphone/img/icon/128/cut.gif
 4159share/aipo/webapps/aipo/themes/iphone/img/icon/128/email-add.gif
 4160share/aipo/webapps/aipo/themes/iphone/img/icon/128/email-delete.gif
 4161share/aipo/webapps/aipo/themes/iphone/img/icon/128/email-send.gif
 4162share/aipo/webapps/aipo/themes/iphone/img/icon/128/email-write.gif
 4163share/aipo/webapps/aipo/themes/iphone/img/icon/128/email.gif
 4164share/aipo/webapps/aipo/themes/iphone/img/icon/128/folder-silver.gif
 4165share/aipo/webapps/aipo/themes/iphone/img/icon/128/folder.gif
 4166share/aipo/webapps/aipo/themes/iphone/img/icon/128/home.gif
 4167share/aipo/webapps/aipo/themes/iphone/img/icon/128/key.gif
 4168share/aipo/webapps/aipo/themes/iphone/img/icon/128/lock.gif
 4169share/aipo/webapps/aipo/themes/iphone/img/icon/128/notepad-write.gif
 4170share/aipo/webapps/aipo/themes/iphone/img/icon/128/notepad.gif
 4171share/aipo/webapps/aipo/themes/iphone/img/icon/128/paste.gif
 4172share/aipo/webapps/aipo/themes/iphone/img/icon/128/pencil.gif
 4173share/aipo/webapps/aipo/themes/iphone/img/icon/128/portfolio.gif
 4174share/aipo/webapps/aipo/themes/iphone/img/icon/128/search.gif
 4175share/aipo/webapps/aipo/themes/iphone/img/icon/128/security.gif
 4176share/aipo/webapps/aipo/themes/iphone/img/icon/128/setting.gif
 4177share/aipo/webapps/aipo/themes/iphone/img/icon/128/sitemap.gif
 4178share/aipo/webapps/aipo/themes/iphone/img/icon/128/tool.gif
 4179share/aipo/webapps/aipo/themes/iphone/img/icon/128/unlock.gif
 4180share/aipo/webapps/aipo/themes/iphone/img/icon/128/user-silver.gif
 4181share/aipo/webapps/aipo/themes/iphone/img/icon/128/user.gif
 4182share/aipo/webapps/aipo/themes/iphone/img/icon/128/web.gif
3897share/aipo/webapps/aipo/themes/iphone/img/icon/32/address.gif 4183share/aipo/webapps/aipo/themes/iphone/img/icon/32/address.gif
3898share/aipo/webapps/aipo/themes/iphone/img/icon/32/alert.gif 4184share/aipo/webapps/aipo/themes/iphone/img/icon/32/alert.gif
3899share/aipo/webapps/aipo/themes/iphone/img/icon/32/basket.gif 4185share/aipo/webapps/aipo/themes/iphone/img/icon/32/basket.gif
3900share/aipo/webapps/aipo/themes/iphone/img/icon/32/button-add-silver.gif 4186share/aipo/webapps/aipo/themes/iphone/img/icon/32/button-add-silver.gif
3901share/aipo/webapps/aipo/themes/iphone/img/icon/32/button-add.gif 4187share/aipo/webapps/aipo/themes/iphone/img/icon/32/button-add.gif
3902share/aipo/webapps/aipo/themes/iphone/img/icon/32/button-check-silver.gif 4188share/aipo/webapps/aipo/themes/iphone/img/icon/32/button-check-silver.gif
3903share/aipo/webapps/aipo/themes/iphone/img/icon/32/button-check.gif 4189share/aipo/webapps/aipo/themes/iphone/img/icon/32/button-check.gif
3904share/aipo/webapps/aipo/themes/iphone/img/icon/32/button-delete-silver.gif 4190share/aipo/webapps/aipo/themes/iphone/img/icon/32/button-delete-silver.gif
3905share/aipo/webapps/aipo/themes/iphone/img/icon/32/button-delete.gif 4191share/aipo/webapps/aipo/themes/iphone/img/icon/32/button-delete.gif
3906share/aipo/webapps/aipo/themes/iphone/img/icon/32/calculator.gif 4192share/aipo/webapps/aipo/themes/iphone/img/icon/32/calculator.gif
3907share/aipo/webapps/aipo/themes/iphone/img/icon/32/calendar-silver.gif 4193share/aipo/webapps/aipo/themes/iphone/img/icon/32/calendar-silver.gif
3908share/aipo/webapps/aipo/themes/iphone/img/icon/32/calendar.gif 4194share/aipo/webapps/aipo/themes/iphone/img/icon/32/calendar.gif
3909share/aipo/webapps/aipo/themes/iphone/img/icon/32/card.gif 4195share/aipo/webapps/aipo/themes/iphone/img/icon/32/card.gif
@@ -3975,153 +4261,26 @@ share/aipo/webapps/aipo/themes/iphone/im @@ -3975,153 +4261,26 @@ share/aipo/webapps/aipo/themes/iphone/im
3975share/aipo/webapps/aipo/themes/iphone/img/icon/64/paste.gif 4261share/aipo/webapps/aipo/themes/iphone/img/icon/64/paste.gif
3976share/aipo/webapps/aipo/themes/iphone/img/icon/64/pencil.gif 4262share/aipo/webapps/aipo/themes/iphone/img/icon/64/pencil.gif
3977share/aipo/webapps/aipo/themes/iphone/img/icon/64/portfolio.gif 4263share/aipo/webapps/aipo/themes/iphone/img/icon/64/portfolio.gif
3978share/aipo/webapps/aipo/themes/iphone/img/icon/64/search.gif 4264share/aipo/webapps/aipo/themes/iphone/img/icon/64/search.gif
3979share/aipo/webapps/aipo/themes/iphone/img/icon/64/security.gif 4265share/aipo/webapps/aipo/themes/iphone/img/icon/64/security.gif
3980share/aipo/webapps/aipo/themes/iphone/img/icon/64/setting.gif 4266share/aipo/webapps/aipo/themes/iphone/img/icon/64/setting.gif
3981share/aipo/webapps/aipo/themes/iphone/img/icon/64/sitemap.gif 4267share/aipo/webapps/aipo/themes/iphone/img/icon/64/sitemap.gif
3982share/aipo/webapps/aipo/themes/iphone/img/icon/64/tool.gif 4268share/aipo/webapps/aipo/themes/iphone/img/icon/64/tool.gif
3983share/aipo/webapps/aipo/themes/iphone/img/icon/64/unlock.gif 4269share/aipo/webapps/aipo/themes/iphone/img/icon/64/unlock.gif
3984share/aipo/webapps/aipo/themes/iphone/img/icon/64/user-silver.gif 4270share/aipo/webapps/aipo/themes/iphone/img/icon/64/user-silver.gif
3985share/aipo/webapps/aipo/themes/iphone/img/icon/64/user.gif 4271share/aipo/webapps/aipo/themes/iphone/img/icon/64/user.gif
3986share/aipo/webapps/aipo/themes/iphone/img/icon/64/web.gif 4272share/aipo/webapps/aipo/themes/iphone/img/icon/64/web.gif
3987share/aipo/webapps/aipo/themes/iphone/img/logo.gif 4273share/aipo/webapps/aipo/themes/iphone/img/logo.gif
3988share/aipo/webapps/aipo/themes/orange/css/common.css 
3989share/aipo/webapps/aipo/themes/orange/css/extend.css 
3990share/aipo/webapps/aipo/themes/orange/css/print.css 
3991share/aipo/webapps/aipo/themes/orange/images/common/activitychecker_c.gif 
3992share/aipo/webapps/aipo/themes/orange/images/common/activitychecker_l.gif 
3993share/aipo/webapps/aipo/themes/orange/images/common/activitychecker_r.gif 
3994share/aipo/webapps/aipo/themes/orange/images/common/bg_auiselectbutton.gif 
3995share/aipo/webapps/aipo/themes/orange/images/common/bg_bar_l.gif 
3996share/aipo/webapps/aipo/themes/orange/images/common/bg_bar_m.gif 
3997share/aipo/webapps/aipo/themes/orange/images/common/bg_bar_r.gif 
3998share/aipo/webapps/aipo/themes/orange/images/common/bg_bar_s.gif 
3999share/aipo/webapps/aipo/themes/orange/images/common/bg_body_b.gif 
4000share/aipo/webapps/aipo/themes/orange/images/common/bg_body_bl.gif 
4001share/aipo/webapps/aipo/themes/orange/images/common/bg_body_br.gif 
4002share/aipo/webapps/aipo/themes/orange/images/common/bg_body_l.gif 
4003share/aipo/webapps/aipo/themes/orange/images/common/bg_body_r.gif 
4004share/aipo/webapps/aipo/themes/orange/images/common/bg_body_t.gif 
4005share/aipo/webapps/aipo/themes/orange/images/common/bg_body_tl.gif 
4006share/aipo/webapps/aipo/themes/orange/images/common/bg_body_tr.gif 
4007share/aipo/webapps/aipo/themes/orange/images/common/bg_btn.gif 
4008share/aipo/webapps/aipo/themes/orange/images/common/bg_btn_gray.gif 
4009share/aipo/webapps/aipo/themes/orange/images/common/bg_btn_select.gif 
4010share/aipo/webapps/aipo/themes/orange/images/common/bg_con_b.gif 
4011share/aipo/webapps/aipo/themes/orange/images/common/bg_con_bl.gif 
4012share/aipo/webapps/aipo/themes/orange/images/common/bg_con_br.gif 
4013share/aipo/webapps/aipo/themes/orange/images/common/bg_con_l.gif 
4014share/aipo/webapps/aipo/themes/orange/images/common/bg_con_r.gif 
4015share/aipo/webapps/aipo/themes/orange/images/common/bg_con_s.gif 
4016share/aipo/webapps/aipo/themes/orange/images/common/bg_con_t.gif 
4017share/aipo/webapps/aipo/themes/orange/images/common/bg_con_tl.gif 
4018share/aipo/webapps/aipo/themes/orange/images/common/bg_con_tr.gif 
4019share/aipo/webapps/aipo/themes/orange/images/common/bg_line.gif 
4020share/aipo/webapps/aipo/themes/orange/images/common/bg_main_b.gif 
4021share/aipo/webapps/aipo/themes/orange/images/common/bg_main_b_s.gif 
4022share/aipo/webapps/aipo/themes/orange/images/common/bg_main_bl.gif 
4023share/aipo/webapps/aipo/themes/orange/images/common/bg_main_bl_s.gif 
4024share/aipo/webapps/aipo/themes/orange/images/common/bg_main_br.gif 
4025share/aipo/webapps/aipo/themes/orange/images/common/bg_main_br_s.gif 
4026share/aipo/webapps/aipo/themes/orange/images/common/bg_main_l.gif 
4027share/aipo/webapps/aipo/themes/orange/images/common/bg_main_l_s.gif 
4028share/aipo/webapps/aipo/themes/orange/images/common/bg_main_r.gif 
4029share/aipo/webapps/aipo/themes/orange/images/common/bg_main_r_s.gif 
4030share/aipo/webapps/aipo/themes/orange/images/common/bg_main_t.gif 
4031share/aipo/webapps/aipo/themes/orange/images/common/bg_main_t_s.gif 
4032share/aipo/webapps/aipo/themes/orange/images/common/bg_main_tl.gif 
4033share/aipo/webapps/aipo/themes/orange/images/common/bg_main_tl_s.gif 
4034share/aipo/webapps/aipo/themes/orange/images/common/bg_main_tr.gif 
4035share/aipo/webapps/aipo/themes/orange/images/common/bg_main_tr_s.gif 
4036share/aipo/webapps/aipo/themes/orange/images/common/bg_menu.gif 
4037share/aipo/webapps/aipo/themes/orange/images/common/bg_menu_a.gif 
4038share/aipo/webapps/aipo/themes/orange/images/common/bg_menu_a_l.gif 
4039share/aipo/webapps/aipo/themes/orange/images/common/bg_menu_b.gif 
4040share/aipo/webapps/aipo/themes/orange/images/common/bg_menu_l.gif 
4041share/aipo/webapps/aipo/themes/orange/images/common/bg_menu_l_on.gif 
4042share/aipo/webapps/aipo/themes/orange/images/common/bg_menu_on.gif 
4043share/aipo/webapps/aipo/themes/orange/images/common/bg_menu_s.gif 
4044share/aipo/webapps/aipo/themes/orange/images/common/bg_menu_s_a.gif 
4045share/aipo/webapps/aipo/themes/orange/images/common/bg_menu_s_a_l.gif 
4046share/aipo/webapps/aipo/themes/orange/images/common/bg_menu_s_l.gif 
4047share/aipo/webapps/aipo/themes/orange/images/common/bg_name_l.gif 
4048share/aipo/webapps/aipo/themes/orange/images/common/bg_name_m.gif 
4049share/aipo/webapps/aipo/themes/orange/images/common/bg_name_r.gif 
4050share/aipo/webapps/aipo/themes/orange/images/common/bg_slash.gif 
4051share/aipo/webapps/aipo/themes/orange/images/common/bg_submenu.gif 
4052share/aipo/webapps/aipo/themes/orange/images/common/bg_submenu_a.gif 
4053share/aipo/webapps/aipo/themes/orange/images/common/bg_submenu_b.gif 
4054share/aipo/webapps/aipo/themes/orange/images/common/bg_submenu_t.gif 
4055share/aipo/webapps/aipo/themes/orange/images/common/bg_tooltip_gray.gif 
4056share/aipo/webapps/aipo/themes/orange/images/common/btn_down.gif 
4057share/aipo/webapps/aipo/themes/orange/images/common/btn_left.gif 
4058share/aipo/webapps/aipo/themes/orange/images/common/btn_logout.gif 
4059share/aipo/webapps/aipo/themes/orange/images/common/btn_logout_rt.gif 
4060share/aipo/webapps/aipo/themes/orange/images/common/btn_right.gif 
4061share/aipo/webapps/aipo/themes/orange/images/common/btn_up.gif 
4062share/aipo/webapps/aipo/themes/orange/images/common/circle_right.gif 
4063share/aipo/webapps/aipo/themes/orange/images/common/circle_right_gray.gif 
4064share/aipo/webapps/aipo/themes/orange/images/common/circle_right_gray_on.gif 
4065share/aipo/webapps/aipo/themes/orange/images/common/dot.gif 
4066share/aipo/webapps/aipo/themes/orange/images/common/icon_close_mini.gif 
4067share/aipo/webapps/aipo/themes/orange/images/common/icon_message.gif 
4068share/aipo/webapps/aipo/themes/orange/images/common/icon_p.gif 
4069share/aipo/webapps/aipo/themes/orange/images/common/icon_p1.gif 
4070share/aipo/webapps/aipo/themes/orange/images/common/icon_required.gif 
4071share/aipo/webapps/aipo/themes/orange/images/common/indicator.gif 
4072share/aipo/webapps/aipo/themes/orange/images/common/li_icon.gif 
4073share/aipo/webapps/aipo/themes/orange/images/common/line_01.gif 
4074share/aipo/webapps/aipo/themes/orange/images/common/logo.gif 
4075share/aipo/webapps/aipo/themes/orange/images/common/nophoto.gif 
4076share/aipo/webapps/aipo/themes/orange/images/common/spacer.gif 
4077share/aipo/webapps/aipo/themes/orange/images/icon/account_user.gif 
4078share/aipo/webapps/aipo/themes/orange/images/icon/arrow_left.gif 
4079share/aipo/webapps/aipo/themes/orange/images/icon/arrow_left_w.gif 
4080share/aipo/webapps/aipo/themes/orange/images/icon/arrow_right.gif 
4081share/aipo/webapps/aipo/themes/orange/images/icon/arrow_right_w.gif 
4082share/aipo/webapps/aipo/themes/orange/images/icon/cellular.gif 
4083share/aipo/webapps/aipo/themes/orange/images/icon/company_info.gif 
4084share/aipo/webapps/aipo/themes/orange/images/icon/customize.gif 
4085share/aipo/webapps/aipo/themes/orange/images/icon/folder_add.gif 
4086share/aipo/webapps/aipo/themes/orange/images/icon/folder_close.gif 
4087share/aipo/webapps/aipo/themes/orange/images/icon/folder_open.gif 
4088share/aipo/webapps/aipo/themes/orange/images/icon/icon_add.gif 
4089share/aipo/webapps/aipo/themes/orange/images/icon/icon_arrow_l.gif 
4090share/aipo/webapps/aipo/themes/orange/images/icon/icon_arrow_l_w.gif 
4091share/aipo/webapps/aipo/themes/orange/images/icon/icon_arrow_r.gif 
4092share/aipo/webapps/aipo/themes/orange/images/icon/icon_arrow_r_w.gif 
4093share/aipo/webapps/aipo/themes/orange/images/icon/icon_asc.gif 
4094share/aipo/webapps/aipo/themes/orange/images/icon/icon_edit.gif 
4095share/aipo/webapps/aipo/themes/orange/images/icon/icon_list.gif 
4096share/aipo/webapps/aipo/themes/orange/images/icon/icon_member.gif 
4097share/aipo/webapps/aipo/themes/orange/images/icon/icon_message.gif 
4098share/aipo/webapps/aipo/themes/orange/images/icon/icon_p.gif 
4099share/aipo/webapps/aipo/themes/orange/images/icon/indicator.gif 
4100share/aipo/webapps/aipo/themes/orange/images/icon/passwd.gif 
4101share/aipo/webapps/aipo/themes/orange/images/icon/plus_black.gif 
4102share/aipo/webapps/aipo/themes/orange/images/icon/plus_orange.gif 
4103share/aipo/webapps/aipo/themes/orange/images/icon/schedule_currentmonth.gif 
4104share/aipo/webapps/aipo/themes/orange/images/icon/schedule_currentyear.gif 
4105share/aipo/webapps/aipo/themes/orange/images/icon/schedule_duplicate.gif 
4106share/aipo/webapps/aipo/themes/orange/images/icon/schedule_nextmonth.gif 
4107share/aipo/webapps/aipo/themes/orange/images/icon/schedule_prevmonth.gif 
4108share/aipo/webapps/aipo/themes/orange/images/icon/schedule_repeat.gif 
4109share/aipo/webapps/aipo/themes/orange/images/icon/schedule_tmpreserve.gif 
4110share/aipo/webapps/aipo/themes/orange/images/icon/schedule_today.gif 
4111share/aipo/webapps/aipo/themes/orange/images/icon/star.gif 
4112share/aipo/webapps/aipo/themes/orange/images/icon/webmail_readmail.gif 
4113share/aipo/webapps/aipo/themes/orange/images/icon/webmail_receive_mail.gif 
4114share/aipo/webapps/aipo/themes/orange/images/icon/webmail_unreadmail.gif 
4115share/aipo/webapps/aipo/themes/wm/css/landscape.css 4274share/aipo/webapps/aipo/themes/wm/css/landscape.css
4116share/aipo/webapps/aipo/themes/wm/css/portrait.css 4275share/aipo/webapps/aipo/themes/wm/css/portrait.css
4117share/aipo/webapps/aipo/themes/wm/css/style.css 4276share/aipo/webapps/aipo/themes/wm/css/style.css
4118share/aipo/webapps/aipo/themes/wm/img/icon/16/address.gif 4277share/aipo/webapps/aipo/themes/wm/img/icon/16/address.gif
4119share/aipo/webapps/aipo/themes/wm/img/icon/16/alert.gif 4278share/aipo/webapps/aipo/themes/wm/img/icon/16/alert.gif
4120share/aipo/webapps/aipo/themes/wm/img/icon/16/basket.gif 4279share/aipo/webapps/aipo/themes/wm/img/icon/16/basket.gif
4121share/aipo/webapps/aipo/themes/wm/img/icon/16/button-add-silver.gif 4280share/aipo/webapps/aipo/themes/wm/img/icon/16/button-add-silver.gif
4122share/aipo/webapps/aipo/themes/wm/img/icon/16/button-add.gif 4281share/aipo/webapps/aipo/themes/wm/img/icon/16/button-add.gif
4123share/aipo/webapps/aipo/themes/wm/img/icon/16/button-check-silver.gif 4282share/aipo/webapps/aipo/themes/wm/img/icon/16/button-check-silver.gif
4124share/aipo/webapps/aipo/themes/wm/img/icon/16/button-check.gif 4283share/aipo/webapps/aipo/themes/wm/img/icon/16/button-check.gif
4125share/aipo/webapps/aipo/themes/wm/img/icon/16/button-delete-silver.gif 4284share/aipo/webapps/aipo/themes/wm/img/icon/16/button-delete-silver.gif
4126share/aipo/webapps/aipo/themes/wm/img/icon/16/button-delete.gif 4285share/aipo/webapps/aipo/themes/wm/img/icon/16/button-delete.gif
4127share/aipo/webapps/aipo/themes/wm/img/icon/16/calculator.gif 4286share/aipo/webapps/aipo/themes/wm/img/icon/16/calculator.gif

cvs diff -r1.1.1.1 -r1.2 pkgsrc/www/aipo/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/www/aipo/Attic/distinfo 2011/11/26 19:29:08 1.1.1.1
+++ pkgsrc/www/aipo/Attic/distinfo 2012/02/05 15:43:16 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2011/11/26 19:29:08 ryoon Exp $ 1$NetBSD: distinfo,v 1.2 2012/02/05 15:43:16 ryoon Exp $
2 2
3SHA1 (aipo6020ja_linux32.tar.gz) = 3ac503a36d57ecdbffaf7020088beae6bdcfc7bc 3SHA1 (aipo6030ja_linux32.tar.gz) = 42457b0767b1974c7994a6a3d987cd274a6fbcbc
4RMD160 (aipo6020ja_linux32.tar.gz) = 09900f2e7c115030748e181509d82db6d69f5318 4RMD160 (aipo6030ja_linux32.tar.gz) = 240b65b00c3ca0bf839158255dc55f38b50ab2c4
5Size (aipo6020ja_linux32.tar.gz) = 113666557 bytes 5Size (aipo6030ja_linux32.tar.gz) = 114349995 bytes