Subversion Repositories bacoAlunos

Rev

Rev 1582 | Rev 1609 | Go to most recent revision | Details | Compare with Previous | 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
 
1581 jmachado 21
    <h2>Widgets</h2>
1576 jmachado 22
    <ul>
23
        <li><html:link action="/examples/jsonwidget/widgetExampleTest">Exemplos de Utilização do Widget Controller com o Struts</html:link></li>
1577 jmachado 24
 
1576 jmachado 25
        <li><a href="jsonwidget/simpleAngularConfigExample.jsp">Exemplo de Configuração do Angular JS </a></li>
1577 jmachado 26
 
1576 jmachado 27
        <li><a href="jsonwidget/angularBidingExample.jsp">Exemplo de Biding entre inputs e Html no Angular JS </a></li>
1577 jmachado 28
 
1576 jmachado 29
        <li><html:link action="/examples/jsonwidget/filesUpload">Exemplos de Upload de Ficheiros usando um Modal</html:link></li>
1577 jmachado 30
 
31
        <li><html:link action="/examples/jsonwidget/fileUploadWidgetExample">Exemplo completo de um formulário usando widgets e com Upload de Ficheiros</html:link> </li>
32
 
33
        <li><html:link action="/examples/jsonwidget/fileUploadWidgetExampleFinal">Exemplo Final Generalizado com Menos código usando directivas ng com nomes fixos</html:link></li>
1576 jmachado 34
    </ul>
1577 jmachado 35
 
1581 jmachado 36
    <h2>Tags Templates</h2>
1577 jmachado 37
 
1581 jmachado 38
    <ul>
39
        <li><html:link page="/examples/tagsTemplates/helloTag.jsp">Utilização de um template simples (Hello)</html:link></li>
40
 
41
        <li><html:link page="/examples/tagsTemplates/bodyTag.jsp">Utilização de um template com body (BodyTag)</html:link></li>
1582 jmachado 42
        <li><html:link page="/examples/tagsTemplates/objectAttributeTag.jsp">Utilização de um template passando um objecto complexo /objectAttributeTag)</html:link></li>
1608 jmachado 43
    </ul>
44
 
45
 
46
	 <h2>Diretorios Virtuais</h2>
1581 jmachado 47
 
1608 jmachado 48
    <ul>
49
        <li>LINK DE TESTE</li>
1581 jmachado 50
    </ul>
51
 
52
 
1576 jmachado 53
</body>
54
</html>