Subversion Repositories bacoAlunos

Rev

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

Rev 2009 Rev 2018
Line 18... Line 18...
18
        <!-- Latest compiled and minified JavaScript -->
18
        <!-- Latest compiled and minified JavaScript -->
19
        <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
19
        <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
20
        <!-- JQUERY -->
20
        <!-- JQUERY -->
21
        <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
21
        <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
22
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
22
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
23
 
-
 
24
    </head>
23
    </head>
25
    <body id="public">
24
    <body id="public">
26
        <!-- HEADER -->
25
    <!-- HEADER -->
27
        <tiles:insert attribute="header"/>
26
    <tiles:insert attribute="header"/>
-
 
27
 
-
 
28
    <div class="panel panel-primary">
-
 
29
        <div class="panel-heading">
-
 
30
            <tiles:getAsString name="title"/>
-
 
31
        </div>
-
 
32
        <div class="panel-body">
-
 
33
            <tiles:insert attribute="body"/>
-
 
34
        </div>
-
 
35
    </div>
28
 
36
 
29
        <tiles:insert attribute="body"/>
-
 
30
        <!-- FOOTER -->
37
    <!-- FOOTER -->
31
        <tiles:insert attribute="footer"/>
38
    <tiles:insert attribute="footer"/>
32
    </body>
39
    </body>
33
</html:html>
40
</html:html>
34
 
41