[Nmrshiftdb-devel] CVS: nmrshiftdb/src/vmtemplates/portlets/html worker-order.vm, 1.11, 1.12
Brought to you by:
steinbeck
|
From: Stefan K. <sh...@us...> - 2006-09-14 14:40:19
|
Update of /cvsroot/nmrshiftdb/nmrshiftdb/src/vmtemplates/portlets/html In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv19345/src/vmtemplates/portlets/html Modified Files: worker-order.vm Log Message: better layout for the lab stuff Index: worker-order.vm =================================================================== RCS file: /cvsroot/nmrshiftdb/nmrshiftdb/src/vmtemplates/portlets/html/worker-order.vm,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** worker-order.vm 11 Sep 2006 15:06:44 -0000 1.11 --- worker-order.vm 14 Sep 2006 14:40:17 -0000 1.12 *************** *** 49,55 **** --- 49,61 ---- <td> <b>Choose files/directories you want to attach to this order!</b><br> + <table><tr><td> #foreach($file in $files) <a href="$file.get(0)">$file.get(1)</a> <a href="$file.get(2)">>>>></a><br> + #set($test=$velocityCountM1%30) + #if($test==0) + </td></tr><tr><td> + #end #end + </td></tr></table> </td></tr></table> #end |