Changeset 6711
- Timestamp:
- Feb 3, 2015, 9:23:37 AM (8 years ago)
- Location:
- branches/3.4-stable
- Files:
-
- 22 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.4-stable/src/clients/web/net/sf/basedb/clients/web/taglib/table/Cell.java
r6127 r6711 301 301 content += formatter == null ? value.toString() : formatter.format(value); 302 302 } 303 if (content.length() == 0) content = " ";304 303 boolean overflowed = maxCharacters > 0 && content.length() > maxCharacters && 305 304 HTML.textLength(content) > maxCharacters; -
branches/3.4-stable/www/admin/hardware/list_hardware.jsp
r6604 r6711 472 472 for (AnnotationLoaderUtil loader : annotationLoaders) 473 473 { 474 if (loader.find(snapshot)) 475 { 476 %> 477 <tbl:cell 478 column="<%="at"+loader.getId()%>" 479 ><tbl:cellvalue 474 %> 475 <tbl:cell 476 column="<%="at"+loader.getId()%>" 477 ><% 478 if (loader.find(snapshot)) 479 { 480 %><tbl:cellvalue 480 481 list="<%=loader.getValues()%>" 481 482 suffix="<%=loader.getUnitSymbol()%>" 482 /></tbl:cell> 483 <% 484 } 483 /><% 484 } 485 %></tbl:cell> 486 <% 485 487 } 486 488 } -
branches/3.4-stable/www/admin/protocols/list_protocol.jsp
r6604 r6711 489 489 for (AnnotationLoaderUtil loader : annotationLoaders) 490 490 { 491 if (loader.find(snapshot)) 492 { 493 %> 494 <tbl:cell 495 column="<%="at"+loader.getId()%>" 496 ><tbl:cellvalue 491 %> 492 <tbl:cell 493 column="<%="at"+loader.getId()%>" 494 ><% 495 if (loader.find(snapshot)) 496 { 497 %><tbl:cellvalue 497 498 list="<%=loader.getValues()%>" 498 499 suffix="<%=loader.getUnitSymbol()%>" 499 /></tbl:cell> 500 <% 501 } 500 /><% 501 } 502 %></tbl:cell> 503 <% 502 504 } 503 505 } -
branches/3.4-stable/www/admin/software/list_software.jsp
r6604 r6711 472 472 for (AnnotationLoaderUtil loader : annotationLoaders) 473 473 { 474 if (loader.find(snapshot)) 475 { 476 %> 477 <tbl:cell 478 column="<%="at"+loader.getId()%>" 479 ><tbl:cellvalue 474 %> 475 <tbl:cell 476 column="<%="at"+loader.getId()%>" 477 ><% 478 if (loader.find(snapshot)) 479 { 480 %><tbl:cellvalue 480 481 list="<%=loader.getValues()%>" 481 482 suffix="<%=loader.getUnitSymbol()%>" 482 /></tbl:cell> 483 <% 484 } 483 /><% 484 } 485 %></tbl:cell> 486 <% 485 487 } 486 488 } -
branches/3.4-stable/www/biomaterials/bioplates/list_bioplates.jsp
r6604 r6711 633 633 for (AnnotationLoaderUtil loader : annotationLoaders) 634 634 { 635 if (loader.find(snapshot)) 636 { 637 %> 638 <tbl:cell 639 column="<%="at"+loader.getId()%>" 640 ><tbl:cellvalue 635 %> 636 <tbl:cell 637 column="<%="at"+loader.getId()%>" 638 ><% 639 if (loader.find(snapshot)) 640 { 641 %><tbl:cellvalue 641 642 list="<%=loader.getValues()%>" 642 643 suffix="<%=loader.getUnitSymbol()%>" 643 /></tbl:cell> 644 <% 645 } 644 /><% 645 } 646 %></tbl:cell> 647 <% 646 648 } 647 649 } -
branches/3.4-stable/www/biomaterials/bioplates/wells/list_biowells.jsp
r6604 r6711 622 622 for (AnnotationLoaderUtil loader : annotationLoaders) 623 623 { 624 if (loader.find(snapshot)) 625 { 626 %> 627 <tbl:cell 628 column="<%="at"+loader.getId()%>" 629 ><tbl:cellvalue 624 %> 625 <tbl:cell 626 column="<%="at"+loader.getId()%>" 627 ><% 628 if (loader.find(snapshot)) 629 { 630 %><tbl:cellvalue 630 631 list="<%=loader.getValues()%>" 631 632 suffix="<%=loader.getUnitSymbol()%>" 632 /></tbl:cell> 633 <% 634 } 633 /><% 634 } 635 %></tbl:cell> 636 <% 635 637 } 636 638 } -
branches/3.4-stable/www/biomaterials/biosources/list_biosources.jsp
r6605 r6711 543 543 for (AnnotationLoaderUtil loader : annotationLoaders) 544 544 { 545 if (loader.find(snapshot)) 546 { 547 %> 548 <tbl:cell 549 column="<%="at"+loader.getId()%>" 550 ><tbl:cellvalue 545 %> 546 <tbl:cell 547 column="<%="at"+loader.getId()%>" 548 ><% 549 if (loader.find(snapshot)) 550 { 551 %><tbl:cellvalue 551 552 list="<%=loader.getValues()%>" 552 553 suffix="<%=loader.getUnitSymbol()%>" 553 /></tbl:cell> 554 <% 555 } 554 /><% 555 } 556 %></tbl:cell> 557 <% 556 558 } 557 559 } -
branches/3.4-stable/www/biomaterials/extracts/list_extracts.jsp
r6604 r6711 920 920 for (AnnotationLoaderUtil loader : annotationLoaders) 921 921 { 922 if (loader.find(snapshot)) 923 { 924 %> 925 <tbl:cell 926 column="<%="at"+loader.getId()%>" 927 ><tbl:cellvalue 922 %> 923 <tbl:cell 924 column="<%="at"+loader.getId()%>" 925 ><% 926 if (loader.find(snapshot)) 927 { 928 %><tbl:cellvalue 928 929 list="<%=loader.getValues()%>" 929 930 suffix="<%=loader.getUnitSymbol()%>" 930 /></tbl:cell> 931 <% 932 } 931 /><% 932 } 933 %></tbl:cell> 934 <% 933 935 } 934 936 } -
branches/3.4-stable/www/biomaterials/lists/list_lists.jsp
r6604 r6711 465 465 for (AnnotationLoaderUtil loader : annotationLoaders) 466 466 { 467 if (loader.find(snapshot)) 468 { 469 %> 470 <tbl:cell 471 column="<%="at"+loader.getId()%>" 472 ><tbl:cellvalue 467 %> 468 <tbl:cell 469 column="<%="at"+loader.getId()%>" 470 ><% 471 if (loader.find(snapshot)) 472 { 473 %><tbl:cellvalue 473 474 list="<%=loader.getValues()%>" 474 475 suffix="<%=loader.getUnitSymbol()%>" 475 /></tbl:cell> 476 <% 477 } 476 /><% 477 } 478 %></tbl:cell> 479 <% 478 480 } 479 481 } -
branches/3.4-stable/www/biomaterials/lists/members/list_members.jsp
r6604 r6711 989 989 for (AnnotationLoaderUtil loader : annotationLoaders) 990 990 { 991 if (loader.find(snapshot)) 992 { 993 %> 994 <tbl:cell 995 column="<%="at"+loader.getId()%>" 996 ><tbl:cellvalue 991 %> 992 <tbl:cell 993 column="<%="at"+loader.getId()%>" 994 ><% 995 if (loader.find(snapshot)) 996 { 997 %><tbl:cellvalue 997 998 list="<%=loader.getValues()%>" 998 999 suffix="<%=loader.getUnitSymbol()%>" 999 /></tbl:cell> 1000 <% 1001 } 1000 /><% 1001 } 1002 %></tbl:cell> 1003 <% 1002 1004 } 1003 1005 } -
branches/3.4-stable/www/biomaterials/samples/list_samples.jsp
r6604 r6711 851 851 for (AnnotationLoaderUtil loader : annotationLoaders) 852 852 { 853 if (loader.find(snapshot)) 854 { 855 %> 856 <tbl:cell 857 column="<%="at"+loader.getId()%>" 858 ><tbl:cellvalue 853 %> 854 <tbl:cell 855 column="<%="at"+loader.getId()%>" 856 ><% 857 if (loader.find(snapshot)) 858 { 859 %><tbl:cellvalue 859 860 list="<%=loader.getValues()%>" 860 861 suffix="<%=loader.getUnitSymbol()%>" 861 /></tbl:cell> 862 <% 863 } 862 /><% 863 } 864 %></tbl:cell> 865 <% 864 866 } 865 867 } -
branches/3.4-stable/www/biomaterials/tags/list_tags.jsp
r6604 r6711 472 472 for (AnnotationLoaderUtil loader : annotationLoaders) 473 473 { 474 if (loader.find(snapshot)) 475 { 476 %> 477 <tbl:cell 478 column="<%="at"+loader.getId()%>" 479 ><tbl:cellvalue 474 %> 475 <tbl:cell 476 column="<%="at"+loader.getId()%>" 477 ><% 478 if (loader.find(snapshot)) 479 { 480 %><tbl:cellvalue 480 481 list="<%=loader.getValues()%>" 481 482 suffix="<%=loader.getUnitSymbol()%>" 482 /></tbl:cell> 483 <% 484 } 483 /><% 484 } 485 %></tbl:cell> 486 <% 485 487 } 486 488 } -
branches/3.4-stable/www/lims/arraybatches/list_batches.jsp
r6604 r6711 544 544 for (AnnotationLoaderUtil loader : annotationLoaders) 545 545 { 546 if (loader.find(snapshot)) 547 { 548 %> 549 <tbl:cell 550 column="<%="at"+loader.getId()%>" 551 ><tbl:cellvalue 546 %> 547 <tbl:cell 548 column="<%="at"+loader.getId()%>" 549 ><% 550 if (loader.find(snapshot)) 551 { 552 %><tbl:cellvalue 552 553 list="<%=loader.getValues()%>" 553 554 suffix="<%=loader.getUnitSymbol()%>" 554 /></tbl:cell> 555 <% 556 } 555 /><% 556 } 557 %></tbl:cell> 558 <% 557 559 } 558 560 } -
branches/3.4-stable/www/lims/arraydesigns/list_designs.jsp
r6604 r6711 671 671 for (AnnotationLoaderUtil loader : annotationLoaders) 672 672 { 673 if (loader.find(snapshot)) 674 { 675 %> 676 <tbl:cell 677 column="<%="at"+loader.getId()%>" 678 ><tbl:cellvalue 673 %> 674 <tbl:cell 675 column="<%="at"+loader.getId()%>" 676 ><% 677 if (loader.find(snapshot)) 678 { 679 %><tbl:cellvalue 679 680 list="<%=loader.getValues()%>" 680 681 suffix="<%=loader.getUnitSymbol()%>" 681 /></tbl:cell> 682 <% 683 } 682 /><% 683 } 684 %></tbl:cell> 685 <% 684 686 } 685 687 } -
branches/3.4-stable/www/lims/arrayslides/list_slides.jsp
r6604 r6711 529 529 for (AnnotationLoaderUtil loader : annotationLoaders) 530 530 { 531 if (loader.find(snapshot)) 532 { 533 %> 534 <tbl:cell 535 column="<%="at"+loader.getId()%>" 536 ><tbl:cellvalue 531 %> 532 <tbl:cell 533 column="<%="at"+loader.getId()%>" 534 ><% 535 if (loader.find(snapshot)) 536 { 537 %><tbl:cellvalue 537 538 list="<%=loader.getValues()%>" 538 539 suffix="<%=loader.getUnitSymbol()%>" 539 /></tbl:cell> 540 <% 541 } 540 /><% 541 } 542 %></tbl:cell> 543 <% 542 544 } 543 545 } -
branches/3.4-stable/www/lims/plates/list_plates.jsp
r6604 r6711 616 616 for (AnnotationLoaderUtil loader : annotationLoaders) 617 617 { 618 if (loader.find(snapshot)) 619 { 620 %> 621 <tbl:cell 622 column="<%="at"+loader.getId()%>" 623 ><tbl:cellvalue 618 %> 619 <tbl:cell 620 column="<%="at"+loader.getId()%>" 621 ><% 622 if (loader.find(snapshot)) 623 { 624 %><tbl:cellvalue 624 625 list="<%=loader.getValues()%>" 625 626 suffix="<%=loader.getUnitSymbol()%>" 626 /></tbl:cell> 627 <% 628 } 627 /><% 628 } 629 %></tbl:cell> 630 <% 629 631 } 630 632 } -
branches/3.4-stable/www/lims/plates/wells/list_wells.jsp
r6604 r6711 598 598 for (AnnotationLoaderUtil loader : annotationLoaders) 599 599 { 600 if (loader.find(snapshot)) 601 { 602 %> 603 <tbl:cell 604 column="<%="at"+loader.getId()%>" 605 ><tbl:cellvalue 600 %> 601 <tbl:cell 602 column="<%="at"+loader.getId()%>" 603 ><% 604 if (loader.find(snapshot)) 605 { 606 %><tbl:cellvalue 606 607 list="<%=loader.getValues()%>" 607 608 suffix="<%=loader.getUnitSymbol()%>" 608 /></tbl:cell> 609 <% 610 } 609 /><% 610 } 611 %></tbl:cell> 612 <% 611 613 } 612 614 } -
branches/3.4-stable/www/views/derivedbioassays/list_bioassays.jsp
r6604 r6711 746 746 for (AnnotationLoaderUtil loader : annotationLoaders) 747 747 { 748 if (loader.find(snapshot)) 749 { 750 %> 751 <tbl:cell 752 column="<%="at"+loader.getId()%>" 753 ><tbl:cellvalue 748 %> 749 <tbl:cell 750 column="<%="at"+loader.getId()%>" 751 ><% 752 if (loader.find(snapshot)) 753 { 754 %><tbl:cellvalue 754 755 list="<%=loader.getValues()%>" 755 756 suffix="<%=loader.getUnitSymbol()%>" 756 /></tbl:cell> 757 <% 758 } 757 /><% 758 } 759 %></tbl:cell> 760 <% 759 761 } 760 762 } -
branches/3.4-stable/www/views/experiments/bioassays/list_bioassays.jsp
r6604 r6711 524 524 for (AnnotationLoaderUtil loader : annotationLoaders) 525 525 { 526 if (loader.find(snapshot)) 527 { 528 %> 529 <tbl:cell 530 column="<%="at"+loader.getId()%>" 531 ><tbl:cellvalue 526 %> 527 <tbl:cell 528 column="<%="at"+loader.getId()%>" 529 ><% 530 if (loader.find(snapshot)) 531 { 532 %><tbl:cellvalue 532 533 list="<%=loader.getValues()%>" 533 534 suffix="<%=loader.getUnitSymbol()%>" 534 /></tbl:cell> 535 <% 536 } 535 /><% 536 } 537 %></tbl:cell> 538 <% 537 539 } 538 540 } -
branches/3.4-stable/www/views/experiments/bioassaysets/analysis_tree.jsp
r6604 r6711 813 813 for (AnnotationLoaderUtil loader : annotationLoaders) 814 814 { 815 if (loader.find(snapshot)) 816 { 817 %> 818 <tbl:cell 819 column="<%="at"+loader.getId()%>" 820 ><tbl:cellvalue 815 %> 816 <tbl:cell 817 column="<%="at"+loader.getId()%>" 818 ><% 819 if (loader.find(snapshot)) 820 { 821 %><tbl:cellvalue 821 822 list="<%=loader.getValues()%>" 822 823 suffix="<%=loader.getUnitSymbol()%>" 823 /></tbl:cell> 824 <% 825 } 824 /><% 825 } 826 %></tbl:cell> 827 <% 826 828 } 827 829 } -
branches/3.4-stable/www/views/physicalbioassays/list_bioassays.jsp
r6647 r6711 683 683 for (AnnotationLoaderUtil loader : annotationLoaders) 684 684 { 685 if (loader.find(snapshot)) 686 { 687 %> 688 <tbl:cell 689 column="<%="at"+loader.getId()%>" 690 ><tbl:cellvalue 685 %> 686 <tbl:cell 687 column="<%="at"+loader.getId()%>" 688 ><% 689 if (loader.find(snapshot)) 690 { 691 %><tbl:cellvalue 691 692 list="<%=loader.getValues()%>" 692 693 suffix="<%=loader.getUnitSymbol()%>" 693 /></tbl:cell> 694 <% 695 } 694 /><% 695 } 696 %></tbl:cell> 697 <% 696 698 } 697 699 } -
branches/3.4-stable/www/views/rawbioassays/list_rawbioassays.jsp
r6604 r6711 786 786 for (AnnotationLoaderUtil loader : annotationLoaders) 787 787 { 788 if (loader.find(snapshot)) 789 { 790 %> 791 <tbl:cell 792 column="<%="at"+loader.getId()%>" 793 ><tbl:cellvalue 788 %> 789 <tbl:cell 790 column="<%="at"+loader.getId()%>" 791 ><% 792 if (loader.find(snapshot)) 793 { 794 %><tbl:cellvalue 794 795 list="<%=loader.getValues()%>" 795 796 suffix="<%=loader.getUnitSymbol()%>" 796 /></tbl:cell> 797 <% 798 } 797 /><% 798 } 799 %></tbl:cell> 800 <% 799 801 } 800 802 }
Note: See TracChangeset
for help on using the changeset viewer.