diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-07-12 10:44:05 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-07-12 10:44:05 +0000 |
commit | 18819a1623948c5f907c556e339b0f5b1d335524 (patch) | |
tree | 98bf741ecf94d6c4623abc859ad97ed173ffb657 /tmpl/body_top.html | |
parent | 7da2c3ecb808c2f47e79d233109fc59657b417a7 (diff) | |
download | mgatres-18819a1623948c5f907c556e339b0f5b1d335524.tar mgatres-18819a1623948c5f907c556e339b0f5b1d335524.tar.gz mgatres-18819a1623948c5f907c556e339b0f5b1d335524.tar.bz2 mgatres-18819a1623948c5f907c556e339b0f5b1d335524.tar.xz mgatres-18819a1623948c5f907c556e339b0f5b1d335524.zip |
Add stylesheet and mageia navigation bar
git-svn-id: svn+ssh://svn.mageia.org/svn/soft/mga-treasurer/trunk@8609 5b7c3c08-40e5-403b-9995-ace06908e4af
Diffstat (limited to 'tmpl/body_top.html')
-rw-r--r-- | tmpl/body_top.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tmpl/body_top.html b/tmpl/body_top.html new file mode 100644 index 0000000..b730e7b --- /dev/null +++ b/tmpl/body_top.html @@ -0,0 +1,5 @@ +<header class='about' id='hmgn'></header> +<script src="[% config.links_protocol %]static.mageia.org/g/js/jquery-1.10.1.min.js"></script> +<script> + $("#hmgn").load("[% config.links_protocol %]nav.mageia.org/html/").delay(10).slideDown(); +</script> |