first commit

This commit is contained in:
2025-04-24 13:11:28 +08:00
commit ff9c54d5e4
5960 changed files with 834111 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
extends ../layout/layout-no-js
block vars
- metadata = { title: 'Something went wrong' }
- bootstrap5PageStatus = 'disabled'
block body
body.full-height
main.content.content-alt.full-height#main-content
.container.full-height
.error-container.full-height
.error-details
p.error-status Something went wrong, sorry.
p.error-description
| There was a problem with your request.
if(message)
|
| The error is:
if(message)
p.error-box
| #{message}
p.error-description
| Please go back and try again.
| If the problem persists, please contact us at
|
a(href="mailto:" + settings.adminEmail) #{settings.adminEmail}
| .
p.error-actions
a.error-btn(href="javascript:history.back()") Back
|  
a.btn.btn-secondary(href="/") Home

View File

@@ -0,0 +1,14 @@
extends ../layout-marketing
block vars
- bootstrap5PageStatus = 'disabled'
block content
main.content.content-alt#main-content
.container
.error-container
.error-details
p.error-status Not found
p.error-description #{translate("cant_find_page")}
p.error-actions
a.error-btn(href="/") Home

View File

@@ -0,0 +1,24 @@
extends ../layout/layout-no-js
block vars
- metadata = { title: 'Something went wrong' }
- bootstrap5PageStatus = 'disabled'
block body
body.full-height
main.content.content-alt.full-height#main-content
.container.full-height
.error-container.full-height
.error-details
p.error-status Something went wrong, sorry.
p.error-description Our staff are probably looking into this, but if it continues, please check our status page at
|
|
a(href="http://" + settings.statusPageUrl) #{settings.statusPageUrl}
|
| or contact us at
|
a(href="mailto:" + settings.adminEmail) #{settings.adminEmail}
| .
p.error-actions
a.error-btn(href="/") Home

View File

@@ -0,0 +1,22 @@
extends ../layout-marketing
block vars
- bootstrap5PageStatus = 'disabled'
block content
main.content#main-content
.container
.row
.col-md-8.col-md-offset-2.text-center
.page-header
h1 Maintenance
p
if settings.statusPageUrl
| #{settings.appName} is currently down for maintenance.
| Please check our #[a(href='https://' + settings.statusPageUrl) status page]
| for updates.
else
| #{settings.appName} is currently down for maintenance.
| We should be back within minutes, but if not, or you have
| an urgent request, please contact us at
|  #{settings.adminEmail}

View File

@@ -0,0 +1,26 @@
extends ../layout-marketing
block vars
- var suppressNavbar = true
- var suppressFooter = true
- var suppressSkipToContent = true
- var suppressCookieBanner = true
- bootstrap5PageStatus = 'disabled'
block content
.content.content-alt
.container
.row
.col-md-6.col-md-offset-3
.card
p.text-center #{translate('processing_your_request')}
form(
data-ol-regular-form
data-ol-auto-submit
method="POST"
)
input(name="_csrf" type="hidden" value=csrfToken)
input(hidden name="viaGateway" type="submit" value="true")
for name in Object.keys(form_data)
input(name=name type="hidden" value=form_data[name])

View File

@@ -0,0 +1,46 @@
extends ../layout/layout-no-js
block vars
- metadata = { title: 'Unsupported browser' }
- bootstrap5PageStatus = 'disabled'
block body
body.full-height
main.content.content-alt.full-height#main-content
.container.full-height
.error-container.full-height
.error-details
h1.error-status Unsupported Browser
p.error-description
| Sorry, we don't support your browser anymore. Please see below what browsers we support.
br
| If you think you're seeing this message in error,
|
a(href="mailto:" + settings.adminEmail) please let us know
| .
if fromURL
p
| URL:
|
a(href=fromURL) #{fromURL}
hr
p
| Overleaf officially supports versions of Chrome, Firefox, Safari and Microsoft Edge released in the last 12 months.
br
| Firefox ESR is also supported for 12 months.
p
| Support for beta or developer-preview browser versions cannot be guaranteed. Please
|
a(href="mailto:" + settings.adminEmail) get in touch
|
| if you encounter any issues while using the service with beta or developer-preview releases of supported browsers.
p
strong Overleaf has stopped supporting Internet Explorer as of April 26, 2021, and access is now blocked.
p
| If you cannot upgrade to one of the supported browsers,
|
a(href="mailto:" + settings.adminEmail) please let us know
| .