<!-- This file is part of CPEE. CPEE is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. CPEE 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 General Public License for more details. You should have received a copy of the GNU General Public License along with CPEE (file COPYING in the main directory). If not, see <http://www.gnu.org/licenses/>. --> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta charset="utf-8"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>CPEE Cockpit</title> <!-- libs, do not modify. When local than load local libs. --> <script type="text/javascript" src="/js_libs/jquery.min.js"></script> <script type="text/javascript" src="/js_libs/jquery.browser.js"></script> <script type="text/javascript" src="/js_libs/jquery.svg.min.js"></script> <script type="text/javascript" src="/js_libs/jquery.svgdom.min.js"></script> <script type="text/javascript" src="/js_libs/vkbeautify.js"></script> <script type="text/javascript" src="/js_libs/util.js"></script> <script type="text/javascript" src="/js_libs/printf.js"></script> <script type="text/javascript" src="/js_libs/strftime.min.js"></script> <script type="text/javascript" src="/js_libs/parsequery.js"></script> <script type="text/javascript" src="/js_libs/underscore.min.js"></script> <script type="text/javascript" src="/js_libs/jquery.caret.min.js"></script> <script type="text/javascript" src="/js_libs/jquery.cookie.js"></script> <script type="text/javascript" src="/js_libs/js-yaml.min.js"></script> <script type="text/javascript" src="/js_libs/uidash.js"></script> <link rel="stylesheet" href="/js_libs/uidash.css" type="text/css"/> <!-- custom stuff, play arround --> <script type="text/javascript" src="js/replay.js"></script> <link rel="stylesheet" href="css/ui.css" type="text/css"/> <link rel="stylesheet" href="css/replay.css" type="text/css"/> </head> <body is="x-ui-"> <div id="replayer"> <div id="replay"><span>Replay:</span><input type="text" value="http://localhost/logs/4b92138d-1f68-4d18-b676-92fb1cbe2c78.xes.yaml"/><button>Prepare!</button></div> <iframe id="content" src=""></iframe> </div> </body> </html>