Changeset 7482

Show
Ignore:
Timestamp:
01/22/07 17:14:47 (1 year ago)
Author:
GamerZ
Message:

Preparing For WP 2.1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wp-dbmanager/trunk/readme.html

    r7433 r7482  
    122122      </style> 
    123123      <script type="text/javascript"> 
     124      /* <![CDATA[*/ 
    124125            // Index Page 
    125126            function index() { 
    126127                  // Tab 
    127128                  document.getElementById('IndexTab').className = 'SelectedTab'; 
     129                  document.getElementById('ChangelogTab').className = 'Tab'; 
    128130                  document.getElementById('InstallTab').className = 'Tab'; 
    129131                  document.getElementById('UpgradeTab').className = 'Tab'; 
     
    131133                  // Page 
    132134                  document.getElementById('Index').style.display= 'block'; 
    133                   document.getElementById('IndexTab').className = 'SelectedTab'; 
     135                  document.getElementById('Changelog').style.display = 'none'; 
     136                  document.getElementById('Install').style.display = 'none'; 
     137                  document.getElementById('Upgrade').style.display = 'none'; 
     138                  document.getElementById('Usage').style.display = 'none'; 
     139            } 
     140            // Changelog Page 
     141            function changelog() { 
     142                  // Tab 
     143                  document.getElementById('IndexTab').className = 'Tab'; 
     144                  document.getElementById('ChangelogTab').className = 'SelectedTab'; 
     145                  document.getElementById('InstallTab').className = 'Tab'; 
     146                  document.getElementById('UpgradeTab').className = 'Tab'; 
     147                  document.getElementById('UsageTab').className = 'Tab'; 
     148                  // Page 
     149                  document.getElementById('Index').style.display = 'none'; 
     150                  document.getElementById('Changelog').style.display = 'block'; 
    134151                  document.getElementById('Install').style.display = 'none'; 
    135152                  document.getElementById('Upgrade').style.display = 'none'; 
     
    140157                  // Tab 
    141158                  document.getElementById('IndexTab').className = 'Tab'; 
     159                  document.getElementById('ChangelogTab').className = 'Tab'; 
    142160                  document.getElementById('InstallTab').className = 'SelectedTab'; 
    143161                  document.getElementById('UpgradeTab').className = 'Tab'; 
     
    145163                  // Page 
    146164                  document.getElementById('Index').style.display= 'none'; 
     165                  document.getElementById('Changelog').style.display = 'none'; 
    147166                  document.getElementById('Install').style.display = 'block'; 
    148167                  document.getElementById('Upgrade').style.display = 'none'; 
     
    153172                  // Tab 
    154173                  document.getElementById('IndexTab').className = 'Tab'; 
     174                  document.getElementById('ChangelogTab').className = 'Tab'; 
    155175                  document.getElementById('InstallTab').className = 'Tab'; 
    156176                  document.getElementById('UpgradeTab').className = 'SelectedTab'; 
    157                   document.getElementById('UpgradeTab').href = 'Tab'; 
    158177                  document.getElementById('UsageTab').className = 'Tab'; 
    159178                  // Page 
    160179                  document.getElementById('Index').style.display= 'none'; 
     180                  document.getElementById('Changelog').style.display = 'none'; 
    161181                  document.getElementById('Install').style.display = 'none'; 
    162182                  document.getElementById('Upgrade').style.display = 'block'; 
     
    167187                  // Tab 
    168188                  document.getElementById('IndexTab').className = 'Tab'; 
     189                  document.getElementById('ChangelogTab').className = 'Tab'; 
    169190                  document.getElementById('InstallTab').className = 'Tab'; 
    170191                  document.getElementById('UpgradeTab').className = 'Tab'; 
    171192                  document.getElementById('UsageTab').className = 'SelectedTab'; 
    172193                  // Page 
    173                   document.getElementById('Index').style.display= 'none';            
     194                  document.getElementById('Index').style.display= 'none'; 
     195                  document.getElementById('Changelog').style.display = 'none'; 
    174196                  document.getElementById('Install').style.display = 'none'; 
    175197                  document.getElementById('Upgrade').style.display = 'none'; 
    176198                  document.getElementById('Usage').style.display = 'block'; 
    177199            } 
    178 </script> 
     200      /* ]]> */ 
     201      </script> 
    179202</head> 
    180203<body> 
     
    188211            <li id="UpgradeTab" class="Tab"><a href="#Upgrade" onclick="upgrade(); return false;" title="Upgrade Instructions">Upgrade</a></li> 
    189212            <li id="InstallTab" class="Tab"><a href="#Installation" onclick="install(); return false;" title="Installation Instructions">Installation</a></li> 
     213            <li id="ChangelogTab" class="Tab"><a href="#Changelog" onclick="changelog(); return false;" title="Changelog">Changelog</a></li> 
    190214            <li id="IndexTab" class="SelectedTab"><a href="#Index" onclick="index(); return false;" title="Index Instructions">Index</a></li> 
    191215      </ul> 
     
    197221                  <div class="SubTitle">&raquo; Index</div> 
    198222                  <div class="SubSubTitle">Plugin Information</div> 
    199                   <p><b>Author</b><br /><b>&raquo;</b> Lester 'GaMerZ' Chan</p> 
    200                   <p> 
    201                         <b>EMail:</b><br /><b>&raquo;</b> 
     223                  <p> 
     224                        <b>Author:</b><br /> 
     225                        <b>&raquo;</b> Lester 'GaMerZ' Chan 
     226                  </p> 
     227                  <p> 
     228                        <b>EMail:</b><br /> 
     229                        <b>&raquo;</b> 
    202230                        <script type="text/javascript"> 
    203231                              /* <![CDATA[*/ 
     
    206234                        </script> 
    207235                  </p> 
    208                   <p><b>Website:</b><br /><b>&raquo;</b> <a href="http://www.lesterchan.net/" title="http://www.lesterchan.net/">http://www.lesterchan.net/</a></p> 
    209                   <p><b>Demo:</b><br /><b>&raquo;</b> N/A</p> 
    210                   <p><b>Documentation:</b><br /><b>&raquo;</b> <a href="http://dev.wp-plugins.org/wiki/wp-dbmanager" title="http://dev.wp-plugins.org/wiki/wp-dbmanager">http://dev.wp-plugins.org/wiki/wp-dbmanager</a></p> 
    211                   <p><b>Development:</b><br /><b>&raquo;</b> <a href="http://dev.wp-plugins.org/browser/wp-dbmanager/" title="http://dev.wp-plugins.org/browser/wp-dbmanager/">http://dev.wp-plugins.org/browser/wp-dbmanager/</a></p> 
    212                   <p><b>Support Forums:</b><br /><b>&raquo;</b> <a href="http://forums.lesterchan.net/index.php?board=11.0" title="http://forums.lesterchan.net/index.php?board=11.0">http://forums.lesterchan.net/index.php?board=11.0</a></p> 
    213                   <p><b>Updated:</b><br /><b>&raquo;</b> 1st February 2007</p> 
    214                   <p><b>Note:</b><br /><b>&raquo;</b> The <b>Installation</b>, <b>Upgrade</b>, <b>Usage</b> Tab at the top of the page.</p> 
    215                   <div class="SubSubTitle">Changelog</div> 
     236                  <p> 
     237                        <b>Website:</b><br /> 
     238                        <b>&raquo;</b> <a href="http://www.lesterchan.net/" title="http://www.lesterchan.net/">http://www.lesterchan.net/</a> 
     239                  </p> 
     240                  <p> 
     241                        <b>Features:</b><br /> 
     242                        <b>&raquo;</b> Manages your Wordpress database. Allows you to optimize database, backup database, restore database, delete backup database , drop/empty tables and run selected queries. 
     243                  </p> 
     244                  <p> 
     245                        <b>Download:</b><br /> 
     246                        <b>&raquo;</b> <a href="http://www.lesterchan.net/others/downloads.php?id=15" title="http://www.lesterchan.net/others/downloads.php?id=15">WP-DBManager 2.10 For WordPress 2.1.x</a><br /> 
     247                        <b>&raquo;</b> <a href="http://www.lesterchan.net/others/downloads/wp-dbmanager205.zip" title="http://www.lesterchan.net/others/downloads/wp-dbmanager205.zip">WP-DBManager 2.05 For WordPress 2.0.x</a><br /> 
     248                        <b>&raquo;</b> <a href="http://www.lesterchan.net/others/downloads/wp-dbmanager.zip" title="http://www.lesterchan.net/others/downloads/wp-dbmanager.zip">WP-DBManager 1.00 For WordPress 1.5.2</a> 
     249                  </p> 
     250                  <p> 
     251                        <b>Demo:</b><br /> 
     252                        <b>&raquo;</b> N/A 
     253                  </p> 
     254                  <p> 
     255                        <b>Development:</b><br /> 
     256                        <b>&raquo;</b> <a href="http://dev.wp-plugins.org/browser/wp-dbmanager/" title="http://dev.wp-plugins.org/browser/wp-dbmanager/">http://dev.wp-plugins.org/browser/wp-dbmanager/</a> 
     257                  </p> 
     258                  <p> 
     259                        <b>Translations:</b><br /> 
     260                        <b>&raquo;</b> <a href="http://dev.wp-plugins.org/browser/wp-dbmanager/i18n/" title="http://dev.wp-plugins.org/browser/wp-dbmanager/i18n/">http://dev.wp-plugins.org/browser/wp-dbmanager/i18n/</a> 
     261                  </p> 
     262                  <p> 
     263                        <b>Support Forums:</b><br /> 
     264                        <b>&raquo;</b> <a href="http://forums.lesterchan.net/index.php?board=11.0" title="http://forums.lesterchan.net/index.php?board=11.0">http://forums.lesterchan.net/index.php?board=11.0</a> 
     265                  </p> 
     266                  <p> 
     267                        <b>Updated:</b><br /> 
     268                        <b>&raquo;</b> 1st February 2007 
     269                  </p> 
     270                  <p> 
     271                        <b>Note:</b><br /> 
     272                        <b>&raquo;</b> The <b>Changelog</b>, <b>Installation</b>, <b>Upgrade</b>, <b>Usage</b> Tab at the top of the page. 
     273                  </p> 
     274                  <p> 
     275                        <b>Donations:</b><br /> 
     276                        <b>&raquo;</b> I spent most of my free time creating, updating, maintaining and supporting these plugins, if you really love my plugins and could spare me a couple of bucks as my school allowance, I will really appericiate it. If not feel free to use it without any obligations. Thank You. My Paypal account is  
     277                        <script type="text/javascript"> 
     278                              /* <![CDATA[*/ 
     279                              document.write(' <b>gamerz84@hotmail.com</b>.'); 
     280                              /* ]]> */ 
     281                        </script> 
     282                  </p> 
     283            </div> 
     284 
     285            <!-- Changelog --> 
     286            <div id="Changelog" style="display: none;"> 
     287                  <div class="SubTitle">&raquo; Changelog</div> 
    216288                  <ul> 
    217289                        <li>