Changeset - 1ada80542b2a
[Not reviewed]
default
0 3 0
ethanzonca - 15 years ago 2010-09-23 22:54:18

Minor visual changes, etc
3 files changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
input.php
Show inline comments
 
@@ -37,17 +37,17 @@ include_once 'inc/class.page.php';
 
		<td class="center">F</td>
 
		<td class="center"></td>
 
		<td class="center"></td>
 
	</tr>
 
    </table>
 
  </tr>
 
  <tr><td> <span class="gray" style="padding: 0 3.5em 0 3.5em;" id="addclass">Add Class</span></td></tr>
 
  <tr><td> <span class="gray" style="padding: 0 3.5em 0 3.5em;" id="addclass">Add Class - This row should be just as wide as the one above someday</span></td></tr>
 
</table>
 

	
 
<!-- <div class="paddingtop" id="classage"><input type="button" value="Add class" /></div> -->
 
<div class="paddingtop"><input style="float:left;" type="submit" value="Submit" /></div>
 
<div class="paddingtop"><input style="float:left;" type="submit" value="Find me a schedule!" /></div>
 

	
 
</form>
 

	
 
<p>&nbsp;<br /></p>
 

	
 
<h3>TODO:</h3>
scripts/scheduleInput.js
Show inline comments
 
@@ -171,13 +171,13 @@
 

	
 
	//--------------------------------------------------
 
	// Adds a section to the selected class.
 
	//--------------------------------------------------
 
	jQuery('.addSection').live('click', function() {
 
		sectionsOfClass[jQuery(this).parent().parent().attr("title")]++; // Increases sectionsOfClass[classNum]
 
		jQuery(this).parent().parent().after('<tr class="section class' + jQuery(this).parent().parent().attr("title") + '"><td class="none"></td>' + getCommonInputs(jQuery(this).parent().parent().attr("title")) + '<td></td><td><div class="deleteSection"><input type="button" value="X" /></div></td></tr>');
 
		jQuery(this).parent().parent().after('<tr class="section class' + jQuery(this).parent().parent().attr("title") + '"><td class="none"></td>' + getCommonInputs(jQuery(this).parent().parent().attr("title")) + '<td><div class="deleteSection"><input type="button" value="X" /></div></td><td></td></tr>');
 
	});
 

	
 
	//--------------------------------------------------
 
	// Resets the form
 
	//--------------------------------------------------
 
	jQuery('#reset').click(function() {
styles/general.css
Show inline comments
 
@@ -49,13 +49,13 @@
 
	}
 
	#classage {
 
		float:left;
 
	}
 
	.paddingtop {
 
		padding: .5em;
 
		padding-top: .8em;
 
		padding-top: 1.5em;
 
	}
 
.tdInput {
 
  background: #fff;
 
}
 

	
 
.addClassRow {
0 comments (0 inline, 0 general)