mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
add more padding. kill more boots
This commit is contained in:
parent
aa092cc930
commit
1b517b8c8b
2 changed files with 65 additions and 65 deletions
|
@ -1,58 +1,59 @@
|
||||||
.row
|
.page
|
||||||
.span12.text-center
|
.row.content
|
||||||
h1 Site Settings
|
.span12.text-center
|
||||||
|
h1 Site Settings
|
||||||
|
|
||||||
.row
|
.row
|
||||||
.span12.text-center
|
.span12.text-center
|
||||||
- if !current_site.errors.empty?
|
- if !current_site.errors.empty?
|
||||||
.row
|
.row
|
||||||
.span8.offset2
|
.span8.offset2
|
||||||
.alert.alert-block.alert-error
|
.alert.alert-block.alert-error
|
||||||
- current_site.errors.each do |error|
|
- current_site.errors.each do |error|
|
||||||
p = error.last.first
|
p = error.last.first
|
||||||
|
|
||||||
.row
|
.row
|
||||||
.span4
|
.span4
|
||||||
h2 Change Password
|
h2 Change Password
|
||||||
form method="POST" action="/change_password"
|
form method="POST" action="/change_password"
|
||||||
input name="csrf_token" type="hidden" value="#{csrf_token}"
|
input name="csrf_token" type="hidden" value="#{csrf_token}"
|
||||||
|
|
||||||
div
|
div
|
||||||
p Current Password:
|
p Current Password:
|
||||||
input name="current_password" type="password"
|
input name="current_password" type="password"
|
||||||
|
|
||||||
div
|
div
|
||||||
p New Password:
|
p New Password:
|
||||||
input name="new_password" type="password"
|
input name="new_password" type="password"
|
||||||
|
|
||||||
div
|
div
|
||||||
p Confirm New Password:
|
p Confirm New Password:
|
||||||
input name="new_password_confirm" type="password"
|
input name="new_password_confirm" type="password"
|
||||||
|
|
||||||
input.btn.btn-success type="submit" value="Change Password"
|
input.btn-Action type="submit" value="Change Password"
|
||||||
.span4
|
.span4
|
||||||
h2 Change Site (User) Name
|
h2 Change Site (User) Name
|
||||||
|
|
||||||
form method="POST" action="/change_name"
|
form method="POST" action="/change_name"
|
||||||
input name="csrf_token" type="hidden" value="#{csrf_token}"
|
input name="csrf_token" type="hidden" value="#{csrf_token}"
|
||||||
|
|
||||||
p It cannot contain spaces, and can only use the following characters: a-z A-Z 0-9 _ -
|
p It cannot contain spaces, and can only use the following characters: a-z A-Z 0-9 _ -
|
||||||
|
|
||||||
div
|
div
|
||||||
p Current name: <span style="color: green"><strong>#{current_site.username}</strong></span>
|
p Current name: <span style="color: green"><strong>#{current_site.username}</strong></span>
|
||||||
div
|
div
|
||||||
p New name:
|
p New name:
|
||||||
input name="name" type="text" placeholder="newname"
|
input name="name" type="text" placeholder="newname"
|
||||||
div
|
div
|
||||||
input.btn.btn-success type="submit" value="Change Name"
|
input.btn-Action type="submit" value="Change Name"
|
||||||
|
|
||||||
.span4
|
.span4
|
||||||
h2 Mark Adult Content
|
h2 Mark Adult Content
|
||||||
p If your site contains objectionable (adult) content, check this box. Your site will not be removed, but it will be listed on a special browse page. We don't have an official policy on what defines "adult" content yet, we are still working on this. In the interim, best guesses. Thanks for your patience as we try to find a way to balance out the needs of everyone.
|
p If your site contains objectionable (adult) content, check this box. Your site will not be removed, but it will be listed on a special browse page. We don't have an official policy on what defines "adult" content yet, we are still working on this. In the interim, best guesses. Thanks for your patience as we try to find a way to balance out the needs of everyone.
|
||||||
|
|
||||||
form method="POST" action="/change_nsfw"
|
form method="POST" action="/change_nsfw"
|
||||||
input name="csrf_token" type="hidden" value="#{csrf_token}"
|
input name="csrf_token" type="hidden" value="#{csrf_token}"
|
||||||
input name="is_nsfw" type="hidden" value="false"
|
input name="is_nsfw" type="hidden" value="false"
|
||||||
p: strong My page contains objectionable (adult) content: <input name="is_nsfw" type="checkbox" value="true" style="margin-top: 0px" #{"checked" if current_site.is_nsfw}>
|
p: strong My page contains objectionable (adult) content: <input name="is_nsfw" type="checkbox" value="true" style="margin-top: 0px" #{"checked" if current_site.is_nsfw}>
|
||||||
|
|
||||||
input.btn.btn-success type="submit" value="Update"
|
input.btn-Action type="submit" value="Update"
|
|
@ -1,16 +1,15 @@
|
||||||
.text-center
|
.page
|
||||||
.row
|
.content.single-Col
|
||||||
.span12
|
h1 Welcome back!
|
||||||
h1 Welcome back!
|
|
||||||
.row
|
|
||||||
.span12
|
form method="POST" action="/signin"
|
||||||
form method="POST" action="/signin"
|
|
||||||
input name="csrf_token" type="hidden" value="#{csrf_token}"
|
input name="csrf_token" type="hidden" value="#{csrf_token}"
|
||||||
|
|
||||||
fieldset
|
fieldset
|
||||||
div: input name="username" type="text" placeholder="Your username" autocapitalize="off" autocorrect="off"
|
div: input name="username" type="text" placeholder="Your username" class="input-Area" autocapitalize="off" autocorrect="off"
|
||||||
div: input name="password" type="password" placeholder="Your password"
|
div: input name="password" type="password" class="input-Area" placeholder="Your password"
|
||||||
div: button class="btn btn-large btn-success" href="#" style="margin-top: 10px" Sign in
|
div: button class="btn-Action" href="#" Sign in
|
||||||
.row
|
.row
|
||||||
.span12
|
.span12
|
||||||
div
|
div
|
||||||
|
|
Loading…
Add table
Reference in a new issue