| 1 | <html> |
| 2 | <head> |
| 3 | <title>$SVCNAME</title> |
| 4 | </head> |
| 5 | <body> |
| 6 | <span style='font-weight: bold; color: $HEADCOLOR;'>$SVCNAME :: $TAGLINE</span> |
| 7 | <p> |
| 8 | $HTML |
| 9 | </p> |
| 10 | <p> |
| 11 | <form action='$SELF' method='GPOST'> |
| 12 | <input type='hidden' name='save' value='y'> |
| 13 | <table style='background-color: $TABLECOLOR; text-align: left;' border='1' cellpadding='2' cellspacing='2'> |
| 14 | <tbody> |
| 15 | <tr> |
| 16 | <td align='undefined' 'valign='undefined'>Enter a URL to $VERBTEXT (it must exist):<br> |
| 17 | <input type='text' name='url' size='80' value='$INPUT'> <input type='submit' name='tighturlaction' value='$CVERBTEXT URL'> |
| 18 | </td> |
| 19 | </tr> |
| 20 | </tbody> |
| 21 | </table> |
| 22 | </form> |
| 23 | <br /> |
| 24 | $SVCNAME Bookmarklet: Drag the link |
| 25 | <a href="javascript:void(location.href='http://$HOST$SELF?save=y&url='+location.href)" |
| 26 | onmouseover="window.status='';return true" onclick="return false">$SVCNAME</a> into your browser |
| 27 | toolbar. Then you can create a $SVCNAME URL for any page open in your browser window |
| 28 | simply by clicking on the bookmarklet.</p> |
| 29 | <center> |
| 30 | <p><small><small> |
| 31 | ©$COPYRIGHT $COPYRIGHTHOLDER.<br />$SVCNAME uses $URIBLS to |
| 32 | protect against redirector abuse by spammers.<br /><br /> |
| 33 | $SVCNAME is powered by <a href="http://tighturl.com/project/">TightURL $TIGHTURLVER</a>, |
| 34 | which is <a href="http://www.fsf.org/licenses/gpl.html">Free Software</a>.$BBSTATS</small></small></p> |
| 35 | </center> |
| 36 | </p> |
| 37 | </body> |
| 38 | </html> |
| 39 | |