Changeset 7474

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

Preparing For WP 2.1

Files:

Legend:

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

    r7426 r7474  
    123123      </style> 
    124124      <script type="text/javascript"> 
     125      /* <![CDATA[*/ 
    125126            // Index Page 
    126127            function index() { 
    127128                  // Tab 
    128129                  document.getElementById('IndexTab').className = 'SelectedTab'; 
     130                  document.getElementById('ChangelogTab').className = 'Tab'; 
    129131                  document.getElementById('InstallTab').className = 'Tab'; 
    130132                  document.getElementById('UpgradeTab').className = 'Tab'; 
     
    132134                  // Page 
    133135                  document.getElementById('Index').style.display= 'block'; 
    134                   document.getElementById('IndexTab').className = 'SelectedTab'; 
     136                  document.getElementById('Changelog').style.display = 'none'; 
     137                  document.getElementById('Install').style.display = 'none'; 
     138                  document.getElementById('Upgrade').style.display = 'none'; 
     139                  document.getElementById('Usage').style.display = 'none'; 
     140            } 
     141            // Changelog Page 
     142            function changelog() { 
     143                  // Tab 
     144                  document.getElementById('IndexTab').className = 'Tab'; 
     145                  document.getElementById('ChangelogTab').className = 'SelectedTab'; 
     146                  document.getElementById('InstallTab').className = 'Tab'; 
     147                  document.getElementById('UpgradeTab').className = 'Tab'; 
     148                  document.getElementById('UsageTab').className = 'Tab'; 
     149                  // Page 
     150                  document.getElementById('Index').style.display = 'none'; 
     151                  document.getElementById('Changelog').style.display = 'block'; 
    135152                  document.getElementById('Install').style.display = 'none'; 
    136153                  document.getElementById('Upgrade').style.display = 'none'; 
     
    141158                  // Tab 
    142159                  document.getElementById('IndexTab').className = 'Tab'; 
     160                  document.getElementById('ChangelogTab').className = 'Tab'; 
    143161                  document.getElementById('InstallTab').className = 'SelectedTab'; 
    144162                  document.getElementById('UpgradeTab').className = 'Tab'; 
     
    146164                  // Page 
    147165                  document.getElementById('Index').style.display= 'none'; 
     166                  document.getElementById('Changelog').style.display = 'none'; 
    148167                  document.getElementById('Install').style.display = 'block'; 
    149168                  document.getElementById('Upgrade').style.display = 'none'; 
     
    154173                  // Tab 
    155174                  document.getElementById('IndexTab').className = 'Tab'; 
     175                  document.getElementById('ChangelogTab').className = 'Tab'; 
    156176                  document.getElementById('InstallTab').className = 'Tab'; 
    157177                  document.getElementById('UpgradeTab').className = 'SelectedTab'; 
    158                   document.getElementById('UpgradeTab').href = 'Tab'; 
    159178                  document.getElementById('UsageTab').className = 'Tab'; 
    160179                  // Page 
    161180                  document.getElementById('Index').style.display= 'none'; 
     181                  document.getElementById('Changelog').style.display = 'none'; 
    162182                  document.getElementById('Install').style.display = 'none'; 
    163183                  document.getElementById('Upgrade').style.display = 'block'; 
     
    168188                  // Tab 
    169189                  document.getElementById('IndexTab').className = 'Tab'; 
     190                  document.getElementById('ChangelogTab').className = 'Tab'; 
    170191                  document.getElementById('InstallTab').className = 'Tab'; 
    171192                  document.getElementById('UpgradeTab').className = 'Tab'; 
    172193                  document.getElementById('UsageTab').className = 'SelectedTab'; 
    173194                  // Page 
    174                   document.getElementById('Index').style.display= 'none';            
     195                  document.getElementById('Index').style.display= 'none'; 
     196                  document.getElementById('Changelog').style.display = 'none'; 
    175197                  document.getElementById('Install').style.display = 'none'; 
    176198                  document.getElementById('Upgrade').style.display = 'none'; 
    177199                  document.getElementById('Usage').style.display = 'block'; 
    178200            } 
    179 </script> 
     201      /* ]]> */ 
     202      </script> 
    180203</head> 
    181204<body> 
     
    189212            <li id="UpgradeTab" class="Tab"><a href="#Upgrade" onclick="upgrade(); return false;" title="Upgrade Instructions">Upgrade</a></li> 
    190213            <li id="InstallTab" class="Tab"><a href="#Installation" onclick="install(); return false;" title="Installation Instructions">Installation</a></li> 
    191             <li id="IndexTab" class="SelectedTab"><a href="#Index" onclick="index(); return false;" title="Index Instructions">Index</a></li> 
     214            <li id="ChangelogTab" class="Tab"><a href="#Changelog" onclick="changelog(); return false;" title="Changelog">Changelog</a></li> 
     215            <li id="IndexTab" class="SelectedTab"><a href="#Index" onclick="index(); return false;" title="Index">Index</a></li> 
    192216      </ul> 
    193217 
     
    198222                  <div class="SubTitle">&raquo; Index</div> 
    199223                  <div class="SubSubTitle">Plugin Information</div> 
    200                   <p><b>Author</b><br /><b>&raquo;</b> Lester 'GaMerZ' Chan</p> 
    201                   <p> 
    202                         <b>EMail:</b><br /><b>&raquo;</b> 
     224                  <p> 
     225                        <b>Author:</b><br /> 
     226                        <b>&raquo;</b> Lester 'GaMerZ' Chan 
     227                  </p> 
     228                  <p> 
     229                        <b>EMail:</b><br /> 
     230                        <b>&raquo;</b> 
    203231                        <script type="text/javascript"> 
    204232                              /* <![CDATA[*/ 
     
    207235                        </script> 
    208236                  </p> 
    209                   <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> 
    210                   <p><b>Demo:</b><br /><b>&raquo;</b> <a href="http://www.lesterchan.net/wordpress/useronline/" title="http://www.lesterchan.net/wordpress/useronline/">http://www.lesterchan.net/wordpress/useronline/</a></p> 
    211                   <p><b>Documentation:</b><br /><b>&raquo;</b> <a href="http://dev.wp-plugins.org/wiki/wp-useronline" title="http://dev.wp-plugins.org/wiki/wp-useronline">http://dev.wp-plugins.org/wiki/wp-useronline</a></p> 
    212                   <p><b>Development:</b><br /><b>&raquo;</b> <a href="http://dev.wp-plugins.org/browser/wp-useronline/" title="http://dev.wp-plugins.org/browser/wp-useronline/">http://dev.wp-plugins.org/browser/wp-useronline/</a></p> 
    213                   <p><b>Support Forums:</b><br /><b>&raquo;</b> <a href="http://forums.lesterchan.net/index.php?board=21.0" title="http://forums.lesterchan.net/index.php?board=21.0">http://forums.lesterchan.net/index.php?board=21.0</a></p> 
    214                   <p><b>Updated:</b><br /><b>&raquo;</b> 1st February 2007</p> 
    215                   <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> 
    216                   <div class="SubSubTitle">Changelog</div> 
     237                  <p> 
     238                        <b>Website:</b><br /> 
     239                        <b>&raquo;</b> <a href="http://www.lesterchan.net/" title="http://www.lesterchan.net/">http://www.lesterchan.net/</a> 
     240                  </p> 
     241                  <p> 
     242                        <b>Features:</b><br /> 
     243                        <b>&raquo;</b> Enable you to display how many users are online on your Wordpress blog with detailed statistics of where they are and who there are(Members/Guests/Search Bots). 
     244                  </p> 
     245                  <p> 
     246                        <b>Download:</b><br /> 
     247                        <b>&raquo;</b> <a href="http://www.lesterchan.net/others/downloads.php?id=14" title="http://www.lesterchan.net/others/downloads.php?id=14">WP-UserOnline 2.10 For WordPress 2.1.x</a><br /> 
     248                        <b>&raquo;</b> <a href="http://www.lesterchan.net/others/downloads/wp-useronline206.zip" title="http://www.lesterchan.net/others/downloads/wp-useronline206.zip">WP-UserOnline 2.06 For WordPress 2.0.x</a><br /> 
     249                        <b>&raquo;</b> <a href="http://www.lesterchan.net/others/downloads/wp-useronline.zip" title="http://www.lesterchan.net/others/downloads/wp-useronline.zip">WP-UserOnline 1.00 For WordPress 1.5.2</a> 
     250                  </p> 
     251                  <p> 
     252                        <b>Demo:</b><br /> 
     253                        <b>&raquo;</b> <a href="http://www.lesterchan.net/wordpress/useronline/" title="http://www.lesterchan.net/wordpress/useronline/">http://www.lesterchan.net/wordpress/useronline/</a> 
     254                  </p> 
     255                  <p> 
     256                        <b>Development:</b><br /> 
     257                        <b>&raquo;</b> <a href="http://dev.wp-plugins.org/browser/wp-useronline/" title="http://dev.wp-plugins.org/browser/wp-useronline/">http://dev.wp-plugins.org/browser/wp-useronline/</a> 
     258                  </p> 
     259                  <p> 
     260                        <b>Translations:</b><br /> 
     261                        <b>&raquo;</b> <a href="http://dev.wp-plugins.org/browser/wp-useronline/i18n/" title="http://dev.wp-plugins.org/browser/wp-useronline/i18n/">http://dev.wp-plugins.org/browser/wp-useronline/i18n/</a> 
     262                  </p> 
     263                  <p> 
     264                        <b>Support Forums:</b><br /> 
     265                        <b>&raquo;</b> <a href="http://forums.lesterchan.net/index.php?board=21.0" title="http://forums.lesterchan.net/index.php?board=21.0">http://forums.lesterchan.net/index.php?board=21.0</a> 
     266                  </p> 
     267                  <p> 
     268                        <b>Updated:</b><br /> 
     269                        <b>&raquo;</b> 1st February 2007 
     270                  </p> 
     271                  <p> 
     272                        <b>Note:</b><br /> 
     273                        <b>&raquo;</b> The <b>Changelog</b>, <b>Installation</b>, <b>Upgrade</b>, <b>Usage</b> Tab at the top of the page. 
     274                  </p> 
     275                  <p> 
     276                        <b>Donations:</b><br /> 
     277                        <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  
     278                        <script type="text/javascript"> 
     279                              /* <![CDATA[*/ 
     280                              document.write(' <b>gamerz84@hotmail.com</b>.'); 
     281                              /* ]]> */ 
     282                        </script> 
     283                  </p> 
     284            </div> 
     285 
     286            <!-- Changelog --> 
     287            <div id="Changelog" style="display: none;"> 
     288                  <div class="SubTitle">&raquo; Changelog</div> 
    217289                  <ul> 
    218290                        <li>