view xsls/version.xsls @ 1302:1560fda31645

Removed the "pgp keys" link from the main menu. There's already one on the "security advisories" page, which should be enough.
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"; };

}