Changeset 3435
- Timestamp:
- 08/23/10 09:10:28 (18 months ago)
- Location:
- molgenis_distro/3.5/handwritten/java
- Files:
-
- 2 edited
-
GeneratorServlet.java (modified) (1 diff)
-
plugin/welcome/WelcomeScreenPlugin.ftl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molgenis_distro/3.5/handwritten/java/GeneratorServlet.java
r3371 r3435 138 138 OutputStream out = response.getOutputStream(); 139 139 byte[] buffer = new byte[2048]; 140 for( ; ;)140 for( ; ) 141 141 { 142 142 int nBytes = in.read(buffer); -
molgenis_distro/3.5/handwritten/java/plugin/welcome/WelcomeScreenPlugin.ftl
r3371 r3435 26 26 <#--begin your plugin--> 27 27 28 Create your plugin layout code here. 28 <IFRAME SRC="faces/main.xhtml" WIDTH=800 HEIGHT=600> 29 If you can see this, your browser doesn't 30 understand IFRAME. However, we'll still 31 <A HREF="hello.html">link</A> 32 you to the file. 33 </IFRAME> 34 35 29 36 <#--<input name="myinput" value="${screen.getMyValue()}"> 30 37 <input type="submit" value="Change name" onclick="__action.value='do_myaction';return true;"/-->
Note: See TracChangeset
for help on using the changeset viewer.