ログインフォーム (ウィジェットテンプレート) (テンプレートリファレンス)/ref_temp/record/widget_members_login
定数
ウィジェット固有タグ | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
$this_widget | . | refid | ウィジェットID | ||||||||
. | name | ウィジェット名 | |||||||||
. | action | フォーム送信先URL | |||||||||
ログインフォーム | |||||||||||
ログインID | |||||||||||
. | form | . | _login_id | . | name | フィールド名 | |||||
. | input | 入力ボックスタグ | |||||||||
. | data_type | データ型 | |||||||||
. | notnull | 入力必須タグ | |||||||||
. | placeholder | プレースホルダー | |||||||||
. | error | エラーメッセージ | |||||||||
パスワード | |||||||||||
. | _password | . | name | フィールド名 | |||||||
. | input | 入力ボックスタグ | |||||||||
. | data_type | データ型 | |||||||||
. | notnull | 入力必須タグ | |||||||||
. | placeholder | プレースホルダー | |||||||||
. | error | エラーメッセージ |
プロトタイプ
<section>
<fieldset>
<legend><span>ログイン</span></legend>
<form action="{?$this_widget.action?}" method="post" class="forms columnar" novalidate>
<table class="width-100 striped">
<tr>
<th>ID</th>
<td>{?$this_widget.form._login_id.input?}</td>
</tr>
<tr>
<th>パスワード</th>
<td>{?$this_widget.form._password.input?}</td>
</tr>
</table>
<div><input type="submit" value="ログイン" class="btn" /></div>
</form>
</fieldset>
</section>