mirror of
https://github.com/Mibew/i18n.git
synced 2025-01-24 06:10:28 +03:00
98 lines
3.6 KiB
PHP
98 lines
3.6 KiB
PHP
|
<?php
|
||
|
/*
|
||
|
* This file is part of Web Instant Messenger project.
|
||
|
*
|
||
|
* Copyright (c) 2005-2007 Internet Services Ltd.
|
||
|
* All rights reserved. This program and the accompanying materials
|
||
|
* are made available under the terms of the Eclipse Public License v1.0
|
||
|
* which accompanies this distribution, and is available at
|
||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||
|
*
|
||
|
* Contributors:
|
||
|
* Evgeny Gryaznov - initial API and implementation
|
||
|
*/
|
||
|
?>
|
||
|
<html>
|
||
|
<head>
|
||
|
|
||
|
|
||
|
|
||
|
<link rel="stylesheet" type="text/css" media="all" href="/webim/styles.css" />
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<link rel="shortcut icon" href="/webim/images/favicon.ico" type="image/x-icon"/>
|
||
|
<title>
|
||
|
<?php echo getstring("app.title") ?> - <?php echo getstring("page.gen_button.title") ?>
|
||
|
</title>
|
||
|
|
||
|
<meta http-equiv="keywords" content="<?php echo getstring("page.main_layout.meta_keyword") ?>">
|
||
|
<meta http-equiv="description" content="<?php echo getstring("page.main_layout.meta_description") ?>">
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<body bgcolor="#FFFFFF" text="#000000" link="#2971C1" vlink="#2971C1" alink="#2971C1">
|
||
|
|
||
|
<table width="100%" cellpadding="2" cellspacing="0" border="0">
|
||
|
<tr>
|
||
|
<td valign="top" class="text">
|
||
|
|
||
|
<table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td align="left" valign="top">
|
||
|
<h1><?php echo getstring("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='/webim/images/topdiv.gif' width="25" height="15" border="0" alt="|" /></td><td class="textform"><a href="/webim/operator/index.php" title="<?php echo getstring("menu.main") ?>"><?php echo getstring("menu.main") ?></a></td></tr></table></td></tr></table>
|
||
|
|
||
|
|
||
|
<?php echo getstring("page.gen_button.intro") ?>
|
||
|
<br />
|
||
|
<br />
|
||
|
|
||
|
<a href="/webim/operator/getcode.php?lang=en"><?php echo getstring("get_button_en") ?></a><br/>
|
||
|
<a href="/webim/operator/getcode.php?lang=ru"><?php echo getstring("get_button_ru") ?></a><br/>
|
||
|
<br/>
|
||
|
|
||
|
<table cellspacing='0' cellpadding='0' border='0'><tr><td background='/webim/images/loginbg.gif'><table cellspacing='0' cellpadding='0' border='0'><tr><td><img src='/webim/images/logincrnlt.gif' width='16' height='16' border='0' alt=''></td><td></td><td><img src='/webim/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("page.gen_button.code") ?></td>
|
||
|
<td width="10"><img src="/webim/images/free.gif" width="10" height="1" border="0" alt=""></td>
|
||
|
<td></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td colspan="3" height="2"></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td><textarea cols="60" rows="15"><?php echo $page['buttonCode'] ?></textarea></td>
|
||
|
<td></td>
|
||
|
<td class="formauth" valign="top" nowrap><span class="formdescr"><?php echo getstring("page.gen_button.code.description") ?></span></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td colspan="3" height="10"></td>
|
||
|
</tr>
|
||
|
|
||
|
<tr>
|
||
|
<td class="formauth"><?php echo getstring("page.gen_button.sample") ?></td>
|
||
|
<td></td>
|
||
|
<td></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td colspan="3" height="2"></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td><?php echo $page['buttonCode'] ?></td>
|
||
|
<td></td>
|
||
|
<td class="formauth" valign="top" nowrap><span class="formdescr"></span></td>
|
||
|
</tr>
|
||
|
</table></td><td></td></tr><tr><td><img src='/webim/images/logincrnlb.gif' width='16' height='16' border='0' alt=''></td><td></td><td><img src='/webim/images/logincrnrb.gif' width='16' height='16' border='0' alt=''></td></tr></table></td></tr></table>
|
||
|
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
</body>
|
||
|
</html>
|
||
|
|