NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

@model Halisaha.ViewModel.KullaniciViewModel
@{
Layout = null;
}
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Datatable - srtdash</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/png" href="assets/images/icon/favicon.ico">
<link rel="stylesheet" href="~/Panelcss/assets/css/bootstrap.min.css">
<link rel="stylesheet" href="~/Panelcss/assets/css/font-awesome.min.css">
<link rel="stylesheet" href="~/Panelcss/assets/css/themify-icons.css">
<link rel="stylesheet" href="~/Panelcss/assets/css/metisMenu.css">
<link rel="stylesheet" href="~/Panelcss/assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="~/Panelcss/assets/css/slicknav.min.css">
<!-- amcharts css -->
<link rel="stylesheet" href="https://www.amcharts.com/lib/3/plugins/export/export.css" type="text/css" media="all" />
<!-- Start datatable css -->
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.19/css/jquery.dataTables.css">
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.18/css/dataTables.bootstrap4.min.css">
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/responsive/2.2.3/css/responsive.bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/responsive/2.2.3/css/responsive.jqueryui.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">


<!-- style css -->
<link rel="stylesheet" href="~/Panelcss/assets/css/typography.css">
<link rel="stylesheet" href="~/Panelcss/assets/css/default-css.css">
<link rel="stylesheet" href="~/Panelcss/assets/css/styles.css">
<link rel="stylesheet" href="~/Panelcss/assets/css/responsive.css">
<!-- modernizr css -->
<script src="~/Panelcss/assets/js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- preloader area start -->
<div id="preloader">
<div class="loader"></div>
</div>
<!-- preloader area end -->
<!-- page container area start -->
<div class="page-container">
<!-- sidebar menu area start -->
<div class="sidebar-menu">
<div class="sidebar-header">
<div class="logo">
</div>
</div>
<div class="main-menu">
<div class="menu-inner">
<nav>
<ul class="metismenu" id="menu">
@Html.Partial("AdminHeader")
</ul>
</nav>
</div>
</div>
</div>
<!-- sidebar menu area end -->
<!-- main content area start -->
<div class="main-content">
<!-- header area start -->
<div class="header-area">
<div class="row align-items-center">
<!-- nav and search button -->
<div class="col-md-6 col-sm-8 clearfix">
<div class="nav-btn pull-left">
<span></span>
<span></span>
<span></span>
</div>
</div>
<!-- profile info & task notification -->
<div class="col-md-6 col-sm-4 clearfix">
<ul class="notification-area pull-right">

<div class="user-profile pull-right">
<a href="/Kullanıcı/LogOut">Çıkış Yap</a>

</div>
</ul>
</div>
</div>
</div>
<!-- header area end -->
<!-- page title area start -->
<div class="col-12 mt-5">
<div class="card ggVolunteers">
<nav class="nav nav-pills nav-fill" role="tablist">
<a class="nav-item nav-link active show" data-toggle="tab" href="#tabgonulluler" role="tab" aria-controls="gonulluler" aria-selected="true">Rezervasyonlar</a>
<a class="nav-item nav-link" data-toggle="tab" href="#tabayingonullusu" role="tab" aria-controls="ayingonullusu" aria-selected="false">Rezervasyon Düzenle</a>
</nav>
<div class="card-body">
<div class="tab-content" id="myTabContent">
<div class="tab-pane fade active show" id="tabgonulluler" role="tabpanel" aria-labelledby="gonulluler-tab">
<ul class="list-group list-group-flush">
<h4 class="header-title">Rezervasyonlar</h4>
<div class="col-md-6 mt-5 mb-3">
<div class="card">

</div>
</div>
<div class="data-tables datatable-dark">
@Html.Action("AdminKullaniciListele", "AdminKullaniciSilme")
</div>
</ul>
</div>
<div class="tab-pane fade text-center" id="tabayingonullusu" role="tabpanel" aria-labelledby="ayingonullusu-tab">
@Html.Action("AdminOnayliListele", "AdminOnay")
</div>
</div>
</div>
</div>
</div>

<!-- Dark table end -->
</div>
</div>
<!-- main content area end -->
<!-- footer area start-->
<footer>
<div class="footer-area">
<p>© Copyright 2018. All right reserved. Template by <a href="https://colorlib.com/wp/">Colorlib</a>.</p>
</div>
</footer>
<!-- footer area end-->
</div>
<script src="~/Panelcss/assets/js/vendor/jquery-2.2.4.min.js"></script>
<!-- bootstrap 4 js -->
<script src="~/Panelcss/assets/js/popper.min.js"></script>
<script src="~/Panelcss/assets/js/bootstrap.min.js"></script>
<script src="~/Panelcss/assets/js/owl.carousel.min.js"></script>
<script src="~/Panelcss/assets/js/metisMenu.min.js"></script>
<script src="~/Panelcss/assets/js/jquery.slimscroll.min.js"></script>
<script src="~/Panelcss/assets/js/jquery.slicknav.min.js"></script>
<!-- Start datatable js -->
<script src="https://cdn.datatables.net/1.10.19/js/jquery.dataTables.js"></script>
<script src="https://cdn.datatables.net/1.10.18/js/jquery.dataTables.min.js"></script>
<script src="https://cdn.datatables.net/1.10.18/js/dataTables.bootstrap4.min.js"></script>
<script src="https://cdn.datatables.net/responsive/2.2.3/js/dataTables.responsive.min.js"></script>
<script src="https://cdn.datatables.net/responsive/2.2.3/js/responsive.bootstrap.min.js"></script>
<!-- others plugins -->
<script src="~/Panelcss/assets/js/plugins.js"></script>
<script src="~/Panelcss/assets/js/scripts.js"></script>
</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.