Changeset 459 for trunk/app/views/layouts/rubyx.ctp
- Timestamp:
- 05/07/08 18:55:47 (8 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/layouts/rubyx.ctp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/layouts/rubyx.ctp
r431 r459 53 53 echo $form->create("Entry", array("action"=>"search", "onsubmit"=>"return chkSearch()")); 54 54 echo $form->hidden('Entry.user_id', array("value"=>$blog['User']['id'])); 55 echo '<fieldset><legend>Search</legend>';55 echo '<fieldset><legend>Search</legend>'; 56 56 echo $form->label('Entry.terms', 'Find:', array("class"=>"noscreen")); 57 echo '<span id="search-input-out">';57 echo '<span id="search-input-out">'; 58 58 echo $form->input('Entry.terms', array("size"=>"30", "id"=>"search-input-out")); 59 59 echo '</span>'; … … 80 80 81 81 <?php echo ($url == 'users/abou') ? '<li id="active">' : '<li>'; ?> 82 <a href="/ users/about/<?php echo $blog['User']['username'] ?>">About Me<span class="tab-l"></span><span class="tab-r"></span></a></li>82 <a href="/vclassrooms/aboutme/<?php echo $blog['User']['username'] ?>">About Me<span class="tab-l"></span><span class="tab-r"></span></a></li> 83 83 84 84 <?php echo ($url == 'messages/c') ? '<li id="active">' : '<li>'; ?>
