User Tools

Site Tools


fopra:refsans:sld_table

This is an old revision of the document!


<!DOCTYPE html> <html lang=“en”>

<head>
  <meta charset="utf-8">
  <title>SLD table of elements</title>
  <style type="text/css">
    html, body {
      box-sizing: border-box;
      display: flow-root;
      height: 100%;
      margin: 0;
      padding: 0;
    }
    .myTable { font-family: Arial, Helvetica, Sans-Serif; font-size:8px; 
        color:black; margin-top:20px; margin-left:250px; text-align:left; }
    .myTable th { width:80px; height:20px; font-weight:bold; border-bottom: 1px solid black; }
    .myTable td, .myTable th { padding:5px; }
  </style>
  <script type="text/javascript" src="https://cdn.bokeh.org/bokeh/release/bokeh-3.3.2.min.js"></script>
  <script type="text/javascript" src="https://cdn.bokeh.org/bokeh/release/bokeh-widgets-3.3.2.min.js"></script>
  <script type="text/javascript" src="https://cdn.bokeh.org/bokeh/release/bokeh-tables-3.3.2.min.js"></script>
  <script type="text/javascript">
      Bokeh.set_log_level("info");
  </script>
</head>
<body>
  SLD table
</body>

</html>

fopra/refsans/sld_table.1704900109.txt.gz · Last modified: 2024/01/10 15:21 by Martin Haese