<!DOCTYPE html>
<html lang="de">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>IE9 error</title>
    <!-- Bootstrap core CSS -->
    <link type="text/css" href="http://ebbe.genobank-hotline.de/css/bootstrap.css" rel="stylesheet">
    <!-- Custom styles for this template -->
    <link type="text/css" href="http://ebbe.genobank-hotline.de/css/starter-template.css" rel="stylesheet">
    <!-- jquery wird von nav menu benötigt (um active element zu ermitteln) -->
    <script type="text/javascript" src="http://ebbe.genobank-hotline.de/js/jquery-2.1.0.min.js"></script>
    <!-- <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script> -->
    <!-- Just for debugging purposes. Don't actually copy this line! -->
    <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
    <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
      <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
    <![endif]-->
  </head>
<body>
<script type="text/javascript">
  // make li tag active
  $(document).ready(function () {
        var url = window.location;
    // Will only work if string in href matches with location
        $('ul.nav a[href="' + url + '"]').parent().addClass('active');
    // Will also work for relative and absolute hrefs
        $('ul.nav a').filter(function () {
            return this.href == url;
        }).parent().addClass('active').parent().parent().addClass('active');
    });
</script>
<link type="text/css" rel="stylesheet" href="//cdn.datatables.net/plug-ins/28e7751dbec/integration/bootstrap/3/dataTables.bootstrap.css">
<style type="text/css">
    /* Damit Seiten-Navigation auf selber Ebene wie die Info links angezeigt wird */
    div.dataTables_info {
        float: left !important;
    }
</style>
<!-- <script type="text/javascript" language="javascript" src="//code.jquery.com/jquery-1.10.2.min.js"></script> -->
<script type="text/javascript" src="//cdn.datatables.net/1.10.0/js/jquery.dataTables.min.js"></script> <!-- Nightly build v1.10.0-rc.1 http://next.datatables.net/download/ -->
<!-- <script type="text/javascript" language="javascript" src="lib/TableTools/js/dataTables.tableTools.js"></script> -->
<script type="text/javascript" src="//cdn.datatables.net/tabletools/2.2.1/js/dataTables.tableTools.min.js"></script>
<!-- <script type="text/javascript" language="javascript" src="//cdn.datatables.net/plug-ins/505bef35b56/sorting/date-de.js"></script> -->
<!-- <script type="text/javascript" language="javascript" src="//cdn.datatables.net/plug-ins/505bef35b56/sorting/date-eu.js"></script> -->
<script type="text/javascript" src="lib/DataTable_DateEUSort/date-eu.js"></script>
<!-- <script type="text/javascript" language="javascript" src="lib/DataTable_NaturalSort/naturalSort.js"></script> -->
<script type="text/javascript" src="//cdn.datatables.net/plug-ins/e9421181788/sorting/natural.js"></script>
<!-- <script type="text/javascript" language="javascript" src="//cdn.datatables.net/plug-ins/505bef35b56/integration/bootstrap/3/dataTables.bootstrap.js"></script> -->
<script type="text/javascript" src="//cdn.datatables.net/plug-ins/28e7751dbec/integration/bootstrap/3/dataTables.bootstrap.js"></script>
<script type="text/javascript">
    $(document).ready(function() {
        $('#vrnetworld_list').DataTable( {
            "filtering":        true,
            "paging":           true,
            "ordering":         true,
            "info":             true,
            "order":            [[ 1, "asc" ]],
            "columnDefs":       [{ type: "date-eu", targets: 4 },
                                 { "orderable": false, "targets": 5 },
                                 { "searchable": false, "targets": 5},
                                 { "type": "natural", "targets": [ 1, 3 ] }
                                ],
            "language":         {
                // "url":          "//cdn.datatables.net/plug-ins/28e7751dbec/i18n/German.json"
                "url":          "dataTables.german.lang"
                                },
            "dom":              'T<"clear">lfrtip',
            "tableTools": {
                "sSwfPath":     "lib/TableTools/swf/copy_csv_xls_pdf.swf"
            }
        } );
    } );
