gateway.fjla.uk/old/scripts/iconactions.js

56 lines
1.1 KiB
JavaScript

function gotoGateway() {
window.location = ("./")
}
function gotoAmpache() {
window.alert("Ampache has been replaced by Jellyfin.")
}
function gotoNextcloud() {
window.location = ("https://cloud.fjla.uk")
}
function gotoHomeAssistant() {
window.location = ("https://ha.fjla.uk")
}
function gotoJellyfin() {
window.location = ("https://jf.fjla.uk")
}
function gotoGallery() {
window.alert("Gallery is under maintenance and is not available.")
}
function gotoAccount() {
window.location = ("https://ipa0822.home.fjla.net")
}
function gotoHelp() {
window.location = ("https://fds.fjla.uk")
}
function gotoAll() {
window.location = ("./all.html")
}
function gotoMail() {
window.location = ("https://mx0123.fb-infra.uk/mail")
}
function gotoVoicemail() {
window.location = ("https://pbx.fjla.uk")
}
function gotoProxmox() {
window.location = ("https://pve0620.fjla.net:8006")
}
function gotoCUPS() {
window.alert("Printing has changed within the network,\ncurrently printers are accessed directly without a central server.\nThis option will be removed.")
}
function gotoOmada() {
window.location = ("https://omada.home.fjla.net:8043")
}