2015-11-25 19:33:13 +01:00
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>Card Printer Intalation</title>
|
|
|
|
|
<style>
|
|
|
|
|
.button {
|
|
|
|
|
background: #60a7d4;
|
|
|
|
|
background-image: linear-gradient(to bottom, #60a7d4, #4890bd);
|
|
|
|
|
border-radius: 28px;
|
|
|
|
|
text-shadow: 1px 1px 27px #666666;
|
|
|
|
|
font-family: Arial;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
padding: 10px 20px 10px 20px;
|
|
|
|
|
|
|
|
|
|
width: 100px;
|
|
|
|
|
margin: 10px ;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<b>Just Drag'n'Drop the button into your Bookmarks</b>
|
|
|
|
|
<div class="button">
|
2016-08-29 17:06:02 +02:00
|
|
|
<a href="javascript:(function(){ var script = document.createElement("script"); script.src = "http://vasgyuro.tsp/~edvidan/jira-card-printer/bookmarklet.js"; document.body.appendChild(script); document.body.removeChild(script);})();">CardPrinter</a>
|
2015-11-25 19:33:13 +01:00
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|