Blame | Last modification | View Log | RSS feed
<?php
echo showSectionHead($spTextPanel['API Connection']);
?>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="list">
<tr class="listHead">
<td class="left" width='30%'><?php echo $spTextPanel['API Connection']?></td>
<td class="right"> </td>
</tr>
<tr class="white_row">
<td class="td_left_col"><?php echo $spTextAPI['API Url']?>:</td>
<td class="td_right_col"><?php echo $apiInfo['api_url']?></td>
</tr>
<tr class="blue_row">
<td class="td_left_col"><?php echo $spTextSettings['SP_API_KEY']?>:</td>
<td class="td_right_col"><?php echo SP_DEMO? "*********" : $apiInfo['SP_API_KEY']?></td>
</tr>
<tr class="white_row">
<td class="td_left_col"><?php echo $spTextSettings['API_SECRET']?>:</td>
<td class="td_right_col">
<div id="api_secret" style="display: none;"><?php echo SP_DEMO? "*********" : $apiInfo['API_SECRET']?></div>
<a href="javascript:void(0);" onclick="showDiv('api_secret');hideDiv('secret_link');" id='secret_link'>Show</a>
</td>
</tr>
<tr class="blue_row">
<td class="tab_left_bot_noborder"></td>
<td class="tab_right_bot left">
<a class="bold_link" href="<?php echo SP_HELP_LINK?>api.html" target="_blank"><?php echo $spTextAPI['API Guide']?> >></a>
</td>
</tr>
<tr class="listBot">
<td class="left" colspan="1"></td>
<td class="right"></td>
</tr>
</table>
<br><br>