svnno****@sourc*****
svnno****@sourc*****
2009年 1月 6日 (火) 06:20:18 JST
Revision: 1657 http://svn.sourceforge.jp/view?root=pal&view=rev&rev=1657 Author: shinsuke Date: 2009-01-06 06:20:18 +0900 (Tue, 06 Jan 2009) Log Message: ----------- added status. Modified Paths: -------------- todolist/trunk/src/main/webapp/WEB-INF/view/user/todo/index.jsp -------------- next part -------------- Modified: todolist/trunk/src/main/webapp/WEB-INF/view/user/todo/index.jsp =================================================================== --- todolist/trunk/src/main/webapp/WEB-INF/view/user/todo/index.jsp 2009-01-05 14:09:03 UTC (rev 1656) +++ todolist/trunk/src/main/webapp/WEB-INF/view/user/todo/index.jsp 2009-01-05 21:20:18 UTC (rev 1657) @@ -93,9 +93,10 @@ <tr> <th style="width:50px;text-align: center;"><bean:message key="labels.priority"/></th> <th style="width:200px;text-align: center;"><bean:message key="labels.name"/></th> + <th style="width:70px;text-align: center;"><bean:message key="labels.status"/></th> <th style="width:100px;text-align: center;"><bean:message key="labels.created_by"/></th> <th style="width:100px;text-align: center;"><bean:message key="labels.due_date"/></th> - <th style="width:100px;text-align: center;"> </th> + <th style="width:70px;text-align: center;"> </th> </tr> </thead> <tbody> @@ -109,6 +110,11 @@ <c:if test="${t.todo.priority == '1'}"><bean:message key="labels.trivial"/></c:if> </td> <td><s:link href="confirmpage/4/${f:u(t.id)}">${f:h(t.todo.name)}</s:link></td> + <td style="text-align: center;"> +<c:if test="${t.status == '0'}"><bean:message key="labels.not_started"/></c:if> +<c:if test="${t.status == '1'}"><bean:message key="labels.working"/></c:if> +<c:if test="${t.status == '10'}"><bean:message key="labels.completed"/></c:if> + </td> <td style="text-align: center;"><bean:message key="display.name" arg0="${f:h(t.todo.userInfo.nameArg0)}" arg1="${f:h(t.todo.userInfo.nameArg1)}" arg2="${f:h(t.todo.userInfo.nameArg2)}"/></td> <td style="text-align: center;"> <c:if test="${t.todo.endDate!=null}">