Changeset 994765
- Timestamp:
- 09/22/2014 02:19:58 PM (11 years ago)
- Location:
- goodfidelity
- Files:
-
- 52 added
- 4 edited
-
tags/2.3.3 (added)
-
tags/2.3.3/css (added)
-
tags/2.3.3/css/jquery.mCustomScrollbar.css (added)
-
tags/2.3.3/css/page.css (added)
-
tags/2.3.3/css/render.css (added)
-
tags/2.3.3/ext (added)
-
tags/2.3.3/ext/related-analista.php (added)
-
tags/2.3.3/ext/related-good.php (added)
-
tags/2.3.3/ext/related-list.php (added)
-
tags/2.3.3/ext/related-playlist.php (added)
-
tags/2.3.3/ext/related-song.php (added)
-
tags/2.3.3/ext/related-youlist.php (added)
-
tags/2.3.3/goodfidelity.php (added)
-
tags/2.3.3/images (added)
-
tags/2.3.3/images/abajo.png (added)
-
tags/2.3.3/images/arriba.png (added)
-
tags/2.3.3/images/buscar.png (added)
-
tags/2.3.3/images/cerrar.png (added)
-
tags/2.3.3/images/close-f90.png (added)
-
tags/2.3.3/images/delete.png (added)
-
tags/2.3.3/images/entrar.png (added)
-
tags/2.3.3/images/face-black-white.png (added)
-
tags/2.3.3/images/face-black.png (added)
-
tags/2.3.3/images/face.png (added)
-
tags/2.3.3/images/fondo.png (added)
-
tags/2.3.3/images/icon.png (added)
-
tags/2.3.3/images/lista.png (added)
-
tags/2.3.3/images/logo.ico (added)
-
tags/2.3.3/images/mas-black.png (added)
-
tags/2.3.3/images/mas-gris.png (added)
-
tags/2.3.3/images/mas-white.png (added)
-
tags/2.3.3/images/mas.png (added)
-
tags/2.3.3/images/no.png (added)
-
tags/2.3.3/images/nothing.png (added)
-
tags/2.3.3/images/play-back.png (added)
-
tags/2.3.3/images/play-black.png (added)
-
tags/2.3.3/images/play-med.png (added)
-
tags/2.3.3/images/play.png (added)
-
tags/2.3.3/images/salir.png (added)
-
tags/2.3.3/images/si.png (added)
-
tags/2.3.3/images/trash.png (added)
-
tags/2.3.3/inc (added)
-
tags/2.3.3/inc/cookie.php (added)
-
tags/2.3.3/inc/options.php (added)
-
tags/2.3.3/inc/search.php (added)
-
tags/2.3.3/inc/singular.php (added)
-
tags/2.3.3/js (added)
-
tags/2.3.3/js/jquery.mCustomScrollbar.concat.min.js (added)
-
tags/2.3.3/js/render.js (added)
-
tags/2.3.3/js/render.min.js (added)
-
tags/2.3.3/readme.txt (added)
-
trunk/css/render.css (modified) (2 diffs)
-
trunk/goodfidelity.php (modified) (1 diff)
-
trunk/inc/search.php (modified) (1 diff)
-
trunk/js/render.js (added)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
goodfidelity/trunk/css/render.css
r985581 r994765 467 467 height:90px; 468 468 } 469 .showdivsin{ 470 text-decoration:none; 471 } 469 472 div#videos_title_lista{ 470 473 position:absolute; … … 555 558 border: 1px solid #000; 556 559 background:url("../images/play-back.png"); 560 } 561 .showunderline{ 562 text-decoration:none; 557 563 } 558 564 div#searchvideotitle{ -
goodfidelity/trunk/goodfidelity.php
r990574 r994765 2 2 /* 3 3 Plugin Name: GoodFidelity Bar Music Video YouTube 4 Version: 2.3. 24 Version: 2.3.3 5 5 Plugin URI: http://www.goodfidelity.com 6 6 Author: David Lozano Medina -
goodfidelity/trunk/inc/search.php
r985581 r994765 41 41 42 42 </a> 43 <a href="#!" onclick="javascript:abrirsingular('<?php echo $IDtube ?>','<?php echo $TITLEtube ?>')">43 <a class="showunderline" href="#!" onclick="javascript:abrirsingular('<?php echo $IDtube ?>','<?php echo $TITLEtube ?>')"> 44 44 <div id ="searchvideotitle"> 45 45 <?php echo $TITLEtube ?> -
goodfidelity/trunk/readme.txt
r990574 r994765 4 4 Requires at least: 4.0 5 5 Tested up to: 4.0 6 Stable tag: 2.3. 26 Stable tag: 2.3.3 7 7 Description: Complements your website with a administrator of videos and music. Your users will be able to create one or more playlist, you be able to listen music without interruption, may share in facebook and more. Millions of music videos at your fingertips. It offers a powerful search engine. 8 8 … … 63 63 64 64 == Changelog == 65 = 2.3.3 = 66 * Adapted for most browsers 65 67 = 2.3.2 = 66 68 * Change code
Note: See TracChangeset
for help on using the changeset viewer.