User:Ilya/Sandbox: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<iframe src="http://www.google.com/talk/service/badge/Show?tk=z01q6amlqrrdf9ah0ddpbi2jbd78giv1i0k34bikilo7u35n2q7b5ihpvj9iq21a353lupm215vrl9tc90295321rdgrn3d5ip3kkp3cg2h5ngt26oinsa0j1micvedtur5ma2t1l4rl9j696dpphjoi70lmfm7mhr607jptg&amp;w=200&amp;h=60" frameborder="0" allowtransparency="true" width="200" height="60"></iframe>
.formbody {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
.form_format {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
border: 1px solid #999999;
color: #333333;
}
.form_button {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
border: 1px solid #666;
color: #333333;
}
.style1 {
font-size: 11px;
color: #666666;
}
.style2 {color: #333333}
</style>
<div class="formbody">
  <form action="/um/um_processinvite.php" method="post" name="invitation" id="invitation">
      <div class="style2"><span style="font-weight:bold;">Your name: </span></div>
      <div><input name="sendername" type="text" class="form_format" size="50" /></div>
 
      <div class="style2"><span style="font-weight:bold;">Friend's email (you may enter up to 25 emails, separated by commas): </span></div>
      <div><textarea name="friendemail" class="form_format" rows="4" cols="30"></textarea></div>
 
      <div class="style2"><span style="font-weight:bold;">Message to your friend (optional): </span></div>
      <div><textarea name="message" class="form_format" rows="4" cols="30"></textarea></div>
 
      <div><input name="submit_invitation" type="submit" class="form_button" value="Submit Invitation(s)!" /></div>
  </form>
</div>
</html>
</html>

Revision as of 14:21, 1 April 2008

<html> <iframe src="http://www.google.com/talk/service/badge/Show?tk=z01q6amlqrrdf9ah0ddpbi2jbd78giv1i0k34bikilo7u35n2q7b5ihpvj9iq21a353lupm215vrl9tc90295321rdgrn3d5ip3kkp3cg2h5ngt26oinsa0j1micvedtur5ma2t1l4rl9j696dpphjoi70lmfm7mhr607jptg&amp;w=200&amp;h=60" frameborder="0" allowtransparency="true" width="200" height="60"></iframe> </html>