Commit fb592949 by Patryk Czarnik

method=post

parent 6eebe46d
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
<html xmlns:th="http://www.thymeleaf.org"> <html xmlns:th="http://www.thymeleaf.org">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Kalkulatorek</title> <title>Kalkulator</title>
<link rel="stylesheet" type="text/css" th:href="@{/styl.css}" href="../static/styl.css"> <link rel="stylesheet" type="text/css" th:href="@{/styl.css}" href="../static/styl.css">
</head> </head>
<body> <body>
<h1>Kalkulatorek z zajęć</h1> <h1>Kalkulator</h1>
<form class="kalkulator"> <form class="kalkulator" method="post">
<input type="number" name="liczba1" th:value="${param.liczba1}"> <input type="number" name="liczba1" th:value="${param.liczba1}">
<select name="operacja"> <select name="operacja">
<option value="+">+</option> <option value="+">+</option>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment