blob: 7c52a1694491588a3acba65e3419af3d5c83d01a [file] [log] [blame]
<html t:type="layout" title="${artifactId} com.example"
xmlns:t="http://tapestry.apache.org/schema/tapestry_5_3.xsd"
xmlns:p="tapestry:parameter">
<div class="row">
<div class="span4 offset3">
<t:form t:id="login">
<h2>Please sign in</h2>
<t:textfield t:id="email" class="input-block-level" validate="required" placeholder="Email address"/>
<t:passwordfield t:id="password" class="input-block-level" validate="required" placeholder="Password"/>
<t:submit class="btn btn-large btn-primary" value="Sign in"/>
</t:form>
</div>
</div>
</html>