Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ARCHITRAVE
SADE
Commits
32e524eb
Commit
32e524eb
authored
Oct 07, 2020
by
mmarkus1
Browse files
change corpus of js files to local stored ones
parent
dc324a2a
Changes
3
Hide whitespace changes
Inline
Side-by-side
templates/index_surround.html
View file @
32e524eb
...
...
@@ -124,20 +124,11 @@
</div>
</footer>
<script
src=
"https://browser.sentry-cdn.com/5.15.5/bundle.min.js"
integrity=
"sha384-wF7Jc4ZlWVxe/L8Ji3hOIBeTgo/HwFuaeEfjGmS3EXAG7Y+7Kjjr91gJpJtr+PAT"
crossorigin=
"anonymous"
>
</script>
<!--<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"/>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"/>
<script src="https://use.fontawesome.com/releases/v5.8.2/js/all.js" integrity="sha384-DJ25uNYET2XCl5ZF++U8eNxPWqcKohUUBUpKGlNLMchM7q4Wjg2CUpjHLaL8yYPH" crossorigin="anonymous"/>-->
<script
src=
"templates/js/jquery-3.3.1.min.js"
/>
<
script
src
=
"
templates/js/popper.min.js
"
/>
<
script
src
=
"
templates/js/bootstrap.min.js
"
/>
<
script
src
=
"
templates/js/font-awesome-all.js
"
/>
<script
type=
"text/javascript"
src=
"templates/js/jquery-3.3.1.min.js"
/>
<
script
type
=
"
text/javascript
"
src
=
"
templates/js/popper.min.js
"
/>
<
script
type
=
"
text/javascript
"
src
=
"
templates/js/bootstrap.min.js
"
/>
<
script
type
=
"
text/javascript
"
src
=
"
templates/js/font-awesome-all.js
"
/>
<
script
type
=
"
text/javascript
"
src
=
"
templates/js/scripts.js
"
/>
<
script
>
Sentry
.
init
({
dsn
:
'
https://4b9fd5a6c9414f24a1bf773fb1af9d4e@dev2.discuss-data.net/5
'
});
</script>
<
/body
>
<
/html
>
templates/page_index.html
View file @
32e524eb
...
...
@@ -14,15 +14,12 @@
<meta
name=
"description"
content=
""
/>
<title>
Architrave
</title>
<script
src=
"templates/js/popper.min.js"
/>
<!--
Popper
Version
from
:
-->
<!--<
script
src
=
"
https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js
"
integrity
=
"
sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49
"
crossorigin
=
"
anonymous
"
/>-->
<script
src=
"templates/js/jquery-3.3.1.min.js"
/>
<
script
src
=
"
templates/js/bootstrap.min.js
"
/>
<
script
src
=
"
templates/js/popper.min.js
"
/>
<
/head
>
<
body
>
...
...
@@ -131,19 +128,9 @@
<
/div
>
<
/footer
>
<
script
src
=
"
https://browser.sentry-cdn.com/5.15.5/bundle.min.js
"
integrity
=
"
sha384-wF7Jc4ZlWVxe/L8Ji3hOIBeTgo/HwFuaeEfjGmS3EXAG7Y+7Kjjr91gJpJtr+PAT
"
crossorigin
=
"
anonymous
"
>
</script>
<!--<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"/>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"/>
<script src="https://use.fontawesome.com/releases/v5.8.2/js/all.js" integrity="sha384-DJ25uNYET2XCl5ZF++U8eNxPWqcKohUUBUpKGlNLMchM7q4Wjg2CUpjHLaL8yYPH" crossorigin="anonymous"/>-->
<script
src=
"templates/js/font-awesome-all.js"
/>
<
script
type
=
"
text/javascript
"
src
=
"
templates/js/font-awesome-all.js
"
/>
<
script
type
=
"
text/javascript
"
src
=
"
templates/js/scripts.js
"
/>
<
script
>
Sentry
.
init
({
dsn
:
'
https://4b9fd5a6c9414f24a1bf773fb1af9d4e@dev2.discuss-data.net/5
'
});
</script>
<script
src=
"templates/js/publish-gui.js"
/>
<
script
type
=
"
text/javascript
"
src
=
"
templates/js/publish-gui.js
"
/>
<
/body
>
<
/html>
\ No newline at end of file
<
/html
>
templates/search.html
View file @
32e524eb
<?xml version="1.0" encoding="UTF-8"?>
<html>
<head>
<meta
charset=
"UTF-8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta
name=
"description"
content=
""
/>
<div
data-template=
"templates:surround"
data-template-with=
"templates/page_index.html"
data-template-at=
"content-container"
>
<link
href=
"https://fonts.googleapis.com/css?family=Archivo"
rel=
"stylesheet"
/>
<link
href=
"templates/css/style.css"
rel=
"stylesheet"
type=
"text/css"
/>
<link
href=
"templates/css/custom.css"
rel=
"stylesheet"
type=
"text/css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"templates/css/architrave.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"templates/css/loader.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"templates/css/imageviewer.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"templates/css/highlight_visualstudio.css"
/>
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"templates/images/favicon.ico"
/>
<title>
Architrave
</title>
</head>
<body>
<header
class=
"bg-light"
id=
"header"
>
<nav
class=
"navbar navbar-expand-lg navbar-light p-content"
>
<a
class=
"navbar-brand"
href=
"index.html"
>
<div
class=
"arch-logo"
>
<img
src=
"templates/images/logo.compact.svg"
class=
"dd-lg-inline"
/>
</div>
</a>
<h4
class=
"d-none d-sm-block"
style=
"line-height:1em !important;margin:0px;"
>
<span
class=
"badge badge-danger"
>
DEV - internal use only
</span>
</h4>
<h4
class=
"d-block d-sm-none"
style=
"line-height:1em !important;margin:0px;"
>
<span
class=
"badge badge-danger"
>
DEV
</span>
</h4>
<div
class=
"arch-nav-toggle ml-auto"
>
<button
class=
"navbar-toggler arch-bars"
type=
"button"
>
<i
class=
"fa fa-bars"
/>
</button>
<button
class=
"navbar-toggler arch-cross"
type=
"button"
>
<i
class=
"fa fa-times"
/>
</button>
<div
class=
"content-container"
>
<div
data-template=
"templates:surround"
data-template-with=
"templates/modal_register.html"
data-template-at=
"content-container"
/>
<div
class=
"arch-content p-content"
>
<div
class=
"row"
>
<div
class=
"col-12"
>
<h1>
<span
data-template=
"lang:translate"
data-template-content=
"Search"
/>
</h1>
</div>
<div
class=
"collapse navbar-collapse"
>
<ul
class=
"navbar-nav arch-top-nav"
>
<li
class=
"dropdown arch-language"
>
<a
class=
"dropdown-toggle"
href=
"#"
id=
"arch-language-dropdown"
role=
"button"
data-toggle=
"dropdown"
>
<div
class=
"caret float-right"
>
<i
class=
"fa fa-sort-up"
/>
<i
class=
"fa fa-sort-down"
/>
</div>
<i
class=
"fa fa-language arch-lang-icon"
/>
</a>
<div
class=
"dropdown-menu"
>
<a
class=
"dropdown-item arch-ul"
data-template=
"app:switchLanguage"
data-template-to=
"de"
>
<span
class=
"arch-white-ul-on-pink"
>
Deutsch
</span>
</a>
<a
class=
"dropdown-item arch-ul"
data-template=
"app:switchLanguage"
data-template-to=
"fr"
>
<span
class=
"arch-white-ul-on-pink"
>
Français
</span>
</a>
</div>
</li>
<li>
<form
class=
"form-inline arch-search"
action=
"search.html"
method=
"GET"
>
<a
href=
"#"
>
<i
class=
"fa fa-search"
/>
</a>
<input
name=
"terms"
type=
"search"
data-template=
"lang:translate"
data-template-content=
"Search"
/>
</form>
</li>
</ul>
<ul
class=
"d-flex flex-column flex-lg-row align-items-lg-end arch-main-nav"
data-template=
"templates:include"
data-template-path=
"templates/nav_include.html"
/>
<div
class=
"col-12"
>
<div
class=
"arch-search-form"
/>
</div>
</nav>
</header>
<div
class=
"content-container"
>
<div
data-template=
"templates:surround"
data-template-with=
"templates/modal_register.html"
data-template-at=
"content-container"
/>
<div
class=
"arch-content p-content"
>
<div
class=
"row"
>
<div
class=
"col-12"
>
<h1>
<span
data-template=
"lang:translate"
data-template-content=
"Search"
/>
</h1>
</div>
<div
class=
"col-12"
>
<div
class=
"arch-search-form"
/>
</div>
<div
class=
"col-12"
>
<hr
class=
"mb-5"
/>
<div
class=
"arch-search-results"
/>
</div>
</div>
</div>
</div>
<footer
class=
"bg-light"
id=
"footer"
>
<div
class=
"p-content"
>
<div
class=
"row"
>
<div
class=
"col-12 col-sm-8 col-md-12 col-lg-10"
>
<div
class=
"row justify-content-md-between justify-content-lg-start arch-links"
>
<div
class=
"col-10 col-sm-6 col-md-auto"
>
<a
href=
"contact.html"
>
<span
data-template=
"lang:translate"
data-template-content=
"Contact"
/>
</a>
</div>
<div
class=
"col-10 col-sm-6 col-md-auto"
>
<a
href=
"content.html?id=58504520"
>
<span
data-template=
"lang:translate"
data-template-content=
"Imprint"
/>
</a>
</div>
<div
class=
"col-10 col-sm-6 col-md-auto"
>
<a
href=
"content.html?id=64948626"
>
<span
data-template=
"lang:translate"
data-template-content=
"Data Protection"
/>
</a>
</div>
<div
class=
"col-10 col-sm-6 col-md-auto"
>
<a
href=
"content.html?id=58499688"
>
<span
data-template=
"lang:translate"
data-template-content=
"Rights of Use"
/>
</a>
</div>
</div>
</div>
<div
class=
"col-5 col-sm-4 col-lg-2 d-flex justify-content-between arch-icons"
>
<a
href=
"contact.html"
>
<i
class=
"fa fa-envelope"
/>
</a>
<a
href=
"https://architrave.hypotheses.org"
>
<i
class=
"fa fa-rss"
/>
</a>
<a
href=
"https://twitter.com/teamARCHITRAVE"
>
<i
class=
"fab fa-twitter"
/>
</a>
</div>
<div
class=
"col-12"
>
<hr
class=
"mb-5"
/>
<div
class=
"arch-search-results"
/>
</div>
</div>
</footer>
<script
src=
"https://code.jquery.com/jquery-3.1.1.min.js"
crossorigin=
"anonymous"
/>
<
script
src
=
"
https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js
"
integrity
=
"
sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1
"
crossorigin
=
"
anonymous
"
/>
<
script
src
=
"
https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js
"
integrity
=
"
sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM
"
crossorigin
=
"
anonymous
"
/>
<
script
src
=
"
https://use.fontawesome.com/releases/v5.8.2/js/all.js
"
integrity
=
"
sha384-DJ25uNYET2XCl5ZF++U8eNxPWqcKohUUBUpKGlNLMchM7q4Wjg2CUpjHLaL8yYPH
"
crossorigin
=
"
anonymous
"
/>
<
script
type
=
"
text/javascript
"
src
=
"
templates/js/scripts.js
"
/>
<
script
type
=
"
text/javascript
"
src
=
"
templates/js/errors.js
"
/>
<
script
type
=
"
text/javascript
"
src
=
"
templates/js/jquery.browser.min.js
"
/>
<
script
type
=
"
text/javascript
"
src
=
"
templates/js/imageviewer.min.js
"
/>
<
script
type
=
"
text/javascript
"
src
=
"
templates/js/edition.js
"
/>
<
script
type
=
"
text/javascript
"
src
=
"
templates/js/registers.js
"
/>
</div>
</div>
<
script
type
=
"
text/javascript
"
src
=
"
templates/js/search.js
"
/>
<!--
script
type
=
"
text/javascript
"
src
=
"
http://localhost:4000/app.js
"
/
-->
<
/body
>
<
/html
>
<script
type=
"text/javascript"
src=
"templates/js/search.js"
/>
<!--
script
type
=
"
text/javascript
"
src
=
"
http://localhost:4000/app.js
"
/
-->
<
/div
>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment