forked from Adleraci/adlerka.top
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			764 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			764 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<header>
 | 
						|
  <h1 class="title"></h1>
 | 
						|
  <p>Adlerka študentské news</p>
 | 
						|
  <button id="articlecreateopen" onclick="togglearticlecreate()"><i class="ri-add-circle-line"></i></button>
 | 
						|
</header>
 | 
						|
 | 
						|
<template data-template-name="article">
 | 
						|
  __TEMPLATE_FOR_ARTICLE_CONTENT__
 | 
						|
</template>
 | 
						|
 | 
						|
<div id="articleslist">
 | 
						|
  __TEMPLATE__ARTICLES_HERE__
 | 
						|
</div>
 | 
						|
 | 
						|
<div id="articlecreatecontainer" class="hidden">
 | 
						|
  <div id="articlecreate">
 | 
						|
    <input type="text" placeholder="Article Title" id="articletitleinput"><br>
 | 
						|
    <textarea id="articlebodyinput" placeholder="Article Body" rows="20" cols="80"></textarea><br>
 | 
						|
    <input type="number" id="articleprivilegeinput" min="1" value="1" step="1"><br>
 | 
						|
    <button id="articlesubmit" onclick="submitarticle()">Add</button>
 | 
						|
  </div>
 | 
						|
</div>
 |