added data storage to html
This commit is contained in:
		
							parent
							
								
									7ec08003bf
								
							
						
					
					
						commit
						fe5437e6d3
					
				
					 1 changed files with 191 additions and 187 deletions
				
			
		|  | @ -1,191 +1,195 @@ | ||||||
| <html> | <html> | ||||||
|     <head> | 	<head> | ||||||
|         <script src="../scripts/pages/settings.js"></script> | 		<script src="../scripts/pages/settings.js"></script> | ||||||
|         <script src="../styles/external/materialize/js/materialize.js"></script> | 		<script src="../styles/external/materialize/js/materialize.js"></script> | ||||||
| 
 | 
 | ||||||
|         <title for="term_preferences"></title> | 		<title for="term_preferences"></title> | ||||||
|     </head> | 	</head> | ||||||
| 
 | 
 | ||||||
|     <body> | 	<body> | ||||||
|         <main class="container"> | 		<main class="container"> | ||||||
|             <ul class="collapsible" data-collapsible="accordion"> | 			<ul class="collapsible" data-collapsible="accordion"> | ||||||
|                 <li> | 				<li> | ||||||
|                     <header | 					<header | ||||||
|                         class="collapsible-header waves-effect flow-text" | 						class="collapsible-header waves-effect flow-text" | ||||||
|                         accesskey="1" | 						accesskey="1" | ||||||
|                         for="general" | 						for="general" | ||||||
|                         data-icon="cog" | 						data-icon="cog" | ||||||
|                     ></header> | 					></header> | ||||||
|                     <section class="collapsible-body"> | 					<section class="collapsible-body"> | ||||||
|                         <section class="input-group"> | 						<section class="input-group"> | ||||||
|                             <legend for="general" class="flow-text"></legend> | 							<legend for="general" class="flow-text"></legend> | ||||||
|                             <ul class="input-field"> | 							<ul class="input-field"> | ||||||
|                                 <li> | 								<li> | ||||||
|                                     <label> | 									<label> | ||||||
|                                         <input | 										<input | ||||||
|                                             type="checkbox" | 											type="checkbox" | ||||||
|                                             data-store="settings,general,showApplicable" | 											data-store="settings,general,showApplicable" | ||||||
|                                             class="filled-in" | 											class="filled-in" | ||||||
|                                         /> | 											data-store-location="1" | ||||||
|                                         <span | 										/> | ||||||
|                                             for="settings_general_showApplicable" | 										<span | ||||||
|                                         ></span> | 											for="settings_general_showApplicable" | ||||||
|                                     </label> | 										></span> | ||||||
|                                 </li> | 									</label> | ||||||
|                                 <li> | 								</li> | ||||||
|                                     <label> | 								<li> | ||||||
|                                         <input | 									<label> | ||||||
|                                             type="checkbox" | 										<input | ||||||
|                                             data-store="settings,general,injectToPage" | 											type="checkbox" | ||||||
|                                             class="filled-in" | 											data-store="settings,general,injectToPage" | ||||||
|                                         /> | 											class="filled-in" | ||||||
|                                         <span | 											data-store-location="1" | ||||||
|                                             for="settings_general_injectToPage" | 										/> | ||||||
|                                         ></span> | 										<span | ||||||
|                                     </label> | 											for="settings_general_injectToPage" | ||||||
|                                 </li> | 										></span> | ||||||
|                             </ul> | 									</label> | ||||||
|                         </section> | 								</li> | ||||||
|                         <section class="input-group"> | 							</ul> | ||||||
|                             <legend for="behavior" class="flow-text"></legend> | 						</section> | ||||||
|                             <ul class="input-field"> | 						<section class="input-group"> | ||||||
|                                 <li> | 							<legend for="behavior" class="flow-text"></legend> | ||||||
|                                     <label> | 							<ul class="input-field"> | ||||||
|                                         <input | 								<li> | ||||||
|                                             type="checkbox" | 									<label> | ||||||
|                                             data-store="settings,behavior,autoRun" | 										<input | ||||||
|                                             class="filled-in" | 											type="checkbox" | ||||||
|                                         /> | 											data-store="settings,behavior,autoRun" | ||||||
|                                         <span | 											class="filled-in" | ||||||
|                                             for="settings_behavior_autoRun" | 											data-store-location="1" | ||||||
|                                         ></span> | 										/> | ||||||
|                                     </label> | 										<span | ||||||
|                                 </li> | 											for="settings_behavior_autoRun" | ||||||
|                             </ul> | 										></span> | ||||||
|                         </section> | 									</label> | ||||||
|                     </section> | 								</li> | ||||||
|                 </li> | 							</ul> | ||||||
|                 <li> | 						</section> | ||||||
|                     <header | 					</section> | ||||||
|                         class="collapsible-header waves-effect flow-text" | 				</li> | ||||||
|                         for="filters" | 				<li> | ||||||
|                         accesskey="2" | 					<header | ||||||
|                         data-icon="filter" | 						class="collapsible-header waves-effect flow-text" | ||||||
|                     ></header> | 						for="filters" | ||||||
|                     <section class="collapsible-body"> | 						accesskey="2" | ||||||
|                         <section class="input-group row"> | 						data-icon="filter" | ||||||
|                             <label class="input-description"> | 					></header> | ||||||
|                                 <legend | 					<section class="collapsible-body"> | ||||||
|                                     for="filters" | 						<section class="input-group row"> | ||||||
|                                     class="flow-text" | 							<label class="input-description"> | ||||||
|                                 ></legend> | 								<legend | ||||||
|                                 <label | 									for="filters" | ||||||
|                                     for="settings_filters_description" | 									class="flow-text" | ||||||
|                                 ></label> | 								></legend> | ||||||
|                             </label> | 								<label | ||||||
|                             <side class="input-field"> | 									for="settings_filters_description" | ||||||
|                                 <button | 								></label> | ||||||
|                                     data-action="filters,update" | 							</label> | ||||||
|                                     title-for="settings_filters_update" | 							<side class="input-field"> | ||||||
|                                     data-enable="filters" | 								<button | ||||||
|                                     data-icon="refresh" | 									data-action="filters,update" | ||||||
|                                 ></button> | 									title-for="settings_filters_update" | ||||||
|                                 <button | 									data-enable="filters" | ||||||
|                                     href="settings/filters.htm" | 									data-icon="refresh" | ||||||
|                                     tab-height="607.5" | 								></button> | ||||||
|                                     tab-width="1080" | 								<button | ||||||
|                                     data-icon="pencil" | 									href="settings/filters.htm" | ||||||
|                                     title-for="settings_filters_open" | 									tab-height="607.5" | ||||||
|                                 ></button> | 									tab-width="1080" | ||||||
|                             </side> | 									data-icon="pencil" | ||||||
|                         </section> | 									title-for="settings_filters_open" | ||||||
|                         <section class="input-group"> | 								></button> | ||||||
|                             <label class="input-description"> | 							</side> | ||||||
|                                 <legend | 						</section> | ||||||
|                                     for="analysis" | 						<section class="input-group"> | ||||||
|                                     class="flow-text" | 							<label class="input-description"> | ||||||
|                                 ></legend> | 								<legend | ||||||
|                                 <label | 									for="analysis" | ||||||
|                                     for="settings_analysis_description" | 									class="flow-text" | ||||||
|                                 ></label> | 								></legend> | ||||||
|                             </label> | 								<label | ||||||
|                             <div class="input-field"> | 									for="settings_analysis_description" | ||||||
|                                 <input | 								></label> | ||||||
|                                     type="password" | 							</label> | ||||||
|                                     data-store="settings,analysis,api,key" | 							<div class="input-field"> | ||||||
|                                 /> | 								<input | ||||||
|                                 <label for="API_Key"></label> | 									type="password" | ||||||
|                             </div> | 									data-store="settings,analysis,api,key" | ||||||
|                         </section> | 									data-store-location="1" | ||||||
|                     </section> | 								/> | ||||||
|                 </li> | 								<label for="API_Key"></label> | ||||||
|                 <li> | 							</div> | ||||||
|                     <header | 						</section> | ||||||
|                         class="collapsible-header waves-effect flow-text" | 					</section> | ||||||
|                         for="storage" | 				</li> | ||||||
|                         accesskey="3" | 				<li> | ||||||
|                         data-icon="database" | 					<header | ||||||
|                     ></header> | 						class="collapsible-header waves-effect flow-text" | ||||||
|                     <section class="collapsible-body"> | 						for="storage" | ||||||
|                         <section class="input-group"> | 						accesskey="3" | ||||||
|                             <label | 						data-icon="database" | ||||||
|                                 for="settings_storage_description" | 					></header> | ||||||
|                                 class="input-description" | 					<section class="collapsible-body"> | ||||||
|                             ></label> | 						<section class="input-group"> | ||||||
|                             <div class="input-field"> | 							<label | ||||||
|                                 <button | 								for="settings_storage_description" | ||||||
|                                     title-for="settings_storage_clear" | 								class="input-description" | ||||||
|                                     data-icon="delete" | 							></label> | ||||||
|                                     data-enable="sites" | 							<div class="input-field"> | ||||||
|                                     data-action="storage,clear" | 								<button | ||||||
|                                     class="btn waves-effect" | 									title-for="settings_storage_clear" | ||||||
|                                 ></button> | 									data-icon="delete" | ||||||
|                             </div> | 									data-enable="sites" | ||||||
|                         </section> | 									data-action="storage,clear" | ||||||
|                     </section> | 									class="btn waves-effect" | ||||||
|                 </li> | 								></button> | ||||||
|                 <li> | 							</div> | ||||||
|                     <header | 						</section> | ||||||
|                         class="collapsible-header waves-effect flow-text" | 					</section> | ||||||
|                         for="about" | 				</li> | ||||||
|                         accesskey="4" | 				<li> | ||||||
|                         data-icon="information" | 					<header | ||||||
|                     ></header> | 						class="collapsible-header waves-effect flow-text" | ||||||
|                     <section class="collapsible-body"> | 						for="about" | ||||||
|                         <div class="row"> | 						accesskey="4" | ||||||
|                             <side class="s3"> | 						data-icon="information" | ||||||
|                                 <img | 					></header> | ||||||
|                                     src="../icons/logo.png" | 					<section class="collapsible-body"> | ||||||
|                                     alt="Logo" | 						<div class="row"> | ||||||
|                                     class="responsive-img" | 							<side class="s3"> | ||||||
|                                 /> | 								<img | ||||||
|                             </side> | 									src="../icons/logo.png" | ||||||
|                             <article class="s9"> | 									alt="Logo" | ||||||
|                                 <p | 									class="responsive-img" | ||||||
|                                     class="flow-text" | 								/> | ||||||
|                                     style="font-weight: bold" | 							</side> | ||||||
|                                     for="extension_name" | 							<article class="s9"> | ||||||
|                                 ></p> | 								<p | ||||||
|                                 <p | 									class="flow-text" | ||||||
|                                     for="extension_version" | 									style="font-weight: bold" | ||||||
|                                     style="font-style: italic" | 									for="extension_name" | ||||||
|                                 ></p> | 								></p> | ||||||
|                                 <p for="extension_description"></p> | 								<p | ||||||
|                             </article> | 									for="extension_version" | ||||||
|                         </div> | 									style="font-style: italic" | ||||||
|                     </section> | 								></p> | ||||||
|                 </li> | 								<p for="extension_description"></p> | ||||||
|             </ul> | 							</article> | ||||||
|         </main> | 						</div> | ||||||
|         <side class="fixed-action-btn"> | 					</section> | ||||||
|             <button | 				</li> | ||||||
|                 href="help" | 			</ul> | ||||||
|                 tab-height="607.5" | 		</main> | ||||||
|                 tab-width="1080" | 		<side class="fixed-action-btn"> | ||||||
|                 class="btn-floating btn-large" | 			<button | ||||||
|                 title-for="help" | 				href="help" | ||||||
|                 data-icon="help" | 				tab-height="607.5" | ||||||
|             ></button> | 				tab-width="1080" | ||||||
|         </side> | 				class="btn-floating btn-large" | ||||||
|     </body> | 				title-for="help" | ||||||
|  | 				data-icon="help" | ||||||
|  | 			></button> | ||||||
|  | 		</side> | ||||||
|  | 	</body> | ||||||
| </html> | </html> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue