2012-04-26 06:47:49 +00:00
|
|
|
<div id="gmail">
|
|
|
|
<div id="forerror" style="color:red;display:none;"></div>
|
|
|
|
<table id="form">
|
|
|
|
<tr>
|
|
|
|
<td><label class="thmtxt" style="width:75px;">Username:</label></td><td><input type="text" style="width:150px;" /></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><label class="thmtxt" style="width:75px;">Password:</label></td><td><input type="password" style="width:150px;" /></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td colspan="2" align='center'><a href="" onclick="gmail();return false;" class='thmtxt' id="gmail_button">Check for new mail</button></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<div id="loading" style="display:none" class="thmtxt">Retrieving new emails...</div>
|
|
|
|
<div id="content" style="display:none;"background-color:#000;height:200px;"" >
|
|
|
|
<div id="subject" ></div>
|
|
|
|
<div id="date" class='thmtxt'></div>
|
|
|
|
<div id="msgbody" class='thmtxt'></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<script>
|
|
|
|
$(document).ready(function(){
|
2012-04-26 09:23:47 +00:00
|
|
|
|
2012-04-26 06:47:49 +00:00
|
|
|
})
|
|
|
|
</script>
|