Assign genre `glyph-image'.
[chise/est.git] / cwiki-common.el
index f7c2269..a720089 100644 (file)
@@ -1,9 +1,13 @@
 ;; -*- coding: utf-8-mcs-er -*-
 (require 'char-db-util)
+;; (require 'concord-images)
 
 (setq file-name-coding-system 'utf-8-mcs-er)
 
 
+(concord-assign-genre 'image-resource "/usr/local/var/photo/db")
+(concord-assign-genre 'glyph-image "/usr/local/var/photo/db")
+
 (concord-assign-genre 'creator@ruimoku "/usr/local/var/ruimoku/db")
 (concord-assign-genre 'person-name@ruimoku "/usr/local/var/ruimoku/db")
 
@@ -33,6 +37,8 @@
 (mount-char-attribute-table '*instance@morpheme-entry/zh-classical)
 
 
+(concord-assign-genre 'hng-card "/usr/local/var/hng-card/db")
+
 (mount-char-attribute-table '->HNG)
 (mount-char-attribute-table '<-HNG)
 
     =ucs-itaiji-001
     =ucs-itaiji-002
     =ucs-itaiji-003
-    =ucs@unicode))
+    =ucs@unicode
+    ==ucs@unicode
+    ===ucs@unicode
+    ==>ucs@bucs
+    ===daikanwa/+p
+    ===gt))
 
 (defun decode-uri-string (string &optional coding-system)
   (if (> (length string) 0)
@@ -975,12 +986,18 @@ style=\"vertical-align:middle\">"
                    (char-to-string (decode-char 'ascii (+ 96 subcode)))))
            (replace-match
             (format
-             "<img alt=\"HNG%s-%04d%s\" src=\"%s/%s/%04d%s.png\"
-style=\"vertical-align:middle; width: 48px; height: 48px\">"
+             "<div class=\"tooltip\"><img alt=\"HNG%s-%04d%s\" src=\"%s/%s/%04d%s.png\" style=\"
+vertical-align:middle; width: 48px; height: 48px\"><span
+class=\"tooltiptext\">%s</span></div>"
              plane code subcode
              chise-wiki-hng-bitmap-glyphs-url
              plane code subcode
-             www-format-char-img-style)
+             (charset-description
+              (car (find (format "HNG%s-" plane)
+                         coded-charset-entity-reference-alist
+                         :test (lambda (key cell)
+                                 (string= key (nth 1 cell))))))
+             )
             t 'literal))
 
          (goto-char (point-min))