NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

<?php
/**
* @var WowTemplateView $this
*/
//Giriş sayfası için layout kullanmayalım!
$this->setLayout(NULL);
$this->set("title","Giriş");
?>
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/assets/bootstrap/css/bootstrap-paper.min.css">
<link rel="stylesheet" href="/assets/style/paper.css">
<link rel="stylesheet" href="/assets/style/font-awesome.min.css" type="text/css" media="screen"/>
<link rel="shortcut icon" href="/assets/images/favicon.png" type="image/x-icon"/>
<title><?php if($this->has('title')) {
echo $this->get('title') . " | ";
} ?>insta.web.tr Admin</title>
<style type="text/css">
body {
background-color: #eeeeee;
}

.form-signin {
max-width: 330px;
padding: 40px 15px;
margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
margin-bottom: 10px;
}

.form-signin .checkbox {
font-weight: normal;
}

.form-signin .form-control {
position: relative;
height: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
font-size: 16px;
}

.form-signin .form-control:focus {
z-index: 2;
}

.form-signin input[type="text"] {
margin-bottom: -1px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
margin-bottom: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
</style>
</head>
<body>
<div class="container">
<form method="post" class="form-signin">
<div class="panel panel-default">
<div class="panel-heading">Giriş Ekranı</div>
<div class="panel-body text-center">
<img src="/assets/images/logo-admin.png" style="max-width: 100%;"/>
<?php if($this->has("loginErrors")) {
echo '<p class="text-danger text-left"><strong>Hatalar Oluştu!</strong><br />';
foreach($this->get("loginErrors") as $error) {
echo $error . '<br />';
}
echo '</p>';
} ?>
<label for="inputUsername" class="sr-only">Kullanıcı Adı:</label>
<input type="text" id="inputUsername" name="username" class="form-control" placeholder="Kullanıcı Adı" required autofocus>
<label for="inputPassword" class="sr-only">Şifre</label>
<input type="password" id="inputPassword" name="password" class="form-control" placeholder="Şifre" required>
<button class="btn btn-lg btn-primary btn-block" type="submit"><i class="fa fa-sign-in"></i> Giriş Yap</button>
</div>
</div>
</form>
</div>
</body>
</html>
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.