Subversion Repositories bacoAlunos

Rev

Rev 1577 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1576 jmachado 1
<%@ taglib uri="/WEB-INF/tlds/struts-html.tld"  prefix="html" %>
2
<%@ taglib uri="/WEB-INF/tlds/struts-nested.tld"  prefix="nested" %>
3
<%@ taglib uri="/WEB-INF/tlds/struts-logic.tld"  prefix="logic" %>
4
<%@ taglib uri="/WEB-INF/tlds/struts-bean.tld"  prefix="bean" %>
5
<%@ taglib uri="/WEB-INF/tlds/struts-tiles.tld"  prefix="tiles" %>
6
<%--
7
  Created by IntelliJ IDEA.
8
  User: jorgemachado
9
  Date: 27/12/16
10
  Time: 16:01
11
  To change this template use File | Settings | File Templates.
12
--%>
13
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
14
<html>
15
<head>
16
    <title>Exemplos</title>
17
</head>
18
<body>
19
    <h1>Exemplos Tutorial para utilização de bibliotecas de software no BACO</h1>
20
 
21
    <ul>
22
        <li><html:link action="/examples/jsonwidget/widgetExampleTest">Exemplos de Utilização do Widget Controller com o Struts</html:link></li>
23
    </ul>
24
    <ul>
25
        <li><a href="jsonwidget/simpleAngularConfigExample.jsp">Exemplo de Configuração do Angular JS </a></li>
26
    </ul>
27
    <ul>
28
        <li><a href="jsonwidget/angularBidingExample.jsp">Exemplo de Biding entre inputs e Html no Angular JS </a></li>
29
    </ul>
30
    <ul>
31
        <li><html:link action="/examples/jsonwidget/filesUpload">Exemplos de Upload de Ficheiros usando um Modal</html:link></li>
32
    </ul>
33
</body>
34
</html>