コード例 #1
0
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <script type="text/javascript" src="jquery-1.7.2.min.js"></script>
        <script type="text/javascript" src ="bootstrap/js/bootstrap.min.js"></script>
        <link href="bootstrap/css/bootstrap.css" rel="stylesheet">
        <TITLE>Personal Info Screen</TITLE>
        <script type="text/javascript">





<?php 
echo $genaretor->getInitScripttAccordingToViewingPreviliges();
echo $genaretor->getJSFunctionsAccordingToPremmisions();
?>

    $(document).ready(init);
        </script>
    </head>
    <body>


        <div id='PersonalInfoForm'>
            <div class='header'><p>Personal Info Screen: </p></div>
            <?php 
echo $genaretor->getUserDataListIfAllowed();
?>
            <div id="errorMSG">
            </div>