0,0 → 1,139 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
<html> |
<head> |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
<title> PermaLink </title> |
<meta name="keywords" content="PermaLink permanent link stable link"> |
<meta name="description" content="The page for permanent link processing"> |
<!-- AUTOINCLUDE START "Page/Head.cs.ihtml" DO NOT REMOVE --> |
<link rel="StyleSheet" href="/Web/CSS/MLAB.css" type="text/css" title="MLAB Basic Style"> |
<link rel="StyleSheet" href="/Web/CSS/MLAB_Print.css" type="text/css" media="print"> |
<link rel="shortcut icon" type="image/x-icon" href="/Web/PIC/MLAB.ico"> |
<script type="text/javascript" src="/Web/JS/MLAB_Menu.js"></script> |
<!-- AUTOINCLUDE END --> |
<style type="text/css"> |
tr.Section td { |
background-color: #EEFFEE; /* pozadí tabulky */ |
} |
|
tr.Project td { |
background-color: #FFFFCC; /* pozadí tabulky */ |
} |
|
.Marked { |
color: red; /**/ |
/*font-size: 130%; /**/ |
font-weight: bolder; /**/ |
} |
|
form { |
background-color: #EEFFEE; |
padding: 6px; |
} |
|
input { |
background-color: #FFFFCC; |
border: solid 1px red; |
} |
</style> |
</head> |
|
<body lang="en" onLoad="document.forms.FormPermaLink.PermaLink.focus()"> |
|
<!-- AUTOINCLUDE START "Page/Header.en.ihtml" DO NOT REMOVE --> |
<!-- ============== HEADER ============== --> |
<div class="Header"> |
<script type="text/javascript"> |
<!-- |
SetRelativePath("/"); |
DrawHeader(); |
// --> |
</script> |
<noscript> |
<p><b> JavaScript is required for including of the header </b></p> |
</noscript> |
</div> |
<!-- AUTOINCLUDE END --> |
|
<!-- AUTOINCLUDE START "Page/Menu.en.ihtml" DO NOT REMOVE --> |
<!-- ============== MENU ============== --> |
<div class="Menu"> |
<script type="text/javascript"> |
<!-- |
SetRelativePath("/"); |
DrawMenu(); |
// --> |
</script> |
<noscript> |
<p><b> JavaScript is required for including of the menu </b></p> |
</noscript> |
</div> |
<!-- AUTOINCLUDE END --> |
|
<!-- ============== TEXT ============== --> |
<div class="Text"> |
|
<h1> Incomplete permanent link </h1> |
|
<p> |
<i> You have entered unambiguous or invalid link. |
You may enter the link more precisely or you can choose from founded items.</i> |
<br> |
Search engine ignores letter case and accent. It looks for (partial) |
correspondence of given text and section (directory) name or project (module) name. |
How do permanent liks work is written in <a href='/PermaLink/PermaLink'>documentation</a>. |
</p> |
|
<form name="FormPermaLink" method="post" action="http://$InfoThisServer/PermaLink"> |
<label for="PermaLink">Permanent Link</label> |
<input type="text" name="PermaLink" value="$InfoThisLink" size="50"> |
</form> |
|
<br> |
|
<table> |
<tr> |
<th> PermaLink </th> |
<th class='Center'> View </th> |
<th> WEB Path and Description </th> |
</tr> |
<!-- Řádky indexu se vkládají sem --> |
$InfoLine |
<!-- Formát vkládané řádky --> |
$InfoLine = |
" |
<tr> |
<td> $InfoPermaLink </td> |
<td class='Center'> $InfoPicture </td> |
<td class='Top'> $InfoPath <br> |
<p> <i> $InfoShortDescription </i> </p> |
<p class='Small'> $InfoLongDescription </p> </td> |
</tr> |
" |
<!-- Co se dává do položek, které nemají obsah --> |
$InfoNoPicture = "NoPicture.jpg" |
$InfoPictureGlue = "<br>" |
$InfoPictureAlt = "Illustrational Picture" |
$InfoNoText = "No Description Available" |
$InfoNoData = "<tr><td class='Center' colspan='3'> Nothing Found </td></tr>" |
</table> |
|
</div> |
|
<!-- AUTOINCLUDE START "Page/Footer.en.ihtml" DO NOT REMOVE --> |
<!-- ============== FOOTER ============== --> |
<div class="Footer"> |
<script type="text/javascript"> |
<!-- |
SetRelativePath("/"); |
DrawFooter(); |
// --> |
</script> |
<noscript> |
<p><b> JavaScript is required for including of the footer </b></p> |
</noscript> |
</div> |
<!-- AUTOINCLUDE END --> |
|
</body> |
</html> |