| Line 150... |
Line 150... |
| 150 |
$xh->add_attribute("id", "jump_" . $cnt);
|
150 |
$xh->add_attribute("id", "jump_" . $cnt);
|
| 151 |
$xh->add_attribute("class", "bg-info p-1");
|
151 |
$xh->add_attribute("class", "bg-info p-1");
|
| 152 |
$xh->tag('h3', $cnt . ") " . htmlentities($wl["artist"]) . " - " . htmlentities($wl["title"]));
|
152 |
$xh->tag('h3', $cnt . ") " . htmlentities($wl["artist"]) . " - " . htmlentities($wl["title"]));
|
| 153 |
|
153 |
|
| 154 |
$xh->tag('p', "Condition: " . $wl["cond"] . " | Format: " . $wl["format"] . " | Price Cap: " . print_monetary($wl["price"], $wl["currency"]));
|
154 |
$xh->tag('p', "Condition: " . $wl["cond"] . " | Format: " . $wl["format"] . " | Price Cap: " . print_monetary($wl["price"], $wl["currency"]));
|
| 155 |
$xh->insert_code(buildTable($arr));
|
155 |
$xh->insert_code(buildTable($arr, $cnt));
|
| 156 |
|
156 |
|
| 157 |
$xh->add_attribute("class", "btn btn-info mb-5");
|
157 |
$xh->add_attribute("class", "btn btn-info mb-5");
|
| 158 |
$xh->add_attribute("role", "button");
|
158 |
$xh->add_attribute("role", "button");
|
| 159 |
$xh->add_attribute("href", "#toc");
|
159 |
$xh->add_attribute("href", "#toc");
|
| 160 |
$xh->add_attribute("data-toggle", "tooltip");
|
160 |
$xh->add_attribute("data-toggle", "tooltip");
|