コード例 #1
0
ファイル: issueedit.php プロジェクト: uniteddiversity/LiteMap
?>
" border="0" style="margin-top: 2px; margin-left: 5px; margin-right: 2px;" /></span>
			<span style="font-size:14pt;margin-top:3px;vertical-align:middle;color:red;">*</span>
		</label>
		<input class="forminputmust hgrinput hgrwide" id="issue" name="issue" value="<?php 
echo $issue;
?>
" />
	</div>

	<?php 
insertDescription('IssueDesc');
?>

	<?php 
insertPrivate('Private', $private);
?>

	<?php 
insertResourceForm('URLs');
?>

    <br>
    <div class="hgrformrow">
		<label class="formlabelbig">&nbsp;</label>
        <input class="submit" type="submit" value="<?php 
echo $LNG->FORM_BUTTON_SAVE;
?>
" id="editissue" name="editissue">
        <input type="button" value="<?php 
echo $LNG->FORM_BUTTON_CANCEL;
コード例 #2
0
ファイル: mapadd.php プロジェクト: uniteddiversity/LiteMap
		</label>
		<input class="hgrinput forminput" type="file" id="background" name="background" size="40">
	</div>
	<div class="formrow">
		<label class="formlabelbig">&nbsp;</label>
		<div style="float:left;margin-left:5px;width:500px;"><?php 
echo $LNG->MAP_BACKGROUND_HELP;
?>
</div>
	</div>

	<?php 
if (isset($groupid) && $groupid != "") {
    insertPrivate('MapPrivateGroup', $private);
} else {
    insertPrivate('MapPrivate', $private);
}
?>

	<div class="formrow">
		<label class="formlabelbig" for="groupid"><?php 
echo $LNG->MAP_FORM_ADD_TO_GROUP;
?>
			<span class="active" onMouseOver="showFormHint('MapGroup', event, 'hgrhint'); return false;" onMouseOut="hideHints(); return false;" onClick="hideHints(); return false;" onkeypress="enterKeyPressed(event)"><img src="<?php 
echo $HUB_FLM->getImagePath('info.png');
?>
" border="0" style="margin-top: 2px; margin-left: 5px; margin-right: 2px;" /></span>
		</label>

		<select class="forminput" name="groupid" id="groupid" onchange="loadgroup();">
			<option value=""><?php