Changeset 4596
- Timestamp:
- Oct 22, 2008, 9:19:42 AM (15 years ago)
- Location:
- trunk/www
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/biomaterials/biosources/list_biosources.jsp
r4578 r4596 526 526 { 527 527 Annotation a = as.getAnnotation(at); 528 String suffix = a.getUnitSymbol(null); 529 if (suffix != null) suffix = " " + suffix; 528 530 %> 529 531 <tbl:cell … … 531 533 ><tbl:cellvalue 532 534 list="<%=a.getValues(null)%>" 533 suffix="<%= " "+a.getUnitSymbol(null)%>"535 suffix="<%=suffix%>" 534 536 /></tbl:cell> 535 537 <% -
trunk/www/biomaterials/extracts/list_extracts.jsp
r4578 r4596 657 657 { 658 658 Annotation a = as.getAnnotation(at); 659 String suffix = a.getUnitSymbol(null); 660 if (suffix != null) suffix = " " + suffix; 659 661 %> 660 662 <tbl:cell … … 662 664 ><tbl:cellvalue 663 665 list="<%=a.getValues(null)%>" 664 suffix="<%= " "+a.getUnitSymbol(null)%>"666 suffix="<%=suffix%>" 665 667 /></tbl:cell> 666 668 <% -
trunk/www/biomaterials/labeledextracts/list_labeledextracts.jsp
r4587 r4596 669 669 { 670 670 Annotation a = as.getAnnotation(at); 671 String suffix = a.getUnitSymbol(null); 672 if (suffix != null) suffix = " " + suffix; 671 673 %> 672 674 <tbl:cell … … 674 676 ><tbl:cellvalue 675 677 list="<%=a.getValues(null)%>" 676 suffix="<%= " "+a.getUnitSymbol(null)%>"678 suffix="<%=suffix%>" 677 679 /></tbl:cell> 678 680 <% -
trunk/www/biomaterials/samples/list_samples.jsp
r4578 r4596 653 653 { 654 654 Annotation a = as.getAnnotation(at); 655 String suffix = a.getUnitSymbol(null); 656 if (suffix != null) suffix = " " + suffix; 655 657 %> 656 658 <tbl:cell … … 658 660 ><tbl:cellvalue 659 661 list="<%=a.getValues(null)%>" 660 suffix="<%= " "+a.getUnitSymbol(null)%>"662 suffix="<%=suffix%>" 661 663 /></tbl:cell> 662 664 <% -
trunk/www/lims/arraybatches/list_batches.jsp
r4578 r4596 565 565 { 566 566 Annotation a = as.getAnnotation(at); 567 String suffix = a.getUnitSymbol(null); 568 if (suffix != null) suffix = " " + suffix; 567 569 %> 568 570 <tbl:cell … … 570 572 ><tbl:cellvalue 571 573 list="<%=a.getValues(null)%>" 572 suffix="<%= " "+a.getUnitSymbol(null)%>"574 suffix="<%=suffix%>" 573 575 /></tbl:cell> 574 576 <% -
trunk/www/lims/arraydesigns/list_designs.jsp
r4578 r4596 692 692 { 693 693 Annotation a = as.getAnnotation(at); 694 String suffix = a.getUnitSymbol(null); 695 if (suffix != null) suffix = " " + suffix; 694 696 %> 695 697 <tbl:cell … … 697 699 ><tbl:cellvalue 698 700 list="<%=a.getValues(null)%>" 699 suffix="<%= " "+a.getUnitSymbol(null)%>"701 suffix="<%=suffix%>" 700 702 /></tbl:cell> 701 703 <% -
trunk/www/lims/arrayslides/list_slides.jsp
r4578 r4596 553 553 { 554 554 Annotation a = as.getAnnotation(at); 555 String suffix = a.getUnitSymbol(null); 556 if (suffix != null) suffix = " " + suffix; 555 557 %> 556 558 <tbl:cell … … 558 560 ><tbl:cellvalue 559 561 list="<%=a.getValues(null)%>" 560 suffix="<%= " "+a.getUnitSymbol(null)%>"562 suffix="<%=suffix%>" 561 563 /></tbl:cell> 562 564 <% -
trunk/www/lims/plates/list_plates.jsp
r4578 r4596 632 632 { 633 633 Annotation a = as.getAnnotation(at); 634 String suffix = a.getUnitSymbol(null); 635 if (suffix != null) suffix = " " + suffix; 634 636 %> 635 637 <tbl:cell … … 637 639 ><tbl:cellvalue 638 640 list="<%=a.getValues(null)%>" 639 suffix="<%= " "+a.getUnitSymbol(null)%>"641 suffix="<%=suffix%>" 640 642 /></tbl:cell> 641 643 <% -
trunk/www/lims/plates/wells/list_wells.jsp
r4560 r4596 582 582 { 583 583 Annotation a = as.getAnnotation(at); 584 String suffix = a.getUnitSymbol(null); 585 if (suffix != null) suffix = " " + suffix; 584 586 %> 585 587 <tbl:cell … … 587 589 ><tbl:cellvalue 588 590 list="<%=a.getValues(null)%>" 589 suffix="<%= " "+a.getUnitSymbol(null)%>"591 suffix="<%=suffix%>" 590 592 /></tbl:cell> 591 593 <% -
trunk/www/views/hybridizations/list_hybridizations.jsp
r4578 r4596 664 664 { 665 665 Annotation a = as.getAnnotation(at); 666 String suffix = a.getUnitSymbol(null); 667 if (suffix != null) suffix = " " + suffix; 666 668 %> 667 669 <tbl:cell … … 669 671 ><tbl:cellvalue 670 672 list="<%=a.getValues(null)%>" 671 suffix="<%= " "+a.getUnitSymbol(null)%>"673 suffix="<%=suffix%>" 672 674 /></tbl:cell> 673 675 <% -
trunk/www/views/rawbioassays/list_rawbioassays.jsp
r4573 r4596 765 765 <% 766 766 AnnotationSet as = item.isAnnotated() ? item.getAnnotationSet() : null; 767 for (AnnotationType at : annotationTypes)767 if (as != null) 768 768 { 769 if (as.hasAnnotation(at))769 for (AnnotationType at : annotationTypes) 770 770 { 771 Annotation a = as.getAnnotation(at); 772 %> 773 <tbl:cell 774 column="<%="at"+at.getId()%>" 775 ><tbl:cellvalue 776 list="<%=a.getValues(null)%>" 777 suffix="<%=" "+a.getUnitSymbol(null)%>" 778 /></tbl:cell> 779 <% 771 if (as.hasAnnotation(at)) 772 { 773 Annotation a = as.getAnnotation(at); 774 String suffix = a.getUnitSymbol(null); 775 if (suffix != null) suffix = " " + suffix; 776 %> 777 <tbl:cell 778 column="<%="at"+at.getId()%>" 779 ><tbl:cellvalue 780 list="<%=a.getValues(null)%>" 781 suffix="<%=suffix%>" 782 /></tbl:cell> 783 <% 784 } 780 785 } 781 786 } -
trunk/www/views/scans/list_scans.jsp
r4578 r4596 570 570 { 571 571 Annotation a = as.getAnnotation(at); 572 String suffix = a.getUnitSymbol(null); 573 if (suffix != null) suffix = " " + suffix; 572 574 %> 573 575 <tbl:cell … … 575 577 ><tbl:cellvalue 576 578 list="<%=a.getValues(null)%>" 577 suffix="<%= " "+a.getUnitSymbol(null)%>"579 suffix="<%=suffix%>" 578 580 /></tbl:cell> 579 581 <%
Note: See TracChangeset
for help on using the changeset viewer.