improved dillo compatibility

This commit is contained in:
b1ek 2023-03-20 08:42:11 +10:00
parent 45601e8553
commit 91ee796023
Signed by: blek
GPG Key ID: 14546221E3595D0C
3 changed files with 14 additions and 3 deletions

View File

@ -40,4 +40,9 @@ div#resume_js_app a:hover {
div#resume_js_app table * { div#resume_js_app table * {
border:0; border:0;
text-align: left; text-align: left;
}
.debug_warning {
opacity: 0.8 !important;
/* transform: translate(-50%, 80%) !important; */
} }

View File

@ -19,7 +19,7 @@ block content
table table
tr tr
td Your name: td Your name:
td td(width='80%')
input(type='text' name='name' value='' + (name ? name : '') style='width:50%') input(type='text' name='name' value='' + (name ? name : '') style='width:50%')
span(style='font-size:9pt;color:red;user-select:none' title='required') * span(style='font-size:9pt;color:red;user-select:none' title='required') *
tr tr
@ -42,7 +42,7 @@ block content
span(style='font-weight:bold;color:darkred;font-size:9pt') !{errors} span(style='font-weight:bold;color:darkred;font-size:9pt') !{errors}
br br
a(style='font-size:9pt' href='/guestbook') Clear errors a(style='font-size:9pt' href='/guestbook') Clear errors
td(style='padding:0 16px;margin:0') td(style='padding:0 16px;margin:0' width='50%')
h5 Guidelines h5 Guidelines
ul ul
li Follow the DBAA policy. li Follow the DBAA policy.
@ -54,7 +54,7 @@ block content
| DMCA content is not allowed. If your rights are violated, send your strikes to: | DMCA content is not allowed. If your rights are violated, send your strikes to:
a(href='mailto:me@blek.codes') a(href='mailto:me@blek.codes')
+label('me@blek.codes', '#a0a0b6') +label('me@blek.codes', '#a0a0b6')
span(style='font-size:10pt;color:darkred;font-weight:bold'). span(style='font-size:110%;color:darkred;font-weight:bold').
Warning: Your ip (#{ip}) will be logged and displayed for everyone.<br/> Warning: Your ip (#{ip}) will be logged and displayed for everyone.<br/>
You can delete your own message if it was sent from the same ip for 24 hours after it was sent. You can delete your own message if it was sent from the same ip for 24 hours after it was sent.
p p

View File

@ -9,15 +9,21 @@ block content
div(class='resume_app_container') div(class='resume_app_container')
div(id='resume_js_app') div(id='resume_js_app')
p(class='js_loading_indicator') p(class='js_loading_indicator')
br
br
| JS is loading. Please hold on... | JS is loading. Please hold on...
br br
br
img(src='/static/ui/load.gif' style='border-radius:4px;margin-top:6px') img(src='/static/ui/load.gif' style='border-radius:4px;margin-top:6px')
br br
br
noscript noscript
span(style='font-size:9pt;color:darkred;font-weight:bold;text-align:center') span(style='font-size:9pt;color:darkred;font-weight:bold;text-align:center')
| It seems that you have JS disabled. | It seems that you have JS disabled.
br br
| Please, enable it in order to run the app. | Please, enable it in order to run the app.
br
br
block scripts block scripts