Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Backend
Commits
4c25b575
Commit
4c25b575
authored
Sep 17, 2013
by
Matija Obreza
Browse files
Layouts
parent
d2719007
Changes
3
Show whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/decorator/entry.jsp
View file @
4c25b575
...
...
@@ -86,7 +86,7 @@
<div
class=
"pull-right searcher"
style=
"margin-top: 5px;"
>
<form
class=
"search form-search"
method=
"get"
action=
"
<c:url
value=
"/search"
/>
"
>
<input
type=
"text"
name=
"q"
class=
"
input-medium search-query
"
placeholder=
"
<spring:message
code=
"search.input.placeholder"
/>
"
/>
<button
type=
"submit"
class=
"btn notimportant"
><spring:message
code=
"search.button.label"
/></button>
<input
type=
"text"
name=
"q"
class=
""
placeholder=
"
<spring:message
code=
"search.input.placeholder"
/>
"
/>
<button
type=
"submit"
class=
"btn notimportant"
><spring:message
code=
"search.button.label"
/></button>
</form>
</div>
</div>
...
...
src/main/webapp/WEB-INF/decorator/main.jsp
View file @
4c25b575
...
...
@@ -52,7 +52,7 @@
<div
class=
"pull-right"
id=
"header-searcher"
>
<form
class=
"search form-search"
method=
"get"
action=
"
<c:url
value=
"/search"
/>
"
>
<input
type=
"text"
name=
"q"
class=
"
input-medium search-query
"
placeholder=
"
<spring:message
code=
"search.input.placeholder"
/>
"
/>
<input
type=
"text"
name=
"q"
class=
""
placeholder=
"
<spring:message
code=
"search.input.placeholder"
/>
"
/>
<button
type=
"submit"
class=
"btn"
><spring:message
code=
"search.button.label"
/></button>
</form>
</div>
...
...
src/main/webapp/WEB-INF/jsp/search/index.jsp
View file @
4c25b575
...
...
@@ -9,7 +9,7 @@
</head>
<body>
<form
class=
"form-search"
method=
"get"
action=
"
<c:url
value=
"/search"
/>
"
>
<input
type=
"text"
name=
"q"
class=
"
input-medium search-query
"
value=
"
<c:out
value=
"
${
q
}
"
/>
"
/>
<input
type=
"submit"
value=
"
<spring:message
code=
"search.button.label"
/>
"
class=
"btn"
/>
<input
type=
"text"
name=
"q"
class=
""
value=
"
<c:out
value=
"
${
q
}
"
/>
"
/>
<input
type=
"submit"
value=
"
<spring:message
code=
"search.button.label"
/>
"
class=
"btn"
/>
</form>
<c:if
test=
"
${
pagedData
.
totalElements
eq
0
}
"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment