]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - tpl/changetag.html
Version 0.0.32 beta:
[github/shaarli/Shaarli.git] / tpl / changetag.html
1 <html>
2 <head>{include="includes"}</head>
3 <body onload="document.changetag.fromtag.focus();">
4 <div id="pageheader">
5 {include="page.header"}
6 <form method="POST" action="" name="changetag" id="changetag">
7 <input type="hidden" name="token" value="{$token}">
8 Tag: <input type="text" name="fromtag" id="fromtag">
9 <input type="text" name="totag" style="margin-left:40px;"><input type="submit" name="renametag" value="Rename tag" class="bigbutton">
10 &nbsp;&nbsp;or&nbsp; <input type="submit" name="deletetag" value="Delete tag" class="bigbutton" onClick="return confirmDeleteTag();"><br>(Case sensitive)</form>
11 <script language="JavaScript">function confirmDeleteTag() { var agree=confirm("Are you sure you want to delete this tag from all links ?"); if (agree) return true ; else return false ; }</script>
12 </div>
13 {include="page.footer"}
14 </body>
15 </html>