root/branches/licq/website/shots.php

Revision 4129, 2.3 kB (checked in by anonymous, 4 years ago)

This commit was manufactured by cvs2svn to create branch 'licq'.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
Line 
1<?
2  include "header.php";
3
4  if (file_exists("/home/groups/l/li/licq/htdocs/zorbstats/zorblogs.php"))
5    include("/home/groups/l/li/licq/htdocs/zorbstats/zorblogs.php");
6  if (file_exists("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php"))
7  {
8    include ("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php");
9    $pagename = substr($PHP_SELF, 1);
10    $dispname = substr($PHP_SELF, 1, -4);
11    countpage($pagename, $dispname);
12  }
13?>
14     
15      <div id="content" >
16
17                <div id="main"><img src="images/main_title_screenshot.gif" alt="Screenshots" /></div>
18        <div id="maincontent">
19          <div id="subcontent">
20
21          <p style="color:white;">.</p> <!-- Cheat when there is no text at the top of the page -->
22           
23            <!-- Screenshot Item Begin-->
24            <div class="news">
25              <h2>Screenshot #1</h2>
26              <p><a href="Gifs/Screenshot-1.jpg"><img style="width: 113px; height: 154px; border: 0;" src="Gifs/Screenshot-1.jpg" alt="Screenshot_1" /></a></p>
27              <ul>
28                <li>KDE Keramic style</li>
29                <li>Main window with thomas skin and thomas icons</li>
30                <li>User select dialog</li>
31              </ul>
32              <div class="footer">
33                <div class="footer_right"></div>
34              </div>
35            </div>
36            <!-- Screenshot Item End-->
37
38            <!-- Screenshot Item Begin-->
39            <div class="news">
40              <h2>Screenshot #2</h2>
41              <p><a href="Gifs/Screenshot-2.jpg"><img style="width: 177px; height: 154px; border: 0;" src="Gifs/Screenshot-2.jpg" alt="Screenshot_2" /></a></p>
42              <ul>
43                <li>Requesting SSL encrypted channel to other Licq user</li>
44                <li>User information dialog</li>
45                <li>Network log window</li>
46                <li>Message window with tabbed chatting and chatview enabled</li>
47                <li>KDE Dock icon (docked into the KDE notification area)</li>
48              </ul>
49              <div class="footer">
50                <div class="footer_right"></div>
51              </div>
52            </div>
53            <!-- Screenshot Item End-->
54
55
56          </div>
57        </div>
58
59        <div id="mainfooter"><p id="mainfooter_left"></p><!-- <img src="images/main_bg_bottomleft.gif" border="0" alt="Main" /> --></div>
60
61            </div>
62
63<? include "footer.php" ?>
Note: See TracBrowser for help on using the browser.