Subversion Repositories bacoAlunos

Rev

Rev 1608 | Rev 1610 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<%@ taglib uri="/WEB-INF/tlds/struts-html.tld"  prefix="html" %>
<%@ taglib uri="/WEB-INF/tlds/struts-nested.tld"  prefix="nested" %>
<%@ taglib uri="/WEB-INF/tlds/struts-logic.tld"  prefix="logic" %>
<%@ taglib uri="/WEB-INF/tlds/struts-bean.tld"  prefix="bean" %>
<%@ taglib uri="/WEB-INF/tlds/struts-tiles.tld"  prefix="tiles" %>
<%--
  Created by IntelliJ IDEA.
  User: jorgemachado
  Date: 27/12/16
  Time: 16:01
  To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
    <title>Exemplos</title>
</head>
<body>
    <h1>Exemplos Tutorial para utilização de bibliotecas de software no BACO</h1>

    <h2>Widgets</h2>
    <ul>
        <li><html:link action="/examples/jsonwidget/widgetExampleTest">Exemplos de Utilização do Widget Controller com o Struts</html:link></li>

        <li><a href="jsonwidget/simpleAngularConfigExample.jsp">Exemplo de Configuração do Angular JS </a></li>

        <li><a href="jsonwidget/angularBidingExample.jsp">Exemplo de Biding entre inputs e Html no Angular JS </a></li>

        <li><html:link action="/examples/jsonwidget/filesUpload">Exemplos de Upload de Ficheiros usando um Modal</html:link></li>

        <li><html:link action="/examples/jsonwidget/fileUploadWidgetExample">Exemplo completo de um formulário usando widgets e com Upload de Ficheiros</html:link> </li>

        <li><html:link action="/examples/jsonwidget/fileUploadWidgetExampleFinal">Exemplo Final Generalizado com Menos código usando directivas ng com nomes fixos</html:link></li>
    </ul>

    <h2>Tags Templates</h2>

    <ul>
        <li><html:link page="/examples/tagsTemplates/helloTag.jsp">Utilização de um template simples (Hello)</html:link></li>

        <li><html:link page="/examples/tagsTemplates/bodyTag.jsp">Utilização de um template com body (BodyTag)</html:link></li>
        <li><html:link page="/examples/tagsTemplates/objectAttributeTag.jsp">Utilização de um template passando um objecto complexo /objectAttributeTag)</html:link></li>
    </ul>
        
    <h2>3 - Diretorios Virtuais</h2>

    <ul>
        <li>LINK DE TESTE</li>
    </ul>


</body>
</html>