[ Index ] |
|
Code source de GeekLog 1.4.1 |
1 <form action="{site_url}/calendar/index.php" method="post"> 2 <input type="hidden" name="view" value="addentry"> 3 <input type="hidden" name="calendar_type" value="quickadd"> 4 <input type="hidden" name="hour_mode" value="{hour_mode}"> 5 <table cellpadding="0" cellspacing="1" border="0" width="100%"> 6 <tr> 7 <td>{lang_quickadd}</td> 8 </tr> 9 <tr> 10 <td> 11 <table cellpadding="0" cellspacing="0" border="0" width="100%" class="cal-quickadd"> 12 <tr> 13 <td><b>{lang_event}</b></td> 14 <td><b>{lang_date}</b></td> 15 <td><b>{lang_time}</b></td> 16 </tr> 17 <tr> 18 <td><input type="text" size="20" maxlength="96" name="title"></td> 19 <td> 20 <select name="start_month"> 21 {month_options} 22 </select> 23 / 24 <select name="start_day"> 25 {day_options} 26 </select> 27 / 28 <select name="start_year"> 29 {year_options} 30 </select> 31 </td> 32 <td> 33 <select name="start_hour"> 34 {hour_options} 35 </select> 36 : 37 <select name="start_minute"> 38 {minute_options} 39 </select> 40 {startampm_selection} 41 <input type="submit" value="{lang_add}"> 42 </td> 43 </tr> 44 </table> 45 </td> 46 </tr> 47 </table> 48 </form>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Wed Nov 21 12:27:40 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |