Example #1
0
}
?>
">Quantity</a>
							</th>
							<th>
								Bin#
							</th>
							<th>
								Comment
							</th>
						</tr>
					</thead>
					<tbody>
					<?php 
include 'include/include.php';
$Index = new ShowComponents();
$Index->Index();
?>
					</tbody>
				</table>
                <form action="" method="POST">
                <?php 
if (!$_SESSION['SEE_FROM_ALL']) {
    ?>
                    <button class="button" name="showall" type="submit"><span class="icon medium user"></span> Show all components</button>
                <?php 
} else {
    ?>
                    <button class="button" name="showmine" type="submit"><span class="icon medium user"></span> Show only mine</button>
                <?php 
}
Example #2
0
echo '<a href="category.php?cat=' . $executesql_head_catname['cid'] . '"> ' . $executesql_head_catname['h'] . '</a> / ';
echo '<a href="category.php?subcat=' . $executesql_head_catname['csid'] . '"> ' . $executesql_head_catname['s'] . '</a> / ';
?>
				<a href="component.php?view=<?php 
echo $executesql['id'];
?>
"><?php 
echo $executesql['name'];
?>
</a></h1>
				</h1>


				<?php 
include 'include/include.php';
$Add = new ShowComponents();
$Add->Add();
?>


				<form class="globalForms noPadding" action="" method="post">
					<div class="textBoxInput">
						<label class="keyWord boldText">Comment</label>
						<div class="text">
							<textarea name="comment" rows="4" cols="104"><?php 
echo $executesql['comment'];
?>
</textarea>
						</div>
					</div>
					<table class="globalTables leftAlign noHover" cellpadding="0" cellspacing="0">
Example #3
0
        echo 'asc';
    }
} else {
    echo 'desc';
}
?>
">Quantity</a></th>

							<th>Bin#</th>
							<th>Comment</th>
						</tr>
					</thead>
					<tbody>
						<?php 
include 'include/include.php';
$Category = new ShowComponents();
$Category->Category();
?>
					</tbody>
				</table>
			</div>
			<!-- END -->
			<!-- Text outside the main content -->
				<?php 
include 'include/footer.php';
?>
			<!-- END -->
		</div>
	</body>
</html>
Example #4
0
    }
} else {
    echo 'asc';
}
?>
">Quantity</a>
							</th>
							<th>
								Comment
							</th>
						</tr>
					</thead>
					<tbody>
					<?php 
include 'include/include.php';
$index = new ShowComponents();
$index->Search();
?>
					</tbody>
				</table>
			</div>
			<!-- END -->
			<!-- Text outside the main content -->
				<?php 
include 'include/footer.php';
?>
			<!-- END -->
		</div>
	</body>
</html>