38 lines
1.2 KiB
HTML
38 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>ROBOMERGE</title>
|
|
<link rel="icon" href="/img/robo-r.png" type="image/png">
|
|
<link rel="stylesheet" href="/css/fontawesome.5.9.0.all.min.css">
|
|
<link rel="stylesheet" href="/css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="/css/main.css">
|
|
<link rel="stylesheet" href="/css/table.css">
|
|
|
|
<script src="/js/jquery-3.4.1.min.js"></script>
|
|
<script src="/js/bootstrap.bundle.min.js"></script>
|
|
|
|
<script src="/js/boilerplate.js"></script>
|
|
<script src="/js/acknowledge.js"></script>
|
|
<script language="javascript">
|
|
|
|
$(function() {
|
|
acknowledge()
|
|
});
|
|
|
|
</script>
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<div class="text">
|
|
<div id="result" style="margin-bottom: 2em;"></div>
|
|
<div id="createShelfDiv" class="centered-text initiallyHidden" style="text-align:center; margin-bottom: 2em;">
|
|
<h2 class="centered-text" style="margin-bottom: .5em;">Next Steps</h2>
|
|
<p>Now that you've acknowledged the conflict, you may need to create a shelf. Here are some options Robomerge can help you with:</p>
|
|
<div id="createShelfButtonsDiv"></div>
|
|
</div>
|
|
<button id="returnbutton" class="btn btn-lg btn-block btn-info" onclick="window.location.href='/'">Return to RoboMerge homepage</button>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |