UNPKG

yrexpert-js

Version:

L'interface Web pour votre système expert...

67 lines (50 loc) 2.07 kB
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> <!-- !----------------------------------------------------------------------------! ! ! ! YRexpert : (Your Relay) Système Expert sous Mumps GT.M et GNU/Linux ! ! Copyright (C) 2001-2015 by Hamid LOUAKED (HL). ! ! ! !----------------------------------------------------------------------------! --> <head> <title id="titreYRexpert-js">yrexpert-js : L'interface Web pour votre système expert...</title> <link rel="shortcut icon" href="images/yrexpert_logo.png" /> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" /> <link href="//cdnjs.cloudflare.com/ajax/libs/select2/3.4.5/select2.css" rel="stylesheet" /> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.1/animate.css"> <link rel="stylesheet" href="json-inspector.css"> <style> .modal-container { position: relative } .modal-container .modal, .modal-container .modal-backdrop { position: absolute } .hidden { display: none } .overviewTable { font-size: 12 } .pushRight { text-align: right } </style> <link rel="stylesheet" href="Select.css"> </head> <body> <div id="content"></div> <script> /* // Mappage facultatif du chemin socket.io - à utiliser si le proxy est utilisé via nginx vers plusieurs instances QEWD var qewd = { io_path: '/proxypath' }; */ </script> <script src="bundle.js"></script> </body> </html>