Пример #1
0
function displayOptionOfCity($result)
{
    echo "<h2>Save new record to the Team table...</h2>";
    printInput('TeamName');
    printSelection("League", $result);
    echo "<br>";
    echo "<br>";
    echo "<input class='btn btn-info' type='submit' name='save' value='SAVE'> ";
    echo "<a class='btn btn-danger' href='main.php'>BACK</a>";
}
Пример #2
0
function displayCompetitiveAnalysis()
{
    echo "<form action='marketUpdate.php' method='POST' id='form2'>";
    echo "<input type='hidden' name='table' value='competitiveAnalysis'>";
    printNonEditable('id');
    printNonEditable('entry');
    printInput('behavior');
    printInput('advantage');
    echo "<input type='submit' name='save' value='Save'>";
    echo "<a href='market.php'>Go back</a>";
    echo "</form>";
}
Пример #3
0
function displayOptionOfCity()
{
    echo "<h2>Save new record to the Game table...</h2>";
    printInput('GameID');
    printInput('HomeTeam');
    printInput('GuestTeam');
    printInput('GameTime');
    echo "<br>";
    echo "<br>";
    echo "<input class='btn btn-info' type='submit' name='save' value='SAVE'> ";
    echo "<a class='btn btn-danger' href='main.php'>BACK</a>";
}
Пример #4
0
function displayCountryLanguage()
{
    echo "<form action='edit.php' method='POST' >";
    echo "<input type='hidden' name='table' value='countryLanguage'>";
    printNonEditable('CountryCode');
    printNonEditable('Language');
    printInput('IsOfficial');
    printNumeric('Percentage');
    echo "<input class='btn btn-info' type='submit' name='save' value='Save'>";
    echo "<a class='btn btn-danger' href='index.php'>Cancel</a>";
    echo "</form>";
}
Пример #5
0
function displayUnit()
{
    echo "<form action='update.php' method='POST' >";
    echo "<input type='hidden' name='table' value='unit'>";
    echo "<input type='hidden' name='oldName' value='" . $_POST['name'] . "'>";
    printInput('name');
    echo "<input class='btn btn-info' type='submit' name='save' value='Save'>";
    echo "<a class='btn btn-danger' href='home.php'>Cancel</a>";
    echo "</form>";
}
Пример #6
0
' method='post' class='form'>
		<div class='BlueBox'>
			<h2>details</h2>
			<fieldset>
				<?php 
if ($status == 'completed') {
    printInput('Caption', 'r_title', 'text', $title, 'details', $access, $user_level);
    printInput('ALT Text', 'r_brief', 'text', $description, 'details', $access, $user_level);
} else {
    printInput('Title', 'r_title', 'text', $title, 'details', $access, $user_level);
    printInput('Description', 'r_brief', 'textarea', $description, 'details', $access, $user_level);
}
?>

				<?php 
printInput('', 'r_details', 'submit', 'Update', 'details', $access, $user_level);
?>

				<label for="r_article">For Article:</label>
				<div id="r_article" style="float: left; margin: 5px 10px;">
					<a href="/office/news/<?php 
echo $article_id;
?>
">
						<?php 
echo xml_escape($article_title);
?>
					</a>
				</div>
				<br />
				<label for='r_date'>Date Requested:</label>
Пример #7
0
				
            </form>
        </div>
        <div id="reglagesDicom" class="reglagebox_top rightcolumn toprow b2">
            <form action="process_admin.php?page=2" method="post">
                <?php 
printInput('text', 'adresse-ip', 'Adresse IP', true);
?>
                <?php 
printInput('number', 'port-dicom', 'Port DICOM', true);
?>
                <?php 
printDropDownMenu('syntaxe-transfert', 'Syntaxe de transfert', array('Implicit little endian', 'Explicit little endian', 'Implicit big endian', 'Explicit big endian'));
?>
                 <?php 
printInput('number', 'jours', 'Delai avant suppression des dossiers', true);
?>
				<?php 
printDefaultSubmitButton();
?>
            </form>
        </div>
        <div id="Logs" class="reglagebox_bottom leftcolumn bottomrow b3">
            <textarea rows="4" cols="50">Ceci est un test pour les logs.</textarea>
            <br />
        </div>
        <div id="sauvegarder" class="reglagebox_bottom rightcolumn bottomrow b4">
            <form action="process_admin.php?page=4" method="post">
                <input type="submit" name="load" value="charger configuration" class="sauvegarder"/>
                <input type="button" name="save" value="sauvegarder" class="sauvegarder"/>
            </form>
Пример #8
0
 reglagebox rightcolumn toprow b2">
            <form action="./process_page.php?page=<?php 
echo $current_building_page;
?>
" method="post">
                <?php 
printDropDownMenu("examen_anatomicOrientation", "Position de l'examen", loadAnatomicOrientation($db));
?>
                <?php 
printDropDownMenu("examen_posture", "État du muscle / activité demandée", loadPosture($db));
?>
                <?php 
printDropDownMenu("examen_bodyPart", "Localisation de l'examen", loadBodyparts($db));
?>
				<?php 
printInput("textarea", "examen_comment", "Commentaire", false);
?>
                <?php 
printPreviousButton();
?>
                <?php 
printNextButton();
?>
            </form>
        </div>
        <?php 
++$current_building_page;
?>
        <div id="reglagesMedecins" class="<?php 
disable();
?>
Пример #9
0
printDropDownMenu('histo-dicom', 'Historique du Dicom', loadDicom($db));
?>
                <?php 
printSubmitButton('load-histo', 'Charger');
?>
                <br />
            </form>
            <form action="process_admin.php?page=2" method="post">
                <?php 
loadCurrentDicomValue($db);
?>
                <?php 
printInput('text', 'adresse-ip', 'Adresse IP', true);
?>
                <?php 
printInput('number', 'port-dicom', 'Port DICOM', true);
?>
                <?php 
printDropDownMenu('syntaxe-transfert', 'Syntaxe de transfert', array('Implicit little endian' => 'Implicit little endian', 'Explicit little endian' => 'Explicit little endian', 'Implicit big endian' => 'Implicit big endian', 'Explicit big endian' => 'Explicit big endian'));
?>
                <?php 
printDefaultSubmitButton();
?>
            </form>
        </div>
        <div id="Logs" class="reglagebox leftcolumn bottomrow">
            <textarea readonly><?php 
loadLastLogs($db);
?>
</textarea>
            <br />
Пример #10
0
printInput("text", "patient_firstName", "Prénom du patient", true);
?>
                <?php 
printInput("text", "patient_lastName", "Nom du patient", true);
?>
                <?php 
printInput("date", "patient_dateOfBirth", "Date de naissance", true);
?>
                <?php 
printRadioButton("patient_sex", "Sexe", array("F" => "Femme", "M" => "Homme", "O" => "Autre"), true);
?>
                <?php 
printInput("number", "patient_size", "Taille", true);
?>
                <?php 
printInput("number", "patient_weight", "Poids", true);
?>
                <?php 
printCountryDropDownList("patient_countryOfResidence", "Pays de résidence", true);
?>
                <?php 
printNextButton();
?>
            </form>
        </div>
        <?php 
++$current_building_page;
?>
        <div id="reglagesExamen" class="<?php 
disable();
?>