/[drupal]/contributions/modules/moat/moat.module
ViewVC logotype

Diff of /contributions/modules/moat/moat.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2, Tue Jan 22 11:55:52 2008 UTC revision 1.3, Tue Jan 22 12:09:17 2008 UTC
# Line 82  function moat_mappings($nid) { Line 82  function moat_mappings($nid) {
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);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.2