This repository was archived by the owner on Dec 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptions.html
41 lines (41 loc) · 1.52 KB
/
options.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<title>CPRepWatcher Options</title>
<link type="text/css" href="css/custom-theme/jquery-ui-1.8.2.custom.css" rel="Stylesheet" />
<script type="text/javascript" src="jquery/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="jquery/jquery-ui-1.8.2.custom.min.js"></script>
<script type="text/javascript" src="js/cpjshelper.js"></script>
<script type="text/javascript" src="js/cprepoptions.js"></script>
<script type="text/javascript" src="js/analytics.js"></script>
</head>
<body style="background-color: #ffcc66">
<center>
<img alt="CodeProject Logo" src="images/codeproject468x60.gif" />
<div style="width: 750px; font-size: small; text-align:left">
<div id="tabs" style="height: 400px;">
<!-- Tab Pages -->
<ul>
<li><a href="#tabs-1">Options</a></li>
<li><a href="about.html">About</a></li>
</ul>
<!-- Tab 2 Options -->
<div id="tabs-1" style="padding-left: 5px">
<h3>
Enter the CodeProject MemberID:
</h3>
<input id="textMemberID" type="text" />
<br />
<br />
<div class="save">
<button id="saveOptions">Save MemberID</button></div>
<br />
<div id="save_status" style="color: #FF0000">
</div>
<br />
</div>
</div>
</div>
</center>
</body>
</html>