Project

General

Profile

« Previous | Next » 

Revision 3569

Added by berkley over 16 years ago

got all of the next and back buttons working in order again

View differences:

docs/user/pagedreturn.html
1
<!--
2
  * replication.html
3
  *
4
  *      Authors: Chad Berkley
5
  *    Copyright: 2000 Regents of the University of California and the
6
  *               National Center for Ecological Analysis and Synthesis
7
  *  For Details: http://www.nceas.ucsb.edu/
8
  *      Created: 2001 January 23
9
  *      Version: 
10
  *    File Info: '$ '
11
  * 
12
  * 
13
-->
14
<HTML>
15
<HEAD>
16
<TITLE>Metacat</TITLE>
17
<link rel="stylesheet" type="text/css" href="@docrooturl@default.css">
18
</HEAD> 
19
<BODY>
20
  <table width="100%">
21
    <tr>
22
      <td class="tablehead" colspan="2"><p class="label">Paged Query Returns</p></td>
23
      <td class="tablehead" colspan="2" align="right">
24
          <a href="./spatial_option.html">Back</a> | <a href="./metacattour.html">Home</a> | 
25
          <a href="./unimplem.html">Next</a>
26
      </td>
27
    </tr>
28
  </table>
29
  <h2>Paged Query Returns</h2>
30
  
31
  <br>
32
  <a href="./spatial_option.html">Back</a> | <a href="./metacattour.html">Home</a> | 
33
  <a href="./unimplem.html">Next</a>
34
  
35

  
36
</BODY>
37
</HTML>
0 38

  
docs/user/acontrol.html
23 23
      Authentication and Access Control</p></td>
24 24
      <td class="tablehead" colspan="2" align="right">
25 25
        <a href="./xmlindex.html">Back</a> | <a href="./metacattour.html">Home</a> | 
26
        <a href="./metacatout.html">Next</a>
26
        <a href="./ldap.html">Next</a>
27 27
      </td>
28 28
    </tr>
29 29
  </table>
docs/user/spatial_option.html
15 15
<HTML>
16 16
<HEAD>
17 17
<TITLE>Metacat Spatial Option</TITLE>
18
<link rel="stylesheet" type="text/css" href="./default.css">
18
<!--<link rel="stylesheet" type="text/css" href="./default.css">-->
19 19
<style>
20 20
 h5 { margin-left: 12px; }
21 21
</style>
......
27 27
        <p class="label">Metacat Spatial Option</p>
28 28
      </td>
29 29
      <td class="tablehead" colspan="2" align="right">
30
        <a href="./properties.html">Back</a> | 
30
        <a href="./lsid_authority.html">Back</a> | 
31 31
        <a href="./metacattour.html">Home</a> | 
32
        <a href="./unimplem.html">Next</a>
32
        <a href="./pagedreturn.html">Next</a>
33 33
      </td>
34 34
    </tr>
35 35
  </table>
......
380 380

  
381 381
   <table> <tr>
382 382
      <td align="right">
383
        <a href="./properties.html">Back</a> | 
383
        <a href="./lsid_authority.html">Back</a> | 
384 384
        <a href="./metacattour.html">Home</a> | 
385
        <a href="./unimplem.html">Next</a>
385
        <a href="./pagedreturn.html">Next</a>
386 386
      </td>
387 387
   </tr> </table>
388 388

  
docs/user/metacattour.html
78 78
      <li> <a href="./harvester.html">Metacat Harvester</a></li>
79 79
      <li> <a href="./lsid_authority.html">LSID Support</a></li>
80 80
      <li> <a href="./spatial_option.html">Metacat Spatial Option</a></li>
81
      <li> <a href="./pagedreturn.html">Paged Query Results</a></li>
81 82
    </ul>
82 83
  </td>
83 84
</tr>
docs/user/lsid_authority.html
19 19
<BODY>
20 20
  <table width="100%">
21 21
    <tr>
22
      <td class="tablehead" colspan="2"><p class="label">Non-XML Data Files</p></td>
22
      <td class="tablehead" colspan="2"><p class="label">LSID Support</p></td>
23 23
      <td class="tablehead" colspan="2" align="right">
24
        <a href="./replication.html">Back</a> | <a href="./metacattour.html">Home</a> | 
25
        <a href="./spatial_option.html">Next</a>
24
        <a href="./harvester.html">Back</a> | <a href="./metacattour.html">Home</a> | 
25
        <a href="./spatial_option.html">Next</a> 
26 26
      </td>
27 27
    </tr>
28 28
  </table>
29
  
30
  
31
  <p><br>
32
    <a href="./replication.html">Back</a> | <a href="./metacattour.html">Home</a> | 
33
    <a href="./properties.html">Next</a>    </p>
34
  <p><br>
35 29
    </p>
36 30
<p><u>What is an LSID:</u></p>
37 31
<p>LSID's were designed to be a globally-recognized short identifiers for a complex
......
72 66
<pre>config.lsidauthority=sulphur.ecoinformatics.org</pre>
73 67
<p>** the SRV record for sulphur.ecoinformatics.org points to qtz.homelinux.com
74 68
  on port 9999</p>
75
<p>&nbsp;</p>
76
<p>&nbsp;</p>
77
<p>&nbsp;</p>
69

  
70
  <p><br>
71
    <a href="./harvester.html">Back</a> | <a href="./metacattour.html">Home</a> | 
72
    <a href="./spatial_option.html">Next</a>    </p>
73
  <p><br>
78 74
</BODY>
79 75

  
80 76
</HTML>
docs/user/ldap.html
22 22
      <td class="tablehead" colspan="2"><p class="label">LDAP for User
23 23
      Authentication in Metacat</p></td>
24 24
      <td class="tablehead" colspan="2" align="right">
25
        <a href="./xmlindex.html">Back</a> | 
25
        <a href="./acontrol.html">Back</a> | 
26 26
        <a href="./metacattour.html">Home</a> | 
27 27
        <a href="./metacatout.html">Next</a>
28 28
      </td>
docs/user/unimplem.html
21 21
    <tr>
22 22
      <td class="tablehead" colspan="2"><p class="label">Wishlist</p></td>
23 23
      <td class="tablehead" colspan="2" align="right">
24
       <a href="./spatial_option.html">Back</a> | <a href="./metacattour.html">Home</a>
24
       <a href="./pagedreturn.html">Back</a> | <a href="./metacattour.html">Home</a>
25 25
      </td>
26 26
    </tr>
27 27
  </table>
......
33 33
  </UL>
34 34
  
35 35
  <br>
36
  <a href="./harvester.html">Back</a> | <a href="./metacattour.html">Home</a> 
36
  <a href="./pagedreturn.html">Back</a> | <a href="./metacattour.html">Home</a> 
37 37
  
38 38

  
39 39
</BODY>
docs/user/harvester.html
675 675
  </p>
676 676
  <a href="./properties.html">Back</a> | 
677 677
  <a href="./metacattour.html">Home</a> | 
678
  <a href="./unimplem.html">Next</a>
678
  <a href="./lsid_authority.html">Next</a>
679 679
</BODY>
680 680
</HTML>
docs/user/metacatout.html
21 21
    <tr>
22 22
      <td class="tablehead" colspan="2"><p class="label">Output Transformations</p></td>
23 23
      <td class="tablehead" colspan="2" align="right">
24
        <a href="./acontrol.html">Back</a> | <a href="./metacattour.html">Home</a> | 
24
        <a href="./ldap.html">Back</a> | <a href="./metacattour.html">Home</a> | 
25 25
        <a href="./metacatapi.html">Next</a>
26 26
      </td>
27 27
    </tr>

Also available in: Unified diff