<!--
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/
*
* Copyright (C) 2005-2012, Peter Johnson (www.delphidabbler.com).
*
* $Rev$
* $Date$
*
* Template for welcome page displayed in any detail pane.
*
* Must be hosted within a complete HTML document.
-->
<h1>
<em>CodeSnip 4</em> by DelphiDabbler
</h1>
<div class="details">
<div id="user-db" class="box">
<div class="caption">
Local User database
</div>
<div style="<%HaveUserDB%>">
<div class="content">
There are <em><%UserDBCount%></em> snippets in the local user
database.
</div>
<div class="content">
<a
href="javascript:void(0);"
class="command-link"
onclick="newSnippet();return false;"
onmouseover="showHint(vAddSnippetHint);"
onmouseout="clearHint();"
>Add another snippet</a>
</div>
</div>
<div style="<%NoUserDB%>">
<div class="content">
<em>No user defined snippets have been created yet.</em>
</div>
<div class="content">
<a
href="help:TaskAddSnippets"
class="help-link"
onmouseover="showHint(vTaskAddSnippetsHint);"
onmouseout="clearHint();"
>Learn how to create your own snippets</a>
</div>
</div>
</div>
<div id="main-db" class="box">
<div class="caption">
Code Snippets database
</div>
<div style="<%HaveMainDB%>">
<div class="content">
There are <em><%MainDBCount%></em> snippets in the Code Snippets
database.
</div>
<div class="content">
<a
href="javascript:void(0);"
class="command-link"
onclick="updateDbase();return false;"
onmouseover="showHint(vUpdateDatabaseHint);"
onmouseout="clearHint();"
>Check for updates</a>
</div>
</div>
<div style="<%NoMainDB%>">
<div class="content">
<em>The <a
href="http://www.delphidabbler.com/codesnip"
class="external-link"
onmouseover="showHint(vOnlineDatabaseHint);"
onmouseout="clearHint();"
>DelphiDabbler Code Snippets Database</a> has not been
installed.</em>
</div>
<div class="content">
<a
href="javascript:void(0);"
class="command-link"
onclick="updateDbase();return false;"
onmouseover="showHint(vDownloadDatabaseHint);"
onmouseout="clearHint();"
>Download it now</a>
</div>
</div>
</div>
<div id="compilers" class="box">
<div class="caption">
<span
style="float:right"
><a
href="help:CompChecks"
class="help-link"
onmouseover="showHint(vAboutCompChecksHint);"
onmouseout="clearHint();"
><img
src="help.gif"
class="option-img"
style="width:16px;height:16px;"
title="About compiler checks"
/></a></span> Compilers
</div>
<div style="<%HaveCompilers%>">
<div class="content">
The following compilers have been configured for running test
compilations within <em>CodeSnip</em>:
</div>
<div class="content">
<ul>
<%CompilerList%>
</ul>
</div>
<div class="content">
<a
href="javascript:void(0);"
class="command-link"
onclick="configCompilers();return false;"
onmouseover="showHint(vConfigCompilersHint);"
onmouseout="clearHint();"
>Change compilers</a>
</div>
</div>
<div style="<%NoCompilers%>">
<div class="content">
<em>No Pascal compilers have yet been configured to perform test
compilations from within CodeSnip.</em>
</div>
<div class="content">
<a
href="javascript:void(0);"
class="command-link"
onclick="configCompilers();return false;"
onmouseover="showHint(vConfigCompilersHint);"
onmouseout="clearHint();"
>Configure compilers</a>
</div>
</div>
</div>
<div id="help" class="box">
<div class="caption">
<span
style="float:right"
><a
href="help:#"
class="help-link"
onmouseover="showHint(vHelpContentsHint);"
onmouseout="clearHint();"
><img
src="help.gif"
class="option-img"
style="width:16px;height:16px;"
title="Help Contents"
/></a></span>
Help
</div>
<div class="content">
Choose a help topic:
</div>
<div class="content">
<ul>
<li>
<a
href="help:QuickStart"
class="help-link"
onmouseover="showHint(vQuickStartHint);"
onmouseout="clearHint();"
>Quick Start Guide</a>
</li>
<li>
<a
href="help:Tasks"
class="help-link"
onmouseover="showHint(vCommonTasksHint);"
onmouseout="clearHint();"
>Common Tasks</a>
</li>
<li>
<a
href="help:FAQs"
class="help-link"
onmouseover="showHint(vFAQsHint);"
onmouseout="clearHint();"
>FAQs</a>
</li>
</ul>
</div>
</div>
<div id="donate" class="box">
<div class="caption">
Donate
</div>
<div class="content" >
<em>CodeSnip</em> is free to use without any restriction, but if you find
the program useful donations via <em>PayPal™</em> are always
welcome.
</div>
<div class="content">
<a
href="javascript:void(0);"
class="command-link"
onclick="donate(); return false;"
onmouseover="showHint(vDonateHint);"
onmouseout="clearHint();"
><strong>Donate now!</strong></a>
</div>
</div>
<div id="footer">
<a
href="javascript:void(0);"
class="command-link"
onclick="showNews();return false;"
onmouseover="showHint(vNewsHint);"
onmouseout="clearHint();"
>News</a>
|
<a
href="javascript:void(0);"
class="command-link"
onclick="checkForUpdates();return false;"
onmouseover="showHint(vProgramUpdatesHint);"
onmouseout="clearHint();"
>Check For Updates</a>
|
<a
href="javascript:void(0);"
class="command-link"
onclick="showAboutBox();return false;"
onmouseover="showHint(vAboutBoxHint);"
onmouseout="clearHint();"
>About CodeSnip</a>
</div>
</div>