mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
38 lines
1.6 KiB
JSON
38 lines
1.6 KiB
JSON
{
|
|
"name": "cApexWEB",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "cApexWEB - web based Backoffice client",
|
|
"website": "http://www.capitalsoft.com/",
|
|
"matches": [
|
|
{
|
|
"text": "<frame name=\"main\" src=\"capexmain_middle.htm\" scrolling=\"no\" target=\"_top\">"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<title>cApexWEB ([^\\s^<]+)<\\/title>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"text": "<!-- Change Company & Address Line , Enter First Line for Company Name and 2nd Line of Address --->"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<input type=\"hidden\" value=\"([^\\s^\"^>]+)\" name=\"dfcode\">)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<input type=\"hidden\" name=\"dfparentdb\" value=\"([^\\s^\"^>]+)\">)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<input type=\"hidden\" name=\"dfparentip\" value=\"([^\\s^\"^>]+)\">)"
|
|
},
|
|
{
|
|
"text": "<td><form method=\"post\" name=\"parentpage\" action=\"../servlet/capexweb.parentvalidatepassword\">"
|
|
},
|
|
{
|
|
"text": "<form method=\"post\" action=\"../servlet/capexweb.parentvalidatepassword\">"
|
|
},
|
|
{
|
|
"text": "var winPop = window.open(\"../servlet/capexweb.parentvalidatepassword?dfuserid=\"+dfuserid.value+\"&dfpassword=\"+dfpassword.value+\"&dfparentip=\"+dfparentip.value+\"&dfparentdb=\"+dfparentdb.value+\"&dfcode=\"+dfcode.value+\"\",\"mywin\",\"width=550,height=550,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,fullscreen=yes\");"
|
|
}
|
|
]
|
|
}
|