mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
b74a3b3b7e
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4723 21ef857c-d57f-4fe0-8362-d861dc6d29cd
51 lines
1.9 KiB
PHP
51 lines
1.9 KiB
PHP
<?php $pagetitle = "Screenshots"; include("header.php"); ?>
|
|
|
|
<div class="page">
|
|
<div class="yui-d0">
|
|
<div id="watermark" class="watermark-apps-portlet">
|
|
<div class="flowed-block">
|
|
<img alt="" width="64" height="64" src="/images/logo.png">
|
|
</div>
|
|
|
|
<div class="flowed-block wide">
|
|
<h2>Process Hacker</h2>
|
|
<ul class="facetmenu">
|
|
<li><a href="/">Overview</a></li>
|
|
<li><a href="/features.php">Features</a></li>
|
|
<li class="overview active"><a href="/screenshots.php">Screenshots</a></li>
|
|
<li><a href="/downloads.php">Downloads</a></li>
|
|
<li><a href="/faq.php">FAQ</a></li>
|
|
<li><a href="/about.php">About</a></li>
|
|
<li><a href="/forums/">Forum</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="yui-g">
|
|
<p><strong>Incomplete.</strong></p>
|
|
|
|
<div class="yui-u first">
|
|
<div>
|
|
<p><strong>Main Window</strong></p>
|
|
<a href="/images/screenshots/processes_tab_large.png" rel="lytebox[group1]" style="margin-left: 1em; margin-right: 1em;">
|
|
<img alt="" border="0" width="200" height="107" src="/images/screenshots/processhacker_small.png">
|
|
</a>
|
|
|
|
<a href="/images/screenshots/servicestab_large.png" rel="lytebox[group1]" style="margin-left: 1em; margin-right: 1em;">
|
|
<img alt="" border="0" width="200" height="107" src="/images/screenshots/servicestab_large.png">
|
|
</a>
|
|
|
|
<a href="/images/screenshots/networktab_large.png" rel="lytebox[group1]" style="margin-left: 1em; margin-right: 1em;">
|
|
<img alt="" border="0" width="200" height="107" src="/images/screenshots/networktab_large.png">
|
|
</a>
|
|
|
|
<a href="/images/screenshots/sysinfo_large.png" rel="lytebox[group1]" style="margin-left: 1em; margin-right: 1em;">
|
|
<img alt="" border="0" width="200" height="107" src="/images/screenshots/sysinfo_small.png">
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<?php include("footer.php"); ?>
|