Files
alex_app1/admin.html

48 lines
1.8 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>BodyREP Demo ADMIN</title>
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js'></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.8.18/jquery-ui.min.js"></script>
<script type='text/javascript' src="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.9/jquery-ui.js"></script>
<script src="/static/javascripts/jsrender.js"></script>
<script src="/socket.io/socket.io.js"></script>
<script src="/static/form2js/form2js.js"></script>
<script src="/static/form2js/jquery.toObject.js"></script>
<script src="/static/form2js/json2.js"></script>
<script src="/static/javascripts/script_admin.js"></script>
<link rel="stylesheet" href="/static/stylesheets/smoothness/jquery-ui-1.8.20.custom.css"/>
<link rel="stylesheet" href="/static/stylesheets/jui_style.css"/>
<link rel="stylesheet" href="/static/stylesheets/style.css"/>
</head>
<body>
<div id="container">
<div id="logo"><H1>BodyREP Demo ADMIN</h1></div>
<div id="display">
<button type="button" id="addexerciseformopen" value="AddExercise"/>Add New Exercise</button>
<div id="ExerciseEditor" >
<span class="EditExerciseID">
<ul id="exercises">
</ul>
</span>
</div>
<div id="ExerciseEditorForm" >
<span class="EditExerciseID">
<form id="EditExerciseForm">
<ul id="editexercise">
</ul>
<button type="submit" id="saveexercises" value="Save">Save</button>
<button type="button" id="cancelexerciseform" value="Cancel"/>Reset</button>
</form>
</span>
</div>
</div>
</div></body>
</html>