(www-display-object-desc): Add a link-button for RDF.
authorMORIOKA Tomohiko <tomo.git@chise.org>
Sat, 8 Dec 2012 08:37:25 +0000 (17:37 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Sat, 8 Dec 2012 08:37:25 +0000 (17:37 +0900)
cwiki-view.el

index 98187cc..42fe042 100644 (file)
@@ -95,16 +95,23 @@ size=\"64\" maxlength=\"256\" value=\"%s\">
 <input type=\"submit\" value=\"Edit\" />
 </a>
 <input type=\"submit\" value=\"New Account\" />
+<a href=\"http://www.chise.org/est/rdf.cgi?%s=%s\">
+<input type=\"submit\" value=\"RDF\" />
+</a>
 </div>
 <hr />\n"
          "<div style=\"text-align:right;\">
 <a href=\"../view.cgi?%s=%s\">
 <input type=\"submit\" value=\"Simple\" />
 </a>
+<input type=\"submit\" value=\"New Account\" />
+<a href=\"http://www.chise.org/est/rdf.cgi?%s=%s\">
+<input type=\"submit\" value=\"RDF\" />
+</a>
 </div>
 <hr />\n")
-       genre
-       uri-object))
+       genre uri-object
+       genre uri-object))
       (when (setq parents (www-get-feature-value object '<-denotational))
        (princ (format "<p>%s %s</p>\n<hr>\n"
                       (www-format-value-as-char-list parents)