Rev Author Line No. Line
4985 kaklik 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <title> PermaLink </title>
6 <meta name="keywords" content="PermaLink permanent link stable link">
7 <meta name="description" content="The page for permanent link processing">
8 <!-- AUTOINCLUDE START "Page/Head.cs.ihtml" DO NOT REMOVE -->
9 <link rel="StyleSheet" href="/Web/CSS/MLAB.css" type="text/css" title="MLAB Basic Style">
10 <link rel="StyleSheet" href="/Web/CSS/MLAB_Print.css" type="text/css" media="print">
11 <link rel="shortcut icon" type="image/x-icon" href="/Web/PIC/MLAB.ico">
12 <script type="text/javascript" src="/Web/JS/MLAB_Menu.js"></script>
13 <!-- AUTOINCLUDE END -->
14 <style type="text/css">
15 tr.Section td {
16 background-color: #EEFFEE; /* pozadí tabulky */
17 }
18  
19 tr.Project td {
20 background-color: #FFFFCC; /* pozadí tabulky */
21 }
22  
23 .Marked {
24 color: red; /**/
25 /*font-size: 130%; /**/
26 font-weight: bolder; /**/
27 }
28  
29 form {
30 background-color: #EEFFEE;
31 padding: 6px;
32 }
33  
34 input {
35 background-color: #FFFFCC;
36 border: solid 1px red;
37 }
38 </style>
39 </head>
40  
41 <body lang="en" onLoad="document.forms.FormPermaLink.PermaLink.focus()">
42  
43 <!-- AUTOINCLUDE START "Page/Header.en.ihtml" DO NOT REMOVE -->
44 <!-- ============== HEADER ============== -->
45 <div class="Header">
46 <script type="text/javascript">
47 <!--
48 SetRelativePath("/");
49 DrawHeader();
50 // -->
51 </script>
52 <noscript>
53 <p><b> JavaScript is required for including of the header </b></p>
54 </noscript>
55 </div>
56 <!-- AUTOINCLUDE END -->
57  
58 <!-- AUTOINCLUDE START "Page/Menu.en.ihtml" DO NOT REMOVE -->
59 <!-- ============== MENU ============== -->
60 <div class="Menu">
61 <script type="text/javascript">
62 <!--
63 SetRelativePath("/");
64 DrawMenu();
65 // -->
66 </script>
67 <noscript>
68 <p><b> JavaScript is required for including of the menu </b></p>
69 </noscript>
70 </div>
71 <!-- AUTOINCLUDE END -->
72  
73 <!-- ============== TEXT ============== -->
74 <div class="Text">
75  
76 <h1> Incomplete permanent link </h1>
77  
78 <p>
79 <i> You have entered unambiguous or invalid link.
80 You may enter the link more precisely or you can choose from founded items.</i>
81 <br>
82 Search engine ignores letter case and accent. It looks for (partial)
83 correspondence of given text and section (directory) name or project (module) name.
84 How do permanent liks work is written in <a href='/PermaLink/PermaLink'>documentation</a>.
85 </p>
86  
87 <form name="FormPermaLink" method="post" action="http://$InfoThisServer/PermaLink">
88 <label for="PermaLink">Permanent Link</label>
89 <input type="text" name="PermaLink" value="$InfoThisLink" size="50">
90 </form>
91  
92 <br>
93  
94 <table>
95 <tr>
96 <th> PermaLink </th>
97 <th class='Center'> View </th>
98 <th> WEB Path and Description </th>
99 </tr>
100 <!-- Řádky indexu se vkládají sem -->
101 $InfoLine
102 <!-- Formát vkládané řádky -->
103 $InfoLine =
104 "
105 <tr>
106 <td> $InfoPermaLink </td>
107 <td class='Center'> $InfoPicture </td>
108 <td class='Top'> $InfoPath <br>
109 <p> <i> $InfoShortDescription </i> </p>
110 <p class='Small'> $InfoLongDescription </p> </td>
111 </tr>
112 "
113 <!-- Co se dává do položek, které nemají obsah -->
114 $InfoNoPicture = "NoPicture.jpg"
115 $InfoPictureGlue = "<br>"
116 $InfoPictureAlt = "Illustrational Picture"
117 $InfoNoText = "No Description Available"
118 $InfoNoData = "<tr><td class='Center' colspan='3'> Nothing Found </td></tr>"
119 </table>
120  
121 </div>
122  
123 <!-- AUTOINCLUDE START "Page/Footer.en.ihtml" DO NOT REMOVE -->
124 <!-- ============== FOOTER ============== -->
125 <div class="Footer">
126 <script type="text/javascript">
127 <!--
128 SetRelativePath("/");
129 DrawFooter();
130 // -->
131 </script>
132 <noscript>
133 <p><b> JavaScript is required for including of the footer </b></p>
134 </noscript>
135 </div>
136 <!-- AUTOINCLUDE END -->
137  
138 </body>
139 </html>