Changeset 954 for trunk/tools


Ignore:
Timestamp:
Nov 25, 2005, 10:54:20 PM (18 years ago)
Author:
plg
Message:
  • feature 147 added: add a menu to manage manually create_listing_file.php on remote sites
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/create_listing_file.php

    r758 r954  
    481481else
    482482{
    483   $page['action'] = 'generate';
    484 }
     483  $page['action'] = '';
     484}
     485
    485486echo '<pre>';
    486487switch ($page['action'])
     
    548549    break;
    549550  }
     551  default :
     552  {
     553    // Menu de lancement pour la mise à jour manuel des sites distant
     554    echo '</pre>
     555<ul>
     556  <li>
     557    <a href="create_listing_file.php?action=generate">Generate listing.xml</a>
     558  </li>
     559
     560  <li>
     561    <a href="create_listing_file.php?action=test">Test</a>
     562  </li>
     563
     564  <li>
     565    <a href="create_listing_file.php?action=clean">Clean</a>
     566  </li>
     567</ul>
     568<pre>';
     569  }
    550570}
    551571echo '</pre>';
Note: See TracChangeset for help on using the changeset viewer.