103 |
- |
1 |
<?php echo showSectionHead($spTextPanel['Import Proxy']); ?>
|
|
|
2 |
<form id="import_proxy">
|
|
|
3 |
<input type="hidden" name="sec" value="importproxy"/>
|
|
|
4 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="list">
|
|
|
5 |
<tr class="listHead">
|
|
|
6 |
<td class="left" width='30%'><?php echo $spTextPanel['Import Proxy']?></td>
|
|
|
7 |
<td class="right"> </td>
|
|
|
8 |
</tr>
|
|
|
9 |
<tr class="white_row">
|
|
|
10 |
<td class="td_left_col">Links:</td>
|
|
|
11 |
<td class="td_right_col">
|
|
|
12 |
<textarea name="proxy_list" rows="10"></textarea>
|
|
|
13 |
<p style="font-size: 12px;"><?php echo $spTextProxy['enterproxynote']?></p>
|
|
|
14 |
<p><b><?php echo $spText['label']["Syntax"]?>:</b></p>
|
|
|
15 |
<P><?php echo $spTextProxy['proxysyntax']?></P>
|
|
|
16 |
<p><b>Eg:</b></p>
|
|
|
17 |
<p>123.66.2.3, 67, sp456, s$4A1</p>
|
|
|
18 |
<p>pr1.proxylist.com, 82, , </p>
|
|
|
19 |
<p>123.6.78.9, 899</p>
|
|
|
20 |
</td>
|
|
|
21 |
</tr>
|
|
|
22 |
<tr class="blue_row">
|
|
|
23 |
<td class="td_left_col"><?php echo $spText['button']["Check Status"]?>:</td>
|
|
|
24 |
<td class="td_right_col"><input type="checkbox" name="check_status" value="1" checked="checked"></td>
|
|
|
25 |
</tr>
|
|
|
26 |
<tr class="white_row">
|
|
|
27 |
<td class="tab_left_bot_noborder"></td>
|
|
|
28 |
<td class="tab_right_bot"></td>
|
|
|
29 |
</tr>
|
|
|
30 |
<tr class="listBot">
|
|
|
31 |
<td class="left" colspan="1"></td>
|
|
|
32 |
<td class="right"></td>
|
|
|
33 |
</tr>
|
|
|
34 |
</table>
|
|
|
35 |
<table width="100%" cellspacing="0" cellpadding="0" border="0" class="actionSec">
|
|
|
36 |
<tr>
|
|
|
37 |
<td style="padding-top: 6px;text-align:right;">
|
|
|
38 |
<a onclick="scriptDoLoad('proxy.php?sec=import', 'content')" href="javascript:void(0);" class="actionbut">
|
|
|
39 |
<?php echo $spText['button']['Cancel']?>
|
|
|
40 |
</a>
|
|
|
41 |
<?php $actFun = SP_DEMO ? "alertDemoMsg()" : "$(window).scrollTop($('#subcontent').offset().top);scriptDoLoadPost('proxy.php', 'import_proxy', 'subcontent')"; ?>
|
|
|
42 |
<a onclick="<?php echo $actFun?>" href="javascript:void(0);" class="actionbut">
|
|
|
43 |
<?php echo $spText['button']['Proceed']?>
|
|
|
44 |
</a>
|
|
|
45 |
</td>
|
|
|
46 |
</tr>
|
|
|
47 |
</table>
|
|
|
48 |
</form>
|
|
|
49 |
<div id="subcontent"></div>
|