Content Layer |
---|
|
Content Column |
---|
width | 100.00002% |
---|
id | 1126706177 |
---|
| |
|
Content Layer |
---|
|
Content Column |
---|
| Content Block |
---|
padding | 0px 22px |
---|
margin | 0px 22px |
---|
background-repeat | no-repeat |
---|
background-size | 1100px |
---|
id | 1126706167 |
---|
background-image | UT170510AT041-Pano-1.webp |
---|
background-position | center center |
---|
height | 250px |
---|
| |
Content Block |
---|
margin | 0px 0px 30px 0px |
---|
overflow | visible |
---|
id | 1126706155 |
---|
| Livesearch |
---|
spaceKey | AA |
---|
size | large |
---|
placeholder | Otsi arvutiabist.... |
---|
type | page |
---|
|
Tere tulemast Tartu Ülikooli IT viki leheküljele!Tartu Ülikooli arvutiabi pakub tuge esmaspäevast reedeni kl 8–17. Kontor aadressil Uppsala 10 on avatud esmaspäevast reedeni kl 8-17. Ekraani alt-paremalt nurgast leiad meie virtuaalse assistendi, mis vastab küsimustele arvutiabis olevate juhendite põhjal. |
|
|
Content Layer |
---|
|
Content Column |
---|
column | alternate |
---|
width | 22% |
---|
id | 1126771572 |
---|
| Content Block |
---|
background-color | $lightGrayColor |
---|
padding | 40px 16px |
---|
margin | 0px 22px |
---|
id | 1126771583 |
---|
| KontaktandmedE–R 8–17 737 5500 (5500) Uppsala 10 arvutiabi@ut.ee |
|
Content Column |
---|
| Content Block |
---|
| HTML |
---|
<!-- Chat Button -->
<button id="openChatBtn" style="position: fixed; bottom: 20px; right: 20px; cursor: pointer; border: none; background: none; z-index: 1000;">
<img id="chatAvatar" alt="Chat Avatar" width="auto" height="84" />
</button>
<!-- Chat Container -->
<div id="chatContainer" style="position: fixed; bottom: 0; right: 0; width: 100%; max-width: 500px; height: 80vh; border: 1px solid #ccc; background-color: white; z-index: 1000; display: none; border-radius: 20px 20px 0px 0px;">
<!-- Chat Header with Close Button -->
<div style="background-color: #2C569B; padding: 10px; text-align: right; height: 50px; border-radius: 20px 20px 0 0; display: flex; align-items: center; justify-content: space-between;">
<div style="display: flex; align-items: center; justify-content: start; gap: 12px;">
<img src="https://portal.tehisintellekt.ee/ut/tiksu.svg" alt="Logo" style="height: 46px; margin-left: 12px;">
<div style="display: flex; flex-direction: column; align-items: start;">
<span style="font-size: 20px; font-weight:700; color:white; font-family: system-ui, sans-serif;">Tiksu</span>
<span id="tiksuSubtitle" style="font-size: 12px; font-weight:400; color:white; font-family: system-ui, sans-serif;"></span>
</div>
</div>
<button id="closeChatBtn" style="border: none; background: none; cursor: pointer; padding-right: 12px; display: flex; align-items: center;">
<img src="https://portal.tehisintellekt.ee/ut/close_button.svg" alt="Close" />
</button>
</div>
<!-- Chat iFrame -->
<iframe id="chatIframe" src="https://portal.tehisintellekt.ee/ut" style="width: 100%; height: calc(100% - 70px); border: none; border-radius: 0 0 20px 20px;"></iframe>
</div>
<script>
// Language resources
const resources = {
english: {
avatar: "https://portal.tehisintellekt.ee/ut/need_some_help.svg",
lang: "en",
text: "IT-helpdesk virtual assistant responds instantly"
},
estonian: {
avatar: "https://portal.tehisintellekt.ee/ut/kas_vajad_abi.svg",
lang: "et",
text: "Arvutiabi virtuaalne assistent vastab kohe"
},
};
// Get elements
const chatAvatar = document.getElementById('chatAvatar');
const chatIframe = document.getElementById('chatIframe');
const tiksuSubtitle = document.getElementById('tiksuSubtitle');
// Function to set language based on referrer URL
function setLanguage() {
if (typeof window !== "undefined") {
console.log("Referrer URL:", document.referrer);
let selectedLang;
if (window.location.href.startsWith("https://wiki.ut.ee/spaces/IT/overview") ||
window.location.href.startsWith("https://wiki-test.ut.ee/spaces/IT/overview") ||
window.location.href.startsWith("https://wiki.ut.ee/spaces/IT/pages/199673373/Helpdesk") ||
window.location.href.startsWith("https://wiki-test.ut.ee/spaces/IT/pages/199673373/Helpdesk")) {
// Set English
chatAvatar.src = resources.english.avatar;
tiksuSubtitle.textContent = resources.english.text;
selectedLang = resources.english.lang;
} else {
// Set Estonian
chatAvatar.src = resources.estonian.avatar;
tiksuSubtitle.textContent = resources.estonian.text;
selectedLang = resources.estonian.lang;
}
// Update the iframe src with the language parameter
const currentSrc = new URL(chatIframe.src);
currentSrc.searchParams.set('lang', selectedLang);
chatIframe.src = currentSrc.toString();
}
}
// Initialize the language
setLanguage();
// Open Chat
document.getElementById('openChatBtn').addEventListener('click', function() {
document.getElementById('chatContainer').style.display = 'block';
});
// Close Chat
document.getElementById('closeChatBtn').addEventListener('click', function() {
document.getElementById('chatContainer').style.display = 'none';
});
</script> |
|
|
|
Content Layer |
---|
id | 1126792720 |
---|
class | hideCommentBlock |
---|
|
|
Note |
---|
23.03.2020 12:30 - 13:00 Teams Live Event - Esimene nädal kaugtööd ja -õpet on seljataga.
- Tartu Ülikooli digiarengu juht Erkki Leego teeb ülevaate kaugtööjuhistest ja saadud kogemuse käigus kogutud nippidest.
- Enne üritust ja ürituse ajal on võimalik keskkonnas esitada küsimusi, millele vastavad IT- ja e-õppe spetsialistid. Oodatud on parimate nippide jagamine!
|
Note |
---|
24.03.2020 12:30 - 13:00 Teams Live Event - Chief Digital Officer of University of Tartu Erkki Leego will give overview of guidelines of remote working and top tips after 1. week of total distance working and learning.
- There is opportunity to ask questions where IT and e-learning specialists will provide answers. Please share also you own best tips!
|
Kontaktinfo
Tartu Ülikooli Arvutiabi töötab esmaspäevast reedeni kellaaegadel 08:00-18:00.
Eriolukorra ajal on arvutiabi kättesaadav ka laupäeval ja pühapäeva 08:00 - 18:00.
Meie telefoninumber on +372 737 5500 (5500).
Meie e-posti aadress on arvutiabi@ut.ee
Contact information
The University of Tartu Helpdesk works from Monday to Friday from 08:00-18:00.
At the state of emergency Helpdesk is available also on Saturday and Sunday 08:00 - 18:00.
Our phone number is +372 737 5500 (5500).
Our e-mail address is arvutiabi@ut.ee.
Arvutivõrk
Children Display |
---|
page | Andmeside ja arvutivõrk |
---|
|
Võrgukettad ja andmete varundamine
Children Display |
---|
page | Võrgukettad ja andmete varundamine |
---|
|
Network drives and data backup
Kasutajakonto
...