リビジョン ceb21f43 app/View/users/register.ctp

差分を見る:

app/View/users/register.ctp
80 80

  
81 81

  
82 82

  
83

  
84

  
85
<!-- <div class="users form">
86
<?php //echo $this->Form->create('User'); ?>
87
	<fieldset>
88
		<legend><?php //echo __('Add User'); ?></legend>
89
	<?php
90
		//echo $this->Form->input('login_id',array( 'type' => 'text'));
91
		//echo $this->Form->input('password');
92
		//echo $this->Form->input('user_flg');
93
		//echo $this->Form->input('status', array(
94
		            //'options' => array('0' => 'Active', '1' => 'expire')));
95
	?>
96
	</fieldset>
97
<?php //echo $this->Form->end(__('Submit')); ?>
98
</div> -->
99
<!-- <div class="actions">
100
	<h3><?php //echo __('Actions'); ?></h3>
101
	<ul>
102

  
103
		<li><?php //echo $this->Html->link(__('List Users'), array('action' => 'index')); ?></li>
104
		<li><?php //echo $this->Html->link(__('List Logins'), array('controller' => 'logins', 'action' => 'index')); ?> </li>
105
		<li><?php //echo $this->Html->link(__('New Login'), array('controller' => 'logins', 'action' => 'add')); ?> </li>
106
		<li><?php //echo $this->Html->link(__('List Programs'), array('controller' => 'programs', 'action' => 'index')); ?> </li>
107
		<li><?php //echo $this->Html->link(__('New Program'), array('controller' => 'programs', 'action' => 'add')); ?> </li>
108
	</ul>
109
</div>
110
 -->

他の形式にエクスポート: Unified diff