TMD-Maker(T字形ER図作成ツール)のEclipse Plugin,RCP,Webサイト用
修订版 | c0f1768c17605904266b134f7c99ac1b3f2144f5 (tree) |
---|---|
时间 | 2017-07-23 20:40:16 |
作者 | nakag <nakag@user...> |
Commiter | nakag |
add google analytics tag.
@@ -0,0 +1,15 @@ | ||
1 | +{% extends "bizstyle/layout.html" %} | |
2 | + | |
3 | +{% block footer %} | |
4 | +{{ super() }} | |
5 | +<script type="text/javascript"> | |
6 | + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | |
7 | + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | |
8 | + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | |
9 | + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); | |
10 | + | |
11 | + ga('create', 'UA-96558945-1', 'auto'); | |
12 | + ga('send', 'pageview'); | |
13 | + | |
14 | +</script> | |
15 | +{% endblock %} | |
\ No newline at end of file |