view templates/data @ 276:6916a7e4fbf0

base: Reset value if the user clicks into the search input field
author David Soria Parra <dsp@php.net>
date Sun, 01 Nov 2009 19:24:19 +0100
parents dd7fababf8b6
children b7d5f97e1034
line wrap: on
line source

{% set downloads = {
    'current': '1.3.1',
    '1.3.1': {
        'Windows (Tortoise HG)': 'http://bitbucket.org/tortoisehg/stable/downloads/TortoiseHg-0.8.1-hg-1.3.1.exe',
        'Windows': 'http://mercurial.berkwood.com/binaries/Mercurial-1.3.1.exe',
        'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.3.1-py2.6-macosx10.6.zip',
        'Mac OS X 10.5': 'http://mercurial.berkwood.com/binaries/Mercurial-1.3.1-py2.5-macosx10.5.zip',
        'Source code': 'http://www.selenic.com/mercurial/release/mercurial-1.3.1.tar.gz'}}
%}