Subversion Repositories cheapmusic

Rev

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

Rev 134 Rev 137
Line 330... Line 330...
330
    $xh->add_attribute("class", "container-fluid bg-light");
330
    $xh->add_attribute("class", "container-fluid bg-light");
331
    $xh->tag('div');
331
    $xh->tag('div');
332
    $xh->add_attribute("class", "text-center py-2");
332
    $xh->add_attribute("class", "text-center py-2");
333
    $xh->tag('h2', "Matching Albums");
333
    $xh->tag('h2', "Matching Albums");
334
 
334
 
-
 
335
    $xh->add_attribute("id", "discogsDeckForm");
-
 
336
    $xh->add_attribute("method", "post");
-
 
337
    $xh->add_attribute("action", "/index.php");
335
    $xh->tag('form');
338
    $xh->tag('form');
336
    $xh->insert_code(inputSessionTab());
339
    $xh->insert_code(inputSessionTab());
337
    $xh->insert_code(inputNonce());
340
    $xh->insert_code(inputNonce());
338
    $xh->add_attribute("id", "discogsTitle");
341
    $xh->add_attribute("id", "discogsTitle");
339
    $xh->add_attribute("type", "hidden");
342
    $xh->add_attribute("type", "hidden");