help_log.html

来自「PHP写的图片查看器」· HTML 代码 · 共 62 行

HTML
62
字号
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"><html>  <head>    <title>ViewCVS Help: Classic CVS Log View</title>  </head><body background="images/chalk.jpg">  <table width="100&#37;" cellspacing=5>    <tr>      <td width="1%"><a href="http://viewcvs.sf.net/index.html"><img border=0	     src="images/logo.png"></a>      </td>      <td>	<h1>ViewCVS Help: Classic CVS Log View</h1>      </td>    </tr>    <tr><td width="1%" valign=top bgcolor="#ffffff">       <h3>Help</h3>       <a href="help_rootview.html">General</a><br>       <a href="help_dirview.html">Directory&nbsp;View</a><br>       <b>Classic&nbsp;Log&nbsp;View</b><br>       <a href="help_logtable.html">Alternative&nbsp;Log&nbsp;View</a><br>       <a href="help_query.html">Query&nbsp;Database</a><br>       <h3>Internet</h3>       <a href="http://viewcvs.sf.net/index.html">Home</a><br>       <a href="http://viewcvs.sf.net/upgrading.html">Upgrading</a><br>       <a href="http://viewcvs.sf.net/contributing.html">Contributing</a><br>       <a href="http://viewcvs.sf.net/license-1.html">License</a><br>    </td><td colspan=2>    <p>       The log view displays the revision history of the selected source      file.  For each revision the following information is displayed:      <ul>        <li>the revision number (clickable to download it)</li>	<li>a link to view this revision annotated</li>	<li>a link to select this revision for diffs (see below)</li>	<li>the date and age of this change</li>	<li>and the author of this modification.</li>	<li>The CVS branch (usually <code>MAIN</code>, if not on a branch).</li>	<li>Possibly a list of CVS tags bound to this revision (if any).</li>	<li>The size of this change measured in added and removed lines of 	    code.</li>	<li>Links to view Diffs to the previous revision or possibly to	    an arbitrary selected revision (if any, see above).	<li>And last but not least, the commit log message which should tell	    about the reason for this change.</li>      </ul>    </p><p>      At the bottom of such a page you will find a form which allows      to request diffs between arbitrary revisions.    </p>  </td></tr></table>  <hr>  <address><a href="mailto:viewcvs-dev@lyra.org">ViewCVS Group</a></address><!-- Created: Thu Oct 25 22:08:29 CEST 2001 --><!-- hhmts start -->Last modified: Wed Dec 12 13:56:52 CET 2001<!-- hhmts end -->  </body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?