Changeset 154 for trunk/app/views/elements
- Timestamp:
- 09/25/07 17:03:21 (14 months ago)
- Location:
- trunk/app/views/elements
- Files:
-
- 3 modified
-
footer.thtml (modified) (1 diff)
-
lastentries.thtml (modified) (1 diff)
-
login_hide.thtml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/elements/footer.thtml
r151 r154 2 2 echo $html->link('Your School information here', '#'); 3 3 4 echo ' © 2002-2007 Creative Commons;4 echo ' © 2002-2007 Creative Commons'; 5 5 ?> -
trunk/app/views/elements/lastentries.thtml
r151 r154 5 5 foreach ($Element["Lentry"] as $key => $val) 6 6 { 7 echo $html->link($val['Entry']['title'], '/users/entry/'.$val['User']['username'].'/'.$val['Entry']['id'], array("class"=>"chiki")) . " ";8 echo '<span style="font-size:6pt">'.$val['User']['username'].'</span>< br />';7 echo '<div style="margin-top:3px;padding-left:2px;">'. $html->link($val['Entry']['title'], '/users/entry/'.$val['User']['username'].'/'.$val['Entry']['id'], array("class"=>"chiki")) . " "; 8 echo '<span style="font-size:6pt">'.$val['User']['username'].'</span></div>'; 9 9 } 10 10 -
trunk/app/views/elements/login_hide.thtml
r107 r154 1 1 <!-- hide by default --> 2 <div id="cover" style="display:none " onclick="hide('cover', 'loginpopup')">3 2 <div id="cover" style="display:none;" onclick="hide('cover', 'loginpopup')"> 3 4 4 </div> 5 5 <div id="loginpopup" style="display:none"> … … 34 34 </table> 35 35 36 <div class="center"> 37 <a href="javascript:hide('cover','loginpopup')">close this window</a> 38 </div> 36 <div class="center"> <a href="javascript:hide('cover','loginpopup')">close this window</a> </div> 39 37 40 38 </div> 39 <!-- End hide elements --> 41 40
