fixes for bugs discovered in meeting
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<a href="/solar/oddaja">Nazaj na oddajo</a>
|
||||
{% with messages = get_flashed_messages() %}
|
||||
{% if messages %}
|
||||
<div style="background: blue;">
|
||||
@@ -206,6 +207,28 @@
|
||||
<input type="text" id="id-to" name="id-to"><br>
|
||||
<input type="submit" value="Združi">
|
||||
</form>
|
||||
<h3>Spremeni podatke institucije</h3>
|
||||
<form action="/solar/changeinstitutiondata" method="post">
|
||||
<label for="id">ID institucije</label>
|
||||
<input type="text" id="id" name="id"><br>
|
||||
<label for="name">Nov naziv:</label>
|
||||
<input type="text" id="name" name="name"><br>
|
||||
<label for="region">Nova regija:</label>
|
||||
<select name="region" id="region">
|
||||
<option value="CE">Celje</option>
|
||||
<option value="GO">Nova Gorica</option>
|
||||
<option value="KK">Krško</option>
|
||||
<option value="KP">Koper</option>
|
||||
<option value="KR">Kranj</option>
|
||||
<option value="LJ">Ljubljana</option>
|
||||
<option value="MB">Maribor</option>
|
||||
<option value="MS">Murska Sobota</option>
|
||||
<option value="NM">Novo mesto</option>
|
||||
<option value="PO">Postojna</option>
|
||||
<option value="SG">Slovenj Gradec</option>
|
||||
</select>
|
||||
<input type="submit" value="Spremeni">
|
||||
</form>
|
||||
<h2>Zgodovina sodelovanja</h2>
|
||||
<div class="tableFixHead">
|
||||
<table>
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
<div id="logo-container">
|
||||
<img src="/static/image/logo.svg" alt="logo"/>
|
||||
</div>
|
||||
<a href="/solar/login" class="contract-item-button" style="float: none;">Nazaj na prijavo</a>
|
||||
<h3 id="title" style="font-size: 27px; text-align: left;">Pozabljeno geslo - ŠOLAR</h3>
|
||||
<div>
|
||||
{% with messages = get_flashed_messages() %}
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<a href="/solar/oddaja">Nazaj na oddajo</a>
|
||||
{% with messages = get_flashed_messages() %}
|
||||
{% if messages %}
|
||||
<div style="background: blue;">
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
left: 385px;
|
||||
background: linear-gradient(198.62deg, rgba(255, 255, 255, 0.49) -1.62%, rgba(255, 255, 255, 0.73) -1.61%, rgba(255, 255, 255, 0.41) 79.34%);
|
||||
box-shadow: 20px 4px 40px rgba(0, 0, 0, 0.25);
|
||||
backdrop-filter: blur(20px);
|
||||
border: 0px;
|
||||
backdrop-filter: blur(20px);
|
||||
border-radius: 0px 20px 20px 0px;') }}
|
||||
<link rel="stylesheet" href="/static/style.css" type="text/css">
|
||||
</head>
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
|
||||
<div class="form-text"><em>Zbiranje besedil za korpus Šolar poteka po naslednjem postopku, ki prinaša tudi točke za napredovanje.</em></div>
|
||||
|
||||
<a href="/solar/login" class="contract-item-button" style="float: none;">Nazaj na prijavo</a>
|
||||
<h3 id="title" style="font-size: 27px; text-align: left;">Registracija</h3>
|
||||
<div>
|
||||
{% with messages = get_flashed_messages() %}
|
||||
|
||||
Reference in New Issue
Block a user