No changes between revisions
/Server/GenIndexOld/thumb.php
File deleted
/Server/GenIndexOld/modules.inc.php
File deleted
/Server/GenIndexOld/image.php
File deleted
/Server/GenIndexOld/nopicture2.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/Server/GenIndexOld/modules.php
File deleted
/Server/GenIndex/Common.php
27,6 → 27,11
}
 
 
function CheckEnvironment()
{
// POZOR DOPSAT
}
 
function CheckWebPath($Path)
// Zadaná cesta se chápe jako cesta uvnitř webu (vzhledem k document root).
// Případné relativní části (/../..) převede na absolutní a zkontroluje
/Server/GenIndex/Templates/Modules.en.ihtml
59,34 → 59,47
</p>
 
<!-- Klikací řádka s cestou -->
<h1 class="Small"> $InfoPath </h1>
$InfoPathTitle = "The Easy Way Back ..."
 
<table>
<tr>
<td> <h1 class='Small'>$InfoPath</h1> </td>
<th>Name</th>
<th>View</th>
<th>Description</th>
<th>WebSVN</th>
<th>HTML</th>
<th>PDF</th>
</tr>
<!-- Řádky indexu se vkládají sem -->
$InfoLine
<!-- Formát vkládané řádky -->
$InfoLine =
"
<tr>
<td> $InfoName</td>
<td> $InfoPicture</td>
<td> <p><i> $InfoDescripion</i></p>
<p class='Small'> $InfoLongDescription</p></td>
<td> $InfoWebSVN</td>
<td> $InfoHTML</td>
<td> $InfoPDF</td>
</tr>
"
<!-- Formát elementu pro oddělení adresářů a projektů -->
$InfoSeparator =
"
<tr>
<td colspan='6'> <hr> </td>
</tr>"
<!-- Lepidlo pro spojování více odkazů najednou v jedné položce -->
$InfoGlue = "<br>"
<!-- Co se dává do položek, které nemají obsah -->
$InfoNoPicture = "NoPicture.jpg"
$InfoNoInfo = "--"
$InfoSVNTitle = "Access to All Project Files"
</table>
$InfoPathTitle = "The Easy Way Back ..."
 
<!-- Řádky indexu se vkládají sem -->
$InfoLine
<!-- Formát vkládané řádky -->
$InfoLine =
"
<hr>
<h2 class='Small'>$InfoName</h2>
<p>
$InfoPicture&nbsp;
$InfoDescripion<br>
$InfoWebSVN&nbsp;
$InfoHTML&nbsp;
$InfoPDF
</p>
"
<!-- Lepidlo pro spojování více odkazů najednou v jedné položce -->
$InfoGlue = "&nbsp;"
<!-- Co se dává do položek, které nemají obsah -->
$InfoNoInfo = "--"
$InfoSVNTitle = "Accsess to All Files"
 
</div>
 
<!-- AUTOINCLUDE START "Page/Footer.en.ihtml" DO NOT REMOVE -->
/Server/GenIndex/Templates/NoPicture.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/Web/Designs.cs.html
59,7 → 59,7
 
<p>
<i>Zkušební verze rozcestníku (generuje se automaticky) je
<a href="http://www.mlab.cz/Server/GenIndex/GenIndex.php?lang=cs&amp;path=/Designes">zde</a></i>
<a href="http://www.mlab.cz/Server/GenIndex/GenIndex.php?lang=cs&amp;path=/Designs">zde</a></i>
<p>
 
<h1> Roboty </h1>
/Web/Designs.en.html
59,7 → 59,7
 
<p>
<i>Test version of the Index is
<a href="http://www.mlab.cz/Server/GenIndex/GenIndex.php?lang=en&amp;path=/Designes">here</a></i>
<a href="http://www.mlab.cz/Server/GenIndex/GenIndex.php?lang=en&amp;path=/Designs">here</a></i>
<p>
 
</div>