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

56 lines
1.1 KiB
JavaScript
Raw Normal View History

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