Created
May 24, 2012 04:39
-
-
Save jmarnold/2779478 to your computer and use it in GitHub Desktop.
clean bindings + localization
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script id="invite-email-template" type="text/html"> | |
<nav id="mobileHeader"> | |
<BackButton /> | |
<h1> | |
<span> | |
<LabelText property="Header" /> | |
</span> | |
</h1> | |
</nav> | |
<section class="container-fluid"> | |
<div class="row-fluid"> | |
<div class="span12 mobile-wrapper logistics-form"> | |
<Form model=""> | |
<fieldset> | |
<div class="form-wrapper"> | |
<Image src="logo-gray.png" class="logo" /> | |
<br /> | |
<p class="help-block" > | |
<LabelText property="HelpText" /> | |
</p> | |
<Input property="Emails" /> | |
</div> | |
<button type="submit" class="action-btn blue"> | |
<LabelText property="SendInvite" /> | |
</button> | |
</fieldset> | |
</Form> | |
</div> | |
</div> | |
</section> | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment