-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #66 from documize/db-setup
Db setup
- Loading branch information
Showing
10 changed files
with
639 additions
and
729 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,34 @@ | ||
<div class="col-lg-9 col-md-9 col-sm-9"> | ||
<div class="input-form"> | ||
<form> | ||
<div class="heading"> | ||
<div class="title">Let's setup Documize</div> | ||
<div class="tip">Database name is <em>{{model.dbname}}</em></div> | ||
</div> | ||
<div> | ||
<div class="input-control"> | ||
<label>Team</label> | ||
<div class="tip">What's your tribe called?</div> | ||
{{focus-input id="siteTitle" type="text" value=model.title class=(if hasEmptyTitleError 'error')}} | ||
</div> | ||
<div class="input-control"> | ||
<label>Firstname</label> | ||
<div class="tip">What do people call you?</div> | ||
{{input id="adminFirstname" type="text" value=model.firstname class=(if hasEmptyFirstnameError 'error')}} | ||
</div> | ||
<div class="input-control"> | ||
<label>Lastname</label> | ||
<div class="tip">How the government refers to you.</div> | ||
{{input id="adminLastname" type="text" value=model.lastname class=(if hasEmptyLastnameError 'error')}} | ||
</div> | ||
<div class="input-control"> | ||
<label>Email</label> | ||
<div class="tip">No spam. Ever!</div> | ||
{{input id="adminEmail" type="email" value=model.email class=(if hasEmptyEmailError 'error')}} | ||
</div> | ||
<div class="input-control"> | ||
<label>Password</label> | ||
<div class="tip">Something you can remember without writing it down.</div> | ||
{{input id="adminPassword" type="text" value=model.password class=(if hasEmptyPasswordError 'error')}} | ||
</div> | ||
<div class="regular-button button-green" {{ action 'save' }}>Go Setup</div> | ||
</div> | ||
</form> | ||
</div> | ||
<div class="form-bordered"> | ||
<div class="form-header"> | ||
<div class="title">Let's setup Documize</div> | ||
<div class="tip">Database name is <em>{{model.dbname}}</em></div> | ||
</div> | ||
<div class="input-control"> | ||
<label>Team</label> | ||
<div class="tip">What's your tribe called?</div> | ||
{{focus-input id="siteTitle" type="text" value=model.title class=(if hasEmptyTitleError 'error')}} | ||
</div> | ||
<div class="input-control"> | ||
<label>Firstname</label> | ||
<div class="tip">What do people call you?</div> | ||
{{input id="adminFirstname" type="text" value=model.firstname class=(if hasEmptyFirstnameError 'error')}} | ||
</div> | ||
<div class="input-control"> | ||
<label>Lastname</label> | ||
<div class="tip">How the government refers to you.</div> | ||
{{input id="adminLastname" type="text" value=model.lastname class=(if hasEmptyLastnameError 'error')}} | ||
</div> | ||
<div class="input-control"> | ||
<label>Email</label> | ||
<div class="tip">No spam. Ever!</div> | ||
{{input id="adminEmail" type="email" value=model.email class=(if hasEmptyEmailError 'error')}} | ||
</div> | ||
<div class="input-control"> | ||
<label>Password</label> | ||
<div class="tip">Something you can remember without writing it down.</div> | ||
{{input id="adminPassword" type="text" value=model.password class=(if hasEmptyPasswordError 'error')}} | ||
</div> | ||
<div class="regular-button button-green" {{ action 'save' }}>Setup</div> | ||
</div> | ||
</div> |
This file contains 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.