Subversion Repositories cheapmusic

Rev

Rev 144 | Rev 150 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 144 Rev 149
Line 791... Line 791...
791
    }
791
    }
792
    $xh->add_attribute("class", "mr-3");
792
    $xh->add_attribute("class", "mr-3");
793
    $xh->tag('span', $str);
793
    $xh->tag('span', $str);
794
    $xh->add_attribute("class", "nav nav-tabs ml-3");
794
    $xh->add_attribute("class", "nav nav-tabs ml-3");
795
    $xh->tag('ul');
795
    $xh->tag('ul');
796
    $xh->add_attribute("class", "nav-item border-0");
796
    $xh->add_attribute("class", "nav-item border-0 mb-n1");
797
    $xh->tag('li');
797
    $xh->tag('li');
798
    $xh->add_attribute("id", "detailTab");
798
    $xh->add_attribute("id", "detailTab");
799
    $xh->add_attribute("class", "nav-link active bg-white");
799
    $xh->add_attribute("class", "nav-link active bg-white");
800
    $xh->add_attribute("href", "#detailFilter");
800
    $xh->add_attribute("href", "#detailFilter");
801
    $xh->tag('a');
801
    $xh->tag('a');
Line 849... Line 849...
849
 
849
 
850
    $xh->close(); // nav
850
    $xh->close(); // nav
851
    $xh->add_attribute("class", "tab-content mb-3");
851
    $xh->add_attribute("class", "tab-content mb-3");
852
    $xh->tag('div');
852
    $xh->tag('div');
853
    $xh->add_attribute("id", "detailFilter");
853
    $xh->add_attribute("id", "detailFilter");
854
    $xh->add_attribute("class", "container tab-pane");
854
    $xh->add_attribute("class", "container tab-pane border");
855
    $xh->tag('div');
855
    $xh->tag('div');
856
    $xh->brnl();
856
    $xh->brnl();
857
    $xh->insert_code(detailResultHeader());
857
    $xh->insert_code(detailResultHeader());
858
    $xh->close(); // div
858
    $xh->close(); // div
859
    $xh->close(); // div
859
    $xh->close(); // div