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
61e55523
authored
Feb 14, 2013
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: update template hierachy
parent
89ac67d6
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
11 additions
and
11 deletions
+11
-11
one/templates/box/file/box-file.html
+1
-1
one/templates/box/file/entry-file.html
+1
-1
one/templates/box/template/box-template.html
+1
-1
one/templates/box/template/entry-template.html
+1
-1
one/templates/box/template/summary-template.html
+1
-1
one/templates/box/vm/box-vm.html
+1
-1
one/templates/box/vm/entry-vm.html
+1
-1
one/templates/box/vm/summary-vm.html
+1
-1
one/templates/home.html
+3
-3
No files found.
one/templates/box/file/box-file.html
View file @
61e55523
{% extends "box/base.html" %}
{% extends "box/base
/box
.html" %}
{% load i18n %}
{% load i18n %}
{% load l10n %}
{% load l10n %}
{% get_current_language as LANGUAGE_CODE %}
{% get_current_language as LANGUAGE_CODE %}
...
...
one/templates/box/file/entry-file.html
View file @
61e55523
{% extends "box/entry.html" %}
{% extends "box/
base/
entry.html" %}
{% load i18n %}
{% load i18n %}
{% get_current_language as LANGUAGE_CODE %}
{% get_current_language as LANGUAGE_CODE %}
...
...
one/templates/box/template/box-template.html
View file @
61e55523
{% extends "box/base.html" %}
{% extends "box/base
/box
.html" %}
{% load i18n %}
{% load i18n %}
{% load l10n %}
{% load l10n %}
{% get_current_language as LANGUAGE_CODE %}
{% get_current_language as LANGUAGE_CODE %}
...
...
one/templates/box/template/entry-template.html
View file @
61e55523
{% extends "box/entry.html" %}
{% extends "box/
base/
entry.html" %}
{% load i18n %}
{% load i18n %}
{% get_current_language as LANGUAGE_CODE %}
{% get_current_language as LANGUAGE_CODE %}
...
...
one/templates/box/template/summary-template.html
View file @
61e55523
{% extends "box/summary.html" %}
{% extends "box/
base/
summary.html" %}
{% load i18n %}
{% load i18n %}
{% get_current_language as LANGUAGE_CODE %}
{% get_current_language as LANGUAGE_CODE %}
...
...
one/templates/box/vm/box-vm.html
View file @
61e55523
{% extends "box/base.html" %}
{% extends "box/base
/box
.html" %}
{% load i18n %}
{% load i18n %}
{% load l10n %}
{% load l10n %}
{% get_current_language as LANGUAGE_CODE %}
{% get_current_language as LANGUAGE_CODE %}
...
...
one/templates/box/vm/entry-vm.html
View file @
61e55523
{% extends "box/entry.html" %}
{% extends "box/
base/
entry.html" %}
{% load i18n %}
{% load i18n %}
{% get_current_language as LANGUAGE_CODE %}
{% get_current_language as LANGUAGE_CODE %}
...
...
one/templates/box/vm/summary-vm.html
View file @
61e55523
{% extends "box/summary.html" %}
{% extends "box/
base/
summary.html" %}
{% load i18n %}
{% load i18n %}
{% get_current_language as LANGUAGE_CODE %}
{% get_current_language as LANGUAGE_CODE %}
...
...
one/templates/home.html
View file @
61e55523
...
@@ -3,15 +3,15 @@
...
@@ -3,15 +3,15 @@
{% get_current_language as LANGUAGE_CODE %}
{% get_current_language as LANGUAGE_CODE %}
{% block content %}
{% block content %}
<div
class=
"boxes"
>
<div
class=
"boxes"
>
{% include "box/
box-vm
.html" %}
{% include "box/
vm/box
.html" %}
{% if userdetails.share_quota %}
{% if userdetails.share_quota %}
{% include "box/
box-template
.html" %}
{% include "box/
template/box
.html" %}
{% include "box-grouplist.html" %}
{% include "box-grouplist.html" %}
{% endif %}
{% endif %}
</div>
</div>
<div
class=
"boxes"
>
<div
class=
"boxes"
>
{% include "box/
box-file
.html" %}
{% include "box/
file/box
.html" %}
</div>
</div>
{% endblock %}
{% endblock %}
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