"vs"
Bootstrap 3.3.0 Snippet by varun3129

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="tabs"> <ul class="nav nav-tabs"> <li class="active"> <a href="#popular" data-toggle="tab"><i class="fa fa-star"></i> Popular</a> </li> <li> <a href="#recent" data-toggle="tab">Recent</a> </li> <li> <a href="#recent1" data-toggle="tab">Recent</a> </li> </ul> <div class="tab-content"> <div id="popular" class="tab-pane active"> <div class="alert alert-secondary text-center" id="trialExpired" style="display:none;">Your 45 days trial of Yodlee APIs has expired. <br/>Contact Yodlee Customer Care if you wish to request an extension.</div> <p> </p> <div class="panel panel-primary"> <!-- Default panel contents --> <div class="panel-heading">API Keys and Sandbox Connection Details</div> <table class="table table-bordered"> <tbody> <tr> <td> Cobrand Login </td> <td> <span id='cLoginName'><?php echo $cobrandLogin; ?></span> </td> </tr> <tr> <td> Cobrand Password </td> <td> <span id='cPassword'><?php echo $cobrandPassword; ?></span> </td> </tr> </tbody> </table> </div> </div> <div id="recent" class="tab-pane"> <div class="panel panel-primary"> <!-- Default panel contents --> <div class="panel-heading">API Versions and End-Points</div> <table class="table table-bordered"> <tbody> <tr> <td> <h6>Yodlee API URL</h6> <p><a href="https://developer.yodlee.com/Yodlee_API">Integration Guide</a></p> </td> <td> https://developer.api.yodlee.com/ysl/restserver/ </td> </tr> <tr> <td> <h6>Yodlee FastLink Node URL</h6> <p><a href="https://developer.yodlee.com/API_Resources/Integration_Guide">Integration Guide</a></p> </td> <td> https://node.developer.yodlee.com/authenticate/restserver/ </td> </tr> <tr> <td> <h6>Yodlee Wrapper APIs (REST/SOAP)</h6> <p><a href="https://developer.yodlee.com/Aggregation_API/">Integration Guide</a></p> </td> <td> <p>REST API URL: https://rest.developer.yodlee.com/services/srest/restserver/v1.0/</p> <p>SOAP API URL: https://rest.developer.yodlee.com/services/services</p> </td> </tr> </tbody> </table> </div></div> <div id="recent1" class="tab-pane"> <div class="panel panel-primary"> <!-- Default panel contents --> <div class="panel-heading">Test Users</div> <div class="panel-body"> <p>Every developer sandbox account comes test-data pre-populated. Developer account is provided with five test users, each of these users have 2-3 bank/credit card test accounts linked. Developers can start trying out our APIs directly using this test data. <br/> <div class="alert alert-default">New user registrations are disabled in Developer Sandbox Environment. Using test users any number of accounts can be linked.</div> </p> </div> <table class="table table-bordered"> <thead> <tr> <th> # </th> <th> User Name </th> <th> User Password </th> <th> FastLink </th> </tr> </thead> <tbody> <tr> <td> 1 </td> <td> <?php echo 'sbMem'.$account->name.'1'; ?> </td> <td> <?php echo 'sbMem'.$account->name; ?>1#123 </td> <td> <p><a href="#" onClick="launchFL2('<?php echo 'sbMem'.$account->name.'1'; ?>');return false;">FastLink for Aggregation</a></p> <p><a href="#" onClick="launchFL2IAV('<?php echo 'sbMem'.$account->name.'1'; ?>');return false;">FastLink for Account Verification</a></p> </td> </tr> <tr> <td> 2 </td> <td> <?php echo 'sbMem'.$account->name.'2'; ?> </td> <td> <?php echo 'sbMem'.$account->name; ?>2#123 </td> <td> <p><a href="#" onClick="launchFL2('<?php echo 'sbMem'.$account->name.'2'; ?>');return false;">FastLink for Aggregation</a></p> <p><a href="#" onClick="launchFL2IAV('<?php echo 'sbMem'.$account->name.'2'; ?>');return false;">FastLink for Account Verification</a></p> </td> </tr> <tr> <td> 3 </td> <td> <?php echo 'sbMem'.$account->name.'3'; ?> </td> <td> <?php echo 'sbMem'.$account->name; ?>3#123 </td> <td> <p><a href="#" onClick="launchFL2('<?php echo 'sbMem'.$account->name.'3'; ?>');return false;">FastLink for Aggregation</a></p> <p><a href="#" onClick="launchFL2IAV('<?php echo 'sbMem'.$account->name.'3'; ?>');return false;">FastLink for Account Verification</a></p> </td> </tr> <tr> <td> 4 </td> <td> <?php echo 'sbMem'.$account->name.'4'; ?> </td> <td> <?php echo 'sbMem'.$account->name; ?>4#123 </td> <td> <p><a href="#" onClick="launchFL2('<?php echo 'sbMem'.$account->name.'4'; ?>');return false;">FastLink for Aggregation</a></p> <p><a href="#" onClick="launchFL2IAV('<?php echo 'sbMem'.$account->name.'4'; ?>');return false;">FastLink for Account Verification</a></p> </td> </tr> <tr> <td> 5 </td> <td> <?php echo 'sbMem'.$account->name.'5'; ?> </td> <td> <?php echo 'sbMem'.$account->name; ?>5#123 </td> <td> <p><a href="#" onClick="launchFL2('<?php echo 'sbMem'.$account->name.'5'; ?>');return false;">FastLink for Aggregation</a></p> <p><a href="#" onClick="launchFL2IAV('<?php echo 'sbMem'.$account->name.'5'; ?>');return false;">FastLink for Account Verification</a></p> </td> </tr> </tbody> </table> </div> </div> </div> </div>

Related: See More


Questions / Comments: