コード例 #1
0
ファイル: approvalLog.php プロジェクト: rickyx12/protacio
/LOGINPAGE/module.php"><font color=white>Home</font><span class="arrow"></span></a></li>
        <li><a href="#" class='odd'><font color=yellow>Admin Approval</font><span class="arrow"></span></a></li>


    <li>&nbsp;&nbsp;</li>
</ol>

<?php 
$ro->coconutUpperMenuStart();
$ro->coconutUpperMenuStop();
echo "<Br><bR><Br>";
$ro->coconutFormStart("post", "approvalLog1.php");
$ro->coconutBoxStart("500", "150");
echo "<br>";
echo "<table border=0>";
echo "<Tr>";
echo "<Td>Username</td>";
echo "<td>";
$ro->coconutTextBox("username", "");
echo "</tD>";
echo "</tr>";
echo "<Tr>";
echo "<Td>Password</td>";
echo "<td>" . $ro->coconutPasswordBox_return("password", "") . "</tD>";
echo "</tr>";
echo "</table>";
echo "<br>";
$ro->coconutButton("Proceed");
$ro->coconutBoxStop();
$ro->coconutHidden("module", "APPROVAL");
$ro->coconutFormStop();
コード例 #2
0
<?php

include "../../../storedProcedure.php";
$date = $_GET['date'];
$ro = new storedProcedure();
$ro->coconutDesign();
echo "<script src='http://" . $ro->getMyUrl() . "/COCONUT/js/jquery-1.9.1.js'></script>";
echo "<script src='http://" . $ro->getMyUrl() . "/COCONUT/js/jquery-ui.js'></script>";
echo "<link rel='stylesheet' type='text/css' href='http://" . $ro->getMyUrl() . "/COCONUT/myCSS/jquery-ui.css' />";
echo "<script>";
echo "\$(function() {\n\$('#date').datepicker({ 'dateFormat':'yy-mm-dd' });\n});\n";
echo "</script>";
echo "<br><Br><br><br><br>";
$ro->coconutFormStart("post", "requestStatus.php");
$ro->coconutBoxStart("500", "100");
echo "<br>";
echo "<table border=0>";
echo "<tr>";
echo "<Td>Date</td>";
echo "<Td>";
$ro->coconutTextBox("date", $date);
echo "</td>";
echo "</tr>";
echo "</table>";
echo "<br>";
$ro->coconutButton("Proceed");
$ro->coconutBoxStop();
$ro->coconutFormStop();