зеркало из https://github.com/mozilla/pjs.git
26 строки
590 B
Plaintext
Executable File
26 строки
590 B
Plaintext
Executable File
# Sherlock Plugin for Netscape Open Directory
|
|
# Copyright (c) 2000 Netscape Communications Corp.
|
|
# Author - Myron Rosmarin
|
|
#
|
|
|
|
<search
|
|
name = "Jobs"
|
|
description = "Jobs"
|
|
method = "GET"
|
|
action = "http://jobsearch.netscape.monster.com/jobsearch.asp"
|
|
>
|
|
|
|
<INPUT NAME="fn" VALUE="">
|
|
<INPUT NAME="loc" VALUE="">
|
|
<INPUT NAME="ss" VALUE="0">
|
|
<INPUT NAME="q" user>
|
|
|
|
|
|
<interpret
|
|
resultListStart = "<!-- Jobs nnn of nnn -->"
|
|
resultListEnd = "<!-- Define a "previous" button if this isn't the first page -->"
|
|
resultItemStart = "<TR>"
|
|
>
|
|
|
|
</search>
|