Show More
Commit Description:
shows only enabled contests, ordered by name
Commit Description:
shows only enabled contests, ordered by name
File last commit:
Show/Diff file:
Action:
app/views/main/login.html.haml | 42 lines | 1.1 KiB | text/x-haml | HamlLexer |
jittat
[web] site start/stop supports...
r123 %h1= Configuration['ui.front.title']
jittat
added announcement to frontpage...
r151 - if @announcements.length!=0
.announcementbox
%span{:class => 'title'}
Announcements
= render :partial => 'announcement', :collection => @announcements
jittat
[web] site start/stop supports...
r123 %b= Configuration['ui.front.welcome_message']
%br/
jittat
fixed user confirmation bug...
r160 - if !@hidelogin
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 =t 'login.message'
jittat
fixed user confirmation bug...
r160 %br/
%br/
- if flash[:notice]
%hr/
%b= flash[:notice]
%hr/
jittat
[web] site start/stop supports...
r123
jittat
MERGED change set 372:399 from ytopc08-2 branch...
r190 %div{ :style => "border: solid 1px gray; padding: 4px; background: #eeeeff;"}
jittat
fixed user confirmation bug...
r160 - form_tag :controller => 'login', :action => 'login' do
%table
%tr
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 %td{:align => "right"}
="#{t 'login_label'}:"
jittat
fixed user confirmation bug...
r160 %td= text_field_tag 'login'
%tr
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 %td{:align => "right"}
="#{t 'password_label'}:"
jittat
fixed user confirmation bug...
r160 %td= password_field_tag
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 = submit_tag t('login.login_submit')
jittat
[web] site start/stop supports...
r123 %br/
jittat
more work on registration...
r157 - if Configuration['system.online_registration']
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 =t 'login.participation'
jittat
start working on e-mail registration...
r155 %b
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 = "#{t 'login.please'} "
= link_to "#{t 'login.register'}", :controller => :users, :action => :new
jittat
start working on e-mail registration...
r155 %br/
jittat
added password recovery through e-mails...
r189 = link_to "#{t 'login.forget_password'}", :controller => :users, :action => :forget