UNPKG

yrexpert-js

Version:

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

64 lines (51 loc) 2.54 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). ! ! ! !----------------------------------------------------------------------------! <script src="https://unpkg.com/react-select/dist/react-select.js"></script> <link rel="stylesheet" href="https://unpkg.com/react-select/dist/react-select.css"> --> <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="https://cdnjs.cloudflare.com/ajax/libs/select2/3.4.5/select2.css" rel="stylesheet" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.1/animate.css"> <link rel="stylesheet" href="json-inspector.css"> <!-- react-select --> <script src="https://unpkg.com/react@15.6.1/dist/react.js"></script> <script src="https://unpkg.com/react-dom@15.6.1/dist/react-dom.js"></script> <script src="https://unpkg.com/prop-types@15.5.10/prop-types.js"></script> <script src="https://unpkg.com/classnames@2.2.5/index.js"></script> <script src="https://unpkg.com/react-input-autosize@2.0.0/dist/react-input-autosize.js"></script> <script src="https://unpkg.com/react-select@1.2.1/dist/react-select.js"></script> <link rel="stylesheet" href="https://unpkg.com/react-select@1.2.1/dist/react-select.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 src="bundle.js"></script> </body> </html>