[ Index ]

PHP Cross Reference of phpwcms V1.4.3 _r380 (23.11.09)

title

Body

[close]

/include/inc_lib/ -> files.private-filelist.inc.php (source)

   1  <?php
   2  /*************************************************************************************
   3     Copyright notice
   4     
   5     (c) 2002-2009 Oliver Georgi (oliver@phpwcms.de) // All rights reserved.
   6   
   7     This script is part of PHPWCMS. The PHPWCMS web content management system is
   8     free software; you can redistribute it and/or modify it under the terms of
   9     the GNU General Public License as published by the Free Software Foundation;
  10     either version 2 of the License, or (at your option) any later version.
  11    
  12     The GNU General Public License can be found at http://www.gnu.org/copyleft/gpl.html
  13     A copy is found in the textfile GPL.txt and important notices to the license 
  14     from the author is found in LICENSE.txt distributed with these scripts.
  15    
  16     This script is distributed in the hope that it will be useful, but WITHOUT ANY 
  17     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  18     PARTICULAR PURPOSE.  See the GNU General Public License for more details.
  19   
  20     This copyright notice MUST APPEAR in all copies of the script!
  21  *************************************************************************************/
  22  
  23  // ----------------------------------------------------------------
  24  // obligate check for phpwcms constants
  25  if (!defined('PHPWCMS_ROOT')) {
  26     die("You Cannot Access This Script Directly, Have a Nice Day.");
  27  }
  28  // ----------------------------------------------------------------
  29  
  30  
  31  //Listing eventuell im Verzeichnis enthaltener Dateien
  32  $file_sql = "SELECT * FROM ".DB_PREPEND."phpwcms_file WHERE f_pid=0 AND f_uid=".$_SESSION["wcs_user_id"].
  33              " AND f_kid=1 AND f_trash=0 ORDER BY f_sort, f_name";
  34  if($file_result = mysql_query($file_sql, $db) or die ("error while listing files")) {
  35      $file_durchlauf = 0;
  36      $zieldatei = "phpwcms.php?do=files&amp;f=0";
  37      while($file_row = mysql_fetch_array($file_result)) {
  38          $filename = html_specialchars($file_row["f_name"]);
  39          if(!$file_durchlauf) { //Aufbau der Zeile zum Einfließen der Filelisten-Tavbelle
  40              echo "<tr bgcolor=\"#F5F8F9\"><td colspan=\"2\"><table width=\"538\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n";
  41          } else {
  42              echo "<tr bgcolor=\"#FFFFFF\"><td colspan=\"5\"><img src=\"img/leer.gif\" height=\"1\" width=\"1\"></td></tr>\n";
  43          }
  44          echo "<tr>\n";
  45          echo "<td width=\"19\" class=\"msglist\"><img src=\"img/leer.gif\" height=\"1\" width=\"19\" border=\"0\"></td>\n";
  46          echo "<td width=\"13\" class=\"msglist\">";
  47          echo "<img src=\"img/icons/small_".extimg($file_row["f_ext"])."\" border=\"0\"";
  48          echo ' onmouseover="Tip(\'ID: '.$file_row["f_id"].'&lt;br&gt;Sort: '.$file_row["f_sort"].'\');" alt=""';
  49          echo "></td>\n";
  50          echo "<td width=\"406\" class=\"msglist\"><img src=\"img/leer.gif\" height=\"1\" width=\"5\">";
  51          echo "<a href=\"fileinfo.php?fid=".$file_row["f_id"];
  52          echo "\" target=\"_blank\" onclick=\"flevPopupLink(this.href,'filedetail','scrollbars=yes,resizable=yes,width=500,height=400',1);return document.MM_returnValue;\">";
  53          echo $filename."</a></td>\n";
  54          //Aufbauen Buttonleiste für jeweilige Datei
  55          echo "<td width=\"100\" align=\"right\" class=\"msglist\">";
  56          //Button zum Downloaden der Datei
  57          echo "<a href=\"include/inc_act/act_download.php?dl=".$file_row["f_id"].
  58               "\" target=\"_blank\" title=\"".$BL['be_fprivfunc_dlfile'].": ".$filename."\">".
  59               "<img src=\"img/button/download_disc.gif\" border=\"0\"></a>";
  60          //Button zum Erzeugen eines Neuen Unterverzeichnisses
  61          if($cutID == $file_row["f_id"]) {
  62              echo "<img src=\"img/button/cut_13x13_1.gif\" border=\"0\" title=\"".$BL['be_fprivfunc_clipfile'].": ".$filename."\">";
  63          } else {
  64              echo "<a href=\"".$zieldatei."&cut=".$file_row["f_id"]."\" title=\"".$BL['be_fprivfunc_cutfile'].": ".$filename."\">";
  65              echo "<img src=\"img/button/cut_13x13_0.gif\" border=\"0\"></a>";
  66          }
  67          //Button zum Bearbeiten der Dateiinformationn
  68          echo "<a href=\"".$zieldatei."&amp;editfile=".$file_row["f_id"]."\" title=\"".$BL['be_fprivfunc_editfile'].": ".$filename."\">";
  69          echo "<img src=\"img/button/edit_22x13.gif\" border=\"0\"></a>";                    
  70          //Button zum Umschalten zwischen Aktiv/Inaktiv
  71          echo "<a href=\"include/inc_act/act_file.php?aktiv=".$file_row["f_id"].'%7C'.true_false($file_row["f_aktiv"]).
  72               "\" title=\"".$BL['be_fprivfunc_cactivefile'].": ".$filename."\">";
  73          echo "<img src=\"img/button/aktiv_12x13_".$file_row["f_aktiv"].".gif\" border=\"0\"></a>";
  74          //Button zum Umschalten zwischen Public/Non-Public
  75          echo "<a href=\"include/inc_act/act_file.php?public=".$file_row["f_id"].'%7C'.true_false($file_row["f_public"]).
  76               "\" title=\"".$BL['be_fprivfunc_cpublicfile'].": ".$filename."\">";
  77          echo "<img src=\"img/button/public_12x13_".$file_row["f_public"].".gif\" border=\"0\"></a>";
  78          echo "<img src=\"img/leer.gif\" width=\"5\" height=\"1\">"; //Spacer                    
  79          //Button zum Löschen der Datei
  80          echo "<a href=\"include/inc_act/act_file.php?trash=".$file_row["f_id"].'%7C'."1".
  81                "\" title=\"".$BL['be_fprivfunc_movetrash'].": ".$filename."\" onclick=\"return confirm('".$BL['be_fprivfunc_jsmovetrash1'].
  82               "\\n[".$filename."]  \\n".$BL['be_fprivfunc_jsmovetrash2']."');\">".
  83               "<img src=\"img/button/trash_13x13_1.gif\" border=\"0\"></a>";
  84          echo "<img src=\"img/leer.gif\" width=\"2\" height=\"1\">"; //Spacer
  85          echo "</td>\n";
  86          //Ende Aufbau
  87          echo "</tr>\n";
  88  
  89          if($_SESSION["wcs_user_thumb"]) {
  90          
  91              // now try to get existing thumbnails or if not exists 
  92              // build new based on default thumbnail listing sizes
  93              
  94              // build thumbnail image name
  95              $thumb_image = get_cached_image(
  96                                   array(    "target_ext"    =>    $file_row["f_ext"],
  97                                          "image_name"    =>    $file_row["f_hash"] . '.' . $file_row["f_ext"],
  98                                          "thumb_name"    =>    md5($file_row["f_hash"].$phpwcms["img_list_width"].$phpwcms["img_list_height"].$phpwcms["sharpen_level"])
  99                                        )
 100                                  );
 101  
 102              if($thumb_image != false) {
 103              
 104                  echo "<tr>\n";
 105                  echo "<td width=\"19\"><img src=\"img/leer.gif\" height=\"1\" width=\"1\" border=\"0\"></td>\n";
 106                  echo "<td width=\"13\"><img src=\"img/leer.gif\" height=\"1\" width=\"1\" border=\"0\"></td>\n<td width=\"";
 107                  echo "406\"><img src=\"img/leer.gif\" height=\"1\" width=\"6\"><a href=\"fileinfo.php?fid=";
 108                  echo $file_row["f_id"]."\" target=\"_blank\" onclick=\"flevPopupLink(this.href,'filedetail','scrollbars=";
 109                  echo "yes,resizable=yes,width=500,height=400',1); return document.MM_returnValue;\">";
 110                  echo '<img src="'.PHPWCMS_IMAGES . $thumb_image[0] .'" border="0" '.$thumb_image[3].'></a></td>'."\n";
 111                  echo "<td width=\"100\"><img src=\"img/leer.gif\" height=\"1\" width=\"1\" border=\"0\"></td>\n</tr>\n";
 112                  echo "<tr><td colspan=\"4\"><img src=\"img/leer.gif\" height=\"2\" width=\"1\" border=\"0\"></td>\n</tr>\n";
 113                  
 114              }
 115              
 116          }
 117          $file_durchlauf++;
 118      }
 119      if($file_durchlauf) { //Abschluss der Filelisten-Tabelle
 120          echo "</table>\n";
 121          echo "<tr bgcolor=\"#F5F8F9\"><td colspan=\"2\"><img src=\"img/leer.gif\" height=\"1\" width=\"1\"></td></tr>\n"; //Abstand vor
 122      }
 123  } //Ende Liste Dateien
 124  ?>


Generated: Wed Dec 30 05:55:15 2009 Cross-referenced by PHPXref 0.7