Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
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
Commit
e6063f47
authored
Jan 29, 2013
by
Danyi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
template wizard
parent
8d2093a5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
0 deletions
+45
-0
one/templates/new-template-flow.html
+45
-0
No files found.
one/templates/new-template-flow.html
0 → 100644
View file @
e6063f47
<form
action=
"/"
method=
"post"
>
<div
id=
"new-template-step-1"
class=
"wizard"
>
<div
class=
"progress"
>
<div
class=
"bar"
style=
"width: 33%"
></div>
<h3>
1/3
</h3>
</div>
<h2>
1. lépés
</h2>
<p>
Leírás, mit is kéne itt ezen az ablakon csinálni, és miért jó, ha azt csinálja, amit.
</p>
<ul>
<li>
<label
for=
"new-template-name"
>
Név
</label>
<input
placeholder=
"A sablon rövid neve"
name=
"name"
/>
<div
class=
"clear"
></div>
</li>
<li>
<label
for=
"new-template-name"
>
Típus
</label>
<select
name=
"type"
>
<option
value=
"labor"
>
Labor
</option>
<option
value=
"project"
>
Project
</option>
</select>
<div
class=
"clear"
></div>
</li>
<li>
<label
for=
"new-template-name"
>
Méret
</label>
<select
name=
"size"
>
<option
value=
"small"
>
small
</option>
<option
value=
"medium"
>
medium
</option>
<option
value=
"large"
>
large
</option>
</select>
<div
class=
"clear"
></div>
</li>
<li>
<label
for=
"new-template-name"
>
Név
</label>
<input
placeholder=
"A sablon rövid neve"
name=
"name"
/>
<div
class=
"clear"
></div>
</li>
</ul>
</div>
<div
id=
"new-template-step-2"
>
</div>
<div
id=
"new-template-step-3"
>
</div>
</form>
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