new tpl files

This commit is contained in:
Nicolas Lœuillet
2013-08-03 08:24:42 +02:00
parent afe60d614b
commit c67e13e04b
5 changed files with 36 additions and 0 deletions

20
tpl/_bookmarklet.twig Normal file
View File

@ -0,0 +1,20 @@
<script type="text/javascript">
top["bookmarklet-url@inthepoche.com"] = ''
+'<!DOCTYPE html>'
+'<html>'
+'<head>'
+'<title>poche it !</title>'
+'<link rel="icon" href="{$poche_url}img/favicon.ico" />'
+'</head>'
+'<body>'
+'<script>'
+'window.onload=function(){'
+'window.setTimeout(function(){'
+'history.back();'
+'},250);'
+'};'
+'</scr'+'ipt>'
+'</body>'
+'</html>'
;
</script>