Changeset 533
- Timestamp:
- 10/23/08 00:12:44 (15 years ago)
- google:author:
- appears
- Location:
- plugins/dlManager
- Files:
-
- 1 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dlManager/_admin.php
r530 r533 18 18 # along with this program. If not, see <http://www.gnu.org/licenses/>. 19 19 # 20 # Image (control_play.png) isfrom Silk Icons : http://www.famfamfam.com/lab/icons/silk/20 # Images are from Silk Icons : http://www.famfamfam.com/lab/icons/silk/ 21 21 # 22 22 # ***** END LICENSE BLOCK ***** -
plugins/dlManager/_define.php
r532 r533 18 18 # along with this program. If not, see <http://www.gnu.org/licenses/>. 19 19 # 20 # Image (control_play.png) isfrom Silk Icons : http://www.famfamfam.com/lab/icons/silk/20 # Images are from Silk Icons : http://www.famfamfam.com/lab/icons/silk/ 21 21 # 22 22 # ***** END LICENSE BLOCK ***** … … 28 28 /* Description*/ "Download manager with a public page and a widget", 29 29 /* Author */ "Moe (http://gniark.net/), Osku and Tomtom (http://blog.zenstyle.fr)", 30 /* Version */ '1.0-beta 7',30 /* Version */ '1.0-beta8', 31 31 /* Permissions */ 'admin' 32 32 ); -
plugins/dlManager/_install.php
r529 r533 18 18 # along with this program. If not, see <http://www.gnu.org/licenses/>. 19 19 # 20 # Image (control_play.png) isfrom Silk Icons : http://www.famfamfam.com/lab/icons/silk/20 # Images are from Silk Icons : http://www.famfamfam.com/lab/icons/silk/ 21 21 # 22 22 # ***** END LICENSE BLOCK ***** -
plugins/dlManager/_prepend.php
r529 r533 18 18 # along with this program. If not, see <http://www.gnu.org/licenses/>. 19 19 # 20 # Image (control_play.png) isfrom Silk Icons : http://www.famfamfam.com/lab/icons/silk/20 # Images are from Silk Icons : http://www.famfamfam.com/lab/icons/silk/ 21 21 # 22 22 # ***** END LICENSE BLOCK ***** -
plugins/dlManager/_public.php
r532 r533 18 18 # along with this program. If not, see <http://www.gnu.org/licenses/>. 19 19 # 20 # Image (control_play.png) isfrom Silk Icons : http://www.famfamfam.com/lab/icons/silk/20 # Images are from Silk Icons : http://www.famfamfam.com/lab/icons/silk/ 21 21 # 22 22 # ***** END LICENSE BLOCK ***** -
plugins/dlManager/default-templates/media.html
r532 r533 119 119 {{tpl:DLMItemTitle}} 120 120 </a> 121 <!-- #images, mp3 and flv files --> 122 <tpl:DLMItemIf operator="or" media_type="image" type="audio/mpeg3,video/x-flv"> 121 <!-- # image files --> 122 <tpl:DLMItemIf media_type="image"> 123 <a href="{{tpl:DLMItemPlayerURL}}" class="preview" title="{{tpl:lang Preview :}} {{tpl:DLMItemBasename}}"> 124 <img src="{{tpl:BlogQmarkURL}}pf=dlManager/images/image.png" alt="{{tpl:lang Preview}}" /> 125 </a> 126 </tpl:DLMItemIf> 127 <!-- # mp3 and flv files --> 128 <tpl:DLMItemIf operator="or" type="audio/mpeg3,video/x-flv"> 123 129 <a href="{{tpl:DLMItemPlayerURL}}" class="preview" title="{{tpl:lang Preview :}} {{tpl:DLMItemBasename}}"> 124 130 <img src="{{tpl:BlogQmarkURL}}pf=dlManager/images/control_play.png" alt="{{tpl:lang Preview}}" /> -
plugins/dlManager/lib.dlManager.php
r529 r533 18 18 # along with this program. If not, see <http://www.gnu.org/licenses/>. 19 19 # 20 # Image (control_play.png) isfrom Silk Icons : http://www.famfamfam.com/lab/icons/silk/20 # Images are from Silk Icons : http://www.famfamfam.com/lab/icons/silk/ 21 21 # 22 22 # ***** END LICENSE BLOCK *****
Note: See TracChangeset
for help on using the changeset viewer.