Rozdíly

Zde můžete vidět rozdíly mezi vybranou verzí a aktuální verzí dané stránky.

Odkaz na výstup diff

Obě strany předchozí revizePředchozí verze
Následující verze
Předchozí verze
tematator [2021/09/16 07:41] Dalibor Hulatematator [2023/10/10 13:02] (aktuální) Admin
Řádek 1: Řádek 1:
 +====== Tematator ======
 +
 +Tématator je aplikace pro vytvoření textu pro vložení textu do IS.
 +
 +====== Aplikace ======
 +
 +
 <html><script language="javascript" type="text/javascript"> <html><script language="javascript" type="text/javascript">
  
Řádek 14: Řádek 21:
  ["Zpracování jednotlivých kapitol do: ", "Spracovanie jednotlivých kapitol do: ", "Elaboration of individual chapters till: "],  ["Zpracování jednotlivých kapitol do: ", "Spracovanie jednotlivých kapitol do: ", "Elaboration of individual chapters till: "],
  ["Zpracování závěrů práce do: ", "Spracovanie záverov práce do: ", "Elaboration of conclusion till: "],  ["Zpracování závěrů práce do: ", "Spracovanie záverov práce do: ", "Elaboration of conclusion till: "],
- ["Odevzdání práce na katedru do: ", "Odevzdanie práce na katedru do: ", "Submission of thesis at a department till: "],+ ["Odevzdání práce do IS SU do: ", "Odevzdanie práce do IS SU do: ", "Submission of thesis in IS SU till: "],
   
  ["Rámcový obsah práce:", "Rámcový obsah práce:", "Given content of the thesis:"],  ["Rámcový obsah práce:", "Rámcový obsah práce:", "Given content of the thesis:"],
Řádek 21: Řádek 28:
 "The aim of the thesis is to evaluate the economic efficiency of selected company. The annual reports of a company PRECHEZA, a.s. will be used. Methods of evaluating the effectiveness of the company will be described within theoretical part of the thesis. They will subsequently be used for practical application to the selected company. Finally, economic efficiency of the selected company will be evaluated."], "The aim of the thesis is to evaluate the economic efficiency of selected company. The annual reports of a company PRECHEZA, a.s. will be used. Methods of evaluating the effectiveness of the company will be described within theoretical part of the thesis. They will subsequently be used for practical application to the selected company. Finally, economic efficiency of the selected company will be evaluated."],
   
- ["Předpokládaný rozsah práce:", "Predpokladaný rozsah práce:", "The expected scope of the thesis:"],+ ["Předpokládaný rozsah závěrečné práce:", "Predpokladaný rozsah záverečnej práce:", "The expected scope of the thesis:"],
  ["Předpokládaný rozsah bakalářské práce je 35-45 stran.", "Predpokladaný rozsah bakalárskej práce je 35-45 strán.", "The expected range of the bachelor thesis is 35-45 pages."],  ["Předpokládaný rozsah bakalářské práce je 35-45 stran.", "Predpokladaný rozsah bakalárskej práce je 35-45 strán.", "The expected range of the bachelor thesis is 35-45 pages."],
  ["Předpokládaný rozsah diplomové práce je 45-65 stran.", "Predpokladaný rozsah diplomovej práce je 45-65 strán.", "The expected range of the master thesis is 45-65 pages."],  ["Předpokládaný rozsah diplomové práce je 45-65 stran.", "Predpokladaný rozsah diplomovej práce je 45-65 strán.", "The expected range of the master thesis is 45-65 pages."],
Řádek 33: Řádek 40:
   
 var dates = [ var dates = [
- ["28. 2. 2022", "10. 4. 2022"], + ["28. 2. 2024", "10. 4. 2024"], 
- ["31. 3. 2022", "15. 4. 2022"], + ["31. 3. 2024", "15. 4. 2024"], 
- ["27. 4. 2022", "4. 5. 2022"]+ ["25. 4. 2024", "6. 5. 2024"]
  ];  ];
  
Řádek 90: Řádek 97:
  setRange();  setRange();
   
- document.getElementById('labPodm').innerHTML = txt[16][iLangID]; + //document.getElementById('labPodm').innerHTML = txt[16][iLangID]; 
- document.getElementById('txtPodm').value = txt[17][iLangID];+ //document.getElementById('txtPodm').value = txt[17][iLangID];
   
  document.getElementById('butCopy').textContent = txt[18][iLangID];  document.getElementById('butCopy').textContent = txt[18][iLangID];
Řádek 108: Řádek 115:
  strText += "</OL>\n";  strText += "</OL>\n";
   
- strText += "<P>\n" + txt[11][iLangID] + "<BR/>\n";+ strText += "<P>\n" + txt[11][iLangID] + "<BR/><BR/>\n";
  strTmp = document.getElementById('txtObsh').value.trim().split(/\r?\n/);  strTmp = document.getElementById('txtObsh').value.trim().split(/\r?\n/);
- for (i=0; i<strTmp.length; i++) { strText += strTmp[i] + "<BR/>\n"; }+ for (i=0; i<strTmp.length; i++) { strText += strTmp[i] + "<BR/><BR/>\n"; }
  strText += "</P>\n";  strText += "</P>\n";
   
  strText += "<P>\n" + txt[13][iLangID] + "<BR/>\n";  strText += "<P>\n" + txt[13][iLangID] + "<BR/>\n";
  strText += txt[14 + iTypeID][iLangID] + "<BR/>\n";  strText += txt[14 + iTypeID][iLangID] + "<BR/>\n";
 +        strText += "</P>\n";
   
- strText += txt[16][iLangID] + "<BR/>\n"; 
- strTmp = document.getElementById('txtPodm').value.trim().split(/\r?\n/); 
- for (i=0; i<strTmp.length; i++) { strText += strTmp[i] + "<BR/>\n"; } 
- strText += "</P>\n"; 
   
  var elTxt = document.getElementById('txtVysl');  var elTxt = document.getElementById('txtVysl');
Řádek 159: Řádek 163:
  <p id="labRozs"></p>  <p id="labRozs"></p>
  
- <b><p id="labPodm"></p></b> 
- <textarea id="txtPodm" rows="3" cols="80" style="resize: none;"></textarea> 
- <br/> 
   
  <p><button id="butCopy" type = "button" onclick="genText();"></button></p>  <p><button id="butCopy" type = "button" onclick="genText();"></button></p>