Changeset 231 for trunk/app/views/elements
- Timestamp:
- 11/29/07 13:35:53 (12 months ago)
- Location:
- trunk/app/views/elements
- Files:
-
- 2 modified
-
login.thtml (modified) (1 diff)
-
subjects.thtml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/elements/login.thtml
r229 r231 7 7 echo $form->labelTag( 'User/username', 'Username:' ) . "<br />"; 8 8 echo $html->input('User/username', array('id' => 'user_username', 'size' => '15', 'maxlength'=>'30')). '<br />'; 9 echo $html->tagErrorMsg('User/username', 'Please enter your username') ;10 echo $form->labelTag( 'User/passwd', 'Password:' ) ;9 echo $html->tagErrorMsg('User/username', 'Please enter your username') .'<br />'; 10 echo $form->labelTag( 'User/passwd', 'Password:' ) .'<br />'; 11 11 echo $html->input('User/passwd', array('id' => 'user_passwd', 'size' => '9', 'type'=>'password')); 12 12 echo $html->tagErrorMsg('User/passwd', 'Please enter your password!') -
trunk/app/views/elements/subjects.thtml
r229 r231 1 1 <li id="news"> 2 <h2 class="bg2">Subjects</h2>3 2 <?php 4 echo $ajax->link($html->image("static/arrow.png", array("alt"=>"Subjects", "title"=>"Subject")), '/subjects/display',3 echo '<h2 class="bg2">Subjects ' . $ajax->link($html->image("static/arrow_down.png", array("alt"=>"Display Subjects", "title"=>"Display Subject")), '/subjects/display', 5 4 array("update" => "qn", 6 5 "loading"=>"Element.show('loading3');", … … 9 8 false 10 9 ); 11 10 echo '</h2>'; 12 11 echo '<div id="loading3" style="display: none;">'; 13 12 echo $html->image("static/loading.gif", array("alt"=>"Loading"));
