getstring -> getlocal in all views

git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@63 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
Evgeny Gryaznov 2008-05-06 11:08:21 +00:00
parent 7e86fbcec2
commit c1d339ad13
18 changed files with 224 additions and 224 deletions

View File

@ -22,11 +22,11 @@
<link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/>
<title> <title>
<?php echo getstring("app.title") ?> - <?php echo getstring("install.title") ?> <?php echo getlocal("app.title") ?> - <?php echo getlocal("install.title") ?>
</title> </title>
<meta http-equiv="keywords" content="<?php echo getstring("page.main_layout.meta_keyword") ?>"> <meta http-equiv="keywords" content="<?php echo getlocal("page.main_layout.meta_keyword") ?>">
<meta http-equiv="description" content="<?php echo getstring("page.main_layout.meta_description") ?>"> <meta http-equiv="description" content="<?php echo getlocal("page.main_layout.meta_description") ?>">
</head> </head>
<body bgcolor="#FFFFFF" text="#000000" link="#2971C1" vlink="#2971C1" alink="#2971C1"> <body bgcolor="#FFFFFF" text="#000000" link="#2971C1" vlink="#2971C1" alink="#2971C1">
@ -35,10 +35,10 @@
<tr> <tr>
<td valign="top" class="text"> <td valign="top" class="text">
<h1><?php echo getstring("install.title") ?></h1> <h1><?php echo getlocal("install.title") ?></h1>
<?php echo getstring("install.message") ?> <?php echo getlocal("install.message") ?>
<br /> <br />
<br /> <br />
<?php if( isset($errors) && count($errors) > 0 ) { ?> <?php if( isset($errors) && count($errors) > 0 ) { ?>
@ -48,13 +48,13 @@
<td width="10"></td> <td width="10"></td>
<td class="text"> <td class="text">
<?php if( isset($errors) && count($errors) > 0 ) { <?php if( isset($errors) && count($errors) > 0 ) {
print getstring("errors.header"); print getlocal("errors.header");
foreach( $errors as $e ) { foreach( $errors as $e ) {
print getstring("errors.prefix"); print getlocal("errors.prefix");
print $e; print $e;
print getstring("errors.suffix"); print getlocal("errors.suffix");
} }
print getstring("errors.footer"); print getlocal("errors.footer");
} ?> } ?>
</td> </td>
@ -64,7 +64,7 @@
<?php if( $page['done'] ) { ?> <?php if( $page['done'] ) { ?>
<table cellspacing='0' cellpadding='0' border='0'><tr><td background='<?php echo $webimroot ?>/images/loginbg.gif'><table cellspacing='0' cellpadding='0' border='0'><tr><td><img src='<?php echo $webimroot ?>/images/logincrnlt.gif' width='16' height='16' border='0' alt=''></td><td></td><td><img src='<?php echo $webimroot ?>/images/logincrnrt.gif' width='16' height='16' border='0' alt=''></td></tr><tr><td></td><td align='center'><table border='0' cellspacing='0' cellpadding='0'><tr><td align="left" class="text"> <table cellspacing='0' cellpadding='0' border='0'><tr><td background='<?php echo $webimroot ?>/images/loginbg.gif'><table cellspacing='0' cellpadding='0' border='0'><tr><td><img src='<?php echo $webimroot ?>/images/logincrnlt.gif' width='16' height='16' border='0' alt=''></td><td></td><td><img src='<?php echo $webimroot ?>/images/logincrnrt.gif' width='16' height='16' border='0' alt=''></td></tr><tr><td></td><td align='center'><table border='0' cellspacing='0' cellpadding='0'><tr><td align="left" class="text">
<?php echo getstring("install.done") ?> <?php echo getlocal("install.done") ?>
<ul> <ul>
<?php foreach( $page['done'] as $info ) { ?> <?php foreach( $page['done'] as $info ) { ?>
<li><?php echo $info ?></li> <li><?php echo $info ?></li>
@ -73,7 +73,7 @@
</td></tr> </td></tr>
<?php if( $page['nextstep'] ) { ?> <?php if( $page['nextstep'] ) { ?>
<tr><td align="left" class="text"> <tr><td align="left" class="text">
<?php echo getstring("install.next") ?> <?php echo getlocal("install.next") ?>
<ul> <ul>
<li> <li>
<?php if( $page['nextnotice'] ) { ?><?php echo $page['nextnotice'] ?><br/><br/><?php } ?> <?php if( $page['nextnotice'] ) { ?><?php echo $page['nextnotice'] ?><br/><br/><?php } ?>
@ -97,7 +97,7 @@
</tr> </tr>
</table> </table>
Web Messenger/<?php echo $page['version'] ?> &bull; <?php echo $page['localeLinks'] ?> &bull; <a href="<?php echo $webimroot ?>/epl-v10.html" target="_blank"><?php echo getstring("install.license") ?></a> Web Messenger/<?php echo $page['version'] ?> &bull; <?php echo $page['localeLinks'] ?> &bull; <a href="<?php echo $webimroot ?>/epl-v10.html" target="_blank"><?php echo getlocal("install.license") ?></a>
</td> </td>
</tr> </tr>

View File

@ -22,11 +22,11 @@
<link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/>
<title> <title>
<?php echo getstring("app.title") ?> - <?php echo getstring("install.err.title") ?> <?php echo getlocal("app.title") ?> - <?php echo getlocal("install.err.title") ?>
</title> </title>
<meta http-equiv="keywords" content="<?php echo getstring("page.main_layout.meta_keyword") ?>"> <meta http-equiv="keywords" content="<?php echo getlocal("page.main_layout.meta_keyword") ?>">
<meta http-equiv="description" content="<?php echo getstring("page.main_layout.meta_description") ?>"> <meta http-equiv="description" content="<?php echo getlocal("page.main_layout.meta_description") ?>">
</head> </head>
<body bgcolor="#FFFFFF" text="#000000" link="#2971C1" vlink="#2971C1" alink="#2971C1"> <body bgcolor="#FFFFFF" text="#000000" link="#2971C1" vlink="#2971C1" alink="#2971C1">
@ -35,7 +35,7 @@
<tr> <tr>
<td valign="top" class="text"> <td valign="top" class="text">
<h1><?php echo getstring("install.err.title") ?></h1> <h1><?php echo getlocal("install.err.title") ?></h1>
<?php if( isset($errors) && count($errors) > 0 ) { ?> <?php if( isset($errors) && count($errors) > 0 ) { ?>
@ -45,13 +45,13 @@
<td width="10"></td> <td width="10"></td>
<td class="text"> <td class="text">
<?php if( isset($errors) && count($errors) > 0 ) { <?php if( isset($errors) && count($errors) > 0 ) {
print getstring("errors.header"); print getlocal("errors.header");
foreach( $errors as $e ) { foreach( $errors as $e ) {
print getstring("errors.prefix"); print getlocal("errors.prefix");
print $e; print $e;
print getstring("errors.suffix"); print getlocal("errors.suffix");
} }
print getstring("errors.footer"); print getlocal("errors.footer");
} ?> } ?>
</td> </td>
@ -60,7 +60,7 @@
<?php } ?> <?php } ?>
<br/> <br/>
<?php echo getstring("install.err.back") ?> <?php echo getlocal("install.err.back") ?>
<table width="200" cellspacing="0" cellpadding="0" border="0"> <table width="200" cellspacing="0" cellpadding="0" border="0">
<tr> <tr>
@ -74,7 +74,7 @@
</tr> </tr>
</table> </table>
Web Messenger/<?php echo $page['version'] ?> &bull; <?php echo $page['localeLinks'] ?> &bull; <a href="<?php echo $webimroot ?>/epl-v10.html" target="_blank"><?php echo getstring("install.license") ?></a> Web Messenger/<?php echo $page['version'] ?> &bull; <?php echo $page['localeLinks'] ?> &bull; <a href="<?php echo $webimroot ?>/epl-v10.html" target="_blank"><?php echo getlocal("install.license") ?></a>
</td> </td>
</tr> </tr>

View File

@ -22,11 +22,11 @@
<link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/>
<title> <title>
<?php echo getstring("app.title") ?> - <?php echo getstring("page_agent.title") ?> <?php echo getlocal("app.title") ?> - <?php echo getlocal("page_agent.title") ?>
</title> </title>
<meta http-equiv="keywords" content="<?php echo getstring("page.main_layout.meta_keyword") ?>"> <meta http-equiv="keywords" content="<?php echo getlocal("page.main_layout.meta_keyword") ?>">
<meta http-equiv="description" content="<?php echo getstring("page.main_layout.meta_description") ?>"> <meta http-equiv="description" content="<?php echo getlocal("page.main_layout.meta_description") ?>">
</head> </head>
<body bgcolor="#FFFFFF" text="#000000" link="#2971C1" vlink="#2971C1" alink="#2971C1"> <body bgcolor="#FFFFFF" text="#000000" link="#2971C1" vlink="#2971C1" alink="#2971C1">
@ -36,15 +36,15 @@
<td valign="top" class="text"> <td valign="top" class="text">
<table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td align="left" valign="top"> <table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td align="left" valign="top">
<h1><?php echo getstring("page_agent.title") ?></h1> <h1><?php echo getlocal("page_agent.title") ?></h1>
</td><td align="right" class="text" valign="top"><table cellspacing="0" cellpadding="0" border="0"><tr><td class="textform"><?php echo getstring2("menu.operator",array($page['operator'])) ?></td><td class="textform"><img src='<?php echo $webimroot ?>/images/topdiv.gif' width="25" height="15" border="0" alt="|" /></td><td class="textform"><a href="<?php echo $webimroot ?>/operator/operators.php" title="<?php echo getstring("menu.agents") ?>"><?php echo getstring("menu.agents") ?></a></td><td class="textform"><img src='<?php echo $webimroot ?>/images/topdiv.gif' width="25" height="15" border="0" alt="|" /></td><td class="textform"><a href="<?php echo $webimroot ?>/operator/index.php" title="<?php echo getstring("menu.main") ?>"><?php echo getstring("menu.main") ?></a></td></tr></table></td></tr></table> </td><td align="right" class="text" valign="top"><table cellspacing="0" cellpadding="0" border="0"><tr><td class="textform"><?php echo getlocal2("menu.operator",array($page['operator'])) ?></td><td class="textform"><img src='<?php echo $webimroot ?>/images/topdiv.gif' width="25" height="15" border="0" alt="|" /></td><td class="textform"><a href="<?php echo $webimroot ?>/operator/operators.php" title="<?php echo getlocal("menu.agents") ?>"><?php echo getlocal("menu.agents") ?></a></td><td class="textform"><img src='<?php echo $webimroot ?>/images/topdiv.gif' width="25" height="15" border="0" alt="|" /></td><td class="textform"><a href="<?php echo $webimroot ?>/operator/index.php" title="<?php echo getlocal("menu.main") ?>"><?php echo getlocal("menu.main") ?></a></td></tr></table></td></tr></table>
<?php if( $page['agentId'] ) { ?> <?php if( $page['agentId'] ) { ?>
<?php echo getstring("page_agent.intro") ?> <?php echo getlocal("page_agent.intro") ?>
<?php } ?> <?php } ?>
<?php if( !$page['agentId'] ) { ?> <?php if( !$page['agentId'] ) { ?>
<?php echo getstring("page_agent.create_new") ?> <?php echo getlocal("page_agent.create_new") ?>
<?php } ?> <?php } ?>
<br /> <br />
<br /> <br />
@ -55,13 +55,13 @@
<td width="10"></td> <td width="10"></td>
<td class="text"> <td class="text">
<?php if( isset($errors) && count($errors) > 0 ) { <?php if( isset($errors) && count($errors) > 0 ) {
print getstring("errors.header"); print getlocal("errors.header");
foreach( $errors as $e ) { foreach( $errors as $e ) {
print getstring("errors.prefix"); print getlocal("errors.prefix");
print $e; print $e;
print getstring("errors.suffix"); print getlocal("errors.suffix");
} }
print getstring("errors.footer"); print getlocal("errors.footer");
} ?> } ?>
</td> </td>
@ -71,31 +71,31 @@
<form name="agentForm" method="post" action="<?php echo $webimroot ?>/operator/operator.php"> <form name="agentForm" method="post" action="<?php echo $webimroot ?>/operator/operator.php">
<table cellspacing='0' cellpadding='0' border='0'><tr><td background='<?php echo $webimroot ?>/images/loginbg.gif'><table cellspacing='0' cellpadding='0' border='0'><tr><td><img src='<?php echo $webimroot ?>/images/logincrnlt.gif' width='16' height='16' border='0' alt=''></td><td></td><td><img src='<?php echo $webimroot ?>/images/logincrnrt.gif' width='16' height='16' border='0' alt=''></td></tr><tr><td></td><td align='center'><table border='0' cellspacing='0' cellpadding='0'> <table cellspacing='0' cellpadding='0' border='0'><tr><td background='<?php echo $webimroot ?>/images/loginbg.gif'><table cellspacing='0' cellpadding='0' border='0'><tr><td><img src='<?php echo $webimroot ?>/images/logincrnlt.gif' width='16' height='16' border='0' alt=''></td><td></td><td><img src='<?php echo $webimroot ?>/images/logincrnrt.gif' width='16' height='16' border='0' alt=''></td></tr><tr><td></td><td align='center'><table border='0' cellspacing='0' cellpadding='0'>
<tr><td class='formauth'><?php echo getstring('form.field.login') ?><b><font class='red'>*</font></b></td><td width='10'><img width='10' height='1' border='0' alt='' src='<?php echo $webimroot ?>/images/free.gif'></td><td></td></tr><tr><td height='2' colspan='3'></td></tr><tr><td> <tr><td class='formauth'><?php echo getlocal('form.field.login') ?><b><font class='red'>*</font></b></td><td width='10'><img width='10' height='1' border='0' alt='' src='<?php echo $webimroot ?>/images/free.gif'></td><td></td></tr><tr><td height='2' colspan='3'></td></tr><tr><td>
<input type="text" name="login" size="40" value="<?php echo form_value('login') ?>" class="formauth"/> <input type="text" name="login" size="40" value="<?php echo form_value('login') ?>" class="formauth"/>
</td><td></td><td class='formauth'><span class='formdescr'> &mdash; <?php echo getstring('form.field.login.description') ?></span></td></tr><tr><td colspan='3' height='10'></td></tr> </td><td></td><td class='formauth'><span class='formdescr'> &mdash; <?php echo getlocal('form.field.login.description') ?></span></td></tr><tr><td colspan='3' height='10'></td></tr>
<tr><td class='formauth'><?php echo getstring('form.field.password') ?><b><font class='red'>*</font></b></td><td width='10'><img width='10' height='1' border='0' alt='' src='<?php echo $webimroot ?>/images/free.gif'></td><td></td></tr><tr><td height='2' colspan='3'></td></tr><tr><td> <tr><td class='formauth'><?php echo getlocal('form.field.password') ?><b><font class='red'>*</font></b></td><td width='10'><img width='10' height='1' border='0' alt='' src='<?php echo $webimroot ?>/images/free.gif'></td><td></td></tr><tr><td height='2' colspan='3'></td></tr><tr><td>
<input type="password" name="password" size="40" value="" class="formauth"/> <input type="password" name="password" size="40" value="" class="formauth"/>
</td><td></td><td class='formauth'><span class='formdescr'> &mdash; <?php echo getstring('form.field.password.description') ?></span></td></tr><tr><td colspan='3' height='10'></td></tr> </td><td></td><td class='formauth'><span class='formdescr'> &mdash; <?php echo getlocal('form.field.password.description') ?></span></td></tr><tr><td colspan='3' height='10'></td></tr>
<tr><td class='formauth'><?php echo getstring('form.field.password_confirm') ?><b><font class='red'>*</font></b></td><td width='10'><img width='10' height='1' border='0' alt='' src='<?php echo $webimroot ?>/images/free.gif'></td><td></td></tr><tr><td height='2' colspan='3'></td></tr><tr><td> <tr><td class='formauth'><?php echo getlocal('form.field.password_confirm') ?><b><font class='red'>*</font></b></td><td width='10'><img width='10' height='1' border='0' alt='' src='<?php echo $webimroot ?>/images/free.gif'></td><td></td></tr><tr><td height='2' colspan='3'></td></tr><tr><td>
<input type="password" name="passwordConfirm" size="40" value="" class="formauth"/> <input type="password" name="passwordConfirm" size="40" value="" class="formauth"/>
</td><td></td><td class='formauth'><span class='formdescr'> &mdash; <?php echo getstring('form.field.password_confirm.description') ?></span></td></tr><tr><td colspan='3' height='10'></td></tr> </td><td></td><td class='formauth'><span class='formdescr'> &mdash; <?php echo getlocal('form.field.password_confirm.description') ?></span></td></tr><tr><td colspan='3' height='10'></td></tr>
<tr><td class='formauth'><?php echo getstring('form.field.agent_name') ?><b><font class='red'>*</font></b></td><td width='10'><img width='10' height='1' border='0' alt='' src='<?php echo $webimroot ?>/images/free.gif'></td><td></td></tr><tr><td height='2' colspan='3'></td></tr><tr><td> <tr><td class='formauth'><?php echo getlocal('form.field.agent_name') ?><b><font class='red'>*</font></b></td><td width='10'><img width='10' height='1' border='0' alt='' src='<?php echo $webimroot ?>/images/free.gif'></td><td></td></tr><tr><td height='2' colspan='3'></td></tr><tr><td>
<input type="text" name="name" size="40" value="<?php echo form_value('name') ?>" class="formauth"/> <input type="text" name="name" size="40" value="<?php echo form_value('name') ?>" class="formauth"/>
</td><td></td><td class='formauth'><span class='formdescr'> &mdash; <?php echo getstring('form.field.agent_name.description') ?></span></td></tr><tr><td colspan='3' height='10'></td></tr> </td><td></td><td class='formauth'><span class='formdescr'> &mdash; <?php echo getlocal('form.field.agent_name.description') ?></span></td></tr><tr><td colspan='3' height='10'></td></tr>
<tr><td class='formauth'><?php echo getstring('form.field.agent_commonname') ?><b><font class='red'>*</font></b></td><td width='10'><img width='10' height='1' border='0' alt='' src='<?php echo $webimroot ?>/images/free.gif'></td><td></td></tr><tr><td height='2' colspan='3'></td></tr><tr><td> <tr><td class='formauth'><?php echo getlocal('form.field.agent_commonname') ?><b><font class='red'>*</font></b></td><td width='10'><img width='10' height='1' border='0' alt='' src='<?php echo $webimroot ?>/images/free.gif'></td><td></td></tr><tr><td height='2' colspan='3'></td></tr><tr><td>
<input type="text" name="commonname" size="40" value="<?php echo form_value('commonname') ?>" class="formauth"/> <input type="text" name="commonname" size="40" value="<?php echo form_value('commonname') ?>" class="formauth"/>
</td><td></td><td class='formauth'><span class='formdescr'> &mdash; <?php echo getstring('form.field.agent_commonname.description') ?></span></td></tr><tr><td colspan='3' height='10'></td></tr> </td><td></td><td class='formauth'><span class='formdescr'> &mdash; <?php echo getlocal('form.field.agent_commonname.description') ?></span></td></tr><tr><td colspan='3' height='10'></td></tr>
<tr><td colspan='3' height='20'></td></tr><tr><td colspan='3' background='<?php echo $webimroot ?>/images/formline.gif'><img src='<?php echo $webimroot ?>/images/formline.gif' width='1' height='2' border='0' alt=''></td></tr><tr><td colspan='3' height='10'></td></tr> <tr><td colspan='3' height='20'></td></tr><tr><td colspan='3' background='<?php echo $webimroot ?>/images/formline.gif'><img src='<?php echo $webimroot ?>/images/formline.gif' width='1' height='2' border='0' alt=''></td></tr><tr><td colspan='3' height='10'></td></tr>
<tr> <tr>
<td class="formauth" colspan="3"> <td class="formauth" colspan="3">
<input type="hidden" name="agentId" value="<?php echo $page['agentId'] ?>"/> <input type="hidden" name="agentId" value="<?php echo $page['agentId'] ?>"/>
<input type="image" name="" src='<?php echo $webimroot.getstring("image.button.save") ?>' border="0" alt='<?php echo getstring("button.save") ?>'/> <input type="image" name="" src='<?php echo $webimroot.getlocal("image.button.save") ?>' border="0" alt='<?php echo getlocal("button.save") ?>'/>
</td> </td>
</tr> </tr>
@ -112,7 +112,7 @@
</tr> </tr>
<tr> <tr>
<td width="30"></td> <td width="30"></td>
<td class="formauth"><span class="formdescr"><?php echo getstring("common.asterisk_explanation") ?></span></td> <td class="formauth"><span class="formdescr"><?php echo getlocal("common.asterisk_explanation") ?></span></td>
</tr> </tr>
</table> </table>

View File

@ -22,11 +22,11 @@
<link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/>
<title> <title>
<?php echo getstring("app.title") ?> - <?php echo getstring("page_agents.title") ?> <?php echo getlocal("app.title") ?> - <?php echo getlocal("page_agents.title") ?>
</title> </title>
<meta http-equiv="keywords" content="<?php echo getstring("page.main_layout.meta_keyword") ?>"> <meta http-equiv="keywords" content="<?php echo getlocal("page.main_layout.meta_keyword") ?>">
<meta http-equiv="description" content="<?php echo getstring("page.main_layout.meta_description") ?>"> <meta http-equiv="description" content="<?php echo getlocal("page.main_layout.meta_description") ?>">
</head> </head>
<body bgcolor="#FFFFFF" text="#000000" link="#2971C1" vlink="#2971C1" alink="#2971C1"> <body bgcolor="#FFFFFF" text="#000000" link="#2971C1" vlink="#2971C1" alink="#2971C1">
@ -36,25 +36,25 @@
<td valign="top" class="text"> <td valign="top" class="text">
<table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td align="left" valign="top"> <table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td align="left" valign="top">
<h1><?php echo getstring("page_agents.title") ?></h1> <h1><?php echo getlocal("page_agents.title") ?></h1>
</td><td align="right" class="text" valign="top"><table cellspacing="0" cellpadding="0" border="0"><tr><td class="textform"><?php echo getstring2("menu.operator",array($page['operator'])) ?></td><td class="textform"><img src='<?php echo $webimroot ?>/images/topdiv.gif' width="25" height="15" border="0" alt="|" /></td><td class="textform"><a href="<?php echo $webimroot ?>/operator/index.php" title="<?php echo getstring("menu.main") ?>"><?php echo getstring("menu.main") ?></a></td></tr></table></td></tr></table> </td><td align="right" class="text" valign="top"><table cellspacing="0" cellpadding="0" border="0"><tr><td class="textform"><?php echo getlocal2("menu.operator",array($page['operator'])) ?></td><td class="textform"><img src='<?php echo $webimroot ?>/images/topdiv.gif' width="25" height="15" border="0" alt="|" /></td><td class="textform"><a href="<?php echo $webimroot ?>/operator/index.php" title="<?php echo getlocal("menu.main") ?>"><?php echo getlocal("menu.main") ?></a></td></tr></table></td></tr></table>
<?php echo getstring("page_agents.intro") ?> <?php echo getlocal("page_agents.intro") ?>
<br><br> <br><br>
<table width="100%" cellspacing="0" cellpadding="0" border="0"> <table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr> <tr>
<td class="text"><b><?php echo getstring("page_agents.agents") ?></b></td> <td class="text"><b><?php echo getlocal("page_agents.agents") ?></b></td>
<td align="right"> <td align="right">
<table cellspacing="0" cellpadding="0" border="0"> <table cellspacing="0" cellpadding="0" border="0">
<tr> <tr>
<td><img src='<?php echo $webimroot ?>/images/buttons/createagent.gif' border="0" altKey="page_agents.new_agent" /></td> <td><img src='<?php echo $webimroot ?>/images/buttons/createagent.gif' border="0" altKey="page_agents.new_agent" /></td>
<td width="10"></td> <td width="10"></td>
<td class="text"> <td class="text">
<a href='<?php echo $webimroot ?>/operator/operator.php' title="<?php echo getstring("page_agents.new_agent") ?>"> <a href='<?php echo $webimroot ?>/operator/operator.php' title="<?php echo getlocal("page_agents.new_agent") ?>">
<?php echo getstring("page_agents.new_agent") ?> <?php echo getlocal("page_agents.new_agent") ?>
</a> </a>
</td> </td>
</tr> </tr>
@ -68,9 +68,9 @@
<table width="100%" cellspacing="0" cellpadding="0" border="0"> <table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr> <tr>
<td class='table' bgcolor='#276db8' height='30'><span class='header'><?php echo getstring("page_agents.login") ?></span></td><td width='3'></td> <td class='table' bgcolor='#276db8' height='30'><span class='header'><?php echo getlocal("page_agents.login") ?></span></td><td width='3'></td>
<td class='table' bgcolor='#276db8' height='30'><span class='header'><?php echo getstring("page_agents.agent_name") ?></span></td><td width='3'></td> <td class='table' bgcolor='#276db8' height='30'><span class='header'><?php echo getlocal("page_agents.agent_name") ?></span></td><td width='3'></td>
<td class='table' bgcolor='#276db8' height='30'><span class='header'><?php echo getstring("page_agents.agent_commonname") ?></span></td> <td class='table' bgcolor='#276db8' height='30'><span class='header'><?php echo getlocal("page_agents.agent_commonname") ?></span></td>
</tr> </tr>
<?php foreach( $page['allowedAgents'] as $a ) { ?> <?php foreach( $page['allowedAgents'] as $a ) { ?>
<tr> <tr>
@ -80,7 +80,7 @@
<td><img src='<?php echo $webimroot ?>/images/tbliclogin.gif' width="10" height="15" border="0" alt="" /></td> <td><img src='<?php echo $webimroot ?>/images/tbliclogin.gif' width="10" height="15" border="0" alt="" /></td>
<td class="table"> <td class="table">
<a href='<?php echo $webimroot ?>/operator/operator.php?op=<?php echo $a['vclogin'] ?>'> <a href='<?php echo $webimroot ?>/operator/operator.php?op=<?php echo $a['vclogin'] ?>'>
<?php echo htmlspecialchars($a['vclogin']) ?> <?php echo htmlspecialchars(topage($a['vclogin'])) ?>
</a> </a>
</td> </td>
</tr> </tr>
@ -90,7 +90,7 @@
<table cellspacing="0" cellpadding="0" border="0"> <table cellspacing="0" cellpadding="0" border="0">
<tr> <tr>
<td><img src='<?php echo $webimroot ?>/images/tbllabyel.gif' width="5" height="5" border="0" alt="" /></td> <td><img src='<?php echo $webimroot ?>/images/tbllabyel.gif' width="5" height="5" border="0" alt="" /></td>
<td class="table"><?php echo htmlspecialchars($a['vclocalename']) ?></td> <td class="table"><?php echo htmlspecialchars(topage($a['vclocalename'])) ?></td>
</tr> </tr>
</table> </table>
</td><td background='<?php echo $webimroot ?>/images/tablediv3.gif'><img width='3' height='1' border='0' alt='' src='<?php echo $webimroot ?>/images/free.gif'></td> </td><td background='<?php echo $webimroot ?>/images/tablediv3.gif'><img width='3' height='1' border='0' alt='' src='<?php echo $webimroot ?>/images/free.gif'></td>
@ -98,7 +98,7 @@
<table cellspacing="0" cellpadding="0" border="0"> <table cellspacing="0" cellpadding="0" border="0">
<tr> <tr>
<td><img src='<?php echo $webimroot ?>/images/tbllabyel.gif' width="5" height="5" border="0" alt="" /></td> <td><img src='<?php echo $webimroot ?>/images/tbllabyel.gif' width="5" height="5" border="0" alt="" /></td>
<td class="table"><?php echo htmlspecialchars($a['vccommonname']) ?></td> <td class="table"><?php echo htmlspecialchars(topage($a['vccommonname'])) ?></td>
</tr> </tr>
</table> </table>
</td> </td>

View File

@ -15,7 +15,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html> <html>
<head> <head>
<title><?php echo getstring("chat.window.title.agent") ?></title> <title><?php echo getlocal("chat.window.title.agent") ?></title>
<link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1251"> <meta http-equiv="Content-Type" content="text/html; charset=Windows-1251">
<link rel="stylesheet" type="text/css" href="<?php echo $webimroot ?>/chat.css" /> <link rel="stylesheet" type="text/css" href="<?php echo $webimroot ?>/chat.css" />
@ -45,7 +45,7 @@ var threadParams = { servl:"<?php echo $webimroot ?>/thread.php",wroot:"<?php ec
<td height="10"></td> <td height="10"></td>
</tr> </tr>
<tr> <tr>
<td align="center"><?php if( $page['ct.company.chatLogoURL'] ) { ?><a onclick="window.open('<?php echo getstring("site.url") ?>');return false;" href="_blank"><img src="<?php echo $page['ct.company.chatLogoURL'] ?>" border="0" alt=""></a><?php } ?></td> <td align="center"><?php if( $page['ct.company.chatLogoURL'] ) { ?><a onclick="window.open('<?php echo getlocal("site.url") ?>');return false;" href="_blank"><img src="<?php echo $page['ct.company.chatLogoURL'] ?>" border="0" alt=""></a><?php } ?></td>
</tr> </tr>
<tr> <tr>
<td height="5"></td> <td height="5"></td>
@ -64,17 +64,17 @@ var threadParams = { servl:"<?php echo $webimroot ?>/thread.php",wroot:"<?php ec
<table cellspacing="0" cellpadding="0" border="0"> <table cellspacing="0" cellpadding="0" border="0">
<tr> <tr>
<td class="text"><?php echo getstring("chat.window.product_name") ?></td> <td class="text"><?php echo getlocal("chat.window.product_name") ?></td>
<td width="5"></td> <td width="5"></td>
<td> <td>
<table cellspacing="0" cellpadding="0" border="0"> <table cellspacing="0" cellpadding="0" border="0">
<tr> <tr>
<td width="95" height="13" bgcolor="#D09221" align="center" class="www"><a href="<?php echo getstring("site.url") ?>" title="<?php echo getstring("company.title") ?>" target="_blank"><?php echo getstring("site.title") ?></a></td> <td width="95" height="13" bgcolor="#D09221" align="center" class="www"><a href="<?php echo getlocal("site.url") ?>" title="<?php echo getlocal("company.title") ?>" target="_blank"><?php echo getlocal("site.title") ?></a></td>
</tr> </tr>
</table> </table>
</td> </td>
<td width="5"></td> <td width="5"></td>
<td><a class="closethread" href="javascript:void(0)" onclick="return false;" title="<?php echo getstring("chat.window.close_title") ?>"><img src='<?php echo $webimroot ?>/images/buttons/closewin.gif' width="15" height="15" border="0" altKey="chat.window.close_link_text"/></a></td> <td><a class="closethread" href="javascript:void(0)" onclick="return false;" title="<?php echo getlocal("chat.window.close_title") ?>"><img src='<?php echo $webimroot ?>/images/buttons/closewin.gif' width="15" height="15" border="0" altKey="chat.window.close_link_text"/></a></td>
<td width="5"></td> <td width="5"></td>
</tr> </tr>
</table> </table>
@ -89,31 +89,31 @@ var threadParams = { servl:"<?php echo $webimroot ?>/thread.php",wroot:"<?php ec
<tr> <tr>
<?php if( $page['agent'] ) { ?> <?php if( $page['agent'] ) { ?>
<td class="text" nowrap> <td class="text" nowrap>
<?php echo getstring("chat.window.chatting_with") ?> <b><a href="javascript:void(0)" onclick="return false;" title="<?php echo getstring("chat.window.chatting_with") ?> <?php echo htmlspecialchars($page['ct.user.name']) ?><?php echo $page['namePostfix'] ?>"><?php echo htmlspecialchars($page['ct.user.name']) ?></a></b><br> <?php echo getlocal("chat.window.chatting_with") ?> <b><a href="javascript:void(0)" onclick="return false;" title="<?php echo getlocal("chat.window.chatting_with") ?> <?php echo htmlspecialchars($page['ct.user.name']) ?><?php echo $page['namePostfix'] ?>"><?php echo htmlspecialchars($page['ct.user.name']) ?></a></b><br>
</td> </td>
<?php } ?><?php if( $page['user'] && $page['canChangeName'] ) { ?> <?php } ?><?php if( $page['user'] && $page['canChangeName'] ) { ?>
<td class="text" nowrap> <td class="text" nowrap>
<div id="changename1" style="display:<?php echo $page['displ1'] ?>;"> <div id="changename1" style="display:<?php echo $page['displ1'] ?>;">
<table cellspacing="0" cellpadding="0" border="0"><tr> <table cellspacing="0" cellpadding="0" border="0"><tr>
<td class="text" nowrap><?php echo getstring("chat.client.name") ?></td> <td class="text" nowrap><?php echo getlocal("chat.client.name") ?></td>
<td width="10" valign="top"><img src='<?php echo $webimroot ?>/images/free.gif' width="10" height="1" border="0" alt="" /></td> <td width="10" valign="top"><img src='<?php echo $webimroot ?>/images/free.gif' width="10" height="1" border="0" alt="" /></td>
<td><input id="uname" type="text" size="12" value="<?php echo $page['ct.user.name'] ?>" class="username"></td> <td><input id="uname" type="text" size="12" value="<?php echo $page['ct.user.name'] ?>" class="username"></td>
<td width="5" valign="top"><img src='<?php echo $webimroot ?>/images/free.gif' width="5" height="1" border="0" alt="" /></td> <td width="5" valign="top"><img src='<?php echo $webimroot ?>/images/free.gif' width="5" height="1" border="0" alt="" /></td>
<td><a href="javascript:void(0)" onclick="return false;" title="<?php echo getstring("chat.client.changename") ?>"><img src='<?php echo $webimroot ?>/images/buttons/exec.gif' width="25" height="25" border="0" alt="&gt;&gt;" /></a></td> <td><a href="javascript:void(0)" onclick="return false;" title="<?php echo getlocal("chat.client.changename") ?>"><img src='<?php echo $webimroot ?>/images/buttons/exec.gif' width="25" height="25" border="0" alt="&gt;&gt;" /></a></td>
</tr></table> </tr></table>
</div> </div>
<div id="changename2" style="display:<?php echo $page['displ2'] ?>;"> <div id="changename2" style="display:<?php echo $page['displ2'] ?>;">
<table cellspacing="0" cellpadding="0" border="0"><tr> <table cellspacing="0" cellpadding="0" border="0"><tr>
<td class="text" nowrap><a href="javascript:void(0)" onclick="return false;" title="<?php echo getstring("chat.client.changename") ?>"><?php echo getstring("chat.client.changename") ?></a></td> <td class="text" nowrap><a href="javascript:void(0)" onclick="return false;" title="<?php echo getlocal("chat.client.changename") ?>"><?php echo getlocal("chat.client.changename") ?></a></td>
<td width="10" valign="top"><img src='<?php echo $webimroot ?>/images/free.gif' width="10" height="1" border="0" alt="" /></td> <td width="10" valign="top"><img src='<?php echo $webimroot ?>/images/free.gif' width="10" height="1" border="0" alt="" /></td>
<td><a href="javascript:void(0)" onclick="return false;" title="<?php echo getstring("chat.client.changename") ?>"><img src='<?php echo $webimroot ?>/images/buttons/changeuser.gif' width="25" height="25" border="0" alt="" /></a></td> <td><a href="javascript:void(0)" onclick="return false;" title="<?php echo getlocal("chat.client.changename") ?>"><img src='<?php echo $webimroot ?>/images/buttons/changeuser.gif' width="25" height="25" border="0" alt="" /></a></td>
</tr></table> </tr></table>
</div> </div>
</td> </td>
<?php } ?> <?php } ?>
<?php if( $page['agent'] ) { ?> <?php if( $page['agent'] ) { ?>
<td width="10" valign="top"><img src='<?php echo $webimroot ?>/images/free.gif' width="10" height="1" border="0" alt="" /></td> <td width="10" valign="top"><img src='<?php echo $webimroot ?>/images/free.gif' width="10" height="1" border="0" alt="" /></td>
<td><a class="closethread" href="javascript:void(0)" onclick="return false;" title="<?php echo getstring("chat.window.close_title") ?>"> <td><a class="closethread" href="javascript:void(0)" onclick="return false;" title="<?php echo getlocal("chat.window.close_title") ?>">
<img src='<?php echo $webimroot ?>/images/buttons/close.gif' width="25" height="25" border="0" altKey="chat.window.close_link_text"/></a></td> <img src='<?php echo $webimroot ?>/images/buttons/close.gif' width="25" height="25" border="0" altKey="chat.window.close_link_text"/></a></td>
<?php } ?> <?php } ?>
<!-- <!--
@ -122,10 +122,10 @@ var threadParams = { servl:"<?php echo $webimroot ?>/thread.php",wroot:"<?php ec
<td><img src='<?php echo $webimroot ?>/images/buttondiv.gif' width="35" height="45" border="0" alt="" /></td> <td><img src='<?php echo $webimroot ?>/images/buttondiv.gif' width="35" height="45" border="0" alt="" /></td>
<?php if( $page['user'] ) { ?> <?php if( $page['user'] ) { ?>
<td><a href="<?php echo $page['selfLink'] ?>&act=mailthread" target="_blank" title="<?php echo getstring("chat.window.toolbar.mail_history") ?>" onclick="this.newWindow = window.open('<?php echo $page['selfLink'] ?>&act=mailthread', 'ForwardMail', 'toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,width=603,height=254,resizable=0');this.newWindow.focus();this.newWindow.opener=window;return false;"><img src='<?php echo $webimroot ?>/images/buttons/email.gif' width="25" height="25" border="0" alt="Mail&nbsp;"/></a></td> <td><a href="<?php echo $page['selfLink'] ?>&act=mailthread" target="_blank" title="<?php echo getlocal("chat.window.toolbar.mail_history") ?>" onclick="this.newWindow = window.open('<?php echo $page['selfLink'] ?>&act=mailthread', 'ForwardMail', 'toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,width=603,height=254,resizable=0');this.newWindow.focus();this.newWindow.opener=window;return false;"><img src='<?php echo $webimroot ?>/images/buttons/email.gif' width="25" height="25" border="0" alt="Mail&nbsp;"/></a></td>
<?php } ?> <?php } ?>
<td><a id="refresh" href="javascript:void(0)" onclick="return false;" title="<?php echo getstring("chat.window.toolbar.refresh") ?>"> <td><a id="refresh" href="javascript:void(0)" onclick="return false;" title="<?php echo getlocal("chat.window.toolbar.refresh") ?>">
<img src='<?php echo $webimroot ?>/images/buttons/refresh.gif' width="25" height="25" border="0" alt="Refresh&nbsp;" /></a></td> <img src='<?php echo $webimroot ?>/images/buttons/refresh.gif' width="25" height="25" border="0" alt="Refresh&nbsp;" /></a></td>
<td width="20" valign="top"><img src='<?php echo $webimroot ?>/images/free.gif' width="20" height="1" border="0" alt="" /></td> <td width="20" valign="top"><img src='<?php echo $webimroot ?>/images/free.gif' width="20" height="1" border="0" alt="" /></td>
@ -147,7 +147,7 @@ var threadParams = { servl:"<?php echo $webimroot ?>/thread.php",wroot:"<?php ec
<table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0"> <table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0">
<tr> <tr>
<td width="20" valign="top"><img src='<?php echo $webimroot.getstring("image.chat.history") ?>' width="20" height="80" border="0" alt="" /></td> <td width="20" valign="top"><img src='<?php echo $webimroot.getlocal("image.chat.history") ?>' width="20" height="80" border="0" alt="" /></td>
<td colspan="2" width="100%" height="100%" valign="top" id="chatwndtd"> <td colspan="2" width="100%" height="100%" valign="top" id="chatwndtd">
<table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0"> <table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0">
<tr> <tr>
@ -174,7 +174,7 @@ var threadParams = { servl:"<?php echo $webimroot ?>/thread.php",wroot:"<?php ec
</tr> </tr>
<tr> <tr>
<td width="20" valign="top"><img src='<?php echo $webimroot.getstring("image.chat.message") ?>' width="20" height="85" border="0" alt="" /></td> <td width="20" valign="top"><img src='<?php echo $webimroot.getlocal("image.chat.message") ?>' width="20" height="85" border="0" alt="" /></td>
<td width="100%" height="100" valign="top" id="msgwndtd"> <td width="100%" height="100" valign="top" id="msgwndtd">
<table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0"><tr><td colspan="3" bgcolor="#A1A1A1"><img src="<?php echo $webimroot ?>/images/free.gif" width="1" height="1" border="0" alt="" /></td></tr><tr><td bgcolor="#A1A1A1"><img src="<?php echo $webimroot ?>/images/free.gif" width="1" height="1" border="0" alt="" /></td><td width="100%" height="100%" bgcolor="#FFFFFF" valign="top"> <table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0"><tr><td colspan="3" bgcolor="#A1A1A1"><img src="<?php echo $webimroot ?>/images/free.gif" width="1" height="1" border="0" alt="" /></td></tr><tr><td bgcolor="#A1A1A1"><img src="<?php echo $webimroot ?>/images/free.gif" width="1" height="1" border="0" alt="" /></td><td width="100%" height="100%" bgcolor="#FFFFFF" valign="top">
<textarea id="msgwnd" class="message" tabindex="0"></textarea> <textarea id="msgwnd" class="message" tabindex="0"></textarea>
@ -203,7 +203,7 @@ var threadParams = { servl:"<?php echo $webimroot ?>/thread.php",wroot:"<?php ec
</tr> </tr>
</table> </table>
</td> </td>
<td align="center" class="copyr"><?php echo getstring("chat.window.poweredby") ?> <a href="<?php echo getstring("site.url") ?>" title="<?php echo getstring("company.title") ?>" target="_blank"><?php echo getstring("chat.window.poweredreftext") ?></a></td> <td align="center" class="copyr"><?php echo getlocal("chat.window.poweredby") ?> <a href="<?php echo getlocal("site.url") ?>" title="<?php echo getlocal("company.title") ?>" target="_blank"><?php echo getlocal("chat.window.poweredreftext") ?></a></td>
<td align="right"> <td align="right">
<?php if( $page['canpost'] ) { ?> <?php if( $page['canpost'] ) { ?>
@ -213,12 +213,12 @@ var threadParams = { servl:"<?php echo $webimroot ?>/thread.php",wroot:"<?php ec
<td> <td>
</td> </td>
<td><a href="javascript:void(0)" onclick="return false;" title="<?php echo getstring("chat.window.send_message") ?>"><img src='<?php echo $webimroot ?>/images/submit.gif' width="40" height="35" border="0" alt="" /></a></td> <td><a href="javascript:void(0)" onclick="return false;" title="<?php echo getlocal("chat.window.send_message") ?>"><img src='<?php echo $webimroot ?>/images/submit.gif' width="40" height="35" border="0" alt="" /></a></td>
<td background="<?php echo $webimroot ?>/images/submitbg.gif" valign="top" class="submit"> <td background="<?php echo $webimroot ?>/images/submitbg.gif" valign="top" class="submit">
<img src='<?php echo $webimroot ?>/images/free.gif' width="1" height="10" border="0" alt="" /><br> <img src='<?php echo $webimroot ?>/images/free.gif' width="1" height="10" border="0" alt="" /><br>
<a id="sndmessagelnk" href="javascript:void(0)" onclick="return false;" title="<?php echo getstring("chat.window.send_message") ?>"><?php echo getstring2("chat.window.send_message_short",array($page['send_shortcut'])) ?></a><br> <a id="sndmessagelnk" href="javascript:void(0)" onclick="return false;" title="<?php echo getlocal("chat.window.send_message") ?>"><?php echo getlocal2("chat.window.send_message_short",array($page['send_shortcut'])) ?></a><br>
</td> </td>
<td width="10"><a href="javascript:void(0)" onclick="return false;" title="<?php echo getstring("chat.window.send_message") ?>"><img src='<?php echo $webimroot ?>/images/submitrest.gif' width="10" height="35" border="0" alt="" /></a></td> <td width="10"><a href="javascript:void(0)" onclick="return false;" title="<?php echo getlocal("chat.window.send_message") ?>"><img src='<?php echo $webimroot ?>/images/submitrest.gif' width="10" height="35" border="0" alt="" /></a></td>
</tr> </tr>
</table> </table>
<?php } ?> <?php } ?>

View File

@ -15,7 +15,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html> <html>
<head> <head>
<title><?php echo getstring("chat.error_page.title") ?></title> <title><?php echo getlocal("chat.error_page.title") ?></title>
<link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="<?php echo $webimroot ?>/chat.css" /> <link rel="stylesheet" type="text/css" href="<?php echo $webimroot ?>/chat.css" />
</head> </head>
@ -28,7 +28,7 @@
<tr> <tr>
<td height="75"></td> <td height="75"></td>
<td class="window"> <td class="window">
<h1><?php echo getstring("chat.error_page.head") ?></h1> <h1><?php echo getlocal("chat.error_page.head") ?></h1>
</td> </td>
<td></td> <td></td>
</tr> </tr>
@ -45,13 +45,13 @@
<td background="<?php echo $webimroot ?>/images/winbg.gif" class="bgcy"> <td background="<?php echo $webimroot ?>/images/winbg.gif" class="bgcy">
<?php if( isset($errors) && count($errors) > 0 ) { <?php if( isset($errors) && count($errors) > 0 ) {
print getstring("errors.header"); print getlocal("errors.header");
foreach( $errors as $e ) { foreach( $errors as $e ) {
print getstring("errors.prefix"); print getlocal("errors.prefix");
print $e; print $e;
print getstring("errors.suffix"); print getlocal("errors.suffix");
} }
print getstring("errors.footer"); print getlocal("errors.footer");
} ?> } ?>
@ -75,9 +75,9 @@
<td width="100%" align="right"> <td width="100%" align="right">
<table cellspacing="0" cellpadding="0" border="0"> <table cellspacing="0" cellpadding="0" border="0">
<tr> <tr>
<td><a href="javascript:window.close();" title="<?php echo getstring("chat.error_page.close") ?>"><img src='<?php echo $webimroot ?>/images/buttons/back.gif' width="25" height="25" border="0" alt="" /></a></td> <td><a href="javascript:window.close();" title="<?php echo getlocal("chat.error_page.close") ?>"><img src='<?php echo $webimroot ?>/images/buttons/back.gif' width="25" height="25" border="0" alt="" /></a></td>
<td width="5"></td> <td width="5"></td>
<td class="button"><a href="javascript:window.close();" title="<?php echo getstring("chat.error_page.close") ?>"><?php echo getstring("chat.error_page.close") ?></a></td> <td class="button"><a href="javascript:window.close();" title="<?php echo getlocal("chat.error_page.close") ?>"><?php echo getlocal("chat.error_page.close") ?></a></td>
</tr> </tr>
</table> </table>
</td> </td>

View File

@ -15,7 +15,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html> <html>
<head> <head>
<title><?php echo getstring("leavemessage.title") ?></title> <title><?php echo getlocal("leavemessage.title") ?></title>
<link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="<?php echo $webimroot ?>/chat.css" /> <link rel="stylesheet" type="text/css" href="<?php echo $webimroot ?>/chat.css" />
</head> </head>
@ -31,7 +31,7 @@
<tr> <tr>
<td height="40"></td> <td height="40"></td>
<td class="window"> <td class="window">
<h1><?php echo getstring("leavemessage.title") ?></h1> <h1><?php echo getlocal("leavemessage.title") ?></h1>
</td> </td>
<td></td> <td></td>
</tr> </tr>
@ -44,13 +44,13 @@
<td width="10"></td> <td width="10"></td>
<td class="text"> <td class="text">
<?php if( isset($errors) && count($errors) > 0 ) { <?php if( isset($errors) && count($errors) > 0 ) {
print getstring("errors.header"); print getlocal("errors.header");
foreach( $errors as $e ) { foreach( $errors as $e ) {
print getstring("errors.prefix"); print getlocal("errors.prefix");
print $e; print $e;
print getstring("errors.suffix"); print getlocal("errors.suffix");
} }
print getstring("errors.footer"); print getlocal("errors.footer");
} ?> } ?>
</td> </td>
@ -66,23 +66,23 @@
<table cellspacing="0" cellpadding="0" border="0"><tr><td width="15"><img src="<?php echo $webimroot ?>/images/wincrnlt.gif" width="15" height="15" border="0" alt="" /></td><td width="100%" background="<?php echo $webimroot ?>/images/winbg.gif" class="bgcy"><img src="<?php echo $webimroot ?>/images/free.gif" width="1" height="1" border="0" alt="" /></td><td width="15"><img src="<?php echo $webimroot ?>/images/wincrnrt.gif" width="15" height="15" border="0" alt="" /></td></tr><tr><td height="100%" bgcolor="#FED840"><img src="<?php echo $webimroot ?>/images/free.gif" width="1" height="1" border="0" alt="" /></td><td background="<?php echo $webimroot ?>/images/winbg.gif" class="bgcy"><table cellspacing="0" cellpadding="0" border="0"> <table cellspacing="0" cellpadding="0" border="0"><tr><td width="15"><img src="<?php echo $webimroot ?>/images/wincrnlt.gif" width="15" height="15" border="0" alt="" /></td><td width="100%" background="<?php echo $webimroot ?>/images/winbg.gif" class="bgcy"><img src="<?php echo $webimroot ?>/images/free.gif" width="1" height="1" border="0" alt="" /></td><td width="15"><img src="<?php echo $webimroot ?>/images/wincrnrt.gif" width="15" height="15" border="0" alt="" /></td></tr><tr><td height="100%" bgcolor="#FED840"><img src="<?php echo $webimroot ?>/images/free.gif" width="1" height="1" border="0" alt="" /></td><td background="<?php echo $webimroot ?>/images/winbg.gif" class="bgcy"><table cellspacing="0" cellpadding="0" border="0">
<tr> <tr>
<td colspan="3" class="text"><?php echo getstring("leavemessage.descr") ?></td> <td colspan="3" class="text"><?php echo getlocal("leavemessage.descr") ?></td>
</tr> </tr>
<tr><td height="20" colspan="3"></td></tr> <tr><td height="20" colspan="3"></td></tr>
<tr> <tr>
<td class="text"><?php echo getstring("form.field.email") ?>:</td> <td class="text"><?php echo getlocal("form.field.email") ?>:</td>
<td width="20"></td> <td width="20"></td>
<td><input type="text" name="email" size="50" value="<?php echo form_value('email') ?>" class="username"/></td> <td><input type="text" name="email" size="50" value="<?php echo form_value('email') ?>" class="username"/></td>
</tr> </tr>
<tr><td height="7" colspan="3"></td></tr> <tr><td height="7" colspan="3"></td></tr>
<tr> <tr>
<td class="text"><?php echo getstring("form.field.name") ?>:</td> <td class="text"><?php echo getlocal("form.field.name") ?>:</td>
<td width="20"></td> <td width="20"></td>
<td><input type="text" name="name" size="50" value="<?php echo form_value('name') ?>" class="username"/></td> <td><input type="text" name="name" size="50" value="<?php echo form_value('name') ?>" class="username"/></td>
</tr> </tr>
<tr><td height="7" colspan="3"></td></tr> <tr><td height="7" colspan="3"></td></tr>
<tr> <tr>
<td class="text"><?php echo getstring("form.field.message") ?>:</td> <td class="text"><?php echo getlocal("form.field.message") ?>:</td>
<td width="20"></td> <td width="20"></td>
<td height="120" valign="top"><table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0"><tr><td colspan="3" bgcolor="#A1A1A1"><img src="<?php echo $webimroot ?>/images/free.gif" width="1" height="1" border="0" alt="" /></td></tr><tr><td bgcolor="#A1A1A1"><img src="<?php echo $webimroot ?>/images/free.gif" width="1" height="1" border="0" alt="" /></td><td width="100%" height="100%" bgcolor="#FFFFFF" valign="top"> <td height="120" valign="top"><table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0"><tr><td colspan="3" bgcolor="#A1A1A1"><img src="<?php echo $webimroot ?>/images/free.gif" width="1" height="1" border="0" alt="" /></td></tr><tr><td bgcolor="#A1A1A1"><img src="<?php echo $webimroot ?>/images/free.gif" width="1" height="1" border="0" alt="" /></td><td width="100%" height="100%" bgcolor="#FFFFFF" valign="top">
<textarea name="message" class="message" tabindex="0"><?php echo form_value('message') ?></textarea> <textarea name="message" class="message" tabindex="0"><?php echo form_value('message') ?></textarea>
@ -103,24 +103,24 @@
<td width="33%"> <td width="33%">
<table cellspacing="0" cellpadding="0" border="0"> <table cellspacing="0" cellpadding="0" border="0">
<tr> <tr>
<td><a href="javascript:document.leaveMessageForm.submit();" title="<?php echo getstring("leavemessage.perform") ?>"><img src='<?php echo $webimroot ?>/images/submit.gif' width="40" height="35" border="0" alt="" /></a></td> <td><a href="javascript:document.leaveMessageForm.submit();" title="<?php echo getlocal("leavemessage.perform") ?>"><img src='<?php echo $webimroot ?>/images/submit.gif' width="40" height="35" border="0" alt="" /></a></td>
<td background="<?php echo $webimroot ?>/images/submitbg.gif" valign="top" class="submit"> <td background="<?php echo $webimroot ?>/images/submitbg.gif" valign="top" class="submit">
<img src='<?php echo $webimroot ?>/images/free.gif' width="1" height="10" border="0" alt="" /><br> <img src='<?php echo $webimroot ?>/images/free.gif' width="1" height="10" border="0" alt="" /><br>
<a href="javascript:document.leaveMessageForm.submit();" title="<?php echo getstring("leavemessage.perform") ?>"><?php echo getstring("leavemessage.perform") ?></a><br> <a href="javascript:document.leaveMessageForm.submit();" title="<?php echo getlocal("leavemessage.perform") ?>"><?php echo getlocal("leavemessage.perform") ?></a><br>
</td> </td>
<td width="10"><a href="javascript:document.leaveMessageForm.submit();" title="<?php echo getstring("leavemessage.perform") ?>"><img src='<?php echo $webimroot ?>/images/submitrest.gif' width="10" height="35" border="0" alt="" /></a></td> <td width="10"><a href="javascript:document.leaveMessageForm.submit();" title="<?php echo getlocal("leavemessage.perform") ?>"><img src='<?php echo $webimroot ?>/images/submitrest.gif' width="10" height="35" border="0" alt="" /></a></td>
</tr> </tr>
</table> </table>
</td> </td>
<td width="33%" align="center" class="copyr"><?php echo getstring("chat.window.poweredby") ?> <a href="<?php echo getstring("site.url") ?>" title="<?php echo getstring("company.title") ?>" target="_blank"><?php echo getstring("chat.window.poweredreftext") ?></a></td> <td width="33%" align="center" class="copyr"><?php echo getlocal("chat.window.poweredby") ?> <a href="<?php echo getlocal("site.url") ?>" title="<?php echo getlocal("company.title") ?>" target="_blank"><?php echo getlocal("chat.window.poweredreftext") ?></a></td>
<td width="33%" align="right"> <td width="33%" align="right">
<table cellspacing="0" cellpadding="0" border="0"> <table cellspacing="0" cellpadding="0" border="0">
<tr> <tr>
<td><a href="javascript:window.close();" title="<?php echo getstring("leavemessage.close") ?>"><img src='<?php echo $webimroot ?>/images/buttons/back.gif' width="25" height="25" border="0" alt="" /></a></td> <td><a href="javascript:window.close();" title="<?php echo getlocal("leavemessage.close") ?>"><img src='<?php echo $webimroot ?>/images/buttons/back.gif' width="25" height="25" border="0" alt="" /></a></td>
<td width="5"></td> <td width="5"></td>
<td class="button"><a href="javascript:window.close();" title="<?php echo getstring("leavemessage.close") ?>"><?php echo getstring("leavemessage.close") ?></a></td> <td class="button"><a href="javascript:window.close();" title="<?php echo getlocal("leavemessage.close") ?>"><?php echo getlocal("leavemessage.close") ?></a></td>
</tr> </tr>
</table> </table>
</td> </td>

View File

@ -15,7 +15,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html> <html>
<head> <head>
<title><?php echo getstring("leavemessage.sent.title") ?></title> <title><?php echo getlocal("leavemessage.sent.title") ?></title>
<link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="<?php echo $webimroot ?>/chat.css" /> <link rel="stylesheet" type="text/css" href="<?php echo $webimroot ?>/chat.css" />
</head> </head>
@ -28,7 +28,7 @@
<tr> <tr>
<td height="75"></td> <td height="75"></td>
<td class="window"> <td class="window">
<h1><?php echo getstring("leavemessage.sent.title") ?></h1> <h1><?php echo getlocal("leavemessage.sent.title") ?></h1>
</td> </td>
<td></td> <td></td>
</tr> </tr>
@ -48,7 +48,7 @@
<td height="100%" bgcolor="#FED840"><img src='<?php echo $webimroot ?>/images/free.gif' width="1" height="1" border="0" alt="" /></td> <td height="100%" bgcolor="#FED840"><img src='<?php echo $webimroot ?>/images/free.gif' width="1" height="1" border="0" alt="" /></td>
<td background="<?php echo $webimroot ?>/images/winbg.gif" class="bgcy"> <td background="<?php echo $webimroot ?>/images/winbg.gif" class="bgcy">
<?php echo getstring("leavemessage.sent.message") ?><br/> <?php echo getlocal("leavemessage.sent.message") ?><br/>
</td> </td>
<td bgcolor="#E8A400"><img src='<?php echo $webimroot ?>/images/free.gif' width="1" height="1" border="0" alt="" /></td> <td bgcolor="#E8A400"><img src='<?php echo $webimroot ?>/images/free.gif' width="1" height="1" border="0" alt="" /></td>
</tr> </tr>
@ -73,9 +73,9 @@
<td width="100%" align="right"> <td width="100%" align="right">
<table cellspacing="0" cellpadding="0" border="0"> <table cellspacing="0" cellpadding="0" border="0">
<tr> <tr>
<td><a href="javascript:window.close();" title="<?php echo getstring("chat.mailthread.sent.close") ?>"><img src='<?php echo $webimroot ?>/images/buttons/back.gif' width="25" height="25" border="0" alt="" /></a></td> <td><a href="javascript:window.close();" title="<?php echo getlocal("chat.mailthread.sent.close") ?>"><img src='<?php echo $webimroot ?>/images/buttons/back.gif' width="25" height="25" border="0" alt="" /></a></td>
<td width="5"></td> <td width="5"></td>
<td class="button"><a href="javascript:window.close();" title="<?php echo getstring("chat.mailthread.sent.close") ?>"><?php echo getstring("chat.mailthread.sent.close") ?></a></td> <td class="button"><a href="javascript:window.close();" title="<?php echo getlocal("chat.mailthread.sent.close") ?>"><?php echo getlocal("chat.mailthread.sent.close") ?></a></td>
</tr> </tr>
</table> </table>
</td> </td>

View File

@ -15,7 +15,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html> <html>
<head> <head>
<title><?php echo getstring("chat.window.title.user") ?></title> <title><?php echo getlocal("chat.window.title.user") ?></title>
<link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="<?php echo $webimroot ?>/chat.css" /> <link rel="stylesheet" type="text/css" href="<?php echo $webimroot ?>/chat.css" />
</head> </head>
@ -28,7 +28,7 @@
<tr> <tr>
<td height="75"></td> <td height="75"></td>
<td class="window"> <td class="window">
<h1><?php echo getstring("chat.mailthread.sent.title") ?></h1> <h1><?php echo getlocal("chat.mailthread.sent.title") ?></h1>
</td> </td>
<td></td> <td></td>
</tr> </tr>
@ -48,8 +48,8 @@
<td height="100%" bgcolor="#FED840"><img src='<?php echo $webimroot ?>/images/free.gif' width="1" height="1" border="0" alt="" /></td> <td height="100%" bgcolor="#FED840"><img src='<?php echo $webimroot ?>/images/free.gif' width="1" height="1" border="0" alt="" /></td>
<td background="<?php echo $webimroot ?>/images/winbg.gif" class="bgcy"> <td background="<?php echo $webimroot ?>/images/winbg.gif" class="bgcy">
<?php echo getstring2("chat.mailthread.sent.content",array($page['email'])) ?><br/> <?php echo getlocal2("chat.mailthread.sent.content",array($page['email'])) ?><br/>
<a href="javascript:window.close();"><?php echo getstring("chat.mailthread.sent.closewindow") ?></a> <a href="javascript:window.close();"><?php echo getlocal("chat.mailthread.sent.closewindow") ?></a>
</td> </td>
<td bgcolor="#E8A400"><img src='<?php echo $webimroot ?>/images/free.gif' width="1" height="1" border="0" alt="" /></td> <td bgcolor="#E8A400"><img src='<?php echo $webimroot ?>/images/free.gif' width="1" height="1" border="0" alt="" /></td>
@ -75,9 +75,9 @@
<td width="100%" align="right"> <td width="100%" align="right">
<table cellspacing="0" cellpadding="0" border="0"> <table cellspacing="0" cellpadding="0" border="0">
<tr> <tr>
<td><a href="javascript:window.close();" title="<?php echo getstring("chat.mailthread.sent.close") ?>"><img src='<?php echo $webimroot ?>/images/buttons/back.gif' width="25" height="25" border="0" alt="" /></a></td> <td><a href="javascript:window.close();" title="<?php echo getlocal("chat.mailthread.sent.close") ?>"><img src='<?php echo $webimroot ?>/images/buttons/back.gif' width="25" height="25" border="0" alt="" /></a></td>
<td width="5"></td> <td width="5"></td>
<td class="button"><a href="javascript:window.close();" title="<?php echo getstring("chat.mailthread.sent.close") ?>"><?php echo getstring("chat.mailthread.sent.close") ?></a></td> <td class="button"><a href="javascript:window.close();" title="<?php echo getlocal("chat.mailthread.sent.close") ?>"><?php echo getlocal("chat.mailthread.sent.close") ?></a></td>
</tr> </tr>
</table> </table>
</td> </td>

View File

@ -15,7 +15,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html> <html>
<head> <head>
<title><?php echo getstring("chat.window.title.user") ?></title> <title><?php echo getlocal("chat.window.title.user") ?></title>
<link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="<?php echo $webimroot ?>/chat.css" /> <link rel="stylesheet" type="text/css" href="<?php echo $webimroot ?>/chat.css" />
</head> </head>
@ -31,7 +31,7 @@
<tr> <tr>
<td height="75"></td> <td height="75"></td>
<td class="window"> <td class="window">
<h1><?php echo getstring("mailthread.title") ?></h1> <h1><?php echo getlocal("mailthread.title") ?></h1>
</td> </td>
<td></td> <td></td>
</tr> </tr>
@ -44,13 +44,13 @@
<td width="10"></td> <td width="10"></td>
<td class="text"> <td class="text">
<?php if( isset($errors) && count($errors) > 0 ) { <?php if( isset($errors) && count($errors) > 0 ) {
print getstring("errors.header"); print getlocal("errors.header");
foreach( $errors as $e ) { foreach( $errors as $e ) {
print getstring("errors.prefix"); print getlocal("errors.prefix");
print $e; print $e;
print getstring("errors.suffix"); print getlocal("errors.suffix");
} }
print getstring("errors.footer"); print getlocal("errors.footer");
} ?> } ?>
</td> </td>
@ -66,7 +66,7 @@
<table cellspacing="0" cellpadding="0" border="0"><tr><td width="15"><img src="<?php echo $webimroot ?>/images/wincrnlt.gif" width="15" height="15" border="0" alt="" /></td><td width="100%" background="<?php echo $webimroot ?>/images/winbg.gif" class="bgcy"><img src="<?php echo $webimroot ?>/images/free.gif" width="1" height="1" border="0" alt="" /></td><td width="15"><img src="<?php echo $webimroot ?>/images/wincrnrt.gif" width="15" height="15" border="0" alt="" /></td></tr><tr><td height="100%" bgcolor="#FED840"><img src="<?php echo $webimroot ?>/images/free.gif" width="1" height="1" border="0" alt="" /></td><td background="<?php echo $webimroot ?>/images/winbg.gif" class="bgcy"><table cellspacing="0" cellpadding="0" border="0"> <table cellspacing="0" cellpadding="0" border="0"><tr><td width="15"><img src="<?php echo $webimroot ?>/images/wincrnlt.gif" width="15" height="15" border="0" alt="" /></td><td width="100%" background="<?php echo $webimroot ?>/images/winbg.gif" class="bgcy"><img src="<?php echo $webimroot ?>/images/free.gif" width="1" height="1" border="0" alt="" /></td><td width="15"><img src="<?php echo $webimroot ?>/images/wincrnrt.gif" width="15" height="15" border="0" alt="" /></td></tr><tr><td height="100%" bgcolor="#FED840"><img src="<?php echo $webimroot ?>/images/free.gif" width="1" height="1" border="0" alt="" /></td><td background="<?php echo $webimroot ?>/images/winbg.gif" class="bgcy"><table cellspacing="0" cellpadding="0" border="0">
<tr> <tr>
<td class="text"><?php echo getstring("mailthread.enter_email") ?></td> <td class="text"><?php echo getlocal("mailthread.enter_email") ?></td>
<td width="10"></td> <td width="10"></td>
<td><input type="text" name="email" size="20" value="<?php echo form_value('email') ?>" class="username"/></td> <td><input type="text" name="email" size="20" value="<?php echo form_value('email') ?>" class="username"/></td>
</tr> </tr>
@ -85,21 +85,21 @@
<td width="50%"> <td width="50%">
<table cellspacing="0" cellpadding="0" border="0"> <table cellspacing="0" cellpadding="0" border="0">
<tr> <tr>
<td><a href="javascript:document.mailThreadForm.submit();" title="<?php echo getstring("mailthread.perform") ?>"><img src='<?php echo $webimroot ?>/images/submit.gif' width="40" height="35" border="0" alt="" /></a></td> <td><a href="javascript:document.mailThreadForm.submit();" title="<?php echo getlocal("mailthread.perform") ?>"><img src='<?php echo $webimroot ?>/images/submit.gif' width="40" height="35" border="0" alt="" /></a></td>
<td background="<?php echo $webimroot ?>/images/submitbg.gif" valign="top" class="submit"> <td background="<?php echo $webimroot ?>/images/submitbg.gif" valign="top" class="submit">
<img src='<?php echo $webimroot ?>/images/free.gif' width="1" height="10" border="0" alt="" /><br> <img src='<?php echo $webimroot ?>/images/free.gif' width="1" height="10" border="0" alt="" /><br>
<a href="javascript:document.mailThreadForm.submit();" title="<?php echo getstring("mailthread.perform") ?>"><?php echo getstring("mailthread.perform") ?></a><br> <a href="javascript:document.mailThreadForm.submit();" title="<?php echo getlocal("mailthread.perform") ?>"><?php echo getlocal("mailthread.perform") ?></a><br>
</td> </td>
<td width="10"><a href="javascript:document.mailThreadForm.submit();" title="<?php echo getstring("mailthread.perform") ?>"><img src='<?php echo $webimroot ?>/images/submitrest.gif' width="10" height="35" border="0" alt="" /></a></td> <td width="10"><a href="javascript:document.mailThreadForm.submit();" title="<?php echo getlocal("mailthread.perform") ?>"><img src='<?php echo $webimroot ?>/images/submitrest.gif' width="10" height="35" border="0" alt="" /></a></td>
</tr> </tr>
</table> </table>
</td> </td>
<td width="50%" align="right"> <td width="50%" align="right">
<table cellspacing="0" cellpadding="0" border="0"> <table cellspacing="0" cellpadding="0" border="0">
<tr> <tr>
<td><a href="javascript:window.close();" title="<?php echo getstring("mailthread.close") ?>"><img src='<?php echo $webimroot ?>/images/buttons/back.gif' width="25" height="25" border="0" alt="" /></a></td> <td><a href="javascript:window.close();" title="<?php echo getlocal("mailthread.close") ?>"><img src='<?php echo $webimroot ?>/images/buttons/back.gif' width="25" height="25" border="0" alt="" /></a></td>
<td width="5"></td> <td width="5"></td>
<td class="button"><a href="javascript:window.close();" title="<?php echo getstring("mailthread.close") ?>"><?php echo getstring("mailthread.close") ?></a></td> <td class="button"><a href="javascript:window.close();" title="<?php echo getlocal("mailthread.close") ?>"><?php echo getlocal("mailthread.close") ?></a></td>
</tr> </tr>
</table> </table>
</td> </td>

View File

@ -15,7 +15,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html> <html>
<head> <head>
<title><?php echo getstring("page.chat.old_browser.title") ?></title> <title><?php echo getlocal("page.chat.old_browser.title") ?></title>
<link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="<?php echo $webimroot ?>/chat.css" /> <link rel="stylesheet" type="text/css" href="<?php echo $webimroot ?>/chat.css" />
</head> </head>
@ -43,7 +43,7 @@
</tr><tr><td height="100%" bgcolor="#FED840"><img src='<?php echo $webimroot ?>/images/free.gif' width="1" height="1" border="0" alt="" /></td> </tr><tr><td height="100%" bgcolor="#FED840"><img src='<?php echo $webimroot ?>/images/free.gif' width="1" height="1" border="0" alt="" /></td>
<td background="<?php echo $webimroot ?>/images/winbg.gif" class="bgcy"> <td background="<?php echo $webimroot ?>/images/winbg.gif" class="bgcy">
<?php echo getstring("page.chat.old_browser.content") ?> <?php echo getlocal("page.chat.old_browser.content") ?>
</td><td bgcolor="#E8A400"><img src='<?php echo $webimroot ?>/images/free.gif' width="1" height="1" border="0" alt="" /></td> </td><td bgcolor="#E8A400"><img src='<?php echo $webimroot ?>/images/free.gif' width="1" height="1" border="0" alt="" /></td>
</tr><tr><td><img src='<?php echo $webimroot ?>/images/wincrnlb.gif' width="15" height="15" border="0" alt="" /></td> </tr><tr><td><img src='<?php echo $webimroot ?>/images/wincrnlb.gif' width="15" height="15" border="0" alt="" /></td>
@ -65,9 +65,9 @@
<td width="100%" align="right"> <td width="100%" align="right">
<table cellspacing="0" cellpadding="0" border="0"> <table cellspacing="0" cellpadding="0" border="0">
<tr> <tr>
<td><a href="javascript:window.close();" title="<?php echo getstring("page.chat.old_browser.close") ?>"><img src='<?php echo $webimroot ?>/images/buttons/back.gif' width="25" height="25" border="0" alt="" /></a></td> <td><a href="javascript:window.close();" title="<?php echo getlocal("page.chat.old_browser.close") ?>"><img src='<?php echo $webimroot ?>/images/buttons/back.gif' width="25" height="25" border="0" alt="" /></a></td>
<td width="5"></td> <td width="5"></td>
<td class="button"><a href="javascript:window.close();" title="<?php echo getstring("page.chat.old_browser.close") ?>"><?php echo getstring("page.chat.old_browser.close") ?></a></td> <td class="button"><a href="javascript:window.close();" title="<?php echo getlocal("page.chat.old_browser.close") ?>"><?php echo getlocal("page.chat.old_browser.close") ?></a></td>
</tr> </tr>
</table> </table>
</td> </td>

View File

@ -15,7 +15,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html> <html>
<head> <head>
<title><?php echo getstring("chat.window.title.user") ?></title> <title><?php echo getlocal("chat.window.title.user") ?></title>
<link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1251"> <meta http-equiv="Content-Type" content="text/html; charset=Windows-1251">
<link rel="stylesheet" type="text/css" href="<?php echo $webimroot ?>/chat.css" /> <link rel="stylesheet" type="text/css" href="<?php echo $webimroot ?>/chat.css" />
@ -57,17 +57,17 @@
<table cellspacing="0" cellpadding="0" border="0"> <table cellspacing="0" cellpadding="0" border="0">
<tr> <tr>
<td class="text"><?php echo getstring("chat.window.product_name") ?></td> <td class="text"><?php echo getlocal("chat.window.product_name") ?></td>
<td width="5"></td> <td width="5"></td>
<td> <td>
<table cellspacing="0" cellpadding="0" border="0"> <table cellspacing="0" cellpadding="0" border="0">
<tr> <tr>
<td width="95" height="13" bgcolor="#D09221" align="center" class="www"><a href="<?php echo getstring("site.url") ?>" title="<?php echo getstring("company.title") ?>" target="_blank"><?php echo getstring("site.title") ?></a></td> <td width="95" height="13" bgcolor="#D09221" align="center" class="www"><a href="<?php echo getlocal("site.url") ?>" title="<?php echo getlocal("company.title") ?>" target="_blank"><?php echo getlocal("site.title") ?></a></td>
</tr> </tr>
</table> </table>
</td> </td>
<td width="5"></td> <td width="5"></td>
<td><a class="closethread" href="javascript:void(0)" onclick="return false;" title="<?php echo getstring("chat.window.close_title") ?>"><img src='<?php echo $webimroot ?>/images/buttons/closewin.gif' width="15" height="15" border="0" altKey="chat.window.close_title"/></a></td> <td><a class="closethread" href="javascript:void(0)" onclick="return false;" title="<?php echo getlocal("chat.window.close_title") ?>"><img src='<?php echo $webimroot ?>/images/buttons/closewin.gif' width="15" height="15" border="0" altKey="chat.window.close_title"/></a></td>
<td width="5"></td> <td width="5"></td>
</tr> </tr>
</table> </table>
@ -81,17 +81,17 @@
<table cellspacing="0" cellpadding="0" border="0"> <table cellspacing="0" cellpadding="0" border="0">
<tr> <tr>
<td class="text" nowrap><?php echo getstring("chat.client.name") ?></td> <td class="text" nowrap><?php echo getlocal("chat.client.name") ?></td>
<td width="10" valign="top"><img src='<?php echo $webimroot ?>/images/free.gif' width="10" height="1" border="0" alt="" /></td> <td width="10" valign="top"><img src='<?php echo $webimroot ?>/images/free.gif' width="10" height="1" border="0" alt="" /></td>
<td><input id="uname" type="text" size="12" value="<?php echo $page['ct.user.name'] ?>" class="username"></td> <td><input id="uname" type="text" size="12" value="<?php echo $page['ct.user.name'] ?>" class="username"></td>
<td width="5" valign="top"><img src='<?php echo $webimroot ?>/images/free.gif' width="5" height="1" border="0" alt="" /></td> <td width="5" valign="top"><img src='<?php echo $webimroot ?>/images/free.gif' width="5" height="1" border="0" alt="" /></td>
<td><a href="javascript:void(0)" onclick="return false;" title="<?php echo getstring("chat.client.changename") ?>"><img src='<?php echo $webimroot ?>/images/buttons/exec.gif' width="25" height="25" border="0" alt="&gt;&gt;" /></a></td> <td><a href="javascript:void(0)" onclick="return false;" title="<?php echo getlocal("chat.client.changename") ?>"><img src='<?php echo $webimroot ?>/images/buttons/exec.gif' width="25" height="25" border="0" alt="&gt;&gt;" /></a></td>
<td><img src='<?php echo $webimroot ?>/images/buttondiv.gif' width="35" height="45" border="0" alt="" /></td> <td><img src='<?php echo $webimroot ?>/images/buttondiv.gif' width="35" height="45" border="0" alt="" /></td>
<td><a href="<?php echo $page['selfLink'] ?>&act=mailthread" target="_blank" title="<?php echo getstring("chat.window.toolbar.mail_history") ?>" onclick="this.newWindow = window.open('<?php echo $page['selfLink'] ?>&act=mailthread', 'ForwardMail', 'toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,width=603,height=254,resizable=0');this.newWindow.focus();this.newWindow.opener=window;return false;"><img src='<?php echo $webimroot ?>/images/buttons/email.gif' width="25" height="25" border="0" alt="Mail" /></a></td> <td><a href="<?php echo $page['selfLink'] ?>&act=mailthread" target="_blank" title="<?php echo getlocal("chat.window.toolbar.mail_history") ?>" onclick="this.newWindow = window.open('<?php echo $page['selfLink'] ?>&act=mailthread', 'ForwardMail', 'toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,width=603,height=254,resizable=0');this.newWindow.focus();this.newWindow.opener=window;return false;"><img src='<?php echo $webimroot ?>/images/buttons/email.gif' width="25" height="25" border="0" alt="Mail" /></a></td>
<td><a id="refresh" href="javascript:void(0)" onclick="return false;" title="<?php echo getstring("chat.window.toolbar.refresh") ?>"> <td><a id="refresh" href="javascript:void(0)" onclick="return false;" title="<?php echo getlocal("chat.window.toolbar.refresh") ?>">
<img src='<?php echo $webimroot ?>/images/buttons/refresh.gif' width="25" height="25" border="0" alt="Refresh" /></a></td> <img src='<?php echo $webimroot ?>/images/buttons/refresh.gif' width="25" height="25" border="0" alt="Refresh" /></a></td>
@ -115,7 +115,7 @@
<table width="585" cellspacing="0" cellpadding="0" border="0"> <table width="585" cellspacing="0" cellpadding="0" border="0">
<tr> <tr>
<td width="20" valign="top"><img src='<?php echo $webimroot.getstring("image.chat.history") ?>' width="20" height="80" border="0" alt="History" /></td> <td width="20" valign="top"><img src='<?php echo $webimroot.getlocal("image.chat.history") ?>' width="20" height="80" border="0" alt="History" /></td>
<td width="565" valign="top" id="chatwndtd"> <td width="565" valign="top" id="chatwndtd">
<table width="100%" cellspacing="0" cellpadding="0" border="0"> <table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr> <tr>
@ -142,7 +142,7 @@
</tr> </tr>
<tr> <tr>
<td width="20" valign="top"><img src='<?php echo $webimroot.getstring("image.chat.message") ?>' width="20" height="85" border="0" alt="Message" /></td> <td width="20" valign="top"><img src='<?php echo $webimroot.getlocal("image.chat.message") ?>' width="20" height="85" border="0" alt="Message" /></td>
<td width="565" valign="top"> <td width="565" valign="top">
<table width="100%" cellspacing="0" cellpadding="0" border="0"> <table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr> <tr>
@ -184,17 +184,17 @@
</tr> </tr>
</table> </table>
</td> </td>
<td width="33%" align="center" class="copyr"><?php echo getstring("chat.window.poweredby") ?> <a href="<?php echo getstring("site.url") ?>" title="<?php echo getstring("company.title") ?>" target="_blank"><?php echo getstring("chat.window.poweredreftext") ?></a></td> <td width="33%" align="center" class="copyr"><?php echo getlocal("chat.window.poweredby") ?> <a href="<?php echo getlocal("site.url") ?>" title="<?php echo getlocal("company.title") ?>" target="_blank"><?php echo getlocal("chat.window.poweredreftext") ?></a></td>
<td width="33%" align="right"> <td width="33%" align="right">
<table cellspacing="0" cellpadding="0" border="0" id="postmessage"> <table cellspacing="0" cellpadding="0" border="0" id="postmessage">
<tr> <tr>
<td><a href="javascript:void(0)" onclick="return false;" title="<?php echo getstring("chat.window.send_message") ?>"><img src='<?php echo $webimroot ?>/images/submit.gif' width="40" height="35" border="0" alt=""/></a></td> <td><a href="javascript:void(0)" onclick="return false;" title="<?php echo getlocal("chat.window.send_message") ?>"><img src='<?php echo $webimroot ?>/images/submit.gif' width="40" height="35" border="0" alt=""/></a></td>
<td background="<?php echo $webimroot ?>/images/submitbg.gif" valign="top" class="submit"> <td background="<?php echo $webimroot ?>/images/submitbg.gif" valign="top" class="submit">
<img src='<?php echo $webimroot ?>/images/free.gif' width="1" height="10" border="0" alt="" /><br> <img src='<?php echo $webimroot ?>/images/free.gif' width="1" height="10" border="0" alt="" /><br>
<a id="msgsend1" href="javascript:void(0)" onclick="return false;" title="<?php echo getstring("chat.window.send_message") ?>"><?php echo getstring2("chat.window.send_message_short",array($page['send_shortcut'])) ?></a><br> <a id="msgsend1" href="javascript:void(0)" onclick="return false;" title="<?php echo getlocal("chat.window.send_message") ?>"><?php echo getlocal2("chat.window.send_message_short",array($page['send_shortcut'])) ?></a><br>
</td> </td>
<td width="10"><a href="javascript:void(0)" onclick="return false;" title="<?php echo getstring("chat.window.send_message") ?>"><img src='<?php echo $webimroot ?>/images/submitrest.gif' width="10" height="35" border="0" alt=""/></a></td> <td width="10"><a href="javascript:void(0)" onclick="return false;" title="<?php echo getlocal("chat.window.send_message") ?>"><img src='<?php echo $webimroot ?>/images/submitrest.gif' width="10" height="35" border="0" alt=""/></a></td>
</tr> </tr>
</table> </table>
</td> </td>

View File

@ -22,11 +22,11 @@
<link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/>
<title> <title>
<?php echo getstring("app.title") ?> - <?php echo getstring("page.gen_button.title") ?> <?php echo getlocal("app.title") ?> - <?php echo getlocal("page.gen_button.title") ?>
</title> </title>
<meta http-equiv="keywords" content="<?php echo getstring("page.main_layout.meta_keyword") ?>"> <meta http-equiv="keywords" content="<?php echo getlocal("page.main_layout.meta_keyword") ?>">
<meta http-equiv="description" content="<?php echo getstring("page.main_layout.meta_description") ?>"> <meta http-equiv="description" content="<?php echo getlocal("page.main_layout.meta_description") ?>">
</head> </head>
<body bgcolor="#FFFFFF" text="#000000" link="#2971C1" vlink="#2971C1" alink="#2971C1"> <body bgcolor="#FFFFFF" text="#000000" link="#2971C1" vlink="#2971C1" alink="#2971C1">
@ -36,18 +36,18 @@
<td valign="top" class="text"> <td valign="top" class="text">
<table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td align="left" valign="top"> <table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td align="left" valign="top">
<h1><?php echo getstring("page.gen_button.title") ?></h1> <h1><?php echo getlocal("page.gen_button.title") ?></h1>
</td><td align="right" class="text" valign="top"><table cellspacing="0" cellpadding="0" border="0"><tr><td class="textform"><?php echo getstring2("menu.operator",array($page['operator'])) ?></td><td class="textform"><img src='<?php echo $webimroot ?>/images/topdiv.gif' width="25" height="15" border="0" alt="|" /></td><td class="textform"><a href="<?php echo $webimroot ?>/operator/index.php" title="<?php echo getstring("menu.main") ?>"><?php echo getstring("menu.main") ?></a></td></tr></table></td></tr></table> </td><td align="right" class="text" valign="top"><table cellspacing="0" cellpadding="0" border="0"><tr><td class="textform"><?php echo getlocal2("menu.operator",array($page['operator'])) ?></td><td class="textform"><img src='<?php echo $webimroot ?>/images/topdiv.gif' width="25" height="15" border="0" alt="|" /></td><td class="textform"><a href="<?php echo $webimroot ?>/operator/index.php" title="<?php echo getlocal("menu.main") ?>"><?php echo getlocal("menu.main") ?></a></td></tr></table></td></tr></table>
<?php echo getstring("page.gen_button.intro") ?> <?php echo getlocal("page.gen_button.intro") ?>
<br /> <br />
<br /> <br />
<form name="buttonCodeForm" method="get" action="<?php echo $webimroot ?>/operator/getcode.php"> <form name="buttonCodeForm" method="get" action="<?php echo $webimroot ?>/operator/getcode.php">
<table cellspacing='0' cellpadding='0' border='0'><tr><td background='<?php echo $webimroot ?>/images/loginbg.gif'><table cellspacing='0' cellpadding='0' border='0'><tr><td><img src='<?php echo $webimroot ?>/images/logincrnlt.gif' width='16' height='16' border='0' alt=''></td><td></td><td><img src='<?php echo $webimroot ?>/images/logincrnrt.gif' width='16' height='16' border='0' alt=''></td></tr><tr><td></td><td align='center'><table border='0' cellspacing='0' cellpadding='0'> <table cellspacing='0' cellpadding='0' border='0'><tr><td background='<?php echo $webimroot ?>/images/loginbg.gif'><table cellspacing='0' cellpadding='0' border='0'><tr><td><img src='<?php echo $webimroot ?>/images/logincrnlt.gif' width='16' height='16' border='0' alt=''></td><td></td><td><img src='<?php echo $webimroot ?>/images/logincrnrt.gif' width='16' height='16' border='0' alt=''></td></tr><tr><td></td><td align='center'><table border='0' cellspacing='0' cellpadding='0'>
<tr> <tr>
<td colspan="3" class="formauth"><?php echo getstring("page.gen_button.choose_image") ?></td> <td colspan="3" class="formauth"><?php echo getlocal("page.gen_button.choose_image") ?></td>
</tr> </tr>
<tr><td colspan="3" height="2"></td></tr> <tr><td colspan="3" height="2"></td></tr>
<tr> <tr>
@ -57,7 +57,7 @@
</tr> </tr>
<tr><td colspan="3" height="5"></td></tr> <tr><td colspan="3" height="5"></td></tr>
<tr> <tr>
<td colspan="3" class="formauth"><?php echo getstring("page.gen_button.choose_locale") ?></td> <td colspan="3" class="formauth"><?php echo getlocal("page.gen_button.choose_locale") ?></td>
</tr> </tr>
<tr><td colspan="3" height="2"></td></tr> <tr><td colspan="3" height="2"></td></tr>
<tr> <tr>
@ -67,7 +67,7 @@
</tr> </tr>
<tr><td colspan="3" height="5"></td></tr> <tr><td colspan="3" height="5"></td></tr>
<tr> <tr>
<td colspan="3" class="formauth"><?php echo getstring("page.gen_button.include_site_name") ?></td> <td colspan="3" class="formauth"><?php echo getlocal("page.gen_button.include_site_name") ?></td>
</tr> </tr>
<tr><td colspan="3" height="2"></td></tr> <tr><td colspan="3" height="2"></td></tr>
<tr> <tr>
@ -78,7 +78,7 @@
<?php if( $page['formhostname'] ) { ?> <?php if( $page['formhostname'] ) { ?>
<tr><td colspan="3" height="5"></td></tr> <tr><td colspan="3" height="5"></td></tr>
<tr> <tr>
<td colspan="3" class="formauth"><?php echo getstring("page.gen_button.secure_links") ?></td> <td colspan="3" class="formauth"><?php echo getlocal("page.gen_button.secure_links") ?></td>
</tr> </tr>
<tr><td colspan="3" height="2"></td></tr> <tr><td colspan="3" height="2"></td></tr>
<tr> <tr>
@ -89,7 +89,7 @@
<?php } ?> <?php } ?>
<tr><td colspan="3" height="5"></td></tr> <tr><td colspan="3" height="5"></td></tr>
<tr> <tr>
<td class="formauth"><?php echo getstring("page.gen_button.code") ?></td> <td class="formauth"><?php echo getlocal("page.gen_button.code") ?></td>
<td width="10"><img src="<?php echo $webimroot ?>/images/free.gif" width="10" height="1" border="0" alt=""></td> <td width="10"><img src="<?php echo $webimroot ?>/images/free.gif" width="10" height="1" border="0" alt=""></td>
<td></td> <td></td>
</tr> </tr>
@ -97,14 +97,14 @@
<tr> <tr>
<td><textarea cols="60" rows="15"><?php echo $page['buttonCode'] ?></textarea></td> <td><textarea cols="60" rows="15"><?php echo $page['buttonCode'] ?></textarea></td>
<td></td> <td></td>
<td class="formauth" valign="top" nowrap><span class="formdescr"><?php echo getstring("page.gen_button.code.description") ?></span></td> <td class="formauth" valign="top" nowrap><span class="formdescr"><?php echo getlocal("page.gen_button.code.description") ?></span></td>
</tr> </tr>
<tr> <tr>
<td colspan="3" height="10"></td> <td colspan="3" height="10"></td>
</tr> </tr>
<tr> <tr>
<td class="formauth"><?php echo getstring("page.gen_button.sample") ?></td> <td class="formauth"><?php echo getlocal("page.gen_button.sample") ?></td>
<td></td> <td></td>
<td></td> <td></td>
</tr> </tr>

View File

@ -22,11 +22,11 @@
<link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/>
<title> <title>
<?php echo getstring("app.title") ?> - <?php echo getstring("page_login.title") ?> <?php echo getlocal("app.title") ?> - <?php echo getlocal("page_login.title") ?>
</title> </title>
<meta http-equiv="keywords" content="<?php echo getstring("page.main_layout.meta_keyword") ?>"> <meta http-equiv="keywords" content="<?php echo getlocal("page.main_layout.meta_keyword") ?>">
<meta http-equiv="description" content="<?php echo getstring("page.main_layout.meta_description") ?>"> <meta http-equiv="description" content="<?php echo getlocal("page.main_layout.meta_description") ?>">
</head> </head>
<body bgcolor="#FFFFFF" text="#000000" link="#2971C1" vlink="#2971C1" alink="#2971C1"> <body bgcolor="#FFFFFF" text="#000000" link="#2971C1" vlink="#2971C1" alink="#2971C1">
@ -35,7 +35,7 @@
<tr> <tr>
<td valign="top" class="text"> <td valign="top" class="text">
<h1><?php echo getstring("page_login.title") ?></h1> <h1><?php echo getlocal("page_login.title") ?></h1>
@ -48,13 +48,13 @@
<td width="10"></td> <td width="10"></td>
<td class="text"> <td class="text">
<?php if( isset($errors) && count($errors) > 0 ) { <?php if( isset($errors) && count($errors) > 0 ) {
print getstring("errors.header"); print getlocal("errors.header");
foreach( $errors as $e ) { foreach( $errors as $e ) {
print getstring("errors.prefix"); print getlocal("errors.prefix");
print $e; print $e;
print getstring("errors.suffix"); print getlocal("errors.suffix");
} }
print getstring("errors.footer"); print getlocal("errors.footer");
} ?> } ?>
</td> </td>
@ -68,7 +68,7 @@
<td colspan="2"> <td colspan="2">
<table cellspacing="0" cellpadding="0" border="0"> <table cellspacing="0" cellpadding="0" border="0">
<tr> <tr>
<td class="formauth"><?php echo getstring("page_login.login") ?></td> <td class="formauth"><?php echo getlocal("page_login.login") ?></td>
<td width="20"></td> <td width="20"></td>
<td><input type="text" name="login" size="20" value="<?php echo form_value('login') ?>" class="formauth"/></td> <td><input type="text" name="login" size="20" value="<?php echo form_value('login') ?>" class="formauth"/></td>
</tr> </tr>
@ -78,7 +78,7 @@
</tr> </tr>
<tr> <tr>
<td class="formauth"><?php echo getstring("page_login.password") ?></td> <td class="formauth"><?php echo getlocal("page_login.password") ?></td>
<td></td> <td></td>
<td><input type="password" name="password" size="20" value="" class="formauth"/></td> <td><input type="password" name="password" size="20" value="" class="formauth"/></td>
</tr> </tr>
@ -95,7 +95,7 @@
<tr> <tr>
<td><input type="checkbox" name="isRemember" value="on"<?php echo form_value_cb('isRemember') ? " checked=\"checked\"" : "" ?> /></td> <td><input type="checkbox" name="isRemember" value="on"<?php echo form_value_cb('isRemember') ? " checked=\"checked\"" : "" ?> /></td>
<td width="5"></td> <td width="5"></td>
<td class="formauth" nowrap><span><?php echo getstring("page_login.remember") ?></span></td> <td class="formauth" nowrap><span><?php echo getlocal("page_login.remember") ?></span></td>
</tr> </tr>
</table> </table>
</td> </td>
@ -107,7 +107,7 @@
<tr><td colspan='2' height='20'></td></tr><tr><td colspan='2' background='<?php echo $webimroot ?>/images/formline.gif'><img src='<?php echo $webimroot ?>/images/formline.gif' width='1' height='2' border='0' alt=''></td></tr><tr><td colspan='2' height='10'></td></tr> <tr><td colspan='2' height='20'></td></tr><tr><td colspan='2' background='<?php echo $webimroot ?>/images/formline.gif'><img src='<?php echo $webimroot ?>/images/formline.gif' width='1' height='2' border='0' alt=''></td></tr><tr><td colspan='2' height='10'></td></tr>
<tr> <tr>
<td><input type="hidden" name="backPath" value="<?php echo $page['backPath'] ?>"/> <input type="image" name="" src='<?php echo $webimroot.getstring("image.button.login") ?>' border="0" alt='<?php echo getstring("button.enter") ?>'/> <td><input type="hidden" name="backPath" value="<?php echo $page['backPath'] ?>"/> <input type="image" name="" src='<?php echo $webimroot.getlocal("image.button.login") ?>' border="0" alt='<?php echo getlocal("button.enter") ?>'/>
</td> </td>
</tr> </tr>

View File

@ -22,11 +22,11 @@
<link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/>
<title> <title>
<?php echo getstring("app.title") ?> - <?php echo getstring("topMenu.admin") ?> <?php echo getlocal("app.title") ?> - <?php echo getlocal("topMenu.admin") ?>
</title> </title>
<meta http-equiv="keywords" content="<?php echo getstring("page.main_layout.meta_keyword") ?>"> <meta http-equiv="keywords" content="<?php echo getlocal("page.main_layout.meta_keyword") ?>">
<meta http-equiv="description" content="<?php echo getstring("page.main_layout.meta_description") ?>"> <meta http-equiv="description" content="<?php echo getlocal("page.main_layout.meta_description") ?>">
</head> </head>
<body bgcolor="#FFFFFF" text="#000000" link="#2971C1" vlink="#2971C1" alink="#2971C1"> <body bgcolor="#FFFFFF" text="#000000" link="#2971C1" vlink="#2971C1" alink="#2971C1">
@ -36,25 +36,25 @@
<td valign="top" class="text"> <td valign="top" class="text">
<table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td align="left" valign="top"> <table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td align="left" valign="top">
<h1><?php echo getstring("topMenu.admin") ?></h1> <h1><?php echo getlocal("topMenu.admin") ?></h1>
</td><td align="right" class="text" valign="top"><table cellspacing="0" cellpadding="0" border="0"><tr><td class="textform"><?php echo getstring2("menu.operator",array($page['operator'])) ?></td></tr></table></td></tr></table> </td><td align="right" class="text" valign="top"><table cellspacing="0" cellpadding="0" border="0"><tr><td class="textform"><?php echo getlocal2("menu.operator",array($page['operator'])) ?></td></tr></table></td></tr></table>
<?php echo getstring("admin.content.description") ?> <?php echo getlocal("admin.content.description") ?>
<br> <br>
<br> <br>
<table cellspacing="0" cellpadding="0" border="0"> <table cellspacing="0" cellpadding="0" border="0">
<tr><td width='20' valign='top'><img src='<?php echo $webimroot ?>/images/lidiv.gif' width='5' height='45' border='0' alt=''></td><td valign='top' class='text'><a href='<?php echo $webimroot ?>/operator/operators.php'><?php echo getstring('leftMenu.client_agents') ?></a><br><img src='<?php echo $webimroot ?>/images/free.gif' width='1' height='10' border='0' alt=''><br><?php echo getstring('admin.content.client_agents') ?><br></td></tr><tr><td colspan='2' height='20'></td></tr> <tr><td width='20' valign='top'><img src='<?php echo $webimroot ?>/images/lidiv.gif' width='5' height='45' border='0' alt=''></td><td valign='top' class='text'><a href='<?php echo $webimroot ?>/operator/operators.php'><?php echo getlocal('leftMenu.client_agents') ?></a><br><img src='<?php echo $webimroot ?>/images/free.gif' width='1' height='10' border='0' alt=''><br><?php echo getlocal('admin.content.client_agents') ?><br></td></tr><tr><td colspan='2' height='20'></td></tr>
<tr><td width='20' valign='top'><img src='<?php echo $webimroot ?>/images/lidiv.gif' width='5' height='45' border='0' alt=''></td><td valign='top' class='text'><a href='<?php echo $webimroot ?>/operator/users.php'><?php echo getstring('topMenu.users') ?></a><br><img src='<?php echo $webimroot ?>/images/free.gif' width='1' height='10' border='0' alt=''><br><?php echo getstring('page_client.pending_users') ?><br></td></tr><tr><td colspan='2' height='20'></td></tr> <tr><td width='20' valign='top'><img src='<?php echo $webimroot ?>/images/lidiv.gif' width='5' height='45' border='0' alt=''></td><td valign='top' class='text'><a href='<?php echo $webimroot ?>/operator/users.php'><?php echo getlocal('topMenu.users') ?></a><br><img src='<?php echo $webimroot ?>/images/free.gif' width='1' height='10' border='0' alt=''><br><?php echo getlocal('page_client.pending_users') ?><br></td></tr><tr><td colspan='2' height='20'></td></tr>
<tr><td width='20' valign='top'><img src='<?php echo $webimroot ?>/images/lidiv.gif' width='5' height='45' border='0' alt=''></td><td valign='top' class='text'><a href='<?php echo $webimroot ?>/operator/getcode.php'><?php echo getstring('leftMenu.client_gen_button') ?></a><br><img src='<?php echo $webimroot ?>/images/free.gif' width='1' height='10' border='0' alt=''><br><?php echo getstring('admin.content.client_gen_button') ?><br></td></tr><tr><td colspan='2' height='20'></td></tr> <tr><td width='20' valign='top'><img src='<?php echo $webimroot ?>/images/lidiv.gif' width='5' height='45' border='0' alt=''></td><td valign='top' class='text'><a href='<?php echo $webimroot ?>/operator/getcode.php'><?php echo getlocal('leftMenu.client_gen_button') ?></a><br><img src='<?php echo $webimroot ?>/images/free.gif' width='1' height='10' border='0' alt=''><br><?php echo getlocal('admin.content.client_gen_button') ?><br></td></tr><tr><td colspan='2' height='20'></td></tr>
<tr><td width='20' valign='top'><img src='<?php echo $webimroot ?>/images/lidiv.gif' width='5' height='45' border='0' alt=''></td><td valign='top' class='text'><a href='<?php echo $webimroot ?>/operator/history.php'><?php echo getstring('page_analysis.search.title') ?></a><br><img src='<?php echo $webimroot ?>/images/free.gif' width='1' height='10' border='0' alt=''><br><?php echo getstring('content.history') ?><br></td></tr><tr><td colspan='2' height='20'></td></tr> <tr><td width='20' valign='top'><img src='<?php echo $webimroot ?>/images/lidiv.gif' width='5' height='45' border='0' alt=''></td><td valign='top' class='text'><a href='<?php echo $webimroot ?>/operator/history.php'><?php echo getlocal('page_analysis.search.title') ?></a><br><img src='<?php echo $webimroot ?>/images/free.gif' width='1' height='10' border='0' alt=''><br><?php echo getlocal('content.history') ?><br></td></tr><tr><td colspan='2' height='20'></td></tr>
<tr><td width='20' valign='top'><img src='<?php echo $webimroot ?>/images/lidiv.gif' width='5' height='45' border='0' alt=''></td><td valign='top' class='text'><a href='<?php echo $webimroot ?>/operator/logout.php'><?php echo getstring('topMenu.logoff') ?></a><br><img src='<?php echo $webimroot ?>/images/free.gif' width='1' height='10' border='0' alt=''><br><?php echo getstring('content.logoff') ?><br></td></tr><tr><td colspan='2' height='20'></td></tr> <tr><td width='20' valign='top'><img src='<?php echo $webimroot ?>/images/lidiv.gif' width='5' height='45' border='0' alt=''></td><td valign='top' class='text'><a href='<?php echo $webimroot ?>/operator/logout.php'><?php echo getlocal('topMenu.logoff') ?></a><br><img src='<?php echo $webimroot ?>/images/free.gif' width='1' height='10' border='0' alt=''><br><?php echo getlocal('content.logoff') ?><br></td></tr><tr><td colspan='2' height='20'></td></tr>
</table> </table>

View File

@ -21,24 +21,24 @@
<script type="text/javascript" language="javascript" src="<?php echo $webimroot ?>/js/common.js"></script> <script type="text/javascript" language="javascript" src="<?php echo $webimroot ?>/js/common.js"></script>
<script><!-- <script><!--
var localized = new Array( var localized = new Array(
"<?php echo getstring("pending.table.speak") ?>", "<?php echo getlocal("pending.table.speak") ?>",
"<?php echo getstring("pending.table.view") ?>", "<?php echo getlocal("pending.table.view") ?>",
"<?php echo getstring("pending.table.ban") ?>" "<?php echo getlocal("pending.table.ban") ?>"
); );
var updaterOptions = { var updaterOptions = {
url:"<?php echo $webimroot ?>/operator/update.php",wroot:"<?php echo $webimroot ?>", url:"<?php echo $webimroot ?>/operator/update.php",wroot:"<?php echo $webimroot ?>",
agentservl:"<?php echo $webimroot ?>/operator/agent.php", agentservl:"<?php echo $webimroot ?>/operator/agent.php",
noclients:"<?php echo getstring("clients.no_clients") ?>" }; noclients:"<?php echo getlocal("clients.no_clients") ?>" };
//--></script> //--></script>
<script type="text/javascript" language="javascript" src="<?php echo $webimroot ?>/js/page_pendingclients2.js"></script> <script type="text/javascript" language="javascript" src="<?php echo $webimroot ?>/js/page_pendingclients2.js"></script>
<link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/>
<title> <title>
<?php echo getstring("app.title") ?> - <?php echo getstring("clients.title") ?> <?php echo getlocal("app.title") ?> - <?php echo getlocal("clients.title") ?>
</title> </title>
<meta http-equiv="keywords" content="<?php echo getstring("page.main_layout.meta_keyword") ?>"> <meta http-equiv="keywords" content="<?php echo getlocal("page.main_layout.meta_keyword") ?>">
<meta http-equiv="description" content="<?php echo getstring("page.main_layout.meta_description") ?>"> <meta http-equiv="description" content="<?php echo getlocal("page.main_layout.meta_description") ?>">
</head> </head>
<body bgcolor="#FFFFFF" text="#000000" link="#2971C1" vlink="#2971C1" alink="#2971C1"> <body bgcolor="#FFFFFF" text="#000000" link="#2971C1" vlink="#2971C1" alink="#2971C1">
@ -48,13 +48,13 @@ var updaterOptions = {
<td valign="top" class="text"> <td valign="top" class="text">
<table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td align="left" valign="top"> <table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td align="left" valign="top">
<h1><?php echo getstring("clients.title") ?></h1> <h1><?php echo getlocal("clients.title") ?></h1>
</td><td align="right" class="text" valign="top"><table cellspacing="0" cellpadding="0" border="0"><tr><td class="textform"><?php echo getstring2("menu.operator",array($page['operator'])) ?></td><td class="textform"><img src='<?php echo $webimroot ?>/images/topdiv.gif' width="25" height="15" border="0" alt="|" /></td><td class="textform"><a href="<?php echo $webimroot ?>/operator/index.php" title="<?php echo getstring("menu.main") ?>"><?php echo getstring("menu.main") ?></a></td></tr></table></td></tr></table> </td><td align="right" class="text" valign="top"><table cellspacing="0" cellpadding="0" border="0"><tr><td class="textform"><?php echo getlocal2("menu.operator",array($page['operator'])) ?></td><td class="textform"><img src='<?php echo $webimroot ?>/images/topdiv.gif' width="25" height="15" border="0" alt="|" /></td><td class="textform"><a href="<?php echo $webimroot ?>/operator/index.php" title="<?php echo getlocal("menu.main") ?>"><?php echo getlocal("menu.main") ?></a></td></tr></table></td></tr></table>
<?php echo getstring("clients.intro") ?><br> <?php echo getlocal("clients.intro") ?><br>
<?php echo getstring("clients.how_to") ?><br> <?php echo getlocal("clients.how_to") ?><br>
<br> <br>
<table width="100%" cellspacing="0" cellpadding="0" border="0"> <table width="100%" cellspacing="0" cellpadding="0" border="0">
@ -66,19 +66,19 @@ var updaterOptions = {
<table width="100%" id="threadlist" cellspacing="0" cellpadding="0" border="0"> <table width="100%" id="threadlist" cellspacing="0" cellpadding="0" border="0">
<tr> <tr>
<td width="150" height="30" bgcolor="#276DB8" class="table"><span class="header"><?php echo getstring("pending.table.head.name") ?></span></td> <td width="150" height="30" bgcolor="#276DB8" class="table"><span class="header"><?php echo getlocal("pending.table.head.name") ?></span></td>
<td width="3"></td> <td width="3"></td>
<td bgcolor="#276DB8" align="center" class="table" nowrap><span class="header"><?php echo getstring("pending.table.head.contactid") ?></span></td> <td bgcolor="#276DB8" align="center" class="table" nowrap><span class="header"><?php echo getlocal("pending.table.head.contactid") ?></span></td>
<td width="3"></td> <td width="3"></td>
<td bgcolor="#276DB8" align="center" class="table" nowrap><span class="header"><?php echo getstring("pending.table.head.state") ?></span></td> <td bgcolor="#276DB8" align="center" class="table" nowrap><span class="header"><?php echo getlocal("pending.table.head.state") ?></span></td>
<td width="3"></td> <td width="3"></td>
<td bgcolor="#276DB8" align="center" class="table" nowrap><span class="header"><?php echo getstring("pending.table.head.operator") ?></span></td> <td bgcolor="#276DB8" align="center" class="table" nowrap><span class="header"><?php echo getlocal("pending.table.head.operator") ?></span></td>
<td width="3"></td> <td width="3"></td>
<td bgcolor="#276DB8" align="center" class="table" nowrap><span class="header"><?php echo getstring("pending.table.head.total") ?></span></td> <td bgcolor="#276DB8" align="center" class="table" nowrap><span class="header"><?php echo getlocal("pending.table.head.total") ?></span></td>
<td width="3"></td> <td width="3"></td>
<td bgcolor="#276DB8" align="center" class="table" nowrap><span class="header"><?php echo getstring("pending.table.head.waittime") ?></span></td> <td bgcolor="#276DB8" align="center" class="table" nowrap><span class="header"><?php echo getlocal("pending.table.head.waittime") ?></span></td>
<td width="3"></td> <td width="3"></td>
<td bgcolor="#276DB8" align="center" class="table" nowrap><span class="header"><?php echo getstring("pending.table.head.etc") ?></span></td> <td bgcolor="#276DB8" align="center" class="table" nowrap><span class="header"><?php echo getlocal("pending.table.head.etc") ?></span></td>
</tr> </tr>
<tr> <tr>
@ -90,7 +90,7 @@ var updaterOptions = {
<table cellspacing="0" cellpadding="0" border="0"> <table cellspacing="0" cellpadding="0" border="0">
<tr> <tr>
<td><img src='<?php echo $webimroot ?>/images/tblicusers.gif' width="15" height="15" border="0" alt="" /></td> <td><img src='<?php echo $webimroot ?>/images/tblicusers.gif' width="15" height="15" border="0" alt="" /></td>
<td class="table"><span class="black"><?php echo getstring("clients.queue.prio") ?></span></td> <td class="table"><span class="black"><?php echo getlocal("clients.queue.prio") ?></span></td>
</tr> </tr>
</table> </table>
</td> </td>
@ -105,7 +105,7 @@ var updaterOptions = {
<table cellspacing="0" cellpadding="0" border="0"> <table cellspacing="0" cellpadding="0" border="0">
<tr> <tr>
<td><img src='<?php echo $webimroot ?>/images/tblicusers2.gif' width="15" height="15" border="0" alt="" /></td> <td><img src='<?php echo $webimroot ?>/images/tblicusers2.gif' width="15" height="15" border="0" alt="" /></td>
<td class="table"><span class="black"><?php echo getstring("clients.queue.wait") ?></span></td> <td class="table"><span class="black"><?php echo getlocal("clients.queue.wait") ?></span></td>
</tr> </tr>
</table> </table>
</td> </td>
@ -119,7 +119,7 @@ var updaterOptions = {
<td colspan="13" height="30" bgcolor="#F5F5F5" class="table"> <td colspan="13" height="30" bgcolor="#F5F5F5" class="table">
<table cellspacing="0" cellpadding="0" border="0"><tr> <table cellspacing="0" cellpadding="0" border="0"><tr>
<td><img src='<?php echo $webimroot ?>/images/tblicusers3.gif' width="30" height="15" border="0" alt="" /></td> <td><img src='<?php echo $webimroot ?>/images/tblicusers3.gif' width="30" height="15" border="0" alt="" /></td>
<td class="table"><span class="black"><?php echo getstring("clients.queue.chat") ?></span></td> <td class="table"><span class="black"><?php echo getlocal("clients.queue.chat") ?></span></td>
</tr> </tr>
</table> </table>
</td> </td>

View File

@ -23,11 +23,11 @@
<link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/>
<title> <title>
<?php echo getstring("app.title") ?> - <?php echo getstring("thread.chat_log") ?> <?php echo getlocal("app.title") ?> - <?php echo getlocal("thread.chat_log") ?>
</title> </title>
<meta http-equiv="keywords" content="<?php echo getstring("page.main_layout.meta_keyword") ?>"> <meta http-equiv="keywords" content="<?php echo getlocal("page.main_layout.meta_keyword") ?>">
<meta http-equiv="description" content="<?php echo getstring("page.main_layout.meta_description") ?>"> <meta http-equiv="description" content="<?php echo getlocal("page.main_layout.meta_description") ?>">
</head> </head>
<body bgcolor="#FFFFFF" text="#000000" link="#2971C1" vlink="#2971C1" alink="#2971C1"> <body bgcolor="#FFFFFF" text="#000000" link="#2971C1" vlink="#2971C1" alink="#2971C1">
@ -36,18 +36,18 @@
<tr> <tr>
<td valign="top" class="text"> <td valign="top" class="text">
<h1><?php echo getstring("thread.chat_log") ?></h1> <h1><?php echo getlocal("thread.chat_log") ?></h1>
<?php echo getstring("thread.intro") ?> <?php echo getlocal("thread.intro") ?>
<br/><br/> <br/><br/>
<table border="0" cellpadding="0" cellspacing="0"> <table border="0" cellpadding="0" cellspacing="0">
<tr> <tr>
<td class='table' bgcolor='#276db8' height='30'><span class='header'> <td class='table' bgcolor='#276db8' height='30'><span class='header'>
<?php echo getstring("thread.chat_log") ?> <?php echo getlocal("thread.chat_log") ?>
</span></td> </span></td>
</tr> </tr>
<tr> <tr>
@ -64,7 +64,7 @@
<br /> <br />
<a href="<?php echo $webimroot ?>/operator/history.php"> <a href="<?php echo $webimroot ?>/operator/history.php">
<?php echo getstring("thread.back_to_search") ?></a> <?php echo getlocal("thread.back_to_search") ?></a>
<br /> <br />
</td> </td>

View File

@ -22,11 +22,11 @@
<link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="<?php echo $webimroot ?>/images/favicon.ico" type="image/x-icon"/>
<title> <title>
<?php echo getstring("app.title") ?> - <?php echo getstring("page_analysis.search.title") ?> <?php echo getlocal("app.title") ?> - <?php echo getlocal("page_analysis.search.title") ?>
</title> </title>
<meta http-equiv="keywords" content="<?php echo getstring("page.main_layout.meta_keyword") ?>"> <meta http-equiv="keywords" content="<?php echo getlocal("page.main_layout.meta_keyword") ?>">
<meta http-equiv="description" content="<?php echo getstring("page.main_layout.meta_description") ?>"> <meta http-equiv="description" content="<?php echo getlocal("page.main_layout.meta_description") ?>">
</head> </head>
<body bgcolor="#FFFFFF" text="#000000" link="#2971C1" vlink="#2971C1" alink="#2971C1"> <body bgcolor="#FFFFFF" text="#000000" link="#2971C1" vlink="#2971C1" alink="#2971C1">
@ -36,11 +36,11 @@
<td valign="top" class="text"> <td valign="top" class="text">
<table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td align="left" valign="top"> <table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td align="left" valign="top">
<h1><?php echo getstring("page_analysis.search.title") ?></h1> <h1><?php echo getlocal("page_analysis.search.title") ?></h1>
</td><td align="right" class="text" valign="top"><table cellspacing="0" cellpadding="0" border="0"><tr><td class="textform"><?php echo getstring2("menu.operator",array($page['operator'])) ?></td><td class="textform"><img src='<?php echo $webimroot ?>/images/topdiv.gif' width="25" height="15" border="0" alt="|" /></td><td class="textform"><a href="<?php echo $webimroot ?>/operator/index.php" title="<?php echo getstring("menu.main") ?>"><?php echo getstring("menu.main") ?></a></td></tr></table></td></tr></table> </td><td align="right" class="text" valign="top"><table cellspacing="0" cellpadding="0" border="0"><tr><td class="textform"><?php echo getlocal2("menu.operator",array($page['operator'])) ?></td><td class="textform"><img src='<?php echo $webimroot ?>/images/topdiv.gif' width="25" height="15" border="0" alt="|" /></td><td class="textform"><a href="<?php echo $webimroot ?>/operator/index.php" title="<?php echo getlocal("menu.main") ?>"><?php echo getlocal("menu.main") ?></a></td></tr></table></td></tr></table>
<?php echo getstring("page_search.intro") ?> <?php echo getlocal("page_search.intro") ?>
<br /> <br />
<br /> <br />
@ -50,14 +50,14 @@
<form name="searchForm" method="get" action="<?php echo $webimroot ?>/operator/history.php"> <form name="searchForm" method="get" action="<?php echo $webimroot ?>/operator/history.php">
<table cellspacing='0' cellpadding='0' border='0'><tr><td background='<?php echo $webimroot ?>/images/loginbg.gif'><table cellspacing='0' cellpadding='0' border='0'><tr><td><img src='<?php echo $webimroot ?>/images/logincrnlt.gif' width='16' height='16' border='0' alt=''></td><td></td><td><img src='<?php echo $webimroot ?>/images/logincrnrt.gif' width='16' height='16' border='0' alt=''></td></tr><tr><td></td><td align='center'><table border='0' cellspacing='0' cellpadding='0'> <table cellspacing='0' cellpadding='0' border='0'><tr><td background='<?php echo $webimroot ?>/images/loginbg.gif'><table cellspacing='0' cellpadding='0' border='0'><tr><td><img src='<?php echo $webimroot ?>/images/logincrnlt.gif' width='16' height='16' border='0' alt=''></td><td></td><td><img src='<?php echo $webimroot ?>/images/logincrnrt.gif' width='16' height='16' border='0' alt=''></td></tr><tr><td></td><td align='center'><table border='0' cellspacing='0' cellpadding='0'>
<tr> <tr>
<td class="formauth" colspan="3"><?php echo getstring("page_analysis.full.text.search") ?></td> <td class="formauth" colspan="3"><?php echo getlocal("page_analysis.full.text.search") ?></td>
</tr> </tr>
<tr><td colspan="3" height="2"></td></tr> <tr><td colspan="3" height="2"></td></tr>
<tr> <tr>
<td class="formauth"><input type="text" name="q" size="80" value="<?php echo form_value('q') ?>" class="formauth"/></td> <td class="formauth"><input type="text" name="q" size="80" value="<?php echo form_value('q') ?>" class="formauth"/></td>
<td width="10"><img src="<?php echo $webimroot ?>/images/free.gif" width="10" height="1" border="0" alt=""></td> <td width="10"><img src="<?php echo $webimroot ?>/images/free.gif" width="10" height="1" border="0" alt=""></td>
<td class="formauth"> <td class="formauth">
<input type="image" name="" src='<?php echo $webimroot.getstring("image.button.search") ?>' border="0" alt='<?php echo getstring("button.search") ?>'/> <input type="image" name="" src='<?php echo $webimroot.getlocal("image.button.search") ?>' border="0" alt='<?php echo getlocal("button.search") ?>'/>
</td> </td>
</tr> </tr>
</table></td><td></td></tr><tr><td><img src='<?php echo $webimroot ?>/images/logincrnlb.gif' width='16' height='16' border='0' alt=''></td><td></td><td><img src='<?php echo $webimroot ?>/images/logincrnrb.gif' width='16' height='16' border='0' alt=''></td></tr></table></td></tr></table> </table></td><td></td></tr><tr><td><img src='<?php echo $webimroot ?>/images/logincrnlb.gif' width='16' height='16' border='0' alt=''></td><td></td><td><img src='<?php echo $webimroot ?>/images/logincrnrb.gif' width='16' height='16' border='0' alt=''></td></tr></table></td></tr></table>
@ -67,21 +67,21 @@
<?php if( $page['pagination'] && $page['pagination.items'] ) { ?> <?php if( $page['pagination'] && $page['pagination.items'] ) { ?>
<table cellpadding="0" cellspacing="0" border="0" width="100%"> <table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr> <tr>
<td class='table' bgcolor='#276db8' height='30'><span class='header'><?php echo getstring("page.analysis.search.head_name") ?></span></td><td width='3'></td> <td class='table' bgcolor='#276db8' height='30'><span class='header'><?php echo getlocal("page.analysis.search.head_name") ?></span></td><td width='3'></td>
<td class='table' bgcolor='#276db8' height='30'><span class='header'><?php echo getstring("page.analysis.search.head_host") ?></span></td><td width='3'></td> <td class='table' bgcolor='#276db8' height='30'><span class='header'><?php echo getlocal("page.analysis.search.head_host") ?></span></td><td width='3'></td>
<td class='table' bgcolor='#276db8' height='30'><span class='header'><?php echo getstring("page.analysis.search.head_operator") ?></span></td><td width='3'></td> <td class='table' bgcolor='#276db8' height='30'><span class='header'><?php echo getlocal("page.analysis.search.head_operator") ?></span></td><td width='3'></td>
<td class='table' bgcolor='#276db8' height='30'><span class='header'><?php echo getstring("page.analysis.search.head_time") ?></span></td> <td class='table' bgcolor='#276db8' height='30'><span class='header'><?php echo getlocal("page.analysis.search.head_time") ?></span></td>
</tr> </tr>
<?php foreach( $page['pagination.items'] as $chatthread ) { ?> <?php foreach( $page['pagination.items'] as $chatthread ) { ?>
<tr> <tr>
<td height='30' class='table'> <td height='30' class='table'>
<a href="<?php echo $webimroot ?>/operator/threadprocessor.php?threadid=<?php echo $chatthread['threadid'] ?>" target="_blank" onclick="this.newWindow = window.open('<?php echo $webimroot ?>/operator/threadprocessor.php?threadid=<?php echo $chatthread['threadid'] ?>', '', 'toolbar=0,scrollbars=1,location=0,status=1,menubar=0,width=600,height=420,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;"><?php echo htmlspecialchars($chatthread['userName']) ?></a> <a href="<?php echo $webimroot ?>/operator/threadprocessor.php?threadid=<?php echo $chatthread['threadid'] ?>" target="_blank" onclick="this.newWindow = window.open('<?php echo $webimroot ?>/operator/threadprocessor.php?threadid=<?php echo $chatthread['threadid'] ?>', '', 'toolbar=0,scrollbars=1,location=0,status=1,menubar=0,width=600,height=420,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;"><?php echo topage(htmlspecialchars($chatthread['userName'])) ?></a>
</td><td background='<?php echo $webimroot ?>/images/tablediv3.gif'><img width='3' height='1' border='0' alt='' src='<?php echo $webimroot ?>/images/free.gif'></td> </td><td background='<?php echo $webimroot ?>/images/tablediv3.gif'><img width='3' height='1' border='0' alt='' src='<?php echo $webimroot ?>/images/free.gif'></td>
<td height='30' class='table'> <td height='30' class='table'>
<?php echo htmlspecialchars($chatthread['remote']) ?> <?php echo topage(htmlspecialchars($chatthread['remote'])) ?>
</td><td background='<?php echo $webimroot ?>/images/tablediv3.gif'><img width='3' height='1' border='0' alt='' src='<?php echo $webimroot ?>/images/free.gif'></td> </td><td background='<?php echo $webimroot ?>/images/tablediv3.gif'><img width='3' height='1' border='0' alt='' src='<?php echo $webimroot ?>/images/free.gif'></td>
<td height='30' class='table'> <td height='30' class='table'>
<?php if( $chatthread['agentName'] ) { ?><?php echo htmlspecialchars($chatthread['agentName']) ?><?php } ?> <?php if( $chatthread['agentName'] ) { ?><?php echo topage(htmlspecialchars($chatthread['agentName'])) ?><?php } ?>
</td><td background='<?php echo $webimroot ?>/images/tablediv3.gif'><img width='3' height='1' border='0' alt='' src='<?php echo $webimroot ?>/images/free.gif'></td> </td><td background='<?php echo $webimroot ?>/images/tablediv3.gif'><img width='3' height='1' border='0' alt='' src='<?php echo $webimroot ?>/images/free.gif'></td>
<td height='30' class='table'> <td height='30' class='table'>
<?php echo date("d M Y H:i:s", $chatthread['created']) ?>, <?php echo date_diff($chatthread['modified']-$chatthread['created']) ?> <?php echo date("d M Y H:i:s", $chatthread['created']) ?>, <?php echo date_diff($chatthread['modified']-$chatthread['created']) ?>
@ -97,7 +97,7 @@
<br/><br/> <br/><br/>
<table cellspacing='0' cellpadding='0' border='0'><tr><td background='<?php echo $webimroot ?>/images/loginbg.gif'><table cellspacing='0' cellpadding='0' border='0'><tr><td><img src='<?php echo $webimroot ?>/images/logincrnlt.gif' width='16' height='16' border='0' alt=''></td><td></td><td><img src='<?php echo $webimroot ?>/images/logincrnrt.gif' width='16' height='16' border='0' alt=''></td></tr><tr><td></td><td align='center'><table border='0' cellspacing='0' cellpadding='0'> <table cellspacing='0' cellpadding='0' border='0'><tr><td background='<?php echo $webimroot ?>/images/loginbg.gif'><table cellspacing='0' cellpadding='0' border='0'><tr><td><img src='<?php echo $webimroot ?>/images/logincrnlt.gif' width='16' height='16' border='0' alt=''></td><td></td><td><img src='<?php echo $webimroot ?>/images/logincrnrt.gif' width='16' height='16' border='0' alt=''></td></tr><tr><td></td><td align='center'><table border='0' cellspacing='0' cellpadding='0'>
<span class="table"> <span class="table">
<?php echo getstring("tag.pagination.no_items") ?> <?php echo getlocal("tag.pagination.no_items") ?>
</span> </span>
</table></td><td></td></tr><tr><td><img src='<?php echo $webimroot ?>/images/logincrnlb.gif' width='16' height='16' border='0' alt=''></td><td></td><td><img src='<?php echo $webimroot ?>/images/logincrnrb.gif' width='16' height='16' border='0' alt=''></td></tr></table></td></tr></table> </table></td><td></td></tr><tr><td><img src='<?php echo $webimroot ?>/images/logincrnlb.gif' width='16' height='16' border='0' alt=''></td><td></td><td><img src='<?php echo $webimroot ?>/images/logincrnrb.gif' width='16' height='16' border='0' alt=''></td></tr></table></td></tr></table>
<?php } ?> <?php } ?>