mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-03 13:51:36 +01:00
commiting missing files for docbook
This commit is contained in:
42
docs/dsssl/docbook/html/dbmsgset.dsl
Executable file
42
docs/dsssl/docbook/html/dbmsgset.dsl
Executable file
@@ -0,0 +1,42 @@
|
||||
;; $Id$
|
||||
;;
|
||||
;; This file is part of the Modular DocBook Stylesheet distribution.
|
||||
;; See ../README or http://www.berkshire.net/~norm/dsssl/
|
||||
;;
|
||||
|
||||
;; ======================== ERROR MESSAGES (ETC.) =======================
|
||||
|
||||
(element msgset (process-children))
|
||||
|
||||
(element msgentry ($block-container$))
|
||||
|
||||
(element simplemsgentry ($block-container$))
|
||||
|
||||
(element msg ($block-container$))
|
||||
|
||||
(element msgmain (process-children))
|
||||
|
||||
(element msgsub
|
||||
(process-children))
|
||||
|
||||
(element msgrel (empty-sosofo))
|
||||
|
||||
(element msgtext (process-children))
|
||||
|
||||
(element msginfo ($indent-para-container$))
|
||||
|
||||
(define ($genhead-para$ headtext)
|
||||
(make element gi: "P"
|
||||
(make element gi: "B"
|
||||
(literal
|
||||
(string-append headtext ": ")))
|
||||
(process-children)))
|
||||
|
||||
(element msglevel ($genhead-para$ (gentext-element-name (current-node))))
|
||||
(element msgorig ($genhead-para$ (gentext-element-name (current-node))))
|
||||
(element msgaud ($genhead-para$ (gentext-element-name (current-node))))
|
||||
|
||||
(element msgexplan ($indent-para-container$))
|
||||
(element (msgexplan title) ($runinhead$))
|
||||
(element (msgexplan para) (make sequence (process-children)))
|
||||
|
||||
Reference in New Issue
Block a user