move files
This commit is contained in:
		
							parent
							
								
									ec43576519
								
							
						
					
					
						commit
						6451dfd065
					
				
					 11 changed files with 6 additions and 6 deletions
				
			
		
							
								
								
									
										5
									
								
								pages/open/popup.htm
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								pages/open/popup.htm
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,5 @@ | |||
| <html> | ||||
|     <head> | ||||
|         <script src="../../scripts/pages/open/popup.js" type="module"></script> | ||||
|     </head> | ||||
| </html> | ||||
							
								
								
									
										8
									
								
								pages/open/settings.htm
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								pages/open/settings.htm
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,8 @@ | |||
| <html> | ||||
|     <head> | ||||
|         <script | ||||
|             src="../../scripts/pages/open/settings.js" | ||||
|             type="module" | ||||
|         ></script> | ||||
|     </head> | ||||
| </html> | ||||
							
								
								
									
										197
									
								
								pages/settings.htm
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										197
									
								
								pages/settings.htm
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,197 @@ | |||
| <html> | ||||
| 	<head> | ||||
| 		<script src="../scripts/pages/settings.js" type="module"></script> | ||||
| 		<script src="../styles/external/materialize/js/materialize.js"></script> | ||||
| 
 | ||||
| 		<title for="term_preferences"></title> | ||||
| 	</head> | ||||
| 
 | ||||
