From: MORIOKA Tomohiko Date: Wed, 30 Oct 2019 06:18:26 +0000 (+0900) Subject: (www-display-object-desc): For genre `hng-card', add a link to card X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fest.git;a=commitdiff_plain;h=c7eacb59b6c11c458ee5b0d5af024090c09134b6 (www-display-object-desc): For genre `hng-card', add a link to card image for the corresponding image-resource page. --- diff --git a/cwiki-view.el b/cwiki-view.el index ca965f2..d626714 100644 --- a/cwiki-view.el +++ b/cwiki-view.el @@ -329,14 +329,21 @@ li { margin: 0 0 0 2em; } (setq ret (concord-object-get object '=hng-card)) (setq ret (symbol-name ret)) (string-match "\\([0-9]+\\)-\\([0-9]+\\)" ret)) - (princ - (format - "\"HNG-card:%s\"" - ret - (string-to-int (match-string 1 ret)) - (string-to-int (match-string 2 ret)))) + ret + (string-to-int (match-string 1 ret)) + (string-to-int (match-string 2 ret)))) + (princ + (if (setq image-cobj + (car (concord-object-get object '->image-resource))) + (format "%s" + (www-uri-encode-object image-cobj) + ret) + ret)) ) (t (setq ret (www-format-encode-string