trombinoscope_conf.dtd

来自「OPIAM stands for Open Identity and Acces」· DTD 代码 · 共 38 行

DTD
38
字号
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- Trombinoscope service DTD  -->

<!-- 
     Trombinoscope parameters 

        photoColor : color components of the photos background, default : lightGray
        textColor : color components of the text background, default : lightGray
        textAlignment : text alignment in cells : LEFT, CENTER, RIGHT, default: LEFT
        photoAttr : name of the photo attribute in the persons
        defaultPhoto : relative file name of the default photo, used when persons do not
                       have photos. If absent, no default photo is used.
                       The file path is given form the webapp directory.
  -->
<!ELEMENT trombiparams (photoColor?, textColor?)>
<!ATTLIST trombiparams
        textAlignment CDATA #IMPLIED
        photoAttr CDATA #IMPLIED
        defaultPhoto CDATA #IMPLIED
>

<!-- color definition is given with red, green, blue components -->
<!ELEMENT photoColor EMPTY>
<!ATTLIST photoColor
          red CDATA #REQUIRED
          green CDATA #REQUIRED
          blue CDATA #REQUIRED
>

<!-- color definition is given with red, green, blue components -->
<!ELEMENT textColor EMPTY>
<!ATTLIST textColor
          red CDATA #REQUIRED
          green CDATA #REQUIRED
          blue CDATA #REQUIRED
>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?