Subversion Repositories bacoAlunos

Rev

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

Rev 1465 Rev 1469
Line 28... Line 28...
28
    IServiceManager sm = ServiceManager.getInstance();
28
    IServiceManager sm = ServiceManager.getInstance();
29
    String[] names = new String[]{};
29
    String[] names = new String[]{};
30
    Object[] args = new Object[]{};
30
    Object[] args = new Object[]{};
31
 
31
 
32
    List<IToDoCat> todos = (List<IToDoCat>) sm.execute(RequestUtils.getRequester(request, response), "CommonServicesGetAllTodosCat", args, names);
32
    List<IToDoCat> todos = (List<IToDoCat>) sm.execute(RequestUtils.getRequester(request, response), "CommonServicesGetAllTodosCat", args, names);
-
 
33
    %>
-
 
34
<!--TODOS SIZE: <%=todos.size()%>-->
-
 
35
<%
33
    if (todos != null && todos.size() > 0)
36
    if (todos != null && todos.size() > 0)
34
    {
37
    {
-
 
38
 
35
%>
39
%>
36
 
40
 
37
<div class="row">
41
<div class="row">
38
    <div class="col-md-12 col-sm-12 col-xs-12">
42
    <div class="col-md-12 col-sm-12 col-xs-12">
39
        <div class="panel panel-primary">
43
        <div class="panel panel-primary">