[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 {shared_part} 2 <tr class="th"> 3 <th class="th">{lang_configuration_option}</th> 4 <th class="th">{lang_configuration_value}</th> 5 </tr> 6 7 <!-- BEGIN block_ag_config_option_input --> 8 <tr class="{row_class}"> 9 <td width="20%">{ag_config_label_i}</td> 10 <td width="80%"><input type="text" {ag_config_size_i} name="{ag_config_name_i}" value="{ag_config_value_i}" /></td> 11 </tr> 12 <!-- END block_ag_config_option_input --> 13 14 <!-- BEGIN block_ag_config_option_textarea --> 15 <tr class="{row_class}"> 16 <td width="20%">{ag_config_label_t}</td> 17 <td width="80%"><textarea name="{ag_config_name_t}" COLS="80" ROWS="5">{ag_config_value_t}</textarea></td> 18 </tr> 19 <!-- END block_ag_config_option_textarea --> 20 21 <!-- BEGIN block_ag_config_option_select --> 22 <tr class="{row_class}"> 23 <td width="20%">{ag_config_label_s}</td> 24 <td width="80%"><select name="{ag_config_name_s}" > 25 <!-- BEGIN block_ag_config_option_select_option --> 26 <option value="{ag_config_value_s_key}" {ag_config_value_s_selected}>{ag_config_value_s_value}</option> 27 <!-- END block_ag_config_option_select_option --> 28 </select></td> 29 </tr> 30 <!-- END block_ag_config_option_select -->
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |