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
deba7118
authored
Apr 18, 2013
by
Bence Dányi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: modify box details
parent
5c48ebf8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
one/static/script/cloud.js
+5
-1
one/templates/box/file/box.html
+3
-1
No files found.
one/static/script/cloud.js
View file @
deba7118
...
@@ -6,8 +6,12 @@ $(function() {
...
@@ -6,8 +6,12 @@ $(function() {
$
(
this
).
next
(
'.details'
).
css
(
'height'
,
'0px'
);
$
(
this
).
next
(
'.details'
).
css
(
'height'
,
'0px'
);
}
else
{
}
else
{
$
(
this
).
parent
(
'.entry'
).
addClass
(
'opened'
);
$
(
this
).
parent
(
'.entry'
).
addClass
(
'opened'
);
if
(
$
(
this
).
data
(
'fallback'
)
==
'slide'
)
{
$
(
this
).
next
(
'.details'
).
css
(
'height'
,
'auto'
);
}
else
{
$
(
this
).
next
(
'.details'
).
css
(
'height'
,
$
(
this
).
next
(
'.details'
).
css
(
'height'
,
$
(
this
).
next
(
'.details'
).
find
(
'.details-container'
)[
0
].
offsetHeight
+
15
+
'px'
);
$
(
this
).
next
(
'.details'
).
find
(
'.details-container'
)[
0
].
offsetHeight
+
15
+
'px'
);
}
}
}
}
}
$
(
'a[href=#]'
).
click
(
function
(
e
)
{
$
(
'a[href=#]'
).
click
(
function
(
e
)
{
...
...
one/templates/box/file/box.html
View file @
deba7118
...
@@ -105,7 +105,7 @@
...
@@ -105,7 +105,7 @@
<div
class=
"clear"
></div>
<div
class=
"clear"
></div>
</div>
</div>
<div
class=
"details"
>
<div
class=
"details"
>
<div
class=
"container"
>
<div
class=
"
details-
container"
>
<form
style=
"padding-bottom: 10px"
action=
"{% url one.views.key_add %}"
method=
"POST"
>
<form
style=
"padding-bottom: 10px"
action=
"{% url one.views.key_add %}"
method=
"POST"
>
{% csrf_token %}
{% csrf_token %}
<textarea
style=
"margin-bottom: 5px"
name=
"key"
placeholder=
"{% trans "
Public
key
in
OpenSSH
format
"
%}"
></textarea><br
/>
<textarea
style=
"margin-bottom: 5px"
name=
"key"
placeholder=
"{% trans "
Public
key
in
OpenSSH
format
"
%}"
></textarea><br
/>
...
@@ -129,6 +129,7 @@
...
@@ -129,6 +129,7 @@
<div
class=
"clear"
></div>
<div
class=
"clear"
></div>
</div>
</div>
<div
class=
"details"
>
<div
class=
"details"
>
<div
class=
"details-container"
>
<div
class=
"container"
>
<div
class=
"container"
>
<div
id=
"upload-zone"
class=
"upload-zone"
>
<div
id=
"upload-zone"
class=
"upload-zone"
>
<p>
{% trans "Drag and drop files here to start uploading." %}
</p>
<p>
{% trans "Drag and drop files here to start uploading." %}
</p>
...
@@ -152,6 +153,7 @@
...
@@ -152,6 +153,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</li>
</li>
<li
class=
"entry small"
>
<li
class=
"entry small"
>
<div
class=
"summary"
>
<div
class=
"summary"
>
...
...
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