web/archives-iframe.php
changeset 502 b035e0787bb0
parent 499 5ef383948a34
child 1091 89455742ba35
equal deleted inserted replaced
501:a5ce7d08e4f8 502:b035e0787bb0
    45         var _timerJqScroll;
    45         var _timerJqScroll;
    46         function startTimer() {
    46         function startTimer() {
    47             if (_timerJqScroll) {
    47             if (_timerJqScroll) {
    48                 clearInterval(_timerJqScroll);
    48                 clearInterval(_timerJqScroll);
    49             }
    49             }
    50             _timerJqScroll = setInterval(function() { $(".scrollable").scrollable().next()}, 5000);
    50             _timerJqScroll = setInterval(function() { $(".scrollable").scrollable().next()}, 8000);
    51         }
    51         }
    52         $(function() {
    52         $(function() {
    53             $(".archivesVideoBox").mouseover(function() {
    53             $(".archivesVideoBox").mouseover(function() {
    54                 $(this).css({'backgroundColor':'#fff'});
    54                 $(this).css({'backgroundColor':'#fff'});
    55                 $(this).cursor = "pointer";
    55                 $(this).cursor = "pointer";
    80   <body>
    80   <body>
    81         <div class="archivesBoxContainer scrollable">
    81         <div class="archivesBoxContainer scrollable">
    82             <!-- -->
    82             <!-- -->
    83             <div class="archivesTitleActionsContainer">
    83             <div class="archivesTitleActionsContainer">
    84                 <div class="archivesActionsContainer" id="actions">
    84                 <div class="archivesActionsContainer" id="actions">
    85                     <a class="prev browse left"></a>
    85                     <a class="prev browse left">&laquo;&nbsp;</a>
    86                     <a class="next browse right"></a>
    86                     <a class="next browse right">&nbsp;&raquo;</a>
    87                 </div>
    87                 </div>
       
    88                 <h3 class="archivesTitle">Polemic Tweet</h3>
    88             </div>
    89             </div>
    89             
    90             
    90             <!-- -->
    91             <!-- -->
    91             <div class="items">
    92             <div class="items">
    92                 <?php
    93                 <?php