Subversion Repositories bacoAlunos

Rev

Rev 1598 | Rev 1675 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1598 Rev 1627
Line 55... Line 55...
55
                    <%
55
                    <%
56
                }
56
                }
57
    %>
57
    %>
58
 
58
 
59
                <span class="badge icon">
59
                <span class="badge icon">
60
                    <a href="javascript:invoqueDataVersionForm(${repositoryStream})"><span class="icon icon-history icon-large"></span></a>
60
                    <a data-toggle="tooltip" title="Descarregar" href="javascript:invoqueDataVersionForm(${repositoryStream})"><span class="icon icon-history icon-large"></span></a>
61
                </span>
61
                </span>
62
                <span class="badge icon">
62
                <span class="badge icon">
63
                        <a href="<%=request.getContextPath()%>/repositoryStream/${repositoryStream}"><span class="<%=iconFile%>"></span></a>
63
                        <a data-toggle="tooltip" title="Histórico" href="<%=request.getContextPath()%>/repositoryStream/${repositoryStream}"><span class="<%=iconFile%>"></span></a>
64
                </span>
64
                </span>
65
    <%
65
    <%
66
            }
66
            }
67
            else
67
            else
68
            {
68
            {
Line 86... Line 86...
86
                    %>
86
                    %>
87
                    <label>${label}</label>
87
                    <label>${label}</label>
88
                    <%
88
                    <%
89
                    }
89
                    }
90
                    %>
90
                    %>
91
                    <a class="btn btn-small btn-default" href="<%=request.getContextPath()%>/repositoryStream/${repositoryStream}"><span class="<%=iconFile%>"></span></a>
91
                    <a data-toggle="tooltip" title="Descarregar" class="btn btn-small btn-default" href="<%=request.getContextPath()%>/repositoryStream/${repositoryStream}"><span class="<%=iconFile%>"></span></a>
92
                    <a class="btn btn-small btn-default" href="javascript:invoqueDataVersionForm(${repositoryStream})"><span class="icon icon-history icon-large"></span></a>
92
                    <a data-toggle="tooltip" title="Histórico" class="btn btn-small btn-default" href="javascript:invoqueDataVersionForm(${repositoryStream})"><span class="icon icon-history icon-large"></span></a>
93
                </div>
93
                </div>
94
                <%
94
                <%
95
                }
95
                }
96
                else
96
                else
97
                {
97
                {