Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UNL_WDN_Assessment
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Experience Group
UNL_WDN_Assessment
Commits
02b6fd87
Commit
02b6fd87
authored
15 years ago
by
Seth Meranda
Browse files
Options
Downloads
Patches
Plain Diff
UI updates to presentation, add icon for unknown.
parent
cddda9be
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
www/css/batchval.css
+9
-1
9 additions, 1 deletion
www/css/batchval.css
www/css/images/trueFalse.png
+0
-0
0 additions, 0 deletions
www/css/images/trueFalse.png
www/index.php
+9
-13
9 additions, 13 deletions
www/index.php
with
18 additions
and
14 deletions
www/css/batchval.css
+
9
−
1
View file @
02b6fd87
@CHARSET
"UTF-8"
;
.true
span
,
.false
span
{
.true
span
,
.false
span
,
.unknown
span
{
background
:
url('images/trueFalse.png')
no-repeat
0
0
;
}
.unknown
span
{
background-position
:
0
-64px
;
}
.false
span
{
background-position
:
0
-35px
;
}
...
...
@@ -62,4 +65,9 @@ div[class^="depth"] span {
}
div
[
class
^=
"depth"
]
:hover
{
outline
:
1px
solid
#65d0d7
;
}
#summaryTitle
span
{
float
:
right
;
font-size
:
0.6em
;
margin-top
:
7px
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
www/css/images/trueFalse.png
+
0
−
0
View replaced file @
cddda9be
View file @
02b6fd87
2.65 KiB
|
W:
|
H:
4.09 KiB
|
W:
|
H:
2-up
Swipe
Onion skin
This diff is collapsed.
Click to expand it.
www/index.php
+
9
−
13
View file @
02b6fd87
...
...
@@ -77,16 +77,16 @@ if (isset($_GET['uri'])
</div>
<div
id=
"wdn_content_wrapper"
>
<div
id=
"titlegraphic"
>
<!-- InstanceBeginEditable name="titlegraphic" -->
<h1>
Welcome to the new b
atch
v
alidator
</h1>
<h1>
B
atch
V
alidator
</h1>
<!-- InstanceEndEditable -->
</div>
<div
id=
"pagetitle"
>
<!-- InstanceBeginEditable name="pagetitle" -->
<!-- InstanceEndEditable -->
</div>
<div
id=
"maincontent"
>
<!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' -->
<!-- InstanceBeginEditable name="maincontentarea" -->
<
div
class=
"three_col left"
>
<form
method=
"get"
action=
""
class=
"zenform primary"
>
<
h2>
New and Improved!
</h2
>
<form
method=
"get"
action=
""
class=
"zenform primary"
style=
"width:930px;margin-top:10px;"
>
<fieldset>
<legend>
Batch V
alidat
or
</legend>
<legend>
Submit your site for v
alidat
ion
</legend>
<ol>
<li>
<label
for=
"name"
class=
"element"
>
...
...
@@ -101,19 +101,19 @@ if (isset($_GET['uri'])
<ol>
<li>
<input
id=
"action_all"
type=
"radio"
name=
"action"
value=
"revalidate"
/>
<label
for=
"action_all"
>
Revalidate all
</label>
<label
for=
"action_all"
>
All pages
</label>
</li>
<li>
<input
id=
"action_invalid"
type=
"radio"
name=
"action"
value=
"invalid"
/>
<label
for=
"action_invalid"
>
Revalidate invalid
</label>
<label
for=
"action_invalid"
>
Only pages previously identified as invalid
<span
class=
"helper"
>
Based on a prior batch validation scan
</span>
</label>
</li>
<li>
<input
id=
"action_links"
type=
"radio"
name=
"action"
value=
"rescan"
/>
<label
for=
"action_links"
>
Rescan links
</label>
<label
for=
"action_links"
>
Rescan links
<span
class=
"helper"
>
What does this do?
</span>
</label>
</li>
<li>
<input
id=
"action_external"
type=
"radio"
name=
"action"
value=
"linkcheck"
/>
<label
for=
"action_external"
>
Check external links
</label>
<label
for=
"action_external"
>
Check external links
<span
class=
"helper"
>
What does this do?
</span>
</label>
</li>
</ol>
</fieldset>
...
...
@@ -122,11 +122,7 @@ if (isset($_GET['uri'])
</fieldset>
<p
class=
"submit"
><input
type=
"submit"
id=
"submit"
name=
"submit"
value=
"Submit"
/></p>
</form>
</div>
<div
class=
"col right"
>
<p
class=
"submit"
><a
href=
"#"
onclick=
"validateInvalid(); return false;"
>
Validate Invalid
</a></p>
<p
class=
"submit"
><a
href=
"#"
onclick=
"validateAll(); return false;"
>
Validate All
</a></p>
</div>
<h3
id=
"summaryTitle"
class=
"sec_header"
>
Summary of Scan
<span>
Revalidate:
<a
href=
"#"
>
Invalid Pages
</a>
|
<a
href=
"#"
>
All Pages
</a></span></h3>
<div
class=
"clear"
>
<?php
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment