[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <!-- $Id: globcats_form.tpl 20295 2006-02-15 12:31:25Z $ --> 2 3 <!-- BEGIN form --> 4 5 <div align="center"> 6 {message}<br> 7 <form name="form" action="{action_url}" method="POST"> 8 <table border="0" width="80%" cellspacing="2" cellpadding="2"> 9 <trclass="row_on"> 10 <td colspan="2">{lang_parent}</td> 11 <td><select name="new_parent"><option value="">{lang_none}</option>{category_list}</select></td> 12 </tr> 13 <trclass="row_off"> 14 <td colspan="2">{lang_name}:</td> 15 <td><input name="cat_name" size="50" value="{cat_name}"></td> 16 </tr> 17 <trclass="row_on"> 18 <td valign="top" colspan="2">{lang_descr}:</td> 19 <td><textarea name="cat_description" rows="4" cols="50" wrap="virtual">{cat_description}</textarea></td> 20 </tr> 21 <trclass="row_off"> 22 <td colspan="2">{lang_icon}</td> 23 <td><select name="cat_data[icon]" onChange='javascript:show_image(this.value);'>{img_options}</select> <img id="icon_img" name="icon_img" src="{img_src}"></td> 24 </tr> 25 <tr height="50" valign="bottom"> 26 <td><input type="submit" name="save" value="{lang_save}"></td> 27 <td><input type="submit" name="cancel" value="{lang_cancel}"></td> 28 <td> </td> 29 </tr> 30 </table> 31 </form> 32 33 <!-- END form -->
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 |