Adding a QRCode with the user's information

QRCode retrieved from Google APIs, and parsed with json like that:
{address:"",user:"",key:""}
This commit is contained in:
Mickael 2013-05-27 18:40:26 +01:00
parent 89160919f4
commit 695bb301f4

View file

@ -35,6 +35,11 @@
<h6>API Token</h6>
<pre class=prettyprint>{_user.apiToken}</pre>
<h6>QR Code</h6>
<img src='https://chart.googleapis.com/chart?cht=qr&chs=200x200&chl=
%7Baddress%3A%22https%3A%2F%2Fhabitrpg.com%22%2Cuser%3A%22{_user.id}%22%2Ckey%3A%22{_user.apiToken}%22%7D,&choe=UTF-8&chld=L' alt="qrcode"/>
</div>
</div>