Form to add position added
This commit is contained in:
		
							parent
							
								
									bf63ec1774
								
							
						
					
					
						commit
						91769d6f33
					
				
							
								
								
									
										54
									
								
								ka.html
								
								
								
								
							
							
						
						
									
										54
									
								
								ka.html
								
								
								
								
							|  | @ -29,6 +29,7 @@ | |||
| 		<div class="is-row"> | ||||
| 		<div class="is-col is-70"> | ||||
| 			<fieldset> | ||||
| 				<legend>1. Erfasse deine Stammdaten</legend> | ||||
| 				<div class="is-row"> | ||||
| 					<div class="is-col">  | ||||
| 						<input required type="input" | ||||
|  | @ -148,11 +149,64 @@ | |||
| 				</div> <!-- is-row --> | ||||
| 
 | ||||
| 			</fieldset> | ||||
| 
 | ||||
| 		</div> | ||||
| 		<div class="is-col "> | ||||
| 			Hilfetext Hilfetext Hilfetext Hilfetext Hilfetext Hilfetext Hilfetext Hilfetext Hilfetext Hilfetext Hilfetext Hilfetext Hilfetext Hilfetext Hilfetext Hilfetext Hilfetext Hilfetext Hilfetext Hilfetext Hilfetext | ||||
| 		</div> | ||||
| 		</div> <!-- is row --> | ||||
| 
 | ||||
| 
 | ||||
| 		<div class="is-row"> | ||||
| 		<div class="is-col is-70"> | ||||
| 			<fieldset> | ||||
| 				<legend>2. Erfasse deine Ausgaben</legend> | ||||
| 				<div class="is-row"> | ||||
| 					<div class="is-col is-70"> | ||||
| 						<div class="is-row"> | ||||
| 							<div class="is-col is-60"> | ||||
| 								<input type="text" name="type" placeholder="Auslagenart*"/>  | ||||
| 							</div> | ||||
| 							<div class="is-col is-40"> | ||||
| 								<input type="date" name="type" placeholder="Dateum*"/>  | ||||
| 							</div> | ||||
| 						</div> | ||||
| 						<br> | ||||
| 						<input type="text" name="description" placeholder="Beschreibung*"/>  | ||||
| 						<br> | ||||
| 
 | ||||
| 						<div class="is-row"> | ||||
| 							<div class="is-col"> | ||||
| 								<input type="text" name="amount" placeholder="Betrag*"/>  | ||||
| 							</div> | ||||
| 							<div class="is-col"> | ||||
| 								<input type="text" name="curreny" placeholder="Waehrung*"/>  | ||||
| 							</div> | ||||
| 							<div class="is-col"> | ||||
| 								<button onclick="addTableRow();" class="button is-green">Ausgabe hinzufügen</button> | ||||
| 							</div> | ||||
| 						</div>							 | ||||
| 
 | ||||
| 					</div> | ||||
| 					<div class="is-col is-30"> | ||||
| 						<div class="form-item"> | ||||
| 						<div class="upload" | ||||
| 							data-kube="upload" | ||||
| 							data-type="file" data-multiple="true" | ||||
| 							data-target="#upload-target" | ||||
| 							data-url="upload.php" data-url-remove="delete.php" | ||||
| 							data-progress="true"> | ||||
| 						</div> | ||||
| 						</div> | ||||
| 					</div> | ||||
| 				</div>	 | ||||
| 			</fieldset> | ||||
| 		</div> | ||||
| 		<div class="is-col"> | ||||
| 			hilfe 2 | ||||
| 		</div> | ||||
| 			 | ||||
| 		</div> | ||||
| 		Hallo | ||||
| 
 | ||||
| 		</div> | ||||
|  |  | |||
|  | @ -29,6 +29,12 @@ body { | |||
| } | ||||
| 
 | ||||
| 
 | ||||
| .button.is-green { | ||||
| /*    // $back-color, $text-color | ||||
|     @include make-button(#00ff00, #fff);*/ | ||||
| 	background-color:green; | ||||
| } | ||||
| 
 | ||||
| /* | ||||
| #de:checked~header :lang(en) { display: none; } | ||||
| #en:checked~header :lang(de) { display: none; } | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue