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
Commit
6349f3f8
authored
Feb 08, 2013
by
Őry Máté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
one: change dos line separators to unix terminators
parent
e02cbfce
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
58 additions
and
58 deletions
+58
-58
one/templates/404.html
+12
-12
one/templates/box-filelist.html
+0
-0
one/templates/box-grouplist.html
+46
-46
No files found.
one/templates/404.html
View file @
6349f3f8
{% load i18n %}
{% get_current_language as LANGUAGE_CODE %}
<!doctype html>
<html
lang=
"{{LANGUAGE_CODE}}"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
404 - {% trans ":(" %}
</title>
</head>
<body>
<h1>
404 - {% trans ":(" %}
</h1>
</body>
</html>
{% load i18n %}
{% get_current_language as LANGUAGE_CODE %}
<!doctype html>
<html
lang=
"{{LANGUAGE_CODE}}"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
404 - {% trans ":(" %}
</title>
</head>
<body>
<h1>
404 - {% trans ":(" %}
</h1>
</body>
</html>
one/templates/box-filelist.html
View file @
6349f3f8
This diff is collapsed.
Click to expand it.
one/templates/box-grouplist.html
View file @
6349f3f8
{% load i18n %}
{% get_current_language as LANGUAGE_CODE %}
<div
class=
"boxes"
id=
"groups"
>
<div
class=
"contentblock"
>
<h2>
{% trans "My Groups" %}
</h2>
<div
class=
"content"
>
<ul
class=
"wm-list"
>
{% if groups %}
{% for group in groups %}
<li
class=
"wm"
>
<div
class=
"summary"
>
<div
class=
"name"
>
{{ group.name }}
</div>
<div
class=
"clear"
></div>
</div>
<div
class=
"details"
>
<ul>
<li>
asd
</li>
</ul>
</div>
</li>
{% endfor %}
{% else %}
<div
id=
"new-wm-tooltip"
>
<div
id=
"new-wm-tooltip-container"
>
<p>
{% trans "You have no groups" %}
</p>
<p>
{% trans "Create a new one, and add your students to the new group" %}
</p>
<div
id=
"new-wm-tooltip-tail"
></div>
</div>
</div>
{% endif %}
<li
class=
"wm"
id=
"new-group"
>
<div
class=
"summary"
>
<div
class=
"name"
>
Új csoport felvétele
</div>
<div
class=
"clear"
></div>
</div>
</li>
</ul>
</div>
</div>
</div>
{% load i18n %}
{% get_current_language as LANGUAGE_CODE %}
<div
class=
"boxes"
id=
"groups"
>
<div
class=
"contentblock"
>
<h2>
{% trans "My Groups" %}
</h2>
<div
class=
"content"
>
<ul
class=
"wm-list"
>
{% if groups %}
{% for group in groups %}
<li
class=
"wm"
>
<div
class=
"summary"
>
<div
class=
"name"
>
{{ group.name }}
</div>
<div
class=
"clear"
></div>
</div>
<div
class=
"details"
>
<ul>
<li>
asd
</li>
</ul>
</div>
</li>
{% endfor %}
{% else %}
<div
id=
"new-wm-tooltip"
>
<div
id=
"new-wm-tooltip-container"
>
<p>
{% trans "You have no groups" %}
</p>
<p>
{% trans "Create a new one, and add your students to the new group" %}
</p>
<div
id=
"new-wm-tooltip-tail"
></div>
</div>
</div>
{% endif %}
<li
class=
"wm"
id=
"new-group"
>
<div
class=
"summary"
>
<div
class=
"name"
>
Új csoport felvétele
</div>
<div
class=
"clear"
></div>
</div>
</li>
</ul>
</div>
</div>
</div>
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