Просмотр файла smarty_template/wap/endecode.tpl

Размер файла: 1.92Kb
{include file="head.tpl"}


{if !$actp}
<form class="login" action="endecode.php" method="post">
<b>Введите строку для обработки:</b><br/>
<textarea class="logput" name="text"></textarea><br/>
<select class="logput" size="1" name="actp">
<option class="logput" value="base64encode">Base 64 encode</option>
<option class="logput" value="base64decode">Base 64 decode</option>
<option class="logput" value="md5encode">MD5 encode</option>
<option class="logput" value="rot13">ROT-13</option>
<option class="logput" value="urlencode">URL encode</option>
<option class="logput" value="urldecode">URL decode</option>
<option class="logput" value="asciitobinary">ASCII to Binary</option>
<option class="logput" value="binarytoascii">Binary to ASCII</option>
<option class="logput" value="asciitohex">ASCII to HEX</option>
<option class="logput" value="binarytohex">Binary to HEX</option>
<option class="logput" value="descrypt">DES Crypt</option>
<option class="logput" value="sha1encode">SHA1 encode</option>
</select><br/>
<input class="logput" type="submit" value="Отправить"/>
</form>
{else}
<table class="menu">
<tr>
<td class="line">
</td>
<td class="line2">
Результат:
</td>
</tr></table>
<table class="menu">
<tr>
<td class="line">
</td>
<td class="line2">
{$text}
</td>
</tr></table>
<table class="menu">
<tr>
<td class="line">
</td>
<td class="line2">
Скопировать:
</td>
</tr></table>
<table class="menu">
<tr>
<td class="line">
</td>
<td class="line2">
<input class="logput" type="text" value="{$text}"/>
</td>
</tr></table>
{/if}



<div class="raz"> Меню раздела</div>
<div class="menu1">
<table class="menu">
<tr>
<td class="line">
</td>
<td class="line2">
{if $actp}
<a href="endecode.php">Назад</a><br/>
{/if}
<a href="../index.php">На главную</a>
</td>
</tr>
</table>
</div>
{include file="foot.tpl"}