class Template { static Main = class Main { static modal() { return `
${days}: ${start_time} to ${end_time} ${location_full}
` } static modal() { 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 `
`;
}
}
}