Subversion Repositories bacoAlunos

Rev

Rev 1312 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1312 Rev 1465
Line 70... Line 70...
70
                                    else if(todo.getCatArg0() != null && todo.getCatKey() != null)
70
                                    else if(todo.getCatArg0() != null && todo.getCatKey() != null)
71
                                    {
71
                                    {
72
                                        out.print(MessageResources.getMessage(request,todo.getCatKey(),todo.getCatArg0()) + ":");
72
                                        out.print(MessageResources.getMessage(request,todo.getCatKey(),todo.getCatArg0()) + ":");
73
                                    }
73
                                    }
74
                                %>
74
                                %>
75
                                <%=todo.getLabelInsideCat(request)%>
75
                                <%=todo.getDescription()%>
76
                                </a>
76
                                </a>
77
                                <img src="<%=request.getContextPath()%>/imgs/preencher.gif" width="35px"/>
77
                                <img src="<%=request.getContextPath()%>/imgs/preencher.gif" width="35px"/>
78
                            <%
78
                            <%
79
                            }
79
                            }
80
                            else
80
                            else