view xsls/version.xsls @ 1301:a76c9048cc2d

Hid alternative languages from the main menu. These translations are very outdated and incomplete. There's no reason to provide any of them, unless it will be supported on a regular basis.
author Valentin Bartenev <vbart@nginx.com>
date Fri, 26 Sep 2014 16:43:05 +0400
parents b2b10d564893
children
line wrap: on
line source

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

X:stylesheet {

X:param VERSION = "'development'";

X:output method="text";

X:template = "/versions" { !! "download[@tag=$VERSION][1]/item[1]/@ver"; };

}