?> </th> <th scope="col"><?php _e('Value', 'nggallery'); ?> </th> </tr> </thead> <?php foreach ($dbdata as $key => $value) { if (is_array($value)) { continue; } $class = $class == 'class="alternate"' ? '' : 'class="alternate"'; echo '<tr ' . $class . '> <td style="width:230px">' . $meta->i8n_name($key) . '</td> <td>' . $value . '</td> </tr>'; } ?> </table> <?php } else { echo "<strong>" . __('No meta data saved', 'nggallery') . "</strong>"; } ?> </fieldset> <!-- EXIF DATA --> <?php if ($exifdata) {
?> </th> <th scope="col"><?php _e('Value', 'nggallery'); ?> </th> </tr> </thead> <?php foreach ($dbdata as $key => $value) { if (is_array($value)) { continue; } $class = $class == 'class="alternate"' ? '' : 'class="alternate"'; echo '<tr ' . $class . '> <td style="width:230px">' . esc_html($meta->i8n_name($key)) . '</td> <td>' . esc_html($value) . '</td> </tr>'; } ?> </table> <?php } else { echo "<strong>" . __('No meta data saved', 'nggallery') . "</strong>"; } ?> </fieldset> <!-- EXIF DATA --> <?php if ($exifdata) {