/[dolibarr]/dolibarr/htdocs/comm/propal/document.php
ViewVC logotype

Diff of /dolibarr/htdocs/comm/propal/document.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by eldy, Sat Jul 16 11:11:08 2005 UTC revision 1.19 by hregis, Fri Jul 29 09:51:04 2005 UTC
# Line 2  Line 2 
2  /* Copyright (C) 2003-2004 Rodolphe Quiedeville  <rodolphe@quiedeville.org>  /* Copyright (C) 2003-2004 Rodolphe Quiedeville  <rodolphe@quiedeville.org>
3   * Copyright (C) 2004-2005 Laurent Destailleur   <eldy@users.sourceforge.net>   * Copyright (C) 2004-2005 Laurent Destailleur   <eldy@users.sourceforge.net>
4   * Copyright (C) 2005      Marc Barilley / Ocebo <marc@ocebo.com>   * Copyright (C) 2005      Marc Barilley / Ocebo <marc@ocebo.com>
5     * Copyright (C) 2005      Regis Houssin         <regis.houssin@cap-networks.com>
6   *   *
7   * This program is free software; you can redistribute it and/or modify   * This program is free software; you can redistribute it and/or modify
8   * it under the terms of the GNU General Public License as published by   * it under the terms of the GNU General Public License as published by
# Line 153  if ($propalid > 0) Line 154  if ($propalid > 0)
154                                          $var=!$var;                                          $var=!$var;
155                                          print '<tr '.$bc[$var].'>';                                          print '<tr '.$bc[$var].'>';
156                                          print '<td>';                                          print '<td>';
157                                          echo '<a target="_blank" href="'.DOL_URL_ROOT.'/document.php?modulepart=propal&file='.$propref.'/'.urlencode($file).'">'.$file.'</a>';                                          echo '<a href="'.DOL_URL_ROOT.'/document.php?modulepart=propal&file='.$propref.'/'.urlencode($file).'">'.$file.'</a>';
158                                          print "</td>\n";                                          print "</td>\n";
159                                          print '<td align="right">'.filesize($upload_dir.'/'.$file). ' bytes</td>';                                          print '<td align="right">'.filesize($upload_dir.'/'.$file). ' bytes</td>';
160                                          print '<td align="center">'.strftime('%d %b %Y %H:%M:%S',filemtime($upload_dir.'/'.$file)).'</td>';                                          print '<td align="center">'.strftime('%d %b %Y %H:%M:%S',filemtime($upload_dir.'/'.$file)).'</td>';

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26