[Openfirst-cvscommit] sidebars index.php,1.2,1.3
Brought to you by:
xtimg
From: <dav...@us...> - 2003-09-26 03:31:11
|
Update of /cvsroot/openfirst/sidebars In directory sc8-pr-cvs1:/tmp/cvs-serv4038 Modified Files: index.php Log Message: Added organization with tables. Index: index.php =================================================================== RCS file: /cvsroot/openfirst/sidebars/index.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index.php 7 Sep 2003 14:04:05 -0000 1.2 --- index.php 26 Sep 2003 03:31:08 -0000 1.3 *************** *** 31,91 **** <h1>Side Bars</h1> ! <p>Side bars allow content from this site to be easily integrated into your web browser. ! This can enhance your experience on this site and allow up to date content to be ! automatically provided to you. The side bars are known to be functional in Netscape and ! Mozilla. The sidebars may also be implemented as "Active Desktop" components on ! some versions of Microsoft® Windows® if Active Desktop has been enabled.</p> ! ! <ul> ! <?php if(is_readable("../guestbook/")) { ?> ! <li>Guestbook ! (<a href="preview.php?sidebar=guestbook">preview</a>) ! (<a href="javascript:window.sidebar.addPanel('Guestbook Sidebar', '<?php echo $home . $basepath . "/sidebars/"; ?>sidebar.php?sidebar=guestbook','')">Add as sidepanel</a> ! <a href="sidebar.php?sidebar=guestbook&cdf=true">Add as Active Desktop item</a>) ! </li> ! <?php } ! if(is_readable("../messenger/")) { ?> ! <li>Messenger ! (<a href="preview.php?sidebar=messenger">preview</a>) ! (<a href="javascript:window.sidebar.addPanel('Messenger Sidebar', '<?php echo $home . $basepath . "/sidebars/"; ?>sidebar.php?sidebar=messenger','')">Add as sidepanel</a> ! <a href="sidebar.php?sidebar=messenger&cdf=true">Add as Active Desktop item</a>) ! </li> ! <?php } ! if(is_readable("../projects/")) { ?> ! <li>Projects ! (<a href="preview.php?sidebar=projects">preview</a>) ! (<a href="javascript:window.sidebar.addPanel('Projects Sidebar', '<?php echo $home . $basepath . "/sidebars/"; ?>sidebar.php?sidebar=projects','')">Add as sidepanel</a> ! <a href="sidebar.php?sidebar=projects&cdf=true">Add as Active Desktop item</a>) ! </li> ! <?php } ! if(is_readable("../news/")) { ?> ! <li>News ! (<a href="preview.php?sidebar=news">preview</a>) ! (<a href="javascript:window.sidebar.addPanel('News Sidebar', '<?php echo $home . $basepath . "/sidebars/"; ?>sidebar.php?sidebar=news','')">Add as sidepanel</a> ! <a href="sidebar.php?sidebar=news&cdf=true">Add as Active Desktop item</a>) ! </li> ! <?php } if(is_readable("../manual/")) { ?> ! <li>Manual ! (<a href="preview.php?sidebar=manual">preview</a>) ! (<a href="javascript:window.sidebar.addPanel('Manual Sidebar', '<?php echo $home . $basepath . "/sidebars/"; ?>sidebar.php?sidebar=manual','')">Add as sidepanel</a> ! <a href="sidebar.php?sidebar=manual&cdf=true">Add as Active Desktop item</a>) ! </li> ! <?php } if(is_readable("../emoticon/")) { ?> ! <li>Emoticon ! (<a href="preview.php?sidebar=emoticon">preview</a>) ! (<a href="javascript:window.sidebar.addPanel('Emoticon Sidebar', '<?php echo $home . $basepath . "/sidebars/"; ?>sidebar.php?sidebar=emoticon','')">Add as sidepanel</a> ! <a href="sidebar.php?sidebar=emoticon&cdf=true">Add as Active Desktop item</a>) ! </li> ! <?php } if(is_readable("../awards/")) { ?> ! <li>Awards ! (<a href="preview.php?sidebar=awards">preview</a>) ! (<a href="javascript:window.sidebar.addPanel('Awards Sidebar', '<?php echo $home . $basepath . "/sidebars/"; ?>sidebar.php?sidebar=awards','')">Add as sidepanel</a> ! <a href="sidebar.php?sidebar=awards&cdf=true">Add as Active Desktop item</a>) ! </li> ! <?php } ?> ! </ul> <?php include($footer); ?> --- 31,93 ---- <h1>Side Bars</h1> ! <p>Side bars allow content from this site to be easily integrated into your web ! browser.<br> ! This can enhance your experience on this site and allow up to date content to ! be automatically provided to you.<br> ! The side bars are known to be functional in Netscape and Mozilla.<br> ! <br> ! The sidebars may also be implemented as "Active Desktop" components ! on some<br> ! versions of Microsoft® Windows® if Active Desktop has been enabled.</p> ! <table width="488" align="center"> ! <tr> ! <th width="104">Option Name</th> ! <th width="104">Preview</th> ! <th width="100">Add as Sidebar</th> ! <th width="160">Add as Active Desktop</th> ! </tr> ! <?php if(is_readable("../messenger/")) { ?> ! <tr> ! <td>Messenger</td> ! <td><a href="preview.php?sidebar=messenger">Preview</a></td> ! <td><a href="javascript:window.sidebar.addPanel('Messenger Sidebar', '<?php echo $home . $basepath . "/sidebars/"; ?>sidebar.php?sidebar=messenger','')">Add</a></td> ! <td><a href="sidebar.php?sidebar=messenger&cdf=true">Add</a></td> ! </tr> ! <?php } ! if(is_readable("../projects/")) { ?></tr> ! <td>Projects</td> ! <td><a href="preview.php?sidebar=projects">Preview</a></td> ! <td><a href="javascript:window.sidebar.addPanel('Projects Sidebar', '<?php echo $home . $basepath . "/sidebars/"; ?>sidebar.php?sidebar=projects','')">Add</a></td> ! <td><a href="sidebar.php?sidebar=projects&cdf=true">Add</a></td> ! </tr> ! <?php } ! if(is_readable("../news/")) { ?> ! <tr> ! <td>News</td> ! <td><a href="preview.php?sidebar=news">Preview</a></td> ! <td><a href="javascript:window.sidebar.addPanel('News Sidebar', '<?php echo $home . $basepath . "/sidebars/"; ?>sidebar.php?sidebar=news','')">Add</a></td> ! <td><a href="sidebar.php?sidebar=news&cdf=true">Add</a></td> ! </tr> ! <?php } if(is_readable("../manual/")) { ?> ! <tr> ! <td>Manual</td> ! <td><a href="preview.php?sidebar=manual">Preview</a></td> ! <td><a href="javascript:window.sidebar.addPanel('Manual Sidebar', '<?php echo $home . $basepath . "/sidebars/"; ?>sidebar.php?sidebar=manual','')">Add</a></td> ! <td><a href="sidebar.php?sidebar=manual&cdf=true">Add</a></td> ! </tr> ! <?php } if(is_readable("../emoticon/")) { ?> ! <?php } if(is_readable("../awards/")) { ?> ! <tr> ! <td>Awards</td> ! <td><a href="preview.php?sidebar=awards">preview</a></td> ! <td><a href="javascript:window.sidebar.addPanel('Awards Sidebar', '<?php echo $home . $basepath . "/sidebars/"; ?>sidebar.php?sidebar=awards','')">Add</a></td> ! <td><a href="sidebar.php?sidebar=awards&cdf=true">Add</a></td> ! </tr> ! <?php } ?> ! </table> ! <br> <?php include($footer); ?> |