173 lines
		
	
	
		
			10 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			173 lines
		
	
	
		
			10 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| <head>
 | |
|     <meta charset="UTF-8">
 | |
|     <title>Portal za oddajanje besedil</title>
 | |
|     <link rel="stylesheet" href="/static/style.css" type="text/css">
 | |
| </head>
 | |
| <body>
 | |
|     <a href="/solar/logout">Odjavi se</a>
 | |
|     {% if is_institution_coordinator %}
 | |
|         <br><a href="/solar/manage-institution">Upravljaj z institucijo</a>
 | |
|     {% endif %}
 | |
|     {% if is_admin %}
 | |
|         <br><a href="/solar/admin">Administracijski meni</a>
 | |
|     {% endif %}
 | |
|     <br><a href="mailto:email@example.com">Pomoč</a>
 | |
|     <div class="bg"></div>
 | |
|     <div id="main-window">
 | |
|         <div id="rect1">
 | |
|             <div style="padding: 20px;">
 | |
|                 <div id="logo-container">
 | |
|                     <img src="/static/image/logo.svg" alt="logo"/>
 | |
|                 </div>
 | |
|                 <h1 id="title" style="font-size: 25px; position: relative;">Korpus ŠOLAR</h1>
 | |
|                 <div class="selection-tabs">
 | |
|                     <button onclick="window.location.replace('/solar/oddaja');" class="selection-tab-button">ODDAJA</button>
 | |
|                     <button onclick="window.location.replace('/solar/zgodovina');" class="selection-tab-button">ZGODOVINA</button>
 | |
|                     <button onclick="window.location.replace('/solar/pogodbe');" class="selection-tab-button selected">POGODBE</button>
 | |
|                 </div>
 | |
|             </div>
 | |
|             {% with messages = get_flashed_messages() %}
 | |
|             {% if messages %}
 | |
|                 <div class="message-notification">
 | |
|                     {{ messages[0] }}
 | |
|                 </div>
 | |
|             <div id="contract-container" style="height: 250px;">
 | |
|             {% else %}
 | |
|             <div id="contract-container">
 | |
|             {% endif %}
 | |
|             {% endwith %}
 | |
| 
 | |
|                 {% if contract_school %}
 | |
|                 <div class="contract-item">
 | |
|                     <img src="/static/image/contract.png" alt="contract" class="contract-item-icon"/>
 | |
|                     <div class="contract-item-title">Pogodba s šolo</div>
 | |
|                     <div class="contract-item-data">{{contract_school.original_filename}}</div>
 | |
|                     <div class="contract-item-data">DODANO: {{contract_school.timestamp}}</div>
 | |
|                     <a href="/solar/pogodbe-institucije/{{ contract_school.file_contract }}.pdf" class="contract-item-button">Prenesi</a>
 | |
|                 </div>
 | |
|                 </br>
 | |
|                 {% endif %}
 | |
|                 {% for item in contracts_students %}
 | |
|                     <div class="contract-item">
 | |
|                         <img src="/static/image/contract.png" alt="contract" class="contract-item-icon"/>
 | |
|                         <div class="contract-item-title" style="font-size: 12px;">{{item.original_filename}}</div>
 | |
|                         <div class="contract-item-data">Pogodba o prenosu lastništva</div>
 | |
|                         <div class="contract-item-data">DODANO: {{item.timestamp}}</div>
 | |
|                         <a href="/solar/pogodbe-ucencistarsi/{{ item.file_contract }}.pdf" class="contract-item-button">Prenesi</a>
 | |
|                     </div>
 | |
|                     </br>
 | |
|                 {% endfor %}
 | |
|             </div>
 | |
|             </br>
 | |
|             </br>
 | |
|             {% if show_upload_form %}
 | |
|             <div style="padding: 20px; position: absolute; top: 500px; width: 89%;">
 | |
|                 <div class="section-desc">Oddaj pogodbo</div>
 | |
|                 <form action="/solar/pogodbe" method="post" enctype="multipart/form-data">
 | |
|                     {% if enable_upload_school_contract %}
 | |
|                     <div style="display:flex; flex-direction: row; justify-content: left; align-items: center">
 | |
|                         <label style="width: 80%; text-align: right;" for="sola">Pogodba s šolo</label>
 | |
|                         <input style="width: 20%;" type="radio" id="sola" name="tip-pogodbe" value="sola">
 | |
|                     </div>
 | |
|                     {% else %}
 | |
|                     <div style="display:flex; flex-direction: row; justify-content: left; align-items: center">
 | |
|                         <label style="width: 80%; text-align: right;" for="sola">Pogodba s šolo</label>
 | |
|                         <input style="width: 20%;"type="radio" id="sola" name="tip-pogodbe" value="sola" disabled>
 | |
|                     </div>
 | |
|                     {% endif %}
 | |
|                     <div style="display:flex; flex-direction: row; justify-content: left; align-items: center">
 | |
|                         <label style="width: 80%; text-align: right;" for="ucenci-starsi">Pogodba z učenci / starši</label>
 | |
|                         <input style="width: 20%;" type="radio" id="ucenci-starsi" name="tip-pogodbe" value="ucenci-starsi" checked>
 | |
|                     </div>
 | |
|                     <input style="font-size: 10px;" type="file" id="file-contract" name="file[]" multiple="">
 | |
|                     <button style="float: right;" type="submit">Oddaj pogodbo</button>
 | |
