Sophie

Sophie

distrib > * > 2010.0 > * > by-pkgid > b36c97ff723e66f0f38bce83645c99dc > files > 1849

exiv2-doc-0.18.2-1mdv2010.0.x86_64.rpm

<table class="ReportTable" id="xmp_aux" cellspacing="0">
<colgroup>
<col>
<col>
<col>
<col>
<col>
<col>
</colgroup>
<thead><tr>
<th>Property</th>
<th>Label</th>
<th>Value type</th>
<th>Exiv2 type</th>
<th>Category</th>
<th>Description</th>
</tr></thead>
<tbody>
<tr class="OddRow">
<td>Lens</td>
<td>Lens</td>
<td>Text</td>
<td>XmpText</td>
<td>Internal</td>
<td>A description of the lens used to take the photograph. For example, "70-200 mm f/2.8-4.0".</td>
</tr>
<tr class="EvenRow">
<td>SerialNumber</td>
<td>SerialNumber</td>
<td>Text</td>
<td>XmpText</td>
<td>Internal</td>
<td>The serial number of the camera or camera body used to take the photograph.</td>
</tr>
</tbody>
</table><script type="text/javascript">
  //
  var xmp_aux = new SortableTable(
    document.getElementById("xmp_aux"),
    ["String", "String", "String", "String", "String", "String"]
  );
  xmp_aux.onsort = function () { 
	var rows = xmp_aux.tBody.rows;
	var l = rows.length;
	for (var i = 0; i < l; i++) {
		removeClassName(rows[i], i % 2 ? "OddRow" : "EvenRow");
		addClassName(rows[i], i % 2 ? "EvenRow" : "OddRow");
	}
  };
  //
</script>