forked from mitchellg/CSC212-Group-Maker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
author.php.orig
executable file
·179 lines (161 loc) · 6.61 KB
/
author.php.orig
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="../../docs-assets/ico/favicon.png">
<title>Author</title>
<!-- Bootstrap core CSS -->
<link href="dist/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="navbar-fixed-top.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Fixed navbar -->
<div class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Group Maker</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="#about">Authoring Tool</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#group">Group List</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container">
<!-- Main component for a primary marketing message or call to action -->
<div class="jumbotron">
<h1>Instructor Authoring Tool</h1>
<p>Fill out the form below to begin making groups for your class.</p>
</div>
<form id="authorForm" role="form">
<div class="form-group">
<label for="projectName">Project Name</label>
<input type="text" class="form-control" id="projectName" placeholder="Enter project name">
</div>
<div class="form-group">
<label for="sizeGroups">Size of groups</label>
<!--<input type="text" class="form-control" id="sizeGroups" placeholder="Enter the size of groups">-->
<select id="sizeGroups" class="form-control">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>6</option>
<option>7</option>
<option>8</option>
<option>9</option>
<option>10</option>
<option>11</option>
<option>12</option>
<option>13</option>
<option>14</option>
<option>15</option>
<option>16</option>
<option>17</option>
<option>18</option>
<option>19</option>
<option>20</option>
</select>
</div>
<div class="form-group">
<label for="studentNames">Student names</label>
<textarea id="studentNames" class="form-control" rows="20" placeholder="Enter the names of the students, 1 name per line."></textarea>
</div>
<div id="entry1" class="clonedInput row">
<div class="col-xs-3">
<div class="form-group">
<label for="ID1_attribute" class="attribute_label_clone">Attribute</label>
<select id="ID1_attribute" class="attribute_clone form-control">
<option>3D Modeling</option>
<option>3D Printing</option>
<option>Acting</option>
<option>Adobe Suite</option>
<option>Artistic Skills</option>
<option>Audio Mixing</option>
<option>C</option>
<option>C#</option>
<option>C++</option>
<option>Circuits</option>
<option>Databases</option>
<option>Design</option>
<option>Drawing</option>
<option>Excel</option>
<option>HTML</option>
<option>Java</option>
<option>JavaScript</option>
<<<<<<< HEAD
<option>Lambda Calculus</option>
=======
>>>>>>> 7df8c206c51659956ea6ca05c71f56e2c003c0ef
<option>Leadership</option>
<option>Martial Arts</option>
<option>Microsoft Access</option>
<option>Microsoft Office</option>
<option>MySQL</option>
<option>Organization</option>
<option>Parallel Programming</option>
<option>Photoshop</option>
<option>PHP</option>
<option>PowerPoint</option>
<option>Presentation Skills</option>
<option>Prolog</option>
<option>Python</option>
<option>Ruby</option>
<option>Scheme</option>
<option>Video Editing</option>
<option>Web Programming</option>
<option>Word</option>
<option>Writing</option>
<option>XML</option>
</select>
</div>
</div>
<div class="col-xs-2">
<div class="form-group">
<label for="ID1_weight" class="weight_label_clone">Importance</label>
<select id="ID1_weight" class="weight_clone form-control">
<option value="10">High</option>
<option value="7" selected="selected">Medium</option>
<option value="3">Low</option>
</select>
</div>
</div>
</div>
<p>
<button type="button" id="btnAdd" name="btnAdd" class="btn btn-info">add attribute</button>
<button type="button" id="btnDel" name="btnDel" class="btn btn-danger" disabled="disabled">remove attribute above</button>
</p>
</br><p><button id="authorSubmit" type="submit" class="btn btn-default">Submit</button></p>
</form>
</div> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="dist/js/bootstrap.min.js"></script>
<script src="cloneForm/js/clone-form-td.js"></script>
<script src="authorSubmit.js"></script>
</body>
</html>