Changeset 1849


Ignore:
Timestamp:
10/07/2010 01:27:22 PM (20 months ago)
Author:
Xiping.Wang
Message:

[trunk] add sign up link for IE user

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/home_public.php

    r1848 r1849  
    161161                if( strstr($useragent,"MSIE")!=FALSE) { 
    162162             ?> 
    163             <div style="margin-left:20px;margin-bottom:10px;font-weight:bold;">For IE user , please click <a href="<?php echo RR_OMCOLLAB_DIRECTORY; ?>w/index.php?title=Special:UserLogin&type=signup&returnto=/">here</a> to sign up.</div>    
    164             <div style="margin-left: 20px;margin-right:20px;background-color:darkGray" id="signup_form"> 
     163            <div style="margin-left:20px;font-weight:bold;">For IE user , please click <a href="<?php echo RR_OMCOLLAB_DIRECTORY; ?>w/index.php?title=Special:UserLogin&type=signup&returnto=/">here</a> to sign up.</div>       
     164            <div style="margin-left: 20px;margin-right:20px;background-color:gray" id="signup_form"> 
    165165            <?php  
    166166                } else { 
Note: See TracChangeset for help on using the changeset viewer.