על מנת לערוך סיכומים נדרש לפתוח חשבון.

סיכומונה:ארגז החול: הבדלים בין גרסאות בדף

מתוך סיכומונה, אתר הסיכומים החופשי.
קפיצה לניווט קפיצה לחיפוש
אין תקציר עריכה
אין תקציר עריכה
שורה 1: שורה 1:
'''זהו ארגז החול כאן ניתן לבצע את כל ניסיונות העריכה שלכם כל עוד אתם לא מוחקים הודעה זו'''
'''זהו ארגז החול כאן ניתן לבצע את כל ניסיונות העריכה שלכם כל עוד אתם לא מוחקים הודעה זו'''
----
----
<html>
<script type=text/javascript>
<!--
  var start_time = (new Date()).getTime();
// -->
</script>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Welcome to Gmail</title>
<style type=text/css>
<!--
body,td,div,p,a,font,span {font-family: arial,sans-serif}
body {margin-top:2}
.c {width: 4; height: 4}
.bubble {background-color:#C3D9FF}
.tl {padding: 0; width: 4; text-align: left; vertical-align: top}
.tr {padding: 0; width: 4; text-align: right; vertical-align: top}
.bl {padding: 0; width: 4; text-align: left; vertical-align: bottom}
.br {padding: 0; width: 4; text-align: right; vertical-align: bottom}
.form-noindent {background-color: #ffffff; border: #C3D9FF 1px solid}
// -->
</style>
<script type=text/javascript src="https://gmail.google.com/gmail?view=page&name=browser"></script>
<script type=text/javascript>
<!--
if (top.location != self.location) {
  top.location = self.location.href;
}
function SetGmailCookie(name, value) {
  document.cookie = name + "=" + value + ";path=/;domain=.google.com";
}
function lg() {
  var now = (new Date()).getTime();
  var cookie = "T" + start_time + "/" + start_time + "/" + now;
  SetGmailCookie("GMAIL_LOGIN", cookie);
}
function StripParam(url, param) {
  var start = url.indexOf(param);
  if (start == -1) return url;
  var end = start + param.length;
  var charBefore = url.charAt(start-1);
  if (charBefore != '?' && charBefore != '&') return url;
  var charAfter = (url.length >= end+1) ? url.charAt(end) : '';
  if (charAfter != '' && charAfter != '&') return url;
  if (charBefore == '&') {
    --start;
  } else if (charAfter == '&') {
    ++end;
  }
  return url.substring(0, start) + url.substring(end);
}
var fixed = 0;
function FixForm() {
  if (!is_browser_supported) {
    fixed = 1;
  } else {
    var form = el("gaia_loginform");
    if (form && form["continue"]) {
      var url = form["continue"].value;
      url = StripParam(url, "ui=html");
      url = StripParam(url, "zy=l");
      form["continue"].value = url;
      fixed = 1;
    }
  }
}
var login_box_time;
function IframeOnLoad() {
  if (!login_box_time) {
    login_box_time = (new Date()).getTime();
  }
}
function el(id) {
  if (document.getElementById) {
    return document.getElementById(id);
  } else if (window[id]) {
    return window[id];
  }
  return null;
}
var CP = [
[ 1114930800000, 2150 ],
[ 1117609200000, 2250 ],
[ 1120201200000, 2350 ]
];
var quota;
var ONE_PX = "https://gmail.google.com/gmail/images/c.gif?t=" +
            (new Date()).getTime();
function LogRoundtripTime() {
  var img = new Image();
  var start = (new Date()).getTime();
  img.onload = GetRoundtripTimeFunction(start);
  img.src = ONE_PX;
}
function GetRoundtripTimeFunction(start) {
  return function() {
    var end = (new Date()).getTime();
    SetGmailCookie("GMAIL_RTT", (end - start));
  }
}
function OnLoad() {
  el("gaia_loginform").onsubmit = lg;
  gaia_setFocus();
  LogRoundtripTime();
  if (!fixed) {
    FixForm();
  }
  if (!quota) {
    quota = el("quota");
    updateQuota();
  }
}
function updateQuota() {
  if (!quota) {
    return;
  }
  var now = (new Date()).getTime();
  var i;
  for (i = 0; i < CP.length; i++) {
    if (now < CP[i][0]) {
      break;
    }
  }
  if (i == 0) {
    setTimeout(updateQuota, 1000);
  } else if (i == CP.length) {
    quota.innerHTML = 'Over ' + CP[i - 1][1];
  } else {
    var ts = CP[i - 1][0];
    var bs = CP[i - 1][1];
    quota.innerHTML = format(((now-ts) / (CP[i][0]-ts) * (CP[i][1]-bs)) + bs);
    setTimeout(updateQuota, 1000);
  }
}
var PAD = '.000000';
function format(num) {
  var str = String(num);
  var dot = str.indexOf('.');
  if (dot < 0) {
    return str + PAD;
  } if (PAD.length > (str.length - dot)) {
    return str + PAD.substring(str.length - dot);
  } else {
    return str.substring(0, dot + PAD.length);
  }
}
// -->
</script>
</head>
<body bgcolor=#ffffff vlink=#666666 onload=OnLoad()>
<table width=95% border=0 align=center cellpadding=0 cellspacing=0>
  <tr valign=top>
    <td width=1%><img src=https://gmail.google.com/gmail/help/images/logo.gif border=0 width=143 height=59 alt=Gmail align=left vspace=10/></td>
    <td width=99% bgcolor=#ffffff valign=top>
      <table width=100% cellpadding=1>
        <tr valign=bottom>
          <td><div align=right>&nbsp;</div></td>
        </tr>
        <tr>
          <td nowrap=nowrap>
            <table width=100% align=center cellpadding=0 cellspacing=0 bgcolor=#C3D9FF style=margin-bottom:5>
              <tr>
                <td class="bubble tl" align=left valign=top><img src=https://gmail.google.com/gmail/images/corner_tl.gif class=c alt="" /></td>
                <td class=bubble rowspan=2 style="font-family:arial;text-align:left;font-weight:bold;padding:3 0"><b>Welcome to Gmail</b></td>
                <td class="bubble tr" align=right valign=top><img src=https://gmail.google.com/gmail/images/corner_tr.gif class=c alt="" /></td>
              </tr>
              <tr>
                <td class="bubble bl" align=left valign=bottom><img src=https://gmail.google.com/gmail/images/corner_bl.gif class=c alt="" /></td>
                <td class="bubble br" align=right valign=bottom><img src=https://gmail.google.com/gmail/images/corner_br.gif class=c alt="" /></td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<br>
<table width=94% align=center cellpadding=5 cellspacing=1>
  <tr>
    <td valign=top><b>A Google approach to email.</b>
    <td valign=top>&nbsp;
</table>
<!-- the table is split here into two tables because IE's autocomplete menu
for the username field appears too low when there are table rows (in any
ancestor table) above the iframe -->
<table width=94% align=center cellpadding=5 cellspacing=1>
  <tr>
      <td width=75% valign=top>
    <p><font size=-1>Gmail is an experiment in a new kind of webmail, built on the idea that you should never have to delete mail and you should always be able to find the message you want. The key features are: </font></p>
    <ul>
          <li>
            <p><font size=-1><b>Search, don't sort.</b><br>
            Use Google search to <b>find the exact message</b> you want, no matter when it was sent or received.</font></p>
          </li>
        </ul>
        <ul>
          <li>
            <p><font size=-1><b>Don't throw anything away.</b><br>
            <span id=quota>Over 2000</span> megabytes (and counting) of free storage so you'll never need to delete another message.</font></p>
          </li>
        </ul>
<script>
<!--
quota = el("quota");
updateQuota();
// -->
</script>
        <ul>
          <li>
            <p><font size=-1><b>Keep it all in context.</b><br>
            Each message is grouped with all its replies and displayed as a conversation.</font></p>
          </li>
        </ul>
<ul>
          <li>
            <p><font size=-1><b>No pop-up ads. No untargeted banners.</b><br>
            You see only <a href=http://gmail.google.com/gmail/help/about.html#ads>relevant text ads</a> and links to related web pages of interest.</font></p>
          </li>
        </ul>
      <td valign=top>
        <table class=form-noindent cellspacing=3 cellpadding=5 width=100% bgcolor=#ffffff>
          <tr>
            <td bgcolor=#e8eefa valign=top style=text-align:center nowrap=nowrap>
<div id=login>
                              <script type="text/javascript"><!--
function gaia_setFocus() {
  var f = null;
  if (document.getElementById) {
    f = document.getElementById("gaia_loginform");
  } else if (window.gaia_loginform) {
    f = window.gaia_loginform;
  }
  if (f) {
    if (f.Email.value == null || f.Email.value == "") {
      f.Email.focus();
    } else {
      f.Passwd.focus();
    }
  }
}
//--> </script> <style type="text/css"><!--
      div.errormsg { color: red; font-size: smaller; font-family:arial,sans-serif; }
      font.errormsg { color: red; font-size: smaller; font-family:arial,sans-serif; } 
  //--> </style> <div style="background:#E8EEFA" id="gaia_loginbox" class="body"> <form action="ServiceLoginAuth" id="gaia_loginform" method="post">  <table cellpadding="1" cellspacing="0" align="center" border="0" id="gaia_table"> <tr> <td colspan="2" align="center"> <font size="-1">  Sign in to  Gmail  with your  </font> <table> <tr><td valign="top"> <img src="google_transparent.gif" alt="Google">  </td> <td valign="middle"><font size="+0"><b>Account</b></font></td></tr> </table> </td> </tr>                      <input type="hidden" name="continue" value="http://gmail.google.com/gmail?ui=html&amp;zy=l">    <input type="hidden" name="service" value="mail">        <input type="hidden" name="rm" value="false">                    <tr> <td colspan="2" align="center"> <div class="errorbox-good">  </div> </td> </tr> <tr> <td nowrap> <div align="right"> <font size="-1" face="Arial, sans-serif"> Username: </font> </div> </td> <td>  <input type="text" name="Email" value="" size="18">  </td> </tr> <tr> <td></td> <td align="left">  </td> </tr> <tr> <td align="right"> <font size="-1" face="Arial, sans-serif"> Password: </font> </td> <td> <input type="password" name="Passwd" autocomplete="off" size="18"> </td> </tr> <tr> <td></td> <td align="left">  </td> </tr>  <tr> <td align="right" valign="top"> <input type="checkbox" name="PersistentCookie" value="yes" checked>&nbsp; </td> <td> <font size="-1" face="Arial, sans-serif"> Remember me on this computer. </font> </td> </tr>  <tr> <td></td> <td align="left"> <input type="submit" name="null" value="Sign in"> </td> </tr> <tr> <td colspan="2" align="center" nowrap> <a href="ForgotPasswd?continue=http%3A%2F%2Fgmail.google.com%2Fgmail%3Fui%3Dhtml%26zy%3Dl&amp;service=mail" target="_top"> <font size="-1" face="Arial, sans-serif"><br> Forgot your password? </font></a> </td> </tr>    </table> </form> </div>   
</div>
<script>
<!--
FixForm();
// -->
</script>
        </table>
        <br>
        <table class=form-noindent cellpadding=0 width=100% bgcolor=#e8eefa>
            <tr bgcolor=#e8eefa>
              <td valign=top> <div align=center>
                <p><font size=-1><br>
                  Learn more <a href=http://gmail.google.com/gmail/help/about.html>about Gmail</a>.<br>
                  <br>
                  Check out our <a href=http://gmail.google.com/gmail/help/about_whatsnew.html>new features</a>!<br>
                  <br>
                  A few words about <a href=http://gmail.google.com/gmail/help/about_privacy.html>Gmail&nbsp;and&nbsp;privacy</a>.<br>
                  <br>
                </font></p>
              </div>
        </table>
</table>
<br>
<table width=95% align=center cellpadding=3 cellspacing=0 bgcolor=#C3D9FF style=margin-bottom:5>
  <tr>
    <td class="bubble tl" align=left valign=top><img src=https://gmail.google.com/gmail/images/corner_tl.gif class=c alt=""/></td>
    <td class=bubble rowspan=2 style=text-align:left>
    <div align=center>
    <font size=-1 color=#666666>&copy;2005 Google - <a href=http://gmail.google.com/gmail/help/privacy.html>Privacy Policy</a> - <a href=http://gmail.google.com/gmail/help/program_policies.html>Program Policies</a> - <a href=http://gmail.google.com/gmail/help/terms_of_use.html>Terms of Use </a>
    </font>
    </div>
    </td>
    <td class="bubble tr" align=right valign=top><img src=https://gmail.google.com/gmail/images/corner_tr.gif class=c alt="" /></td>
  </tr>
  <tr>
    <td class="bubble bl" align=left valign=bottom><img src=https://gmail.google.com/gmail/images/corner_bl.gif class=c alt="" /></td>
    <td class="bubble br" align=right valign=bottom><img src=https://gmail.google.com/gmail/images/corner_br.gif class=c alt="" /></td>
  </tr>
</table>
</body>
</html>

גרסה מ־13:47, 3 ביוני 2005

זהו ארגז החול כאן ניתן לבצע את כל ניסיונות העריכה שלכם כל עוד אתם לא מוחקים הודעה זו


<html>

<script type=text/javascript> </script>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

<title>Welcome to Gmail</title>

<style type=text/css> </style> <script type=text/javascript src="https://gmail.google.com/gmail?view=page&name=browser"></script> <script type=text/javascript>

</script>

</head> <body bgcolor=#ffffff vlink=#666666 onload=OnLoad()>

<img src=logo.gif border=0 width=143 height=59 alt=Gmail align=left vspace=10/>
 
<img src=corner_tl.gif class=c alt="" /> Welcome to Gmail <img src=corner_tr.gif class=c alt="" />
<img src=corner_bl.gif class=c alt="" /> <img src=corner_br.gif class=c alt="" />


A Google approach to email.  



Gmail is an experiment in a new kind of webmail, built on the idea that you should never have to delete mail and you should always be able to find the message you want. The key features are:

  • Search, don't sort.
    Use Google search to find the exact message you want, no matter when it was sent or received.

  • Don't throw anything away.
    Over 2000 megabytes (and counting) of free storage so you'll never need to delete another message.

<script> </script>

  • Keep it all in context.
    Each message is grouped with all its replies and displayed as a conversation.

<script type="text/javascript"> </script> <style type="text/css"> </style>
<form action="ServiceLoginAuth" id="gaia_loginform" method="post"> <input type="hidden" name="continue" value="http://gmail.google.com/gmail?ui=html&zy=l"> <input type="hidden" name="service" value="mail"> <input type="hidden" name="rm" value="false">
Sign in to Gmail with your
<img src="google_transparent.gif" alt="Google"> Account
Username:
<input type="text" name="Email" value="" size="18">
Password: <input type="password" name="Passwd" autocomplete="off" size="18">
<input type="checkbox" name="PersistentCookie" value="yes" checked>  Remember me on this computer.
<input type="submit" name="null" value="Sign in">
<a href="ForgotPasswd?continue=http%3A%2F%2Fgmail.google.com%2Fgmail%3Fui%3Dhtml%26zy%3Dl&service=mail" target="_top">
Forgot your password?
</a>
</form>

<script> </script>


       


Learn more <a href=http://gmail.google.com/gmail/help/about.html>about Gmail</a>.

Check out our <a href=http://gmail.google.com/gmail/help/about_whatsnew.html>new features</a>!

A few words about <a href=http://gmail.google.com/gmail/help/about_privacy.html>Gmail and privacy</a>.


<img src=corner_tl.gif class=c alt=""/>
   ©2005 Google - <a href=http://gmail.google.com/gmail/help/privacy.html>Privacy Policy</a> - <a href=http://gmail.google.com/gmail/help/program_policies.html>Program Policies</a> - <a href=http://gmail.google.com/gmail/help/terms_of_use.html>Terms of Use </a>
   
<img src=corner_tr.gif class=c alt="" />
<img src=corner_bl.gif class=c alt="" /> <img src=corner_br.gif class=c alt="" />

</body>

</html>