Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UNL_Search
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_Search
Merge requests
!6
4.1
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
4.1
4.1
into
master
Overview
17
Commits
33
Pipelines
0
Changes
1
Merged
Michael Fairchild
requested to merge
4.1
into
master
9 years ago
Overview
12
Commits
33
Pipelines
0
Changes
1
Expand
Please don't merge until we are closer to launch.
Outstanding issues:
Styling of the search input group needs adjustment (button is not aligned correctly)
Testing
0
0
Merge request reports
Viewing commit
a62c20aa
Prev
Next
Show latest version
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
a62c20aa
Use WDN input group markup
· a62c20aa
Kevin Abel
authored
9 years ago
Fixed bad padding alignment.
www/templates/search-form.tpl.php
+
3
−
3
Options
<div
id=
"searchform"
class=
"wdn-band"
>
<form
action=
"./"
method=
"get"
class=
"wdn-inner-wrapper"
>
<div
class=
"input-group"
>
<input
type=
"text"
value=
""
name=
"q"
id=
"search_q"
title
=
"Search Query"
placeholder=
"e.g., Herbert Husker, Ph.D."
/>
<span
class=
"input-group-btn"
><button
class=
"button wdn-icon-search"
t
itle=
"Search"
type=
"submit"
></button></span>
<div
class=
"
wdn-
input-group"
>
<input
type=
"text"
name=
"q"
id=
"search_q"
aria-label
=
"Search Query"
placeholder=
"e.g., Herbert Husker, Ph.D."
/>
<span
class=
"
wdn-
input-group-btn"
><button
class=
"button wdn-icon-search"
t
ype=
"submit"
><span
class=
"wdn-text-hidden"
>
Search
</span
></button></span>
</div>
<?php
if
(
!
empty
(
$local_results
))
:
?>
<input
type=
"hidden"
name=
"u"
value=
"
<?php
echo
htmlentities
(
$_GET
[
'u'
],
ENT_QUOTES
)
?>
"
/>
Loading