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
735f8a37
authored
Jan 29, 2013
by
Danyi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
template-wizard step 1
parent
e6063f47
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
8 deletions
+10
-8
one/static/style.css
+1
-1
one/templates/new-template-flow.html
+9
-7
No files found.
one/static/style.css
View file @
735f8a37
...
...
@@ -97,7 +97,7 @@ a:link,a:visited{
.wizard
.progress
{
text-align
:
center
;
}
#modal-container
.wizard
input
,
#modal-container
.wizard
select
{
#modal-container
.wizard
input
,
#modal-container
.wizard
select
,
#modal-container
.wizard
textarea
{
display
:
block
;
float
:
right
;
padding
:
5px
;
...
...
one/templates/new-template-flow.html
View file @
735f8a37
...
...
@@ -9,20 +9,20 @@
<ul>
<li>
<label
for=
"new-template-name"
>
Név
</label>
<input
placeholder=
"A sablon rövid neve"
name=
"name"
/>
<input
placeholder=
"A sablon rövid neve"
name=
"name"
id=
"new-template-name"
/>
<div
class=
"clear"
></div>
</li>
<li>
<label
for=
"new-template-
nam
e"
>
Típus
</label>
<select
name=
"type"
>
<label
for=
"new-template-
typ
e"
>
Típus
</label>
<select
name=
"type"
id=
"new-template-type"
>
<option
value=
"labor"
>
Labor
</option>
<option
value=
"project"
>
Project
</option>
</select>
<div
class=
"clear"
></div>
</li>
<li>
<label
for=
"new-template-
nam
e"
>
Méret
</label>
<select
name=
"size"
>
<label
for=
"new-template-
siz
e"
>
Méret
</label>
<select
name=
"size"
id=
"new-template-size"
>
<option
value=
"small"
>
small
</option>
<option
value=
"medium"
>
medium
</option>
<option
value=
"large"
>
large
</option>
...
...
@@ -30,8 +30,10 @@
<div
class=
"clear"
></div>
</li>
<li>
<label
for=
"new-template-name"
>
Név
</label>
<input
placeholder=
"A sablon rövid neve"
name=
"name"
/>
<label
for=
"new-template-description"
>
Leírás
</label>
<textarea
name=
"description"
id=
"new-template-description"
>
A sablonhoz fűzött megjegyzések.
</textarea>
<div
class=
"clear"
></div>
</li>
</ul>
...
...
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