×
`
}
}
static Popup = class Popup {
static list_item(i, list_tile_color, unique, department, number, profname, list_sub_color, line) {
return `
`;
}
static conflict_message(conflict_message) {
return `
${conflict_message}>`
}
static line(line) {
let {
days,
start_time,
end_time,
location_link,
location_full
} = line;
return `${days}:
${start_time} to ${end_time}
${location_full}
`
}
}
static Import = class Import {
static button_text_default = "Import to UT Reg +";
static waitlist_button_text_default = "Import Waitlists to UT Reg +";
static button_success = "Courses Saved!";
static import_button() {
return `
`;
}
static waitlist_import_button() {
return `
`;
}
}
}