Sha256: 2bcb4bf3d79883d96da12076402c3fd424b49b95ad87f1445b28e559ace76cd2
Contents?: true
Size: 752 Bytes
Versions: 1
Compression:
Stored size: 752 Bytes
Contents
<%(BeforeCompile) use_macro(TwoColumnsForm) %> <<div class="form":|Attr[:title=>:title_helper]< <h3>Please Login</h3> <<two_columns_form< <<<------------------------------------------------------------------------------ ||| Login ID: | %= text_field "user", "login", :size => 30 | <<<------------------------------------------------------------------------------ ||| Password: | %= password_field "user", "password", :size=>30, :value=>"" | <<button_bar<-------------------------------------------------------------------- %= submit_tag _('Login') %= link_to _('Register for an account'), :action => 'signup' | %= link_to _('Forgot my password'), :action => 'forgot_password'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
amrita2-2.0.2 | sample/login_engine/app/views/user/login.a2html |