header.php
Go to the documentation of this file.00001 <?php
00016 require_once( "../public/codetodiagram.php" );
00017
00018 if( !isset( $strPageItem ) )
00019 {
00020 $strPageItem = "Project";
00021 }
00022
00023 ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
00024 <html xmlns="http://www.w3.org/1999/xhtml">
00025 <head>
00026 <?php require_once( "meta.php" ) ?>
00027 <style type="text/css">
00028
00029
00030 @import url("css/default.css");
00031
00032 </style>
00033 <link href="./css/style.css" rel="stylesheet" type="text/css" media="screen" />
00034 <title>
00035 Code To Diagram - Automatic UML Diagrams from PHP Code Execution and Diagrams Web Editor
00036 </title>
00037 <script src="../experimental/phpjs/php.js" type="text/javascript" charset="utf-8"></script>
00038 <script src="../experimental/canvasBox/autoLoad/jsAutoLoad.js.php?deep=1&back=1" type="text/javascript" charset="utf-8"></script>
00039 <script>
00040 window.autoload.loadPrototype();
00041 </script>
00042 </head>
00043 <body>
00044 <div id="wrapper">
00045 <div id="header">
00046 <div id="logo">
00047 <h1><a href="#">Code to Diagram</a></h1>
00048 </div>
00049 </div>
00050 <!-- end #header -->
00051 <div id="menu">
00052 <ul>
00053 <li
00054 <?php print ( $strPageItem == "Project" ) ? 'class="current_page_item"' : "" ?>
00055 >
00056 <a href="index.php">Project</a>
00057 </li>
00058 <li
00059 <?php print ( $strPageItem == "Sequence" ) ? 'class="current_page_item"' : "" ?>
00060 >
00061 <a href="sequenceDiagram.php">Sequence</a>
00062 </li>
00063 <li
00064 <?php print ( $strPageItem == "Class" ) ? 'class="current_page_item"' : "" ?>
00065 >
00066 <a href="classDiagram.php">Class</a>
00067 </li>
00068 <!--
00069 <li
00070 <?php print ( $strPageItem == "Database" ) ? 'class="current_page_item"' : "" ?>
00071 >
00072 <a href="databaseDiagram.php">Database</a>
00073 </li>
00074 -->
00075 <!--
00076 <li
00077 <?php print ( $strPageItem == "BPMN" ) ? 'class="current_page_item"' : "" ?>
00078 >
00079 <a href="bpmnDiagram.php">BPMN</a>
00080 </li>
00081 -->
00082 <li
00083 <?php print ( $strPageItem == "Support" ) ? 'class="current_page_item"' : "" ?>
00084 >
00085 <a href="https://www.assembla.com/spaces/codetodiagram/support/tickets">Support</a>
00086 </li>
00087 <li
00088 <?php print ( $strPageItem == "Suggestions" ) ? 'class="current_page_item"' : "" ?>
00089 >
00090 <a href="http://codetodiagram.uservoice.com">Suggestions</a>
00091 </li>
00092 <li
00093 <?php print ( $strPageItem == "Wiki" ) ? 'class="current_page_item"' : "" ?>
00094 >
00095 <a href="https://www.assembla.com/wiki/show/codetodiagram">Wiki</a>
00096 </li>
00097 <li
00098 <?php print ( $strPageItem == "Team" ) ? 'class="current_page_item"' : "" ?>
00099 >
00100 <a href="https://www.assembla.com/spaces/codetodiagram/team">Team</a>
00101 </li>
00102 </ul>
00103 </div>
00104 <div id="page">
00105 <div id="page-bgtop">
00106 <div id="page-bgbtm">
00107 <div id="sidebar">
00108 <ul>
00109 <li>
00110 <div id="search" >
00111 <form method="get" action="#">
00112 <div>
00113 <input type="text" name="s" id="search-text" value="" />
00114 <input type="submit" id="search-submit" value="GO" />
00115 </div>
00116 </form>
00117 </div>
00118 <div style="clear: both;"> </div>
00119 </li>
00120 <li>
00121 <h2>Code To Diagram</h2>
00122 <p>We create free, open-source web tools what can bring to your company productivity
00123 creating automatic diagrams code based, providing a web plataform tool to create,
00124 edit and share collaboratively diagrams, keeping the history controll, access controll
00125 but still been easy to use and simple to be integrated with anothers existing tools.</p>
00126 </li>
00127 <li>
00128 <h2>Products</h2>
00129 <ul>
00130 <li><a href="#"></a></li>
00131 <li><a href="codeInstrumentation.php#PHP Code to Sequence Diagram">PHP Code to Sequence Diagram</a></li>
00132 <li><a href="sequenceDiagram.php#Sequence Diagram Web Editor">Sequence Diagram Web Editor</a></li>
00133 <li><a href="codeInstrumentation.php#PHP Code to Class Diagram">PHP Code to Class Diagram</a></li>
00134 <li><a href="classDiagram.php#Class Diagram Web Editor">Class Diagram Web Editor</a></li>
00135 <!--
00136 <li><a href="databaseDiagram.php#Database Link to Database Modeling">Database Link to Database Modeling</a></li>
00137 <li><a href="databaseDiagram.php#Database Modeling Web Tool">Database Modeling Web Tool</a></li>
00138 <li><a href="bpmnDiagram.php#BPMN Web Editor">BPMN Web Editor</a></li>
00139 -->
00140 </ul>
00141 </li>
00142 <li>
00143 <h2>Reference</h2>
00144 <ul>
00145 <li><a href="http://www.ibm.com/developerworks/rational/library/3101.html">UML's Sequence Diagram</a> by Donald Bell, IBM IT Specialist</li>
00146 <li><a href="http://www.glenmccl.com/instr/instr.htm">Java(tm) Source Code Instrumentation</a></li>
00147 <li><a href="http://tkyte.blogspot.com/2005/06/instrumentation.html">Instrumentation</a> by Tom Kyte</li>
00148 </ul>
00149 </li>
00150 <li>
00151 <h2>Similar Projects</h2>
00152 <ul>
00153 <li><a href="http://marketplace.eclipse.org/content/flowchart4j-v2-released-code-sequence-diagram-visio-uml">Flowchart4j</a></li>
00154 <li><a href="http://pigeonholdings.com/bombaygene/2008/06/23/visual-guice/">Visual Guice</a></li>
00155 <li><a href="http://www.websequencediagrams.com/">Web Sequence Diagram</a></li>
00156 <li><a href="http://sdedit.sourceforge.net/">Quick Sequence Diagram Editor</a></li>
00157 <li><a href="http://code.google.com/p/modsl/">ModSL</a></li>
00158 </ul>
00159 </li>
00160 <li>
00161 <h2>Related Projects</h2>
00162 <ul>
00163 <li><a href="http://www.ohloh.net/p/corujaphpframework">Coruja PHP Framework</a></li>
00164 <li><a href="http://code.google.com/p/wsdldocument/">Wsdl Document</a></li>
00165 <li><a href="http://xdebug.org/">XDebug</a></li>
00166 </ul>
00167 </li>
00168 <li>
00169 <h2>Donate</h2>
00170 <ul>
00171 <form
00172 action="https://www.paypal.com/cgi-bin/webscr"
00173 method="post"
00174 >
00175 <input
00176 type="hidden"
00177 name="cmd"
00178 value="_s-xclick"
00179 />
00180 <input
00181 type="hidden"
00182 name="hosted_button_id"
00183 value="W2C5JEXXUY8JY"
00184 />
00185 <input
00186 type="image"
00187 src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif"
00188 border="0"
00189 name="submit"
00190 alt="PayPal - The safer, easier way to pay online!"
00191 />
00192 <img
00193 alt=""
00194 border="0"
00195 src="https://www.paypal.com/pt_BR/i/scr/pixel.gif"
00196 width="1"
00197 height="1"
00198 />
00199 </form>
00200 </ul>
00201 </li>
00202 </ul>
00203 </div>