Changeset - b726e5db7a1f
[Not reviewed]
default
0 1 0
nathang - 15 years ago 2010-10-25 21:52:09
ngelderloos7@gmail.com
Added note about IE
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
input.php
Show inline comments
 
@@ -73,24 +73,27 @@ if (!empty($_REQUEST['selectschool'])
 
    $inputPage->showSchools($next_page);
 
    $inputPage->foot();
 
    exit;
 
  }
 

	
 
$inputPage->showSavedScheds($_SESSION);
 
?>
 
<p>
 
  Welcome to SlatePermutate<?php $inputPage->addressStudent(', ', '',
 
  FALSE); ?>! To get started, enter in some of your
 
  class IDs, and click the autosuggestion to add available sections for each class.
 
</p>
 
<p>
 
  Note: The auto-complete function does not work in <b>Internet Explorer</b>.
 
</p>
 
<form method="post" action="process.php" id="scheduleForm">
 
<br />
 
<label>Schedule Name</label><br />
 
<input id="scheduleName" style="margin-bottom: 1em;" class="defText required" type="text" size="25" title="Spring 2011" name="postData[name]"
 
<?php if ($sch) echo 'value="' . htmlentities($sch->getName(), ENT_QUOTES) . '"'; /*"*/ ?>
 
/>
 

	
 
<table id="container">
 
  <tr><td>
 
    <table id="jsrows">
 
	<!-- Header -->
 
	<tr>
0 comments (0 inline, 0 general)