view dtd/menu.dtd @ 1661:0da7c65fdae5

Removed Ubuntu 15.04 from the list of supported distributions. The distribution reached EOL on February 4, 2016.
author Konstantin Pavlov <thresh@nginx.com>
date Tue, 15 Mar 2016 13:26:18 +0300
parents e159f385c62b
children
line wrap: on
line source

<!--
  Copyright (C) Igor Sysoev
  Copyright (C) Nginx, Inc.
  -->

<!ELEMENT  menus        (menu+) >

<!ELEMENT  menu         (item+) >
<!ATTLIST  menu
           lang         CDATA #REQUIRED
>

<!ELEMENT  item         (#PCDATA) >
<!ATTLIST  item
           href         CDATA #IMPLIED
           lang         CDATA #IMPLIED
           year         CDATA #IMPLIED
           switchlang   CDATA #IMPLIED
>