# 404-solution/trunk/includes/html/viewLogsForSearchBox.html

404 Solution, version trunk. 27 lines.

- Page: https://pluginprobe.com/plugins/404-solution/trunk/code/includes/html/viewLogsForSearchBox.html
- Raw: https://pluginprobe.com/plugins/404-solution/trunk/raw/includes/html/viewLogsForSearchBox.html
- Modified: 2026-03-17T21:56:22+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/404-solution/trunk/code/includes/html/viewLogsForSearchBox.html#L10-L20`.

```html

<!-- - - - - - - - - - - - - - - - - - - -  addManualRedirectPageSearchDropdown.html BEGIN -->

<label  class="add_a_redirect_label" for="redirect_to_user_field">{redirect_to_label}:</label>
<input id="logs_ajax_search_field" placeholder="{TOOLTIP_POPUP_EXPLANATION_EMPTY}" 
       style="width: 50%;" type="text" name="redirect_to_user_field" 
       value="{redirectPageTitle}"
       data-url="{data-url}"
       data-lpignore="true"
       data-tooltip-explanation-empty="{TOOLTIP_POPUP_EXPLANATION_EMPTY}"
       data-tooltip-explanation-page="{TOOLTIP_POPUP_EXPLANATION_PAGE}"
       data-tooltip-explanation-custom-string="{TOOLTIP_POPUP_EXPLANATION_CUSTOM_STRING}"
       data-tooltip-explanation-url="{TOOLTIP_POPUP_EXPLANATION_URL}"
       class="highlight-text-on-focus"
       autofocus
       required > 
<span class="lefty-tooltip">?
    <span class="lefty-tooltiptext">{TOOLTIP_POPUP_EXPLANATION_EMPTY}</span>
</span>
<BR/>
<input id="redirect_to_data_field_id" style="width: 50%;"  name="redirect_to_data_field_id" 
       type="hidden" value="{pageIDAndType}">
<input id="redirect_to_data_field_title" style="width: 50%;"  name="redirect_to_data_field_title"
       type="hidden" value="{redirectPageTitle}"> 

<!-- - - - - - - - - - - - - - - - - - - -  addManualRedirectPageSearchDropdown.html END  -->

```
