Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Fukász Rómeó Ervin
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
cb65c285
authored
Mar 08, 2013
by
Őry Máté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: fancier info page
parent
f2ec1934
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
cloud/templates/info.html
+21
-0
No files found.
cloud/templates/info.html
View file @
cb65c285
...
@@ -4,6 +4,27 @@
...
@@ -4,6 +4,27 @@
{% get_current_language as LANGUAGE_CODE %}
{% get_current_language as LANGUAGE_CODE %}
{% block js %}
{% block js %}
<script
type=
"text/javascript"
src=
"{% static "
script
/
store
.
js
"
%}"
></script>
<script
type=
"text/javascript"
src=
"{% static "
script
/
store
.
js
"
%}"
></script>
<style>
.contentblock
p
{
margin
:
15px
;
text-align
:
justify
;
}
.contentblock
img
{
margin
:
0px
auto
;
display
:
block
;
box-shadow
:
0
0
30px
rgba
(
0
,
0
,
0
,
0.3
);
border-radius
:
5px
;
text-align
:
center
;
vertical-align
:
middle
;
}
.boxes
a
:link
,
a
:visited
{
color
:
black
;
}
.boxes
strong
{
font-size
:
.9em
;
}
</style>
{% endblock %}
{% endblock %}
{% block content %}
{% block content %}
<div
class=
"boxes"
>
<div
class=
"boxes"
>
...
...
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