| 	<body> | ||||
| 		<main class="container"> | ||||
| 			<ul class="collapsible" data-collapsible="accordion"> | ||||
| 				<li> | ||||
| 					<header | ||||
| 						class="collapsible-header waves-effect flow-text" | ||||
| 						accesskey="1" | ||||
| 						for="general" | ||||
| 						data-icon="cog" | ||||
| 					></header> | ||||
| 					<section class="collapsible-body"> | ||||
| 						<section class="input-group"> | ||||
| 							<legend for="general" class="flow-text"></legend> | ||||
| 							<ul class="input-field"> | ||||
| 								<li> | ||||
| 									<label> | ||||
| 										<input | ||||
| 											type="checkbox" | ||||
| 											data-store="settings,general,showApplicable" | ||||
| 											class="filled-in" | ||||
| 											data-store-location="1" | ||||
| 										/> | ||||
| 										<span | ||||
| 											for="settings_general_showApplicable" | ||||
| 										></span> | ||||
| 									</label> | ||||
| 								</li> | ||||
| 								<li> | ||||
| 									<label> | ||||
| 										<input | ||||
| 											type="checkbox" | ||||
| 											data-store="settings,general,injectToPage" | ||||
| 											class="filled-in" | ||||
| 											data-store-location="1" | ||||
| 										/> | ||||
| 										<span | ||||
| 											for="settings_general_injectToPage" | ||||
| 										></span> | ||||
| 									</label> | ||||
| 								</li> | ||||
| 							</ul> | ||||
| 						</section> | ||||
| 						<section class="input-group"> | ||||
| 							<legend for="behavior" class="flow-text"></legend> | ||||
| 							<ul class="input-field"> | ||||
| 								<li> | ||||
| 									<label> | ||||
| 										<input | ||||
| 											type="checkbox" | ||||
| 											data-store="settings,behavior,autoRun" | ||||
| 											class="filled-in" | ||||
| 											data-store-location="1" | ||||
| 										/> | ||||
| 										<span | ||||
| 											for="settings_behavior_autoRun" | ||||
| 										></span> | ||||
| 									</label> | ||||
| 								</li> | ||||
| 							</ul> | ||||
| 						</section> | ||||
| 					</section> | ||||
| 				</li> | ||||
| 				<li> | ||||
| 					<header | ||||
| 						class="collapsible-header waves-effect flow-text" | ||||
| 						for="filters" | ||||
| 						accesskey="2" | ||||
| 						data-icon="filter" | ||||
| 					></header> | ||||
| 					<section class="collapsible-body"> | ||||
| 						<section class="input-group row"> | ||||
| 							<label class="input-description"> | ||||
| 								<legend | ||||
| 									for="filters" | ||||
| 									class="flow-text" | ||||
| 								></legend> | ||||
| 								<label | ||||
| 									for="settings_filters_description" | ||||
| 								></label> | ||||
| 							</label> | ||||
| 							<side class="input-field"> | ||||
| 								<button | ||||
| 									data-action="filters,update" | ||||
| 									title-for="settings_filters_update" | ||||
| 									data-enable="settings,filters" | ||||
| 									data-icon="refresh" | ||||
| 								></button> | ||||
| 								<button | ||||
| 									href="settings/filters.htm" | ||||
| 									tab-height="607.5" | ||||
| 									tab-width="1080" | ||||
| 									data-icon="pencil" | ||||
| 									title-for="settings_filters_open" | ||||
| 								></button> | ||||
| 							</side> | ||||
| 						</section> | ||||
| 						<section class="input-group"> | ||||
| 							<div class="input-field"> | ||||
| 								<input type="number" data-store="settings,sync,duration" data-store-location="1" placeholder=" " min=".25" step=".25" /> | ||||
| 								<label for="settings_update_duration_description"></label> | ||||
| 							</div> | ||||
| 						</section> | ||||
| 						<section class="input-group"> | ||||
| 							<label class="input-description"> | ||||
| 								<legend | ||||
| 									for="analysis" | ||||
| 									class="flow-text" | ||||
| 								></legend> | ||||
| 								<label | ||||
| 									for="settings_analysis_description" | ||||
| 								></label> | ||||
| 							</label> | ||||
| 							<div class="input-field"> | ||||
| 								<input type="password" data-store="settings,analysis,api,key" data-store-location="1" placeholder=" " class="validate" required /> | ||||
| 								<label for="API_Key"></label> | ||||
| 							</div> | ||||
| 						</section> | ||||
| 					</section> | ||||
| 				</li> | ||||
| 				<li> | ||||
| 					<header | ||||
| 						class="collapsible-header waves-effect flow-text" | ||||
| 						for="storage" | ||||
| 						accesskey="3" | ||||
| 						data-icon="database" | ||||
| 					></header> | ||||
| 					<section class="collapsible-body"> | ||||
| 						<section class="input-group"> | ||||
| 							<label | ||||
| 								for="settings_storage_description" | ||||
| 								class="input-description" | ||||
| 							></label> | ||||
| 							<div class="input-field"> | ||||
| 								<button | ||||
| 									title-for="settings_storage_clear" | ||||
| 									data-icon="delete" | ||||
| 									data-enable="sites" | ||||
| 									data-action="storage,clear" | ||||
| 									class="btn waves-effect" | ||||
| 								></button> | ||||
| 							</div> | ||||
| 						</section> | ||||
| 					</section> | ||||
| 				</li> | ||||
| 				<li> | ||||
| 					<header | ||||
| 						class="collapsible-header waves-effect flow-text" | ||||
| 						for="about" | ||||
| 						accesskey="4" | ||||
| 						data-icon="information" | ||||
| 					></header> | ||||
| 					<section class="collapsible-body"> | ||||
| 						<div class="row"> | ||||
| 							<side class="s3"> | ||||
| 								<img | ||||
| 									src="../icons/logo.png" | ||||
| 									alt="Logo" | ||||
| 									class="responsive-img" | ||||
| 								/> | ||||
| 							</side> | ||||
| 							<article class="s9"> | ||||
| 								<p | ||||
| 									class="flow-text" | ||||
| 									style="font-weight: bold" | ||||
| 									for="extension_name" | ||||
| 								></p> | ||||
| 								<p | ||||
| 									for="extension_version" | ||||
| 									style="font-style: italic" | ||||
| 								></p> | ||||
| 								<p for="extension_description"></p> | ||||
| 							</article> | ||||
| 						</div> | ||||
| 					</section> | ||||
| 				</li> | ||||
| 			</ul> | ||||
| 		</main> | ||||
| 		<side class="fixed-action-btn"> | ||||
| 			<button | ||||
| 				href="help" | ||||
| 				tab-height="607.5" | ||||
| 				tab-width="1080" | ||||
| 				class="btn-floating btn-large" | ||||
| 				title-for="help" | ||||
| 				data-icon="help" | ||||
| 			></button> | ||||
| 		</side> | ||||
| 	</body> | ||||
| </html> | ||||
							
								
								
									
										87
									
								
								pages/settings/filters.htm
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										87
									
								
								pages/settings/filters.htm
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,87 @@ | |||
| <html> | ||||
| 
 | ||||
