Subversion Repositories bacoAlunos

Rev

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

<%@ page import="pt.utl.ist.berserk.logic.serviceManager.IServiceManager" %>
<%@ page import="pt.utl.ist.berserk.logic.serviceManager.ServiceManager" %>
<%@ page import="pt.estgp.estgweb.web.utils.RequestUtils" %>
<%@ page import="pt.estgp.estgweb.domain.views.AnnouncementView" %>
<%@ page import="java.util.List" %>
<%@ page import="pt.estgp.estgweb.Globals" %>
<%@ page language="java" %>
<%@ taglib uri="/WEB-INF/tlds/baco.tld" prefix="baco" %>
<%@ taglib uri="/WEB-INF/tlds/struts-logic.tld" prefix="logic" %>
<%@ taglib uri="/WEB-INF/tlds/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/tlds/jomm.tld" prefix="jomm" %>
<%@ taglib uri="/WEB-INF/tlds/struts-bean.tld" prefix="bean" %>

<!--#
#########################################
#BANNERS
#########################################
-->

<script>
    $(document).ready(function () {
        $('[data-toggle="offcanvas"]').click(function () {
            $('.row-offcanvas').toggleClass('active');
        });
    });
</script>

<div class="row row-offcanvas row-offcanvas-left hidden-xs">


    <div class="col-xs-12 col-sm-12">
        <div class="container" style="padding-left: 0;padding-right: 0">
            <!--<p class="pull-left visible-xs">
                <button type="button" class="btn btn-primary btn-xs" data-toggle="offcanvas">Menu</button>
            </p>-->

            <div id="myCarousel" class="carousel" data-ride="carousel" data-interval="100000">
                <!-- Indicators -->
                <ol class="carousel-indicators">
                    <li data-target="#myCarousel" data-slide-to="0" class="active"></li>
                    <li data-target="#myCarousel" data-slide-to="1"></li>
                    <li data-target="#myCarousel" data-slide-to="2"></li>
                </ol>


                <!-- Wrapper for slides -->
                <div class="carousel-inner" role="listbox">

                    <div class="item active">
                        <a href="www.estgp.pt"><img src="<%=request.getContextPath()%>/imgs/testes/bannerTesteEstg.jpg" alt="Chania" height="100%" width="100%"></a>
                        <div class="carousel-caption">
                            <h3>Chania</h3>
                            <p>The atmosphere in Chania has a touch of Florence and Venice.</p>
                        </div>
                    </div>

                    <div class="item">
                        <a href="www.estgp.pt"><img src="<%=request.getContextPath()%>/imgs/testes/bannerTesteEstg.jpg" alt="Chania" height="100%" width="100%"></a>
                        <div class="carousel-caption">
                            <h3>Chania</h3>
                            <p>The atmosphere in Chania has a touch of Florence and Venice.</p>
                        </div>
                    </div>


                    <div class="item">
                        <img src="<%=request.getContextPath()%>/imgs/testes/transferir.jpeg" alt="Chania" height="100%" width="100%">
                        <div class="carousel-caption">
                            <h3>Chania</h3>
                            <p>The atmosphere in Chania has a touch of Florence and Venice.</p>
                        </div>
                    </div>



                </div>

                <!-- Left and right controls -->
                <!--
                <a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
                    <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
                    <span class="sr-only">Previous</span>
                </a>
                <a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
                    <span class="glyphicon glyphicon-chevron-right" aria-hidden="false"></span>
                    <span class="sr-only">Next</span>
                </a>-->
            </div>

            <!-- <div class="jumbotron">
                 <h1>Bem vindos ao site da ESTG</h1>
                 <p>Descobre como é bom fazer parte da nossa comunidade.</p>
             </div>-->


        </div><!--Container-->

    </div><!--/.col-xs-12.col-sm-12-->


</div><!--/row-->


        <%---
        #####
        #####    NOTICIAS
        #####
        #####
        --%>
<div class="row">
    <div class="container" style="padding:0;margin-top: 20px">

        <jsp:include page="/public/announcements/announcementsIndex.jsp"/>

    </div><!--Container-->
</div><!--row-->