Created
September 8, 2017 10:31
-
-
Save geminixiang/86c033e2d144bb6689f4de81ed7d5825 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*gemini add*/ | |
img.Text += "<div class='item johnny_fix'><img src='images/" + rs["filenm"] + "' alt='Technology' /><div class='plex'><div class='plex_subhead'><h3>Technology</h3></div><div class='plex_head'><h1>Pre-activated <p style='text-transform: lowercase;display:inline;color:rgb(34,34,34);'>π</p>Code MicroDisc</h1></div><div class='plex_btn'><a href='http://www.plexbio.com.tw/about.aspx?unitid=221&lang=en'><button type='button'>More</button></a></div></div></div>"; rs.Read(); | |
img.Text += "<div class='item johnny_fix'><img src='images/" + rs["filenm"] + "' alt='Product' /><div class='plex'><div class='plex_subhead'><h3>Product</h3></div><div class='plex_head'><h1>IntelliPlex™ 1000 <p style='text-transform: lowercase;display:inline;color:rgb(34,34,34);'>π</p>Code Processor</h1></div><div class='plex_btn'><a href='http://www.plexbio.com.tw/about.aspx?unitid=125&lang=en'><button type='button'>More</button></a></div></div></div>"; rs.Read(); | |
img.Text += "<div class='item johnny_fix'><img src='images/" + rs["filenm"] + "' alt='Event' /><div class='plex'><div class='plex_subhead'><h3>Event</h3></div><div class='plex_head'><h1>MEDICA 2017</h1></div><div class='plex_btn'><a href='http://www.plexbio.com.tw/new_detail.aspx?unitid=129&newsid=173&lang=en'><button type='button'>More</button></a></div></div></div>"; rs.Read(); | |
img.Text += "<div class='item johnny_fix'><img src='images/" + rs["filenm"] + "' alt='Liqud Biopsy' /><div class='plex'><div class='plex_subhead'><h3>Cancer Management</h3></div><div class='plex_head'><h1>Liquid Biopsy</h1></div><div class='plex_btn'><a href='http://www.plexbio.com.tw/about.aspx?unitid=223&lang=en'><button type='button'>More</button></a></div></div></div>"; rs.Read(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment