Просмотр файла wkat/edit.php

Размер файла: 1.2Kb
<?
$start_time = microtime();
$start_array = explode(" ",$start_time);
$start_time = $start_array[1] + $start_array[0];
include "xconf.php";
header("Cache-Control: no-cache");

$title="Bxoд";
include "header.php";
print $begin;
print $p_l;
print $d_fl;
print $sm; 
if ($ver=="htm"){
print"<div class=\"b\"><form action=\"edits.php\" method=\"get\"><div>Ba&#x0448; ID:</div><div><input type=\"text\" name=\"id\"/></div>
<div>&#x041F;apo&#x043B;&#x044C;:</div><div><input type=\"password\" name=\"pass\"/></div>
<div><input name=\"ver\" type=\"hidden\" value=\"$ver\" /></div>
<div><input type=\"submit\" class=\"ibutton\" value=\"Ok\" /></div>
</form></div>";
}
else
{
print"Ba&#x0448; ID:<br/><input type=\"text\" name=\"id\" format=\"*N\"/><br/>
&#x041F;apo&#x043B;&#x044C;:<br/> <input type=\"password\" name=\"pass\"/><br/>
<anchor title=\"go\">&#x0418;&#x0437;&#x043C;e&#x043D;&#x0438;&#x0442;&#x044C;<go href=\"edits.php?ver=$ver\" method=\"get\">
<postfield name=\"id\" value=\"$(id)\"/>
<postfield name=\"pass\" value=\"$(pass)\"/>
</go></anchor><br/>";
}
print "-----<br/>$d_ms<a href=\"index.php?ver=$ver\">Ha главную</a>$d_e<br/><br/>"; 
@include "ber.php";
print $sme; 
$endpage;
?>