index.php 983 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?php
  2. /*
  3. * Created on 25 oct. 06
  4. *
  5. * To change the template for this generated file go to
  6. * Window - Preferences - PHPeclipse - PHP - Code Templates
  7. */
  8. $langFile='admin';
  9. include('../inc/global.inc.php');
  10. $nameTool = get_lang('Visioconf');
  11. Display::display_header($nameTool);
  12. ?>
  13. <div id="main_visio" align="center">
  14. <div id="extension_content_visio" style="display:block" class="accordion_content">
  15. <?php echo get_lang('VisioconfDescription') ?><br /><br />
  16. <table width="100%">
  17. <tr>
  18. <td>
  19. <img src="<?php echo api_get_path(WEB_IMG_PATH).'screenshot_conf.jpg' ?>" />
  20. </td>
  21. <td align="center" width="50%" style="color: red">
  22. <?php echo get_lang('ExtensionActivedButNotYetOperational') ?>
  23. </td>
  24. </tr>
  25. </table>
  26. </div>
  27. </div>
  28. <?php
  29. /*
  30. ==============================================================================
  31. FOOTER
  32. ==============================================================================
  33. */
  34. Display::display_footer();
  35. ?>