Changeset 775397
- Timestamp:
- 09/19/2013 02:28:09 PM (13 years ago)
- Location:
- full-screen-page-background-image-slideshow
- Files:
-
- 10 edited
-
tags/1.2/admin-settings.php (modified) (2 diffs)
-
tags/1.2/full-screen-background-image-slideshow.php (modified) (1 diff)
-
tags/1.2/inc/page-metabox.php (modified) (1 diff)
-
tags/1.2/inc/scripts.php (modified) (2 diffs)
-
tags/1.2/inc/styles.php (modified) (1 diff)
-
trunk/admin-settings.php (modified) (2 diffs)
-
trunk/full-screen-background-image-slideshow.php (modified) (1 diff)
-
trunk/inc/page-metabox.php (modified) (1 diff)
-
trunk/inc/scripts.php (modified) (2 diffs)
-
trunk/inc/styles.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
full-screen-page-background-image-slideshow/tags/1.2/admin-settings.php
r751646 r775397 149 149 </li> 150 150 <li style="padding-left: 30px; min-height:30px; min-height:30px;line-height: 30px; background:transparent url(http://wpdevsnippets.com/plugin-images/icon_thumb_up.png) no-repeat scroll center left; text-decoration: none;"> 151 <iframe src="https://plugins.trac.wordpress.org//www.facebook.com/plugins/like.php?href=http%3A%2F%2F facebook.com%2Fwpdevsnippets&send=false&layout=button_count&width=150&show_faces=false&font&colorscheme=light&action=recommend&height=21&appId=493527070687256" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:21px;" allowTransparency="true"></iframe>151 <iframe src="https://plugins.trac.wordpress.org//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwpdevsnippets.com%2Ffull-screen-page-background-image-slideshow-plugin%2F&width=450&height=21&colorscheme=light&layout=button_count&action=like&show_faces=false&send=false&appId=493527070687256" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe> 152 152 </li> 153 153 <li style="padding-left: 30px; min-height:30px; min-height:30px;line-height: 30px; background:transparent url(http://wpdevsnippets.com/plugin-images/icon_thumb_up.png) no-repeat scroll center left; text-decoration: none;"> … … 156 156 <li style="padding-left: 30px; min-height:30px; min-height:30px;line-height: 30px; background:transparent url(http://wpdevsnippets.com/plugin-images/icon_thumb_up.png) no-repeat scroll center left; text-decoration: none;"> 157 157 <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> 158 <div class="g-plusone" data-size="medium" data-href="http://wpdevsnippets.com "></div>158 <div class="g-plusone" data-size="medium" data-href="http://wpdevsnippets.com/full-screen-page-background-image-slideshow-plugin"></div> 159 159 </li> 160 160 </ul> -
full-screen-page-background-image-slideshow/tags/1.2/full-screen-background-image-slideshow.php
r751646 r775397 53 53 ?> 54 54 <div id="fsi-full-bg"> 55 <? for($i=0; $i<count($images); $i++){55 <?php for($i=0; $i<count($images); $i++){ 56 56 if(empty($images[$i])) continue; 57 57 ?> 58 <img src="<? =$images[$i]?>" />59 <? } ?>58 <img src="<?php echo $images[$i];?>" /> 59 <?php } ?> 60 60 </div> 61 <? 61 <?php 62 62 63 63 if(get_option('fsi_overlay')== 1){ -
full-screen-page-background-image-slideshow/tags/1.2/inc/page-metabox.php
r751646 r775397 60 60 }); 61 61 </script> 62 <? 62 <?php 63 63 } 64 64 -
full-screen-page-background-image-slideshow/tags/1.2/inc/scripts.php
r685324 r775397 42 42 <script type="text/javascript"> 43 43 jQuery(document).ready(function($) { 44 <? if($fsi_animation) { ?>44 <?php if($fsi_animation) { ?> 45 45 window.fsi_interval = setInterval(fsi_slideshow,<?php echo $animationDelay*1000 ?>); 46 <? } ?>46 <?php } ?> 47 47 function fsi_slideshow(){ 48 48 $('#fsi-full-bg img.fsi_active').animate({opacity:0},<?php echo $animationDuration*100 ?>, function(){ … … 106 106 }); 107 107 </script> 108 <? 108 <?php 109 109 110 110 } -
full-screen-page-background-image-slideshow/tags/1.2/inc/styles.php
r685324 r775397 40 40 width:100%; 41 41 z-index:-9; 42 background:url(<? echo FSI_PLUGIN_URL?>/images/dot_overlay.png) repeat;42 background:url(<?php echo FSI_PLUGIN_URL?>/images/dot_overlay.png) repeat; 43 43 } 44 <? 44 <?php 45 45 if(!$fsi_animation) 46 46 echo '#fsi-full-bg img:first-child{opacity:1}'; 47 47 ?> 48 48 </style> 49 <? 49 <?php 50 50 51 51 } -
full-screen-page-background-image-slideshow/trunk/admin-settings.php
r751646 r775397 149 149 </li> 150 150 <li style="padding-left: 30px; min-height:30px; min-height:30px;line-height: 30px; background:transparent url(http://wpdevsnippets.com/plugin-images/icon_thumb_up.png) no-repeat scroll center left; text-decoration: none;"> 151 <iframe src="https://plugins.trac.wordpress.org//www.facebook.com/plugins/like.php?href=http%3A%2F%2F facebook.com%2Fwpdevsnippets&send=false&layout=button_count&width=150&show_faces=false&font&colorscheme=light&action=recommend&height=21&appId=493527070687256" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:21px;" allowTransparency="true"></iframe>151 <iframe src="https://plugins.trac.wordpress.org//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwpdevsnippets.com%2Ffull-screen-page-background-image-slideshow-plugin%2F&width=450&height=21&colorscheme=light&layout=button_count&action=like&show_faces=false&send=false&appId=493527070687256" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe> 152 152 </li> 153 153 <li style="padding-left: 30px; min-height:30px; min-height:30px;line-height: 30px; background:transparent url(http://wpdevsnippets.com/plugin-images/icon_thumb_up.png) no-repeat scroll center left; text-decoration: none;"> … … 156 156 <li style="padding-left: 30px; min-height:30px; min-height:30px;line-height: 30px; background:transparent url(http://wpdevsnippets.com/plugin-images/icon_thumb_up.png) no-repeat scroll center left; text-decoration: none;"> 157 157 <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> 158 <div class="g-plusone" data-size="medium" data-href="http://wpdevsnippets.com "></div>158 <div class="g-plusone" data-size="medium" data-href="http://wpdevsnippets.com/full-screen-page-background-image-slideshow-plugin"></div> 159 159 </li> 160 160 </ul> -
full-screen-page-background-image-slideshow/trunk/full-screen-background-image-slideshow.php
r751646 r775397 53 53 ?> 54 54 <div id="fsi-full-bg"> 55 <? for($i=0; $i<count($images); $i++){55 <?php for($i=0; $i<count($images); $i++){ 56 56 if(empty($images[$i])) continue; 57 57 ?> 58 <img src="<? =$images[$i]?>" />59 <? } ?>58 <img src="<?php echo $images[$i];?>" /> 59 <?php } ?> 60 60 </div> 61 <? 61 <?php 62 62 63 63 if(get_option('fsi_overlay')== 1){ -
full-screen-page-background-image-slideshow/trunk/inc/page-metabox.php
r751646 r775397 60 60 }); 61 61 </script> 62 <? 62 <?php 63 63 } 64 64 -
full-screen-page-background-image-slideshow/trunk/inc/scripts.php
r685324 r775397 42 42 <script type="text/javascript"> 43 43 jQuery(document).ready(function($) { 44 <? if($fsi_animation) { ?>44 <?php if($fsi_animation) { ?> 45 45 window.fsi_interval = setInterval(fsi_slideshow,<?php echo $animationDelay*1000 ?>); 46 <? } ?>46 <?php } ?> 47 47 function fsi_slideshow(){ 48 48 $('#fsi-full-bg img.fsi_active').animate({opacity:0},<?php echo $animationDuration*100 ?>, function(){ … … 106 106 }); 107 107 </script> 108 <? 108 <?php 109 109 110 110 } -
full-screen-page-background-image-slideshow/trunk/inc/styles.php
r685324 r775397 40 40 width:100%; 41 41 z-index:-9; 42 background:url(<? echo FSI_PLUGIN_URL?>/images/dot_overlay.png) repeat;42 background:url(<?php echo FSI_PLUGIN_URL?>/images/dot_overlay.png) repeat; 43 43 } 44 <? 44 <?php 45 45 if(!$fsi_animation) 46 46 echo '#fsi-full-bg img:first-child{opacity:1}'; 47 47 ?> 48 48 </style> 49 <? 49 <?php 50 50 51 51 }
Note: See TracChangeset
for help on using the changeset viewer.