From: MORIOKA Tomohiko name : %s "
(or (www-format-feature-name feature-name) "")))
(princ
- (format " "
- chise-wiki-edit-url
- uri-feature-name
- uri-char))
- ;; (www-html-display-text
- ;; (format "[[[edit|%s?feature=%s&property=name&char=%s]]]"
- ;; ;; (char-feature-property feature-name 'name)
- ;; chise-wiki-edit-url
- ;; uri-feature-name ; (www-uri-encode-feature-name feature-name)
- ;; uri-char))
- (princ "
\n"
+ "
\n")
+ uri-feature-name uri-char))
+ (princ
(format "%s
\n"
(www-format-encode-string
(symbol-name feature-name))))
(princ (format "
") (princ @@ -178,19 +192,15 @@ size=\;; "30\" maxlength=\"30\" value=\"\" />") name@lang (or (char-feature-property feature-name name@lang) "")))) (princ - (format " " - chise-wiki-edit-url - uri-feature-name - name@lang - uri-char)) - ;; (www-html-display-text - ;; (format " [[[edit|%s?feature=%s&property=%s&char=%s]]]" - ;; chise-wiki-edit-url - ;; uri-feature-name - ;; name@lang - ;; uri-char)) - (princ "
")) + (format + " " + chise-wiki-edit-url + uri-feature-name + name@lang + uri-char)) + (unless simple + (princ "")) + (princ "\n\n")) (www-html-display-paragraph (format "type : %s" (or (www-feature-type feature-name) @@ -203,18 +213,16 @@ size=\;; "30\" maxlength=\"30\" value=\"\" />") 'default) 'default 'without-tags))) - ;; (www-html-display-paragraph - ;; (format "value-format : %s" - ;; (www-xml-format-list - ;; (or (www-feature-value-format feature-name) - ;; 'default)))) (princ (format " " +>" chise-wiki-edit-url uri-feature-name uri-char)) + (unless simple + (princ "")) + (princ "\n\n") (www-html-display-paragraph (format "format : %s" @@ -279,15 +287,16 @@ size=\;; "30\" maxlength=\"30\" value=\"\" />") (setq ret (car target)) (cond ((eq (car ret) 'char) (www-display-char-desc - (cdr ret) ; (decode-uri-string (cdr ret) 'utf-8-mcs-er) - lang nil (eq mode 'simple)) + (cdr ret) + lang nil + (eq mode 'simple)) ) ((eq (car ret) 'feature) (www-display-feature-desc (decode-uri-string (cdr ret) 'utf-8-mcs-er) (cdr (assq 'char target)) - ;; (decode-uri-string (cdr (assq 'char target))) - lang) + lang + (eq mode 'simple)) )) )) (princ "\n