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
typo3
fluid_bs
Commits
bd58d2c5
Commit
bd58d2c5
authored
Aug 04, 2017
by
bbaer
Browse files
basic template test
parent
64e6a5bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Resources/Private/Templates/standardPage.html
0 → 100644
View file @
bd58d2c5
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>
Bootstrap 101 Template
</title>
<!-- Bootstrap -->
<link
href=
"css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"https://fonts.googleapis.com/css?family=Open+Sans"
rel=
"stylesheet"
>
<link
href=
"https://fonts.googleapis.com/css?family=Source+Sans+Pro:200"
rel=
"stylesheet"
>
<link
href=
"css/custom.css"
rel=
"stylesheet"
>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<f:layout
name=
"Foo"
/>
<nav
class=
"navbar navbar-inverse"
>
<div
class=
"container"
>
<div
class=
"navbar-header"
>
<a
class=
"navbar-brand"
href=
"#"
>
<img
alt=
"Brand"
src=
"{settings.pageBrand}"
id=
"brand-icon"
>
</a>
<button
aria-controls=
"bs-navbar"
aria-expanded=
"false"
class=
"collapsed navbar-toggle"
data-target=
"#bs-navbar"
data-toggle=
"collapse"
type=
"button"
>
<span
class=
"sr-only"
>
Toggle navigation
</span>
<img
src=
"img/hamburger.svg"
id=
"hamburger"
>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div
class=
"collapse navbar-collapse"
id=
"bs-navbar"
>
<ul
class=
"nav navbar-nav"
>
<li
class=
"active"
><a
href=
"#"
>
Home
<span
class=
"sr-only"
>
(current)
</span></a></li>
<li><a
href=
"#"
>
Reports
</a></li>
<li><a
href=
"#"
>
Forms
</a></li>
<li><a
href=
"#"
>
Documentation
</a></li>
</ul>
<form
class=
"navbar-form navbar-right"
>
<div
class=
"input-group"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"Search"
>
<span
class=
"input-group-btn"
>
<button
type=
"submit"
class=
"btn btn-default"
><span
class=
"glyphicon glyphicon-search"
></span></button>
</span>
</div>
</div>
</form>
</div>
<!-- /.navbar-collapse -->
</div>
</nav>
<header
class=
"{settings.headerClass}"
>
<div
class=
"container"
>
<f:render
section=
"Header"
/>
</div>
</header>
<main>
<div
class=
"container content"
>
<f:render
section=
"Content"
>
</main>
<footer
class=
"footer"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-md-4"
>
<ul>
<li><a
href=
"https://git.math.uzh.ch/typo3/qfq"
>
Git Repo
</a></li>
<li><a
href=
"#"
>
Documentation
</a></li>
<li><a
href=
"mailto:support@math.uzh.ch"
>
Contact
</a></li>
<li><a
href=
"#"
>
Impressum
</a></li>
<li><a
href=
"#"
>
Disclaimer
</a></li>
</ul>
<p>
©
2017 University of Zurich
</p>
</div>
<div
class=
"col-md-4"
>
</div>
<div
class=
"col-md-4"
>
<p>
University of Zurich
<br>
Institute of Mathematics
<br>
Winterthurerstrasse 190
<br>
CH-8057 Zurich
</p>
</div>
</div>
</div>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"
></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script
src=
"js/bootstrap.min.js"
></script>
</body>
</html>
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