|
@@ -24,7 +24,7 @@ diff -ur ../dropcenter/header.php sources/header.php
|
|
|
+?>
|
|
|
diff -ur ../dropcenter/php/config.php sources/php/config.php
|
|
|
--- ../dropcenter/php/config.php 2015-03-14 16:01:45.805821759 +0100
|
|
|
-+++ sources/php/config.php 2015-03-15 18:18:21.767535511 +0100
|
|
|
++++ sources/php/config.php 2015-03-17 00:52:07.006904679 +0100
|
|
|
@@ -1,14 +1,14 @@
|
|
|
<?php
|
|
|
|
|
@@ -91,4 +91,42 @@ diff -ur ../dropcenter/tpl/UnderBlack/index.html sources/tpl/UnderBlack/index.ht
|
|
|
</div>
|
|
|
|
|
|
|
|
|
+diff -ur ../dropcenter/tpl/UnderBlack/js/main.js sources/tpl/UnderBlack/js/main.js
|
|
|
+--- ../dropcenter/tpl/UnderBlack/js/main.js 2015-03-14 16:01:45.821821907 +0100
|
|
|
++++ sources/tpl/UnderBlack/js/main.js 2015-03-17 01:01:03.124240012 +0100
|
|
|
+@@ -302,7 +302,7 @@
|
|
|
+ '<div class="fileUrl">'+stripslashes(file.url)+'</div>'+
|
|
|
+ '<span title="'+stripslashes(file.toolTipName)+'" class="imageHolder'+(file.published?' filePublished':'')+'"><div onclick="deleteFile(this)" class="deleteFile">x</div>'+
|
|
|
+
|
|
|
+- '<div onclick="focusFile(this)" ondblclick="openFile(this)">'+
|
|
|
++ '<div onclick="openFile(this)">'+
|
|
|
+
|
|
|
+ '<img width="48px" height="48px" src="'+ext+'"/>'+
|
|
|
+ '<ul>'+
|
|
|
+@@ -312,18 +312,7 @@
|
|
|
+ '</ul>'+
|
|
|
+
|
|
|
+ '</div>'+
|
|
|
+- '<ul><li class="fileOption">+Options</li></ul>'+
|
|
|
+-
|
|
|
+ '<span ondblclick="renameFile(this)\" title="'+stripslashes(file.name)+'" alt="'+stripslashes(file.name)+'" class="fileName">'+stripslashes(file.shortname)+'</span>'+
|
|
|
+- '<div class="addOptions">'+
|
|
|
+- '<ul>'+
|
|
|
+- '<li onclick="$(\'.directLink\',$(this).parent().parent().parent()).fadeToggle(200).select();" alt="Copier le lien direct" title="Copier le lien direct" class="optionUrl"></li>'+
|
|
|
+- //'<li alt="Envoyer par mail" title="Envoyer par mail" class="optionShare"></li>'+
|
|
|
+- //'<li alt="Editer la source" title="Editer la source" class="optionEdit"></li>'+
|
|
|
+- '<li onclick="zipFile(this)" alt="Télécharger le fichier compressé" title="Télécharger le fichier compressé" class="optionZip"></li>'+
|
|
|
+- '<li onclick="'+(file.published?'un':'')+'publishFile(this)" title="Public/Privé" class="optionDropbox"></li>'+
|
|
|
+- '</ul><div class="clear"></div></div>'+
|
|
|
+- '<textarea type="text" class="directLink">'+stripslashes(file.absoluteUrl)+'</textarea>'+
|
|
|
+ '</span>'+
|
|
|
+ '</div>';
|
|
|
+
|
|
|
+@@ -628,4 +617,4 @@
|
|
|
+
|
|
|
+ if(is_list) return '[' + json + ']';//Return numerical JSON
|
|
|
+ return '{' + json + '}';//Return associative JSON
|
|
|
+-}
|
|
|
+\ No newline at end of file
|
|
|
++}
|
|
|
Only in ../dropcenter/uploads: .htaccess
|