Diff for /loncom/interface/portfolio.pm between versions 1.113 and 1.114

version 1.113, 2006/06/22 16:51:00 version 1.114, 2006/06/22 17:56:06
Line 65  sub display_common { Line 65  sub display_common {
  'Create subdirectory in current directory:');   'Create subdirectory in current directory:');
     my $escuri = &HTML::Entities::encode($r->uri,'&<>"');      my $escuri = &HTML::Entities::encode($r->uri,'&<>"');
     $r->print(<<"TABLE");       $r->print(<<"TABLE"); 
 <table border="0" cellspacing="2" cellpadding="2">  <table id="LC_portfolio_actions">
   <tr valign="middle">    <tr id="LC_portfolio_upload">
     <td bgcolor="#ccddaa" align="right">      <td class="LC_label">
       $text{'upload_label'}        $text{'upload_label'}
     </td>      </td>
     <td bgcolor="#ccddaa" align="left">$groupitem      <td class="LC_value">$groupitem
       <form method="post" enctype="multipart/form-data" action="$escuri">        <form method="post" enctype="multipart/form-data" action="$escuri">
         <input name="uploaddoc" type="file" />          <input name="uploaddoc" type="file" />
  <input type="hidden" name="currentpath" value="$current_path" />   <input type="hidden" name="currentpath" value="$current_path" />
Line 81  sub display_common { Line 81  sub display_common {
       </form>        </form>
     </td>      </td>
   </tr>    </tr>
   <tr>    <tr id="LC_portfolio_createdir">
     <td bgcolor="#ccddaa" align="right">      <td class="LC_label">
       $text{'createdir_label'}        $text{'createdir_label'}
     </td>      </td>
     <td bgcolor="#ccddaa" align="left">      <td class="LC_value">
       <form method="post" action="$escuri">        <form method="post" action="$escuri">
         <input name="newdir" type="input" />$groupitem          <input name="newdir" type="input" />$groupitem
         <input type="hidden" name="currentpath" value="$current_path" />          <input type="hidden" name="currentpath" value="$current_path" />

Removed from v.1.113  
changed lines
  Added in v.1.114


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>