index.html 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <!--
  2. This file is part of centurio.work/out/frame.
  3. centurio.work/out/frame is free software: you can redistribute it and/or modify
  4. it under the terms of the GNU General Public License as published by the Free
  5. Software Foundation, either version 3 of the License, or (at your option) any
  6. later version.
  7. centurio.work/out/frame is distributed in the hope that it will be useful, but
  8. WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  9. FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  10. more details.
  11. You should have received a copy of the GNU General Public License along with
  12. centurio.work/out/frame (file LICENSE in the main directory). If not, see
  13. <http://www.gnu.org/licenses/>.
  14. -->
  15. <!DOCTYPE html>
  16. <html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de">
  17. <head>
  18. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  19. <title>Dashboard</title>
  20. <!-- libs, do not modify. When local than load local libs. -->
  21. <script type="text/javascript" src="/js_libs/jquery.min.js"></script>
  22. <script type="text/javascript" src="/js_libs/jquery.browser.js"></script>
  23. <script type="text/javascript" src="/js_libs/jquery.svg.min.js"></script>
  24. <script type="text/javascript" src="/js_libs/jquery.svgdom.min.js"></script>
  25. <script type="text/javascript" src="/js_libs/vkbeautify.js"></script>
  26. <script type="text/javascript" src="/js_libs/util.js"></script>
  27. <script type="text/javascript" src="/js_libs/printf.js"></script>
  28. <script type="text/javascript" src="/js_libs/strftime.min.js"></script>
  29. <script type="text/javascript" src="/js_libs/parsequery.js"></script>
  30. <script type="text/javascript" src="/js_libs/underscore.min.js"></script>
  31. <script type="text/javascript" src="/js_libs/jquery.caret.min.js"></script>
  32. <script type="text/javascript" src="/js_libs/jquery.cookie.js"></script>
  33. <!-- custom stuff, play arround -->
  34. <script type="text/javascript" src="js/config.js"></script>
  35. <link rel="stylesheet" href="css/ui.css" type="text/css"/>
  36. <link class='custom' rel="stylesheet" href="" type="text/css"/>
  37. <script>
  38. if (location.href.match(/\/$/) == null) {
  39. location.href = location.href + '/';
  40. }
  41. </script>
  42. </head>
  43. <body is="x-ui">
  44. Used spaces: <select id="selectfolders"></select><br><br>
  45. <h1>Configurations</h1>
  46. <h2>Button Filtering</h2>
  47. &display=[aktivieren,aktivierenPrio,stornieren,moveTop,moveX,move,move2,edit]<br><br>
  48. <h2>"Menu"</h2>
  49. ?menu=Buttonname,link/<br>
  50. adds a button on the top left linking to "link" with label "Buttonname"<br><br>
  51. <h2>Coloring entries</h2>
  52. ?colorize=Yourcolumnname<br>
  53. &colorizestart=beginningtext of entrie that should be colorized<br>
  54. &colorizecol=3465a4 color without #<br><br>
  55. second color<br>
  56. ?colorize2=Yourcolumnname<br>
  57. &colorize2start=beginningtext of entrie that should be colorized<br>
  58. &colorize2col=3465a4 color without #<br><br>
  59. <h2>Allow entry filtering</h2>
  60. ?showfilter=true/<br><br>
  61. <h2>Move group</h2>
  62. group1column=Wa%20Nr.<br>
  63. group2column1=Wa%20Nr.&group2column2=Pos/#<br>
  64. you can move multiple elements by grouping them based on their columns value e.g. WA Nr. all entries with same WaNR will be grouped <b>on buttonclick</b> on the move handle.
  65. <h2>Search</h2>
  66. e.g. https://centurio.evva.com/dashboard/LinieNfcId/search/PK/5<br><br>
  67. <h2>Todo</h2>
  68. List all configs<br>
  69. Select config<br>
  70. Show visualizations<br>
  71. create new visualizations (with button omit null values)
  72. </body>
  73. </html>