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
Felix Eckhofer
tools
Commits
364072a7
Commit
364072a7
authored
Jul 07, 2013
by
Felix Eckhofer
🤹🏼
Browse files
jump to results directly
parent
ab59fb2d
Changes
1
Show whitespace changes
Inline
Side-by-side
platzhalter/platzhalter.php
View file @
364072a7
...
...
@@ -181,7 +181,7 @@ foreach ($dictfiles as $name => $file) {
</form>
<form
method=
"post"
action=
"
<?php
echo
str_replace
(
'"'
,
''
,
$_SERVER
[
'REQUEST_URI'
]);
?>
"
>
<form
method=
"post"
action=
"
<?php
echo
str_replace
(
'"'
,
''
,
$_SERVER
[
'REQUEST_URI'
]);
?>
#result
"
>
<input
type=
"hidden"
name=
"width"
value=
"
<?php
echo
$width
;
?>
"
>
<input
type=
"hidden"
name=
"width_min"
value=
"
<?php
echo
$width_min
;
?>
"
>
...
...
@@ -292,7 +292,7 @@ function is_built_from($word)
$match
=
array_filter
(
$match
,
'is_built_from'
);
echo
'<h2>'
.
count
(
$match
)
.
' Treffer</h2>'
;
echo
'<
a name="result"></a><
h2>'
.
count
(
$match
)
.
' Treffer</h2>'
;
echo
'<div style="padding: 1em 2em; background: #cdcdcd;"><tt>'
;
foreach
(
$match
as
$word
)
{
echo
' '
.
$word
.
'<br>'
;
...
...
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