Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?
- echo '<div id="reg" style="width:300px; margin:5px auto 0 auto;">'."\n";
- echo
- "\t\t\t\t".
- '<form action="/reg2" method="post">'.
- "\n\t\t\t\t\t".
- '<div id="lab_login" style="float:left; width:70px;">'.
- "\n\t\t\t\t\t\t".
- '<label for="inp_login">Логин:</label>'.
- "\n\t\t\t\t\t".
- '</div>'.
- //////////--------
- "\n\t\t\t\t\t".
- '<div id="for_inp_login">'.
- "\n\t\t\t\t\t\t".
- '<input type="text" name="login" id="inp_login" value="" style="width:226px;">'.
- "\n\t\t\t\t\t".
- '</div>'.
- "\n\t\t\t\t\t".
- '<div class="clear" style="height:5px;"></div>'.
- "\n\t\t\t\t\t<!-- //////////// -->\n".
- /////////////////////////////
- "\n\t\t\t\t\t".
- '<div id="lab_pass" style="float:left; width:70px;">'.
- "\n\t\t\t\t\t\t".
- '<label for="inp_pass">Пароль:</label>'.
- "\n\t\t\t\t\t".
- '</div>'.
- ////////----------
- "\n\t\t\t\t\t".
- '<div id="for_inp_pass">'.
- "\n\t\t\t\t\t\t".
- '<input type="password" name="pass" id="inp_pass" value="" style="width:226px;">'.
- "\n\t\t\t\t\t".
- '</div>'.
- "\n\t\t\t\t\t".
- '<div class="clear" style="height:5px;"></div>'.
- "\n\t\t\t\t\t<!-- //////////// -->\n".
- /////////////////////////
- "\n\t\t\t\t\t".
- '<div id="lab_email" style="float:left; width:70px;">'.
- "\n\t\t\t\t\t\t".
- '<label for="inp_email">e-mail:</label>'.
- "\n\t\t\t\t\t".
- '</div>'.
- ////////----------
- "\n\t\t\t\t\t".
- '<div id="for_inp_email">'.
- "\n\t\t\t\t\t\t".
- '<input type="text" name="email" id="inp_email" value="" style="width:226px;">'.
- "\n\t\t\t\t\t".
- '</div>'.
- "\n\t\t\t\t\t".
- '<div class="clear" style="height:5px;"></div>'.
- "\n\t\t\t\t\t<!-- //////////// -->\n".
- /////////////////////////
- "\n\t\t\t\t\t".
- '<div id="for_inp_subm">'.
- "\n\t\t\t\t\t\t".
- '<input type="hidden" name="reg2" value="true" style="width:100px; height:25px;">'.
- "\n\t\t\t\t\t\t".
- '<input type="submit" id="inp_subm" value="Подтвердить" style="width:100px; height:25px;">'.
- "\n\t\t\t\t\t".
- '</div>'.
- "\n\t\t\t\t\t<!-- //////////// -->".
- ////////////////////////
- "\n\t\t\t\t".
- '</form>';
- echo "\n\t\t\t".'</div>'."\n";
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement