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/29 09:35:19 UTC

cvs commit: jakarta-jetspeed/webapp/WEB-INF/templates/vm/portlets/html stock-quote-customize.vm

taylor      01/10/29 00:35:19

  Added:       webapp/WEB-INF/templates/vm/portlets/html
                        stock-quote-customize.vm
  Log:
  - The Customizer for editing your personal stock quote lists. This is the HTML version.
  
  Revision  Changes    Path
  1.1                  jakarta-jetspeed/webapp/WEB-INF/templates/vm/portlets/html/stock-quote-customize.vm
  
  Index: stock-quote-customize.vm
  ===================================================================
  #if (!$symbols)
  #set ( $symbols = "IONA,IBM" )
  #end
  <form action="$jlink" method="post">
  <font color="$!{skin.Color}">
  <br/>
  <p>Enter your symbols separated by commas:
  <br /><input name="symbols" value="$symbols" size="40" />
  <input type="submit" name="eventSubmit_doUpdate" value="Update" />
  </p>
  </font>
  </form>
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>