Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
reading-scholarly-articles
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jean Michel Rouly
reading-scholarly-articles
Commits
db43a0d4
Commit
db43a0d4
authored
Aug 17, 2014
by
Jean Michel Rouly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a single standard article template file.
parent
74438298
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
54 additions
and
0 deletions
+54
-0
layout/article.html
layout/article.html
+54
-0
No files found.
layout/article.html
0 → 100644
View file @
db43a0d4
<div
class=
"row"
>
<div
class=
"col-md-10 col-md-offset-1 col-xs-12"
>
<ul
class=
"nav nav-pills arov center"
>
<li
class=
"active"
>
<a
role=
"tab"
data-toggle=
"tab"
href=
"#overview"
>
Overview
</a>
</li>
<li>
<a
role=
"tab"
data-toggle=
"tab"
href=
"#article"
>
Article
</a>
</li>
</ul>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-10 col-md-offset-1 col-xs-12"
>
<div
class=
"tab-content"
>
<div
class=
"tab-pane fade in active"
id=
"overview"
>
{{ OVERVIEW }}
</div>
<div
class=
"tab-pane fade"
id=
"article"
>
<div
class=
"panel panel-primary article"
>
<div
class=
"panel-heading text-center"
>
</div>
<div
class=
"panel-body"
>
{{ ARTICLE }}
</div>
<div
class=
"panel-footer text-center italic"
>
{{ COPYRIGHT }}
</div>
</div>
</div>
</div>
</div>
</div>
<script>
getAnnotations
(
"
{{ ID }}
"
);
</script>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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