Source for file admin.syndicate.html.php

Documentation is available at admin.syndicate.html.php

  1. <?php
  2. /**
  3. @package Mambo
  4. @subpackage Syndicate
  5. @copyright  Refer to copyright.php
  6. @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
  7. @author Mambo Foundation Inc see README.php
  8. */
  9.  
  10. /** ensure this file is being included by a parent file */
  11. defined'_VALID_MOS' or die'Direct Access to this location is not allowed.' );
  12.  
  13. class HTML_syndicate {
  14.  
  15.     function settings$option&$params$id {
  16.         global $mosConfig_live_site;
  17.         ?>
  18.         <div id="overDiv" style="position:absolute; visibility:hidden; z-index:10000;"></div>
  19.         <form action="index2.php" method="post" name="adminForm">
  20.         <table class="adminheading">
  21.         <tr>
  22.             <th>
  23.             <?php echo T_('Syndication Settings')?>
  24.             </th>
  25.         </tr>
  26.         </table>
  27.  
  28.         <table class="adminform">
  29.         <tr>
  30.             <th>
  31.             <?php echo T_('Parameters')?>
  32.             </th>
  33.         </tr>
  34.         <tr>
  35.             <td>
  36.             <?php
  37.             echo $params->render();
  38.             ?>
  39.             </td>
  40.         </tr>
  41.         </table>
  42.  
  43.         <input type="hidden" name="id" value="<?php echo $id?>" />
  44.         <input type="hidden" name="name" value="خروجی سایت" />
  45.         <input type="hidden" name="admin_menu_link" value="option=com_syndicate" />
  46.         <input type="hidden" name="admin_menu_alt" value="<?php echo T_('Manage Syndication Settings')?>" />
  47.         <input type="hidden" name="option" value="com_syndicate" />
  48.         <input type="hidden" name="admin_menu_img" value="js/ThemeOffice/component.png" />
  49.         <input type="hidden" name="option" value="<?php echo $option?>" />
  50.         <input type="hidden" name="task" value="" />
  51.         <input type="hidden" name="boxchecked" value="0" />
  52.         </form>
  53.         <script language="Javascript" src="<?php echo $mosConfig_live_site;?>/includes/js/overlib_mini.js"></script>
  54.         <?php
  55.     }
  56. }
  57. ?>

Documentation generated on Mon, 05 May 2008 16:16:18 +0400 by phpDocumentor 1.4.0