You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2001/10/09 06:36:12 UTC

cvs commit: jakarta-jetspeed/webapp/WEB-INF/templates/vm/portlets/html browser-portlet.vm

taylor      01/10/08 21:36:12

  Modified:    webapp/WEB-INF/templates/vm/portlets/html browser-portlet.vm
  Log:
  patch to PortletBrowser from Ignacio Ortega
  
  Revision  Changes    Path
  1.2       +9 -7      jakarta-jetspeed/webapp/WEB-INF/templates/vm/portlets/html/browser-portlet.vm
  
  Index: browser-portlet.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/portlets/html/browser-portlet.vm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- browser-portlet.vm	2001/06/25 11:33:51	1.1
  +++ browser-portlet.vm	2001/10/09 04:36:12	1.2
  @@ -1,11 +1,8 @@
  -<form action="$jlink" method="post">
   <table width="100%" cellpadding="0" cellspacing="0">
     <tr>
       <th>Name</th>
       <th>Title</th>
       <th>Description</th>
  -    <th>Supported types</th>
  -    <th>Actions</th>
     </tr>
   #foreach ( $entry in $registry )
   #set ( $old = "" )
  @@ -27,14 +24,19 @@
     <tr>
       <td align="right" width="50%">
   #if ($prev)
  -      <input type="submit" value="&lt; &lt; Previous">
  +<form action="$jlink" method="post">
  +       <input type="submit" value="&lt; &lt; Previous">
  +      <input type="hidden" name="start" value="$prev">
  +</form>
   #end
       </td>
       <td align="left" width="50%">
  -#if ($prev)
  -      <input type="submit" value="Next &gt; &gt;">
  +#if ($next)
  +<form action="$jlink" method="post">
  +       <input type="submit" value="Next &gt; &gt;">
  +      <input type="hidden" name="start" value="$next">
  +</form>
   #end
       </td>
     </tr>
   </table>
  -</form>
  \ No newline at end of file
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org