Changeset 532
- Timestamp:
- 10/22/08 21:57:06 (15 years ago)
- google:author:
- appears
- Location:
- plugins/dlManager
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dlManager/_define.php
r531 r532 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 6',30 /* Version */ '1.0-beta7', 31 31 /* Permissions */ 'admin' 32 32 ); -
plugins/dlManager/_public.php
r531 r532 219 219 $_ctx->dlManager_item = $file; 220 220 $_ctx->file_url = $file->file_url; 221 222 # compatibility with Dotclear revisions < 2445 223 global $attach_f; 224 $attach_f = new ArrayObject(); 225 $attach_f->file_url = $file->file_url; 221 226 222 227 $core->tpl->setPath($core->tpl->getPath(), -
plugins/dlManager/default-templates/media.html
r529 r532 20 20 21 21 <style type="text/css"> 22 #dlmanager-files td {23 border-top:1px solid #eee;24 border-left:1px solid #eee;25 }26 #dlmanager-files th {27 border-left:1px solid #eee;28 }29 #dlmanager-files th:first-child, #dlmanager-files td:first-child {border-left:none;}30 22 .size {white-space:pre;} 31 23 .number {text-align:right;} … … 87 79 <tpl:DLMItems type="dirs"> 88 80 <tpl:DLMHeader> 89 <ul >81 <ul id="dlmanager-dirs"> 90 82 </tpl:DLMHeader> 91 83 <li><a href="{{tpl:DLMItemDirPath}}"> … … 104 96 <tpl:DLMItems type="files"> 105 97 <tpl:DLMHeader> 106 <table cellspacing="0" id="dlmanager-files">98 <table rules="rows" id="dlmanager-files"> 107 99 <thead> 108 100 <tr> -
plugins/dlManager/default-templates/media_player.html
r531 r532 7 7 <meta name="MSSmartTagsPreventParsing" content="TRUE" /> 8 8 <meta name="robots" content="noindex, nofollow" /> 9 <title>{{tpl: DLMItemTitle}} - {{tpl:BlogName encode_html="1"}}</title>9 <title>{{tpl:lang Download manager}} - {{tpl:DLMItemTitle}} - {{tpl:BlogName encode_html="1"}}</title> 10 10 11 11 <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" />
Note: See TracChangeset
for help on using the changeset viewer.