| <head> | ||||
|     <script src="../../styles/external/materialize/js/materialize.js"></script> | ||||
|     <script src="../../scripts/pages/settings.js" type="module"></script> | ||||
| 
 | ||||
|     <title for="filters"></title> | ||||
| </head> | ||||
| 
 | ||||
| <body> | ||||
|     <main class="dual"> | ||||
| 		<ul id="slide-out" class="sidenav sidenav-fixed" name="control"> | ||||
| 			<li> | ||||
| 				<li for="extension_name" class="flow-text" id="title"></li> | ||||
| 			</li> | ||||
| 			<li> | ||||
| 				<div class="input-field" title-for="settings_filters_search_prompt"> | ||||
| 					<input type="search" data-result="filters" data-results-filters="name,url" placeholder=" " /> | ||||
| 					<label data-icon="magnify"></label> | ||||
| 				</div> | ||||
| 			</li> | ||||
| 			<div data-results-list="filters"></div> | ||||
| 		</ul> | ||||
|         <section> | ||||
|             <nav class="nav-wrapper" data-result-linked="filters"> | ||||
|                 <ul class="left"> | ||||
|                     <li><a data-icon="menu" works-sidebar="control"></a></li> | ||||
|                 </ul> | ||||
|                 <ul class="right"> | ||||
|                     <li><a data-icon="trash-can" data-result-enable="filters" data-action="filters,delete,one" accesskey="-"></a></li> | ||||
|                     <li><a data-icon="sync" data-result-enable="filters" data-action="filters,update,one"></a></li> | ||||
|                 </ul> | ||||
|             </nav> | ||||
|             <section class="container"> | ||||
|                 <article data-result-linked="filters" class=""> | ||||
| 					<h2 class="flow-text" data-result-content="*"></h2> | ||||
| 					<div class="input-field"> | ||||
| 						<input type="text" class="validate" placeholder=" " data-result-store="name"> | ||||
| 						<label for="settings_filters_source_name"></label> | ||||
| 					</div> | ||||
| 					<ul class="input-field"> | ||||
| 						<li> | ||||
| 							<label> | ||||
| 								<input | ||||
| 									type="checkbox" | ||||
| 									data-result-store=",settings,filters" | ||||
| 									data-result-store-parameter="enabled" | ||||
| 									class="filled-in" data-store-location="1" | ||||
| 								/> | ||||
| 								<span for="enable"></span> | ||||
| 							</label> | ||||
| 						</li> | ||||
| 					</ul> | ||||
| 					<div class="input-field"> | ||||
| 						<input type="text" class="validate" placeholder=" " data-result-store="author"> | ||||
| 						<label for="settings_filters_source_author"></label> | ||||
| 					</div> | ||||
| 					<div class="input-field"> | ||||
| 						<input type="text" class="validate" placeholder=" " class="flow-text" data-result-store="description" /> | ||||
| 						<label for="settings_filters_source_description"></label> | ||||
| 					</div> | ||||
| 					<div class="input-field"> | ||||
| 						<input type="url" class="validate" placeholder=" " data-result-store="URL"> | ||||
| 						<label for="settings_filters_target_URL"></label> | ||||
| 					</div> | ||||
| 					<div class="input-field"> | ||||
| 						<textarea class="validate" type="code" placeholder=" " data-result-store="data"></textarea> | ||||
| 						<label for="settings_filters_content"></label> | ||||
| 					</div> | ||||
| 					<div class="input-field"> | ||||
| 						<textarea class="validate" type="code" placeholder=" " data-result-store="trigger"></textarea> | ||||
| 						<label for="settings_filters_target"></label> | ||||
| 					</div> | ||||
| 				</article> | ||||
|             </section> | ||||
|         </section> | ||||
|     </main> | ||||
|     <footer class="fixed-action-btn"> | ||||
|         <button class="btn-floating btn-large" data-icon="plus" accesskey="+" data-action="filters,add,one"></button> | ||||
|         <ul> | ||||
|             <li><button data-action="filters,update" class="btn-floating waves-effect" | ||||
|                     title-for="settings_filters_update" data-icon="refresh" accesskey="r"></button></li> | ||||
|         </ul> | ||||
|     </footer> | ||||
| </body> | ||||
| 
 | ||||
| </html> | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue