[Nmrshiftdb-devel] CVS: nmrshiftdb/src/vmtemplates/portlets/html user-order.vm, 1.37, 1.38 worker-o
Brought to you by:
steinbeck
|
From: Stefan K. <sh...@us...> - 2006-09-23 22:10:54
|
Update of /cvsroot/nmrshiftdb/nmrshiftdb/src/vmtemplates/portlets/html In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv12776/src/vmtemplates/portlets/html Modified Files: user-order.vm worker-order.vm Log Message: no arrows after files Index: user-order.vm =================================================================== RCS file: /cvsroot/nmrshiftdb/nmrshiftdb/src/vmtemplates/portlets/html/user-order.vm,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -r1.37 -r1.38 *** user-order.vm 21 Sep 2006 12:22:12 -0000 1.37 --- user-order.vm 23 Sep 2006 22:10:44 -0000 1.38 *************** *** 223,227 **** <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=$velocityCount % 50) #if($test==0) --- 223,227 ---- <table><tr><td> #foreach($file in $files) ! <a href="$file.get(0)">$file.get(1)</a> #if($file.get(3)) <a href="$file.get(2)">>>>></a> #end <br> #set($test=$velocityCount % 50) #if($test==0) Index: worker-order.vm =================================================================== RCS file: /cvsroot/nmrshiftdb/nmrshiftdb/src/vmtemplates/portlets/html/worker-order.vm,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -r1.17 -r1.18 *** worker-order.vm 21 Sep 2006 12:22:13 -0000 1.17 --- worker-order.vm 23 Sep 2006 22:10:44 -0000 1.18 *************** *** 97,101 **** <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=$velocityCount % 50) #if($test==0) --- 97,101 ---- <table><tr><td> #foreach($file in $files) ! <a href="$file.get(0)">$file.get(1)</a> #if($file.get(3)) <a href="$file.get(2)">>>>></a> #end <br> #set($test=$velocityCount % 50) #if($test==0) |