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
Následující verzeObě strany příští revize
tematator [2021/04/13 09:06] Dalibor Hulatematator [2021/11/03 08:38] Dalibor Hula
Řádek 21: Řádek 21:
 "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čné 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 33:
   
 var dates = [ var dates = [
- ["28. 2. 2021", "10. 4. 2021"], + ["28. 2. 2022", "10. 4. 2022"], 
- ["31. 3. 2021", "15. 4. 2021"], + ["31. 3. 2022", "15. 4. 2022"], 
- ["27. 4. 2021", "4. 5. 2021"]+ ["27. 4. 2022", "4. 5. 2022"]
  ];  ];
  
Řádek 90: Řádek 90:
  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 116: Řádek 116:
  strText += txt[14 + iTypeID][iLangID] + "<BR/>\n";  strText += txt[14 + iTypeID][iLangID] + "<BR/>\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 155:
  <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>