Skip to content

Commit

Permalink
hata mesajlarını en tepede göster
Browse files Browse the repository at this point in the history
  • Loading branch information
roktas committed Aug 9, 2010
1 parent 2bbf836 commit f65e79a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions gui/goster.htm
Expand Up @@ -13,14 +13,19 @@ <h1 >
href="http://uzem.omu.edu.tr">http://uzem.omu.edu.tr</a> adresinden
yapılacaktır.</p>

<F3:check if="{@error}">
<F3:true>
<br />
<p class="fail" style="color:red">{@error}</p>
<br />
</F3:true>
</F3:check>

<form name="login" action="kaydet" method="POST" id="login" enctype="multipart/form-data">
<dl>
<fieldset>
<legend>KİŞİSEL BİLGİLER</legend>
<F3:check if="{@error}">
<F3:true><p class="fail" style="color:red">{@error}</p></F3:true>
</F3:check>
<dt>TC Kimlik No (*):</dt>
<dt>TC Kimlik No (*):</dt>
<dd><input class="required" type="text" name="tc" id= "tc" value="{@REQUEST.tc}" maxlength = 11 /></dd>
<dt> Ad (*):</dt>
<dd><input class="required" type="text" name="ad" id = "ad" value="{@REQUEST.ad}" maxlength = 40 /></dd>
Expand Down

0 comments on commit f65e79a

Please sign in to comment.