コード例 #1
0
ファイル: index.php プロジェクト: GuillaumeSeren/mtgas
      <td><a href="' . $token['image_url'] . '">' . $token['image_url'] . '</a></td>
     </tr>
';
    }
    ?>
    </tbody>
   </table>
<?php 
}
?>
  </div>

  <div class="section">
   <h2>To</h2>
   <pre><?php 
$import_log = $importer->import($ext_local, $apply);
// PHP Import
?>
</pre>

   <table>
    <tbody id="imported_cards">
     <tr>
      <th>Name</th>
      <th>Found</th>
      <th>Updates</th>
     </tr>
<?php 
$updates = 0;
$found = array();
$notfound = array();