mirror of https://github.com/tdwg/dwc.git
use dcw-table class
This commit is contained in:
parent
3b0aa1764e
commit
b30db03c67
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -183,20 +183,14 @@ occurrenceID,scientificName,individualCount,datasetID
|
|||
|
||||
<h4>Attributes</h4>
|
||||
|
||||
<table class="table table-bordered table-condensed">
|
||||
<thead>
|
||||
<table class="table table-bordered table-condensed dwc-table">
|
||||
<tr>
|
||||
<th>Attribute</th>
|
||||
|
||||
<th>Description</th>
|
||||
|
||||
<th>Required</th>
|
||||
|
||||
<th>Default</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class=""><em>metadata</em></td>
|
||||
|
||||
|
@ -209,20 +203,14 @@ occurrenceID,scientificName,individualCount,datasetID
|
|||
<td></td>
|
||||
<td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<h4>Elements</h4>
|
||||
<table class="table table-bordered table-condensed">
|
||||
<thead>
|
||||
<table class="table table-bordered table-condensed dwc-table">
|
||||
<tr>
|
||||
<th>Element</th>
|
||||
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="">
|
||||
<a href="#coreTag"><core></a>
|
||||
|
@ -256,27 +244,20 @@ occurrenceID,scientificName,individualCount,datasetID
|
|||
the same core record.
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<h3 id="coreTag">2.2 The <core> or <extension> element</h3>
|
||||
|
||||
<h4>Attributes</h4>
|
||||
<table class="table table-bordered table-condensed">
|
||||
<thead>
|
||||
<table class="table table-bordered table-condensed dwc-table">
|
||||
<tr>
|
||||
<th>Attribute</th>
|
||||
|
||||
<th>Description</th>
|
||||
|
||||
<th>Required</th>
|
||||
|
||||
<th>Default</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class=""><em>rowType</em></td>
|
||||
|
||||
|
@ -443,20 +424,15 @@ occurrenceID,scientificName,individualCount,datasetID
|
|||
|
||||
<td>YYYY-MM-DD</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<h4>Elements</h4>
|
||||
<table class="table table-bordered table-condensed">
|
||||
<thead>
|
||||
<table class="table table-bordered table-condensed dwc-table">
|
||||
<tr>
|
||||
<th>Element</th>
|
||||
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="">
|
||||
<a href="#files"><files></a>
|
||||
|
@ -504,7 +480,6 @@ occurrenceID,scientificName,individualCount,datasetID
|
|||
'column' in the row.
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
|
@ -517,17 +492,12 @@ occurrenceID,scientificName,individualCount,datasetID
|
|||
entity.</p>
|
||||
|
||||
<h4>Elements</h4>
|
||||
|
||||
<table class="table table-bordered table-condensed">
|
||||
<thead>
|
||||
<table class="table table-bordered table-condensed dwc-table">
|
||||
<tr>
|
||||
<th>Element</th>
|
||||
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class=""><em>location</em></td>
|
||||
|
||||
|
@ -545,7 +515,6 @@ occurrenceID,scientificName,individualCount,datasetID
|
|||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
|
@ -557,20 +526,14 @@ occurrenceID,scientificName,individualCount,datasetID
|
|||
|
||||
<h4>Attributes</h4>
|
||||
|
||||
<table class="table table-bordered table-condensed">
|
||||
<thead>
|
||||
<table class="table table-bordered table-condensed dwc-table">
|
||||
<tr>
|
||||
<th>Attribute</th>
|
||||
|
||||
<th>Description</th>
|
||||
|
||||
<th>Required</th>
|
||||
|
||||
<th>Default</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class=""><em>index</em></td>
|
||||
|
||||
|
@ -621,7 +584,6 @@ occurrenceID,scientificName,individualCount,datasetID
|
|||
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue