Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
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
8b134fa1
authored
Feb 14, 2013
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: include missing dependency
parent
114111a0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
one/templates/box/file/box.html
+20
-0
one/templates/box/template/summary.html
+1
-0
No files found.
one/templates/box/file/box.html
View file @
8b134fa1
...
@@ -8,6 +8,26 @@
...
@@ -8,6 +8,26 @@
{% endblock title %}
{% endblock title %}
{% block content %}
{% block content %}
<ul
class=
"file-list"
>
<li
class=
"entry small"
id=
"current-location"
>
<div
class=
"summary"
>
<div
class=
"sort"
>
<select
data-bind=
"value: sortBy"
>
<option
value=
"name"
>
Név szerint
</option>
<option
value=
"date"
>
Dátum szerint
</option>
<option
value=
"size"
>
Méret szerint
</option>
</select>
</div>
<div
class=
"name"
>
<small>
Jelenlegi hely:
<span
data-bind=
"text: currentPath"
></span>
</small>
</div>
<div
class=
"clear"
></div>
</div>
</li>
</ul>
<ul
class=
"file-list"
id=
"file-list"
>
<ul
class=
"file-list"
id=
"file-list"
>
<li
class=
"entry real"
data-bind=
"visible: notInRoot, click: jumpUp"
>
<li
class=
"entry real"
data-bind=
"visible: notInRoot, click: jumpUp"
>
<div
class=
"summary"
>
<div
class=
"summary"
>
...
...
one/templates/box/template/summary.html
View file @
8b134fa1
{% extends "box/base/summary.html" %}
{% extends "box/base/summary.html" %}
{% load i18n %}
{% load i18n %}
{% load l10n %}
{% get_current_language as LANGUAGE_CODE %}
{% get_current_language as LANGUAGE_CODE %}
{% block content %}
{% block content %}
...
...
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