0byt3m1n1
Path:
/
data
/
applications
/
aps
/
helpcenterlive
/
2.1.5-3
/
standard
/
htdocs
/
templates
/
Bliss
/
[
Home
]
File: live_main.tpl
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>{$conf.company} - Live Support Solution (Powered By Help Center Live)</title> <meta http-equiv="Content-Type" content="text/html; charset={$lang.charset}" /> <link href="{$conf.url}/templates/{$conf.template}/css/live.css" rel="stylesheet" type="text/css" /> </head> <body> <div align="center"> <br /> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="{$conf.url}/templates/{$conf.template}/images/live_top.gif" alt="" /></td> </tr> </table> <br /><br /> <form name="request_live_help" method="post" action="{$conf.url}/live/request.php?request"> {if $department_show == false} <input name="departmentid" type="hidden" value="{$departmentid}" /> {else} <table width="90%" border="0" cellspacing="1" cellpadding="2" class="border"> <tr> <td class="dark"><div align="center">{if $retry == 'true'}<b>{$lang.retry_select_department}</b>{else}{$lang.select_department}{/if}</div></td> </tr> {section name=i loop=$avaliable} {if $avaliable[i].status == 'true'} <tr class="online"> <td><div align="left"><input type="radio" name="departmentid" value="{$avaliable[i].id}"{if $departmentid == $avaliable[i].id} checked="checked"{/if} /> {$avaliable[i].name} - Online</div></td> </tr> {else} <tr class="offline"> <td><div align="left"><input type="radio" name="departmentid" value="{$avaliable[i].id}" disabled="disabled" /> {$avaliable[i].name} - Offline</div></td> </tr> {/if} {/section} </table> {/if} <br /> <br /> <table width="90%" border="0" cellspacing="1" cellpadding="2" class="border"> {if $nick_show == true}<tr> <td class="dark"><div align="center">{if $retry == 'true' && $nick == ''}<b>{$lang.retry_live_nick}</b>{else}{$lang.live_nick}{/if}</div></td> </tr>{/if} <tr> <td><div align="center">{if $nick_show == false}<input name="nick" type="hidden" value="{$nick}" />{else}<input name="nick" type="text" size="20" value="{$nick}" /> {/if}<input type="submit" name="submit" value="{$lang.request_chat}" /></div></td> </tr> </table> </form> <br /><br /><div align="center">Powered By <a href="http://www.helpcenterlive.com" target="_blank">Help Center Live</a> - © <a href="http://www.ubertec.co.uk" target="_blank">Help Center Live</a>. All Rights Reserved.</div> </div> </body> </html>