TheSupportForum |
12-23-2009 10:00 PM |
Widget : Kayako SupportSuite Login
1 Attachment(s)
Description:
This widget will allow your customers to login to your Kayako Support Desk
Instructions:
you will need to create a new static HTML widget
name and save widget, configure widget and paste the html below
you will need to change the links to your own URL
remove http://www.tutorials4you.co.uk/support and replace with your supportdesk URL
HTML Code:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><!-- default stylesheet -->
<link rel="stylesheet" type="text/css" media="all" href="http://www.tutorials4you.co.uk/support/index.php?_ca=css&group=default" />
<!-- default javascript -->
<script language="Javascript">
var themepath = "http://www.tutorials4you.co.uk/support/themes/client_default/";
var swiftpath = "http://www.tutorials4you.co.uk/support/";
var BLANK_IMAGE="http://www.tutorials4you.co.uk/support/themes/client_default/space.gif";
var swiftsessionid = "";
</script>
<script language="Javascript" src="http://www.tutorials4you.co.uk/support/themes/client_default/basejs.js" type="text/javascript"></script>
</head>
<body >
<table width="16%" border="0" cellspacing="0" cellpadding="0" class="tborder">
<!-- BEGIN LOGIN BOX -->
<tr class="tcat">
<td width="17" align="left"><img src="http://www.tutorials4you.co.uk/support/themes/client_default/space.gif" width="1" height="21"></td>
<td width="22" align="left"><img src="http://www.tutorials4you.co.uk/support/themes/client_default/blockarrow.gif" width="8" height="8"></td>
<td width="115" align="left" valign="middle"><span class="smalltext"><a href="/support/index.php?_m=core&_a=lostpassword" id="white">[Lost Password] </a></span></td>
</tr>
<tr>
<td bgcolor="#F5F5F5" colspan="3"><form name="loginform" action="http://www.tutorials4you.co.uk/support/index.php" method="POST"><table width="83%" border="0" cellspacing="1" cellpadding="2">
<tr>
<td colspan="2" class="smalltext">E-mail:
<br> <input name="loginemail" type="text" class="logintext" value=""></td>
</tr>
<tr>
<td colspan="2" class="smalltext">Password:
<input type="password" name="loginpassword" value="" class="loginpassword"></td>
</tr>
<tr>
<td width="57%" class="smalltext">Remember Me:</td>
<td width="43%"><input type="checkbox" name="rememberme" value="1"></td>
</tr>
<tr>
<td class="smalltext"> </td>
<td><input type="submit" name="Submit2" value="Login" class="yellowbutton"> </td>
</tr>
</table><input type="hidden" name="_m" value="core"><input type="hidden" name="_a" value="login"><input type="hidden" name="querystring" value=""></form>
<script language="Javascript">
document.loginform.loginemail.focus();
</script>
</td>
</tr>
<!-- END LOGIN BOX -->
<tr class="borderrow1">
<td height="1" align="left" colspan="3"><img src="http://www.tutorials4you.co.uk/support/themes/client_default/space.gif" width="1" height="1"></td>
</tr>
</table>
</body>
</html>
|