|                 </form>
 | |
|             </div>
 | |
|             {% endif %}
 | |
|         </div>
 | |
|         <div id="rect2" class="mock-side">
 | |
|             <div id="collaborators-container">
 | |
|                 <div class="container-title">Sodelujoči</div>
 | |
|                 <div style="overflow-y: auto;">
 | |
|                     {% for collaborator in collaborators %}
 | |
|                         <div class="collaborators-item">
 | |
|                             <div class="collaborators-item-name">{{collaborator.name}}</div>
 | |
|                             {% if collaborator.id in cooperation_history %}
 | |
|                             {% if cooperation_history[collaborator.id]["coordinator"]|length > 0 %}
 | |
|                             <div class="collaborators-item-years"><b>Vodenje:</b> {% for item in cooperation_history[collaborator.id]["coordinator"] %}
 | |
|                                 {% if loop.index != 1 %}, {% endif %}
 | |
|                                 {{item[0]}} 
 | |
|                                 {% endfor %}</div>
 | |
|                             {% endif %}
 | |
|                             {% if cooperation_history[collaborator.id]["mentor"]|length > 0 %}
 | |
|                             <div class="collaborators-item-years"><b>Mentorstvo:</b> {% for item in cooperation_history[collaborator.id]["mentor"] %}
 | |
|                                 {% if loop.index != 1 %}, {% endif %}
 | |
|                                 {{item[0]}} 
 | |
|                                 {% endfor %}</div>
 | |
|                             {% endif %}
 | |
|                             {% if cooperation_history[collaborator.id]["other"]|length > 0 %}
 | |
|                             <div class="collaborators-item-years"><b>Drugo:</b> {% for item in cooperation_history[collaborator.id]["other"] %}
 | |
|                                 {% if loop.index != 1 %}, {% endif %}
 | |
|                                 {{item[0]}} 
 | |
|                                 {% endfor %}</div>
 | |
|                             {% endif %}
 | |
|                             {% endif %}
 | |
|                         </div>
 | |
|                     {% endfor %}
 | |
|                 </div>
 | |
|             </div>
 | |
|             <div id="awards-container">
 | |
|                 <div class="container-title">Sodelovanje v letih</div>
 | |
|                 <div style="overflow-y: auto; margin: auto; width: 100%; height: 200px;">
 | |
|                     {% if cooperation_history.keys()|length > 0 %}
 | |
|                         {% if user_id in cooperation_history %}
 | |
|                         {% for item in cooperation_history[user_id]['coordinator'] %}
 | |
|                             <div style="border-bottom: 2px solid #c4c4c4; min-height: 50px; margin-bottom: 10px;">
 | |
|                                 <img src="/static/image/star.png" alt="star" style="float: left; width: 40px;"/>
 | |
|                                 <div class="collaborators-item-name" 
 | |
|                                          style="float: right; width: 250px; text-align: left; margin-left: 20px;text-overflow: ellipsis; overflow: hidden; white-space: nowrap;">
 | |
|                                     {{item[1]}}
 | |
|                                 </div>
 | |
|                                 <div class="collaborators-item-name" 
 | |
|                                          style="float: right; width: 250px; text-align: left; margin-left: 20px;">
 | |
|                                     {{item[0]}}
 | |
|                                 </div>
 | |
|                             </div>
 | |
|                         {% endfor %}
 | |
|                         {% for item in cooperation_history[user_id]['mentor'] %}
 | |
|                             <div style="border-bottom: 2px solid #c4c4c4; min-height: 50px; margin-bottom: 10px;">
 | |
|                                 <img src="/static/image/star.png" alt="star" style="float: left; width: 40px;"/>
 | |
|                                 <div class="collaborators-item-name" 
 | |
|                                          style="float: right; width: 250px; text-align: left; margin-left: 20px;text-overflow: ellipsis; overflow: hidden; white-space: nowrap;">
 | |
|                                     {{item[1]}}
 | |
|                                 </div>
 | |
|                                 <div class="collaborators-item-name" 
 | |
|                                          style="float: right; width: 250px; text-align: left; margin-left: 20px;">
 | |
|                                     {{item[0]}}
 | |
|                                 </div>
 | |
|                             </div>
 | |
|                         {% endfor %}
 | |
|                         {% for item in cooperation_history[user_id]['other'] %}
 | |
|                             <div style="border-bottom: 2px solid #c4c4c4; min-height: 50px; margin-bottom: 10px;">
 | |
|                                 <img src="/static/image/star.png" alt="star" style="float: left; width: 40px;"/>
 | |
|                                 <div class="collaborators-item-name" 
 | |
|                                          style="float: right; width: 250px; text-align: left; margin-left: 20px;text-overflow: ellipsis; overflow: hidden; white-space: nowrap;">
 | |
|                                     {{item[1]}}
 | |
|                                 </div>
 | |
|                                 <div class="collaborators-item-name" 
 | |
|                                          style="float: right; width: 250px; text-align: left; margin-left: 20px;">
 | |
|                                     {{item[0]}}
 | |
|                                 </div>
 | |
|                             </div>
 | |
|                         {% endfor %}
 | |
|                         {% endif %}
 | |
|                     {% endif %}
 | |
|                 </div>
 | |
|             </div>
 | |
|         </div>
 | |
|     </div>
 | |
| </body>
 | |
| </html>
 |