Example #1
0
						<tr>
							<td class="what"></td>
							<td></td>
						</tr>

						<tr>
							<td class="what"></td>
							<td><input type="submit" name="submit" class="submit" value="" /></td>
						</tr>
						
						<tr>
							<td class="what"></td>
							<td>
								<?php 
include 'include/include_proj_add.php';
$AddProj = new Proj();
$AddProj->AddProj();
?>
							</td>
						</tr>
					</form>
				</table>
				<div class="uploadedImags">
				
				</div>
			</div>
			<!-- END -->
			<!-- Text outside the main content -->
				<?php 
include 'include/footer.php';
?>
Example #2
0
}
?>
">Name</a>
								</th>
								<th>Unique Components</th>
								<th>Qty of components</th>
								<th>Available Kits</th>
								<th>Total cost</th>
								<th>Public</th>
								<th>Owner</th>
							</tr>
						</thead>
						<tbody>
							<?php 
include 'include/include_proj_list_projets.php';
$ProjList = new Proj();
$ProjList->ProjList();
?>
						</tbody>
					</table>
				</div>
				<!-- END -->
				<!-- Text outside the main content -->
					<?php 
include 'include/footer.php';
?>
				<!-- END -->
		</div>
	</body>
</html>