Aradığınız içerik sitemizde mevcut durumdadır buradan sitemize dönebilirsiniz !
Forum Başlıklarına gitmek için tıklayınız
| Kod Alanı: |
<!--#include file="site_common.asp" --> <% If lngLoggedInUserID = 2 Then Response.Write("<form method=""post"" name=""frmLogin"" action=""http://forum.webariza.net/site_giris.asp"">") Response.Write("<p>") Response.Write("<font face=""tahoma"" size=""1"" color=""#000000"">Kullanıcı Adı :</font>") Response.Write("<input type=""text"" size=""8"" name=""name"" class=""smText"" style=""font-family: tahoma; font-size: 7pt; font-weight: bold; color: #000000; border: 1px solid #686868; background-color: #f1f1f1""/>") Response.Write("<b> </b>") Response.Write("<br><font face=""tahoma"" size=""1"" color=""#000000"">Şifre :</font>") Response.Write("<input type=""password"" size=""8"" name=""password"" class=""smText"" style=""font-family: tahoma; font-size: 7pt; font-weight: bold; color: #000000; border: 1px solid #686868; background-color: #f1f1f1"" />") Response.Write("<b> </b>") Response.Write("<input type=""hidden"" name=""QUIK"" value=""true"" style=""font-family: tahoma; font-size: 7pt; font-weight: bold; color: #000000; border: 1px solid #686868; background-color: #999999""/>") Response.Write("<input type=""hidden"" name=""NS"" value=""1"" style=""font-family: tahoma; font-size: 7pt; font-weight: bold; color: #000000; border: 1px solid #686868; background-color: #999999""/>") If blnLongSecurityCode = false Then Response.Write("<input type=""hidden"" name=""sessionID"" value=""" & Session.SessionID & """ style=""font-family: tahoma; font-size: 7pt; font-weight: bold; color: #000000; border: 1px solid #686868; background-color: #f1f1f1""/>") Response.Write("<br> <input type=""submit"" value=""Giriş"" target=""_blank"" class=""smText"" style=""font-family: tahoma; font-size: 7pt; font-weight: bold; color: #000000; border: 1px solid #686868; background-color: #f1f1f1""/>") Response.Write("<b> </b>") Response.Write ("<b> <br><a href=""http://forum.webariza.net/registration_rules.asp"" style=""text-decoration: none"" target=""_self""><font face=""tahoma"" size=""1"" color=""#008000"">Üye Ol</font></a></b>") Response.Write("<b> </b>") Response.Write ("<b> <a href=""http://forum.webariza.net/forgotten_password.asp"" style=""text-decoration: none"" target=""_blank""><font face=""tahoma"" size=""1"" color=""#008000"">Şifremi Unuttum</font></a></b>") Response.Write("</p>") Response.Write("</form>") Else Response.Write("<p>") Response.Write(" <b><font face=""tahoma"" color=""#820d00"">" & strLoggedInUsername & "</font></b>") Response.Write("<b> </b>") Response.Write("| <b><a href=""http://forum.webariza.net/active_topics.asp"" style=""text-decoration: none"" target=""_self""><font face=""tahoma"" size=""2"" color=""#000000"">Aktif Konular</font></a></b>") Response.Write("<b> </b>") Response.Write("| <b><a href=""http://forum.webariza.net/members.asp"" style=""text-decoration: none"" target=""_self""><font face=""tahoma"" size=""2"" color=""#000000"">Üye Listesi</font></a></b>") Response.Write("<b> </b>") Response.Write("| <b><a href=""http://forum.webariza.net/pm_welcome.asp"" style=""text-decoration: none"" target=""_self""><font face=""tahoma"" size=""2"" color=""#000000"">Özel Mesaj</font></a></b>") Response.Write("<b> </b>") Response.Write("| <b><a href=""http://forum.webariza.net/member_control_panel.asp"" style=""text-decoration: none"" target=""_self""><font face=""tahoma"" size=""2"" color=""#000000"">Ayarlar</font></a></b>") Response.Write("<b> </b>") Response.Write("| <b><a href=""http://forum.webariza.net/search_form.asp"" style=""text-decoration: none"" target=""_self""><font face=""tahoma"" size=""2"" color=""#000000"">Arama</font></a></b>") Response.Write("<b> </b>") Response.Write("| <b><a href=""http://forum.webariza.net/log_off_user2.asp"" style=""text-decoration: none"" target=""_self""><font face=""tahoma"" size=""2"" color=""#FF0000"">Çıkış [" & strLoggedInUsername & "]</font></a></b>") Response.Write("</p>") End If %> <hr style="border: 1px solid #F1F1F1" color="#F1F1F1"> |