Add missing .git suffix
[phpmyadmin-website.git] / templates / try.tpl
blob9985670a6b0a027be18a47c4e442a65af7dc98e6
1 <html xmlns:py="http://genshi.edgewall.org/" xmlns:xi="http://www.w3.org/2001/XInclude" py:strip="">
3 <py:def function="page_title">Try</py:def>
5 <div py:match="content" id="body">
7 <h2>Demo Server</h2>
9 <p>
10 The best way to see phpMyAdmin in action is to try it on our demo server, where you have
11 full control on MySQL. The default login is root with empty password.
12 </p>
14 <ul>
15     <li><a href="http://demo.phpmyadmin.net/">Demos overview</a></li>
16     <li><a href="http://demo.phpmyadmin.net/trunk">Latest development version</a></li>
17     <li><a href="http://demo.phpmyadmin.net/TESTING">Latest released testing version</a></li>
18     <li><a href="http://demo.phpmyadmin.net/STABLE">Latest released stable version</a></li>
19 </ul>
22 <h2>Screenshots</h2>
24 <div class="screenshot" py:for="screen in screenshots">
25     <a href="${base_url}images/screenshots/${screen.name}.png"
26     rel="lightbox[screenshots]" title="${screen.title}">
27         <img src="${base_url}images/screenshots/${screen.name}-small.png"
28         alt="${screen.title}" /><br />
29     ${screen.title}
30     </a>
31 </div>
33 <div class="clearer"></div>
34 </div>
36 <xi:include href="_page.tpl" />
37 </html>