Sha256: e2636e1d4403ef38a7c30264bdcf376f6a46bd4c9e167f64f0dd7dbd3152ba5d

Contents?: true

Size: 957 Bytes

Versions: 16

Compression:

Stored size: 957 Bytes

Contents

<div class="login-page">
    <tpl:asset type="css" src="css/login.css" />
    <h3 sp:if="@login_title">{ @login_title }</h3>
    <div class='error' sp:if='@failed_login'>
        Login errata
    </div>
    <div class='error' sp:if='@unauthorized_msg'>
        { @unauthorized_msg }
    </div>
    <div class='logout' sp:if='@did_logout'>
        Logout eseguito
    </div>
    <form action='{ @controller[:request_url] }/do_login' method='POST'>
        <input type="hidden" name="redirect" value="{ @redirect }">
        <div class='row'>
            <label for='login'>Login:</label>
            <input type='text' name='login' id='login' value='{ @login }'>
        </div>
        <div class='row'>
            <label for='password'>Password:</label>
            <input type='password' name='password' id='password'>
        </div>
        <div class='row'>
            <input type='submit' name='submit' value='Login'>
        </div>
    </form>
</div>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
spiderfw-1.0.1 apps/core/auth/views/login.shtml
spiderfw-1.0.0 apps/core/auth/views/login.shtml
spiderfw-0.6.39 apps/core/auth/views/login.shtml
spiderfw-0.6.38 apps/core/auth/views/login.shtml
spiderfw-0.6.37 apps/core/auth/views/login.shtml
spiderfw-0.6.35 apps/core/auth/views/login.shtml
spiderfw-0.6.34 apps/core/auth/views/login.shtml
spiderfw-0.6.33 apps/core/auth/views/login.shtml
spiderfw-0.6.32 apps/core/auth/views/login.shtml
spiderfw-0.6.31 apps/core/auth/views/login.shtml
spiderfw-0.6.30 apps/core/auth/views/login.shtml
spiderfw-0.6.29 apps/core/auth/views/login.shtml
spiderfw-0.6.28 apps/core/auth/views/login.shtml
spiderfw-0.6.27 apps/core/auth/views/login.shtml
spiderfw-0.6.26 apps/core/auth/views/login.shtml
spiderfw-0.6.26.pre1 apps/core/auth/views/login.shtml