| 82 |
global $user; |
global $user; |
| 83 |
$node = node_load(array('nid' => $nid)); |
$node = node_load(array('nid' => $nid)); |
| 84 |
$output .= t("<h2>From tagging to Semantic Web</h2>"); |
$output .= t("<h2>From tagging to Semantic Web</h2>"); |
| 85 |
$output .= t("<p>Select which URI(s) correspond to your tag(s) in the current context</p>"); |
$output .= t("<p>Define the meaning URI(s) of your tag(s) in the current context</p>"); |
| 86 |
$tags = taxonomy_node_get_terms($node->nid); |
$tags = taxonomy_node_get_terms($node->nid); |
| 87 |
if($tags) { |
if($tags) { |
| 88 |
$output .= drupal_get_form('moat_form', $tags, $node->nid); |
$output .= drupal_get_form('moat_form', $tags, $node->nid); |