コード例 #1
0
ファイル: basic.php プロジェクト: dmitriz/Platform
				<input type="hidden" name="birthday_readLevel"
					id="<?php 
    echo Q_Html::id('birthday_readLevel');
    ?>
"
					value="<?php 
    echo Streams::my('Streams/user/birthday', 'readLevel');
    ?>
">
			<?php 
}
?>
 
		</td>
		<td class="Q_field_input">
			<?php 
echo Q_Html::date('birthday', Streams::my('Streams/user/birthday'), array('year_from' => 1900, 'year_to' => '2001'), array('id' => 'birthday'));
?>
 
		</td>
	</tr>
	<tr>
		<td>
		</td>
		<td>
			<button class="Q_button" type="submit">Save</button>
		</td>
	</tr>
</table>
</form>