Subversion Repositories bacoAlunos

Rev

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

Rev 1315 Rev 1317
Line 17... Line 17...
17
<link rel="stylesheet" type="text/css" href="<%=request.getContextPath()%>/yui/build/editor/assets/skins/sam/editor.css" />
17
<link rel="stylesheet" type="text/css" href="<%=request.getContextPath()%>/yui/build/editor/assets/skins/sam/editor.css" />
18
 
18
 
19
<!--OFF CANVAS É PARA METER O BODY ABAIXO DO MENU DESLIZANTE DE TOPO-->
19
<!--OFF CANVAS É PARA METER O BODY ABAIXO DO MENU DESLIZANTE DE TOPO-->
20
<link type="text/css" rel="stylesheet" href="<%=request.getContextPath()%>/css/offcanvas.css"/>
20
<link type="text/css" rel="stylesheet" href="<%=request.getContextPath()%>/css/offcanvas.css"/>
21
 
21
 
22
<link type="text/css" rel="stylesheet" href="<%=request.getContextPath()%>/css/<%=bacoTheme%>/stylePublicPortal.css"/>
-
 
-
 
22
 
23
<script type="text/javascript" src="<%=request.getContextPath()%>/js/functions.js"></script>
23
<script type="text/javascript" src="<%=request.getContextPath()%>/js/functions.js"></script>
24
<script type="text/javascript" src="<%=request.getContextPath()%>/js/ajax.js"></script>
24
<script type="text/javascript" src="<%=request.getContextPath()%>/js/ajax.js"></script>
25
<script type="text/javascript" src="<%=request.getContextPath()%>/js/compactedPopup.js"></script>
25
<script type="text/javascript" src="<%=request.getContextPath()%>/js/compactedPopup.js"></script>
26
<!--
26
<!--
27
<style>
27
<style>
Line 588... Line 588...
588
            console.log("error uploading file", reason, detail);
588
            console.log("error uploading file", reason, detail);
589
        }
589
        }
590
        $('<div class="alert"> <button type="button" class="close" data-dismiss="alert">&times;</button>'+
590
        $('<div class="alert"> <button type="button" class="close" data-dismiss="alert">&times;</button>'+
591
                '<strong>File upload error</strong> '+msg+' </div>').prependTo('#alerts');
591
                '<strong>File upload error</strong> '+msg+' </div>').prependTo('#alerts');
592
    };
592
    };
593
    $(document).ready(function(){
-
 
594
 
593
 
-
 
594
 
-
 
595
 
-
 
596
    //Wysywyg Editor Toolbar
-
 
597
    $(document).ready(function(){
595
        initToolbarBootstrapBindings();
598
        initToolbarBootstrapBindings();
596
        $('#editor').wysiwyg({ fileUploadError: showErrorAlert} );
599
        $('#editor').wysiwyg({ fileUploadError: showErrorAlert} );
597
        window.prettyPrint && prettyPrint();
600
        window.prettyPrint && prettyPrint();
598
    });
601
    });
599
 
602
 
Line 620... Line 623...
620
    }
623
    }
621
 
624
 
622
</script>
625
</script>
623
<%--O nosso estilo fica aqui para se sobrepor--%>
626
<%--O nosso estilo fica aqui para se sobrepor--%>
624
<link type="text/css" rel="stylesheet" href="<%=request.getContextPath()%>/css/<%=bacoTheme%>/style.css"/>
627
<link type="text/css" rel="stylesheet" href="<%=request.getContextPath()%>/css/<%=bacoTheme%>/style.css"/>
625
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
 
626
 
628
<link type="text/css" rel="stylesheet" href="<%=request.getContextPath()%>/css/<%=bacoTheme%>/stylePublicPortal.css"/>
-
 
629
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-
 
630
<meta charset="UTF-8">
-
 
631
 
627
Generated by GNU Enscript 1.6.5.2.
632
Generated by GNU Enscript 1.6.5.2.