Skip to content

Commit 6e8dab3

Browse files
committed
Added HTML for CuratedUrl
1 parent 2adbd75 commit 6e8dab3

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

sde_indexing_helper/templates/sde_collections/delta_urls_list.html

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ <h3 class="whiteText deltaTitle">
4242
<li class="nav-item">
4343
<a class="tab-nav active tabStyle" data-toggle="tab" href="#Delta-URLs">Delta URLs</a>
4444
</li>
45+
<li class="nav-item">
46+
<a class="tab-nav tabStyle" data-toggle="tab" href="#Curated-URLs">Curated URLs</a>
47+
</li>
4548
<li class="nav-item">
4649
<a class="tab-nav tabStyle" id="excludePatternsTab" data-toggle="tab" href="#Exclude-Patterns">Exclude Patterns</a>
4750
</li>
@@ -121,6 +124,64 @@ <h3 class="whiteText deltaTitle">
121124
</thead>
122125
</table>
123126
</div>
127+
<div class="tab-pane fade" id="Curated-URLs">
128+
<table class="table" id="curated_urls_table" style="width:100%" >
129+
<thead class="tableHeader">
130+
<tr>
131+
<th scope="col" class="text-center col-1"><div class="header-title">URL</div></th>
132+
<th scope="col" class="text-center col-1"><div class="header-title">Exclude</div></th>
133+
<th scope="col" class="text-center col-1"><div class="header-title">Scraped Title</div></th>
134+
<th scope="col" class="text-center col-1"><div class="header-title">New Title</div></th>
135+
<th scope="col" class="text-center col-1"><div class="header-title">Document Type</div></th>
136+
<th scope="col" class="text-center col-1"><div class="header-title">Division</div></th>
137+
<th scope="col" class="text-center col-1"><div class="header-title">ID</div></th>
138+
<th></th>
139+
<th></th>
140+
<th></th>
141+
<th></th>
142+
<!-- <th scope="col" class="text-center col-1"><div class="header-title">Document Type</div></th>
143+
<th scope="col" class="text-center col-1"><div class="header-title">Exclude</div></th>
144+
<th scope="col" class="text-center col-1"><div class="header-title">generated_title</div></th> -->
145+
<!-- {% if is_multi_division %} -->
146+
<!-- {% endif %} -->
147+
148+
</tr>
149+
<tr>
150+
<td ><input type="text" class="table_filter_row_input textBoxStyling" id="curatedUrlFilter" placeholder="URL" /></td>
151+
<td ><select class="dropdown-1 select-dropdown selectStyling"><option value="">SELECT</option>
152+
<option value="false">FALSE</option>
153+
<option value="true">TRUE</option>
154+
</select></td>
155+
<td ><input type="text" class="table_filter_row_input textBoxStyling" id="curatedScrapedTitleFilter" placeholder="Scraped Title" /></td>
156+
<td ><input type="text" class="table_filter_row_input textBoxStyling" id="curatedNewTitleFilter" placeholder="New Title" /></td>
157+
<td><select class="dropdown-4 select-dropdown selectStyling"><option value="">SELECT</option>
158+
<option value="0">None</option>
159+
<option value="1">Images</option>
160+
<option value="2">Data</option>
161+
<option value="3">Documentation</option>
162+
<option value="4">Software and Tools</option>
163+
<option value="5">Missions and Instruments</option>
164+
</select></td>
165+
<td><select class="dropdown-5 select-dropdown selectStyling"><option value="">SELECT</option>
166+
<option value="0">None</option>
167+
<option value="1">Astrophysics</option>
168+
<option value="2">Biological and Physical Sciences</option>
169+
<option value="3">Earth Science</option>
170+
<option value="4">Heliophysics</option>
171+
<option value="5">Planetary Science</option>
172+
</select></td>
173+
<td ></td>
174+
<td ></td>
175+
<td ></td>
176+
<td ></td>
177+
<td ></td>
178+
<td ></td>
179+
<td ></td>
180+
<td ></td>
181+
</tr>
182+
</thead>
183+
</table>
184+
</div>
124185
<div class="tab-pane fade" id="Exclude-Patterns">
125186
<table class="table" id="exclude_patterns_table" style="width:100%">
126187
<thead class="tableHeader">

0 commit comments

Comments
 (0)