- Revision
- 912
- Author
- hartsook
- Date
- 2006-08-03 16:13:04 -0700 (Thu, 03 Aug 2006)
Log Message
fix for using new template for the demos pages
Modified Paths
- trunk/sites/chandler/demos/chandler_demos.php
- trunk/sites/chandler/index.php
- trunk/sites/chandler/launch_announcement.php
Added Paths
Diff
Added: trunk/sites/chandler/demos/Chandler Demos.php (911 => 912)
--- trunk/sites/chandler/demos/Chandler Demos.php 2006-08-03 22:25:26 UTC (rev 911) +++ trunk/sites/chandler/demos/Chandler Demos.php 2006-08-03 23:13:04 UTC (rev 912) @@ -0,0 +1,17 @@ +<?php +$hasSideNav = true; +require('./header.inc.php'); +?> + +<p> </p> +<p> </p> +<h1 align="center"><h1 align="center">Chandler 0.6 Screencast Demos</h1> +<tr> + <hr /> + +<p>These demos highlight some of the features found in Chandler 0.6. They are produced as Adobe/Macromedia <strong>Flash</strong> movies with video and sound, and require the appropriate plugin.</p> +<p> </p> +<ul> + <li><a href="" New Events </a></li> + <li><a href="" support </a></li> +</ul>
Added: trunk/sites/chandler/demos/Chandler_Demos.html (911 => 912)
--- trunk/sites/chandler/demos/Chandler_Demos.html 2006-08-03 22:25:26 UTC (rev 911) +++ trunk/sites/chandler/demos/Chandler_Demos.html 2006-08-03 23:13:04 UTC (rev 912) @@ -0,0 +1,7 @@ +<h1>Chandler 0.6 Screencast Demos</h1> +<p>These demos highlight some of the features found in Chandler 0.6. They are produced as Macromedia Flash movies with video and sound, and require the appropriate plugin.</p> +<p> </p> +<ul> + <li><a href="" New Events </a></li> + <li><a href="" support </a></li> +</ul> Property changes on: trunk/sites/chandler/demos/Chandler_Demos.html ___________________________________________________________________ Name: svn:mime-type + text/html Name: svn:eol-style + native
Modified: trunk/sites/chandler/demos/chandler_demos.php (911 => 912)
--- trunk/sites/chandler/demos/chandler_demos.php 2006-08-03 22:25:26 UTC (rev 911) +++ trunk/sites/chandler/demos/chandler_demos.php 2006-08-03 23:13:04 UTC (rev 912) @@ -1,5 +1,5 @@ <?php -$hasSideNav = true; +$hasSideNav = false; require('../header.inc.php'); ?>
Modified: trunk/sites/chandler/index.php (911 => 912)
--- trunk/sites/chandler/index.php 2006-08-03 22:25:26 UTC (rev 911) +++ trunk/sites/chandler/index.php 2006-08-03 23:13:04 UTC (rev 912) @@ -98,12 +98,12 @@ </a> </p> <h3 style="text-align:center;"> - <a href="" + <a href="" Demos </a> </h3> <p style="text-align:center;"> - <a href="" + <a href="" <img src="" width="215" height="67" alt=""/> </a>
Modified: trunk/sites/chandler/launch_announcement.php (911 => 912)
--- trunk/sites/chandler/launch_announcement.php 2006-08-03 22:25:26 UTC (rev 911) +++ trunk/sites/chandler/launch_announcement.php 2006-08-03 23:13:04 UTC (rev 912) @@ -1,4 +1,5 @@ <?php +$hasSideNav = false; require('header.inc.php'); ?> <div id="summaryDiv"></div>
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
