From 2442f9e5aabc718681795e9fba3e4aadaca460cd Mon Sep 17 00:00:00 2001
From: ulrich
Date: Wed, 07 Apr 2021 22:12:16 +0000
Subject: [PATCH] Versuche entfernt

---
 /dev/null |   28 ----------------------------
 1 files changed, 0 insertions(+), 28 deletions(-)

diff --git a/www/ui/data/ablageort.css b/www/ui/data/ablageort.css
deleted file mode 100644
index 1f82141..0000000
--- a/www/ui/data/ablageort.css
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
-To change this license header, choose License Headers in Project Properties.
-To change this template file, choose Tools | Templates
-and open the template in the editor.
-*/
-/* 
-    Created on : 04.04.2021, 17:02:13
-    Author     : ulrich
-*/
-
-
-
-.entity-formular {
-  display: flex;
-  flex-flow: column;
-}
-
-.entity-element {
-  margin: 0.4rem;
-}
-
-.entity-liste {
-  list-style-type: none;
-}
-
-.entity-eintrag {
-  margin-top: 0.8rem;
-  margin-left: 0;
-  margin-right: 0;
-  margin-bottom: 0;
-}
\ No newline at end of file
diff --git a/www/ui/data/ablageort.html b/www/ui/data/ablageort.html
deleted file mode 100644
index e36409c..0000000
--- a/www/ui/data/ablageort.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<!DOCTYPE html>
-<!--
-  Mediazentrale - Personal Media Center
-  Copyright (C) 2021  Ulrich Hilger
-
-  This program is free software: you can redistribute it and/or modify
-  it under the terms of the GNU Affero General Public License as
-  published by the Free Software Foundation, either version 3 of the
-  License, or (at your option) any later version.
-
-  This program is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-  GNU Affero General Public License for more details.
-
-  You should have received a copy of the GNU Affero General Public License
-  along with this program.  If not, see <https://www.gnu.org/licenses/>.
--->
-<html>
-  <head>
-    <title>Ablageorte</title>
-    <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <link rel="stylesheet" type="text/css" href="../app.css">
-    <link rel="stylesheet" type="text/css" href="formulare.css">
-    <link rel="stylesheet" type="text/css" href="ablageort.css">
-
-  </head>
-  <body>
-    <div class="entity-formular">
-      Ablageorte     
-      <ul class="entity-liste">
-        <li class="entity-eintrag">Katalog</li>
-        <li class="entity-eintrag">Katalog2</li>
-      </ul>
-    </div>
-  </body>
-</html>
diff --git a/www/ui/data/ablageort_liste.html b/www/ui/data/ablageort_liste.html
deleted file mode 100644
index 34ee44d..0000000
--- a/www/ui/data/ablageort_liste.html
+++ /dev/null
@@ -1,43 +0,0 @@
-<!DOCTYPE html>
-<!--
-  Mediazentrale - Personal Media Center
-  Copyright (C) 2021  Ulrich Hilger
-
-  This program is free software: you can redistribute it and/or modify
-  it under the terms of the GNU Affero General Public License as
-  published by the Free Software Foundation, either version 3 of the
-  License, or (at your option) any later version.
-
-  This program is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-  GNU Affero General Public License for more details.
-
-  You should have received a copy of the GNU Affero General Public License
-  along with this program.  If not, see <https://www.gnu.org/licenses/>.
--->
-<html>
-  <head>
-    <title>Ablageort</title>
-    <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <link rel="stylesheet" type="text/css" href="../app.css">
-    <link rel="stylesheet" type="text/css" href="formulare.css">
-    <link rel="stylesheet" type="text/css" href="ablageort.css">
-
-  </head>
-  <body>
-    <div class="entity-formular">
-      Ablageort
-      
-      <input class="entity-element" type="text" id="ablageort-name" placeholder="Name" >
-      <input class="entity-element" type="text" id="ablageort-ort" placeholder="Pfad" >
-      <input class="entity-element" type="text" id="ablageort-url" placeholder="URL" >
-      <div class="entity-buttons">
-        <button class="button-primary" id="ok-btn">Speichern</button>
-        <button class="button" id="cancel-btn">Abbrechen</button>
-      </div>
-      
-    </div>
-  </body>
-</html>
diff --git a/www/ui/data/formulare.css b/www/ui/data/formulare.css
deleted file mode 100644
index a4c677c..0000000
--- a/www/ui/data/formulare.css
+++ /dev/null
@@ -1,145 +0,0 @@
-/*
-To change this license header, choose License Headers in Project Properties.
-To change this template file, choose Tools | Templates
-and open the template in the editor.
-*/
-/* 
-    Created on : 04.04.2021, 17:05:29
-    Author     : ulrich
-*/
-
-
-
-@media (min-width: 800px) {
-  .zentrum-behaelter {
-    padding: 0 1em 0 1em;
-  }
-  .zentrum-behaelter, .nord {
-    margin: 0 10% 0 10%;
-  }
-}
-
-
-
-/* von Skeleton */
-
-/* Buttons
-–––––––––––––––––––––––––––––––––––––––––––––––––– */
-.button,
-button,
-input[type="submit"],
-input[type="reset"],
-input[type="button"] {
-  display: inline-block;
-  height: 38px;
-  padding: 0 30px;
-  color: #555;
-  text-align: center;
-  font-size: 11px;
-  font-weight: 600;
-  line-height: 38px;
-  letter-spacing: .1rem;
-  text-transform: uppercase;
-  text-decoration: none;
-  white-space: nowrap;
-  background-color: transparent;
-  border-radius: 4px;
-  border: 1px solid #bbb;
-  cursor: pointer;
-  box-sizing: border-box; }
-.button:hover,
-button:hover,
-input[type="submit"]:hover,
-input[type="reset"]:hover,
-input[type="button"]:hover,
-.button:focus,
-button:focus,
-input[type="submit"]:focus,
-input[type="reset"]:focus,
-input[type="button"]:focus {
-  color: #333;
-  border-color: #888;
-  outline: 0; }
-.button.button-primary,
-button.button-primary,
-input[type="submit"].button-primary,
-input[type="reset"].button-primary,
-input[type="button"].button-primary {
-  color: #FFF;
-  background-color: #33C3F0;
-  border-color: #33C3F0; }
-.button.button-primary:hover,
-button.button-primary:hover,
-input[type="submit"].button-primary:hover,
-input[type="reset"].button-primary:hover,
-input[type="button"].button-primary:hover,
-.button.button-primary:focus,
-button.button-primary:focus,
-input[type="submit"].button-primary:focus,
-input[type="reset"].button-primary:focus,
-input[type="button"].button-primary:focus {
-  color: #FFF;
-  background-color: #1EAEDB;
-  border-color: #1EAEDB; }
-
-
-/* Forms
-–––––––––––––––––––––––––––––––––––––––––––––––––– */
-input[type="email"],
-input[type="number"],
-input[type="search"],
-input[type="text"],
-input[type="tel"],
-input[type="url"],
-input[type="password"],
-textarea,
-select {
-  height: 38px;
-  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
-  background-color: #fff;
-  border: 1px solid #D1D1D1;
-  border-radius: 4px;
-  box-shadow: none;
-  box-sizing: border-box; }
-/* Removes awkward default styles on some inputs for iOS */
-input[type="email"],
-input[type="number"],
-input[type="search"],
-input[type="text"],
-input[type="tel"],
-input[type="url"],
-input[type="password"],
-textarea {
-  -webkit-appearance: none;
-     -moz-appearance: none;
-          appearance: none; }
-textarea {
-  min-height: 65px;
-  padding-top: 6px;
-  padding-bottom: 6px; }
-input[type="email"]:focus,
-input[type="number"]:focus,
-input[type="search"]:focus,
-input[type="text"]:focus,
-input[type="tel"]:focus,
-input[type="url"]:focus,
-input[type="password"]:focus,
-textarea:focus,
-select:focus {
-  border: 1px solid #33C3F0;
-  outline: 0; }
-label,
-legend {
-  display: block;
-  margin-bottom: .5rem;
-  font-weight: 600; }
-fieldset {
-  padding: 0;
-  border-width: 0; }
-input[type="checkbox"],
-input[type="radio"] {
-  display: inline; }
-label > .label-body {
-  display: inline-block;
-  margin-left: .5rem;
-  font-weight: normal; }
diff --git a/www/ui/data/katalog.css b/www/ui/data/katalog.css
deleted file mode 100644
index 9cb56ee..0000000
--- a/www/ui/data/katalog.css
+++ /dev/null
@@ -1,10 +0,0 @@
-/*
-To change this license header, choose License Headers in Project Properties.
-To change this template file, choose Tools | Templates
-and open the template in the editor.
-*/
-/* 
-    Created on : 06.04.2021, 15:26:45
-    Author     : ulrich
-*/
-
diff --git a/www/ui/data/katalog.html b/www/ui/data/katalog.html
deleted file mode 100644
index b671a97..0000000
--- a/www/ui/data/katalog.html
+++ /dev/null
@@ -1,45 +0,0 @@
-<!DOCTYPE html>
-<!--
-  Mediazentrale - Personal Media Center
-  Copyright (C) 2021  Ulrich Hilger
-
-  This program is free software: you can redistribute it and/or modify
-  it under the terms of the GNU Affero General Public License as
-  published by the Free Software Foundation, either version 3 of the
-  License, or (at your option) any later version.
-
-  This program is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-  GNU Affero General Public License for more details.
-
-  You should have received a copy of the GNU Affero General Public License
-  along with this program.  If not, see <https://www.gnu.org/licenses/>.
--->
-<html>
-  <head>
-    <title>Katalog</title>
-    <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <link rel="stylesheet" type="text/css" href="../app.css">
-    <link rel="stylesheet" type="text/css" href="formulare.css">
-    <link rel="stylesheet" type="text/css" href="katalog.css">
-
-  </head>
-  <body>
-    <div class="katalog-seite">
-      <div class="katalog-ueberschrift">
-        Katalog           
-      </div>
-      <div class="katalog-breadcrumb">
-        Breadcrumb 1 | Breadcrumb 2 | Breadcrumb 3 | Breadcrumb 4 | Breadcrumb 5 | Breadcrumb 6
-      </div>
-      <div class="katalog-eintraege">
-        <ul class="entity-liste">
-          <li class="entity-eintrag">Katalog</li>
-          <li class="entity-eintrag">Katalog2</li>
-        </ul>
-      </div>
-    </div>
-  </body>
-</html>
diff --git a/www/ui/data/test.html b/www/ui/data/test.html
deleted file mode 100644
index 00949d9..0000000
--- a/www/ui/data/test.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<!--
-  Mediazentrale - Personal Media Center
-  Copyright (C) 2021  Ulrich Hilger
-
-  This program is free software: you can redistribute it and/or modify
-  it under the terms of the GNU Affero General Public License as
-  published by the Free Software Foundation, either version 3 of the
-  License, or (at your option) any later version.
-
-  This program is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-  GNU Affero General Public License for more details.
-
-  You should have received a copy of the GNU Affero General Public License
-  along with this program.  If not, see <https://www.gnu.org/licenses/>.
--->
-<html>
-  <head>
-    <title>TODO supply a title</title>
-    <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-  </head>
-  <body>
-    <div>TODO write content</div>
-  </body>
-</html>

--
Gitblit v1.9.3