|
Last change
on this file was 2, checked in by chronos, 13 years ago |
- Přidáno: Základní kostra projektu.
- Přidáno: Knihovna synapse.
|
|
File size:
1.3 KB
|
| Line | |
|---|
| 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|---|
| 2 |
|
|---|
| 3 | <html>
|
|---|
| 4 | <head>
|
|---|
| 5 | <title>Search Results</title>
|
|---|
| 6 |
|
|---|
| 7 | <link rel="StyleSheet" type="text/css" href="pasdoc.css">
|
|---|
| 8 |
|
|---|
| 9 | <!-- The following lines are required and must be in the <head> section of your HTML document -->
|
|---|
| 10 |
|
|---|
| 11 | <script language="JavaScript1.3" type="text/javascript" src="tip_data.js"></script>
|
|---|
| 12 | <script language="JavaScript1.3" type="text/javascript" src="tip_search.js"></script>
|
|---|
| 13 |
|
|---|
| 14 | <!-- End of required <head> section -->
|
|---|
| 15 |
|
|---|
| 16 | <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
|
|---|
| 17 |
|
|---|
| 18 |
|
|---|
| 19 | </head>
|
|---|
| 20 | <body>
|
|---|
| 21 |
|
|---|
| 22 | <div>
|
|---|
| 23 |
|
|---|
| 24 | <!-- The following JavaScript uses the tip_Num variable to return the number of matches found -->
|
|---|
| 25 |
|
|---|
| 26 | <script language="JavaScript1.3" type="text/javascript">
|
|---|
| 27 | if (tip_Num == 0) {
|
|---|
| 28 | document.write('No matches found');
|
|---|
| 29 | }
|
|---|
| 30 | if (tip_Num == 1) {
|
|---|
| 31 | document.write('1 match found');
|
|---|
| 32 | }
|
|---|
| 33 | if (tip_Num > 1) {
|
|---|
| 34 | document.write(tip_Num, ' matches found');
|
|---|
| 35 | }
|
|---|
| 36 | </script>
|
|---|
| 37 |
|
|---|
| 38 | <hr>
|
|---|
| 39 |
|
|---|
| 40 | <!-- The following line returns the results -->
|
|---|
| 41 |
|
|---|
| 42 | <script language="JavaScript1.3" type="text/javascript">tip_out()</script>
|
|---|
| 43 |
|
|---|
| 44 | <hr>
|
|---|
| 45 |
|
|---|
| 46 | <p>
|
|---|
| 47 | <a href="http://www.tipue.com" target="_parent"><img src="tipue_b1.png" title="Tipue" alt="Tipue" border=0 width=138 height=32></a>
|
|---|
| 48 | </div>
|
|---|
| 49 |
|
|---|
| 50 | </body>
|
|---|
| 51 | </html>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.