Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
javab_20230928
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Patryk Czarnik
javab_20230928
Commits
3bd089b6
Commit
3bd089b6
authored
Oct 18, 2023
by
Patryk Czarnik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
id do labeli w formularzu
parent
12b0f806
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
products6.jsp
PC25-SklepWeb/src/main/webapp/products6.jsp
+2
-2
products7.jsp
PC25-SklepWeb/src/main/webapp/products7.jsp
+2
-2
No files found.
PC25-SklepWeb/src/main/webapp/products6.jsp
View file @
3bd089b6
...
...
@@ -15,9 +15,9 @@
<h2>
Filtr cen
</h2>
<table
class=
"formularz"
>
<tr><td><label
for=
"min_price"
>
Cena minimalna:
</label></td>
<td><input
type=
"number"
name=
"min_price
"
value=
"${param.min_price}"
></td></tr>
<td><input
id=
"min_price"
name=
"min_price"
type=
"number
"
value=
"${param.min_price}"
></td></tr>
<tr><td><label
for=
"max_price"
>
Cena maksymalna:
</label></td>
<td><input
type=
"number"
name=
"max_price
"
value=
"${param.max_price}"
></td></tr>
<td><input
id=
"max_price"
name=
"max_price"
type=
"number
"
value=
"${param.max_price}"
></td></tr>
<tr><td><button>
Filtruj
</button></td></tr>
</table>
</form>
...
...
PC25-SklepWeb/src/main/webapp/products7.jsp
View file @
3bd089b6
...
...
@@ -15,9 +15,9 @@
<h2>
Filtr cen
</h2>
<table
class=
"formularz"
>
<tr><td><label
for=
"min_price"
>
Cena minimalna:
</label></td>
<td><input
type=
"number"
name=
"min_price
"
value=
"${param.min_price}"
></td></tr>
<td><input
id=
"min_price"
name=
"min_price"
type=
"number
"
value=
"${param.min_price}"
></td></tr>
<tr><td><label
for=
"max_price"
>
Cena maksymalna:
</label></td>
<td><input
type=
"number"
name=
"max_price
"
value=
"${param.max_price}"
></td></tr>
<td><input
id=
"max_price"
name=
"max_price"
type=
"number
"
value=
"${param.max_price}"
></td></tr>
<tr><td><button>
Filtruj
</button></td></tr>
</table>
</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