Ignore:
Timestamp:
02/22/12 18:04:20 (12 years ago)
Author:
douglasz
Message:

Ticket #1875 - Commit inicial do codigo das funcionalidades de marcadores e sinalizadores

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/index.php

    r5530 r5533  
    4444                                        <script src="../prototype/plugins/ejs/ejs.js" language="javascript"></script> 
    4545                                        <script src="../prototype/plugins/store/jquery.store.js" language="javascript"></script> 
     46                                        <script src="../prototype/plugins/farbtastic/farbtastic.js" language="javascript"></script> 
    4647                                        <script src="../prototype/api/datalayer.js" language="javascript"></script>                                      
    4748                                        <script type="text/javascript" src="../prototype/plugins/scrollto/jquery.scrollTo.js"></script> 
     
    5758                                        <link rel="stylesheet" type="text/css" href="../prototype/plugins/zebradialog/css/zebra_dialog.css"></link> 
    5859                                        <link rel="stylesheet" type="text/css" href="../prototype/plugins/fileupload/jquery.fileupload-ui.css"></link> 
     60                                        <link rel="stylesheet" href="../prototype/plugins/farbtastic/farbtastic.css" type="text/css" > 
    5961                                        <script type="text/javascript" src="../prototype/plugins/zebradialog/javascript/zebra_dialog.js"></script> 
    6062                                        <script type="text/javascript" src="../prototype/plugins/datejs/date-pt-BR.js"></script> 
     
    115117        <script src="../prototype/plugins/countdown/jquery.countdown.min.js" type="text/javascript"></script> 
    116118        <script src="../prototype/plugins/countdown/jquery.countdown-pt-BR.js" type="text/javascript"></script>          
     119         
     120                 
    117121        '; 
    118122         
     123        echo '<script src="../prototype/modules/mail/js/label.js" type="text/javascript"></script>';     
     124        echo '<script src="../prototype/modules/mail/js/followupflag.js" type="text/javascript"></script>'; 
     125         
     126                 
     127        //followupflags 
     128        echo'<link rel="stylesheet" href="../prototype/modules/mail/css/followupflag.css" type="text/css" />'; 
     129         
    119130        /* 
    120          * TODO: implementar o controle como preferência do usuário  
     131         * TODO: implementar o controle como preferência do usuário  
    121132         * 
    122133         */ 
     
    348359        echo ' 
    349360        <link rel="stylesheet" href="../prototype/modules/attach_message/attach_message.css" type="text/css" /> 
     361         
     362                                        <script type="text/javascript" src="../prototype/plugins/jquery/i18n/jquery.ui.datepicker-pt-BR.js"></script> 
     363                                        <script type="text/javascript" src="../prototype/plugins/timepicker/jquery-ui-timepicker-addon.js"></script> 
     364                                        <script type="text/javascript" src="../prototype/plugins/timepicker/localization/jquery-ui-timepicker-pt-BR.js"></script> 
    350365        <script type="text/javascript"> 
    351366                init(); 
     
    373388<body scroll="no" style="overflow:hidden"> 
    374389<link rel="stylesheet" href="../prototype/modules/attach_message/attach_message.css" type="text/css" /> 
     390<link rel="stylesheet" href="../prototype/modules/mail/css/label.css" type="text/css" />         
    375391<link rel='stylesheet' type='text/css' href='../prototype/modules/calendar/css/layout.css' /> 
    376392<link rel='stylesheet' type='text/css' href='../prototype/modules/calendar/css/style.css' /> 
Note: See TracChangeset for help on using the changeset viewer.