</script>
<div class="container">
  <div class="starter-template">
    <div class="row text-left" style="margin-top: -20px;">
        <div class="col-lg-12">
            <h3>Liste aller Kunden</h3>
        </div>
    </div> <!-- /.row -->
    <div class="row" style="margin-top: 20px;">
      <div class="col-lg-12">
       <div class="table-responsive">
        <table id="vrnetworld_list" class="table table-striped table-bordered table-hover text-left" style="width: 100%">
            <thead>
                <tr>
                    <th>Name</th>
                    <th>Kunden-Nr.</th>
                    <th>Lizenzschl&uuml;ssel</th>
                    <th>Version</th>
                    <th>Ausgabe-Datum</th>
                    <th></th>
                </tr>
            </thead>
            <tbody>
<tr>
<td>Sample 1</td>
<td style="text-align: right">123456</td>
<td style="text-align: right">8W5C-4CD0-AEC1-CA73</td>
<td style="text-align: right">5.x</td>
<td style="text-align: right">01.04.2014</td>
<td>edit</td>
</tr>
<tr>
<td>Sample 2</td>
<td style="text-align: right">123456</td>
<td style="text-align: right">8W5C-4CD0-AEC1-CA73</td>
<td style="text-align: right">5.x</td>
<td style="text-align: right">01.04.2014</td>
<td>edit</td>
</tr>
<tr>
<td>Sample 3</td>
<td style="text-align: right">123456</td>
<td style="text-align: right">8W5C-4CD0-AEC1-CA73</td>
<td style="text-align: right">5.x</td>
<td style="text-align: right">01.04.2014</td>
<td>edit</td>
</tr>
<tr>
<td>Sample 4</td>
<td style="text-align: right">123456</td>
<td style="text-align: right">8W5C-4CD0-AEC1-CA73</td>
<td style="text-align: right">5.x</td>
<td style="text-align: right">01.04.2014</td>
<td>edit</td>
</tr>
  </tbody>
        </table>
        </div>
        <!-- /.table-responsive -->
      </div> <!-- col-lg-12 -->
    </div> <!-- row text-left -->
</div> <!-- /.starter-template -->
</div><!-- /.container -->
<div id="confirm" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="confirm" aria-hidden="true">
  <div class="modal-dialog modal-md">
    <div class="modal-content text-left">
      <div class="modal-header">
        <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
        <h4 class="modal-title">VR-NetWorld Software Lizenz l&ouml;schen</h4>
      </div>
      <div class="modal-body">
      <form id="delete-form" class="form-horizontal" role="form" action="vrnetworld_list.php" method="POST">
          <p><b>Soll die VR-NetWorld Software Lizenz wirklich gel&ouml;scht werden?</b></p>
          <p><em><b>Hinweis:</b> Das Löschen hier ist nur für den schnellen aktualisierten Überblick gedacht (bis die nächste CSV-Auswertung importiert wird). Es muss zwingend zusätzlich noch die eigentliche Lizenz im <b>DG Verlag Lizenzmanagement</b> gekündigt werden!</em></p>
          <input type="hidden" name="produktausgaben_id" id="produktausgaben_id" value="">
      </form>
      </div>
      <div class="modal-footer">
        <button type="button" data-dismiss="modal" class="btn">Abbrechen</button>
        <button type="submit" name="submit" class="btn btn-primary" form="delete-form">L&ouml;schen</button>
      </div>
    </div><!-- /.modal-content -->
  </div><!-- /.modal-dialog -->
</div><!-- /.modal -->
    <!-- Bootstrap core JavaScript
    ================================================== -->
    <!-- Placed at the end of the document so the pages load faster -->
    <!--
    jquery vom footer in header verschoben, da sonst aktives Element in der nav nicht ermittelt werden kann
    <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
    -->
    <!-- jquery.js nur auf benötigten upload_*_to_ebbe_*.php Seiten eingefügt -->
    <script src="js/bootstrap.min.js"></script>
  </body>
</html>
Output 300px

This bin was created anonymously and its free preview time has expired. Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers