[ Index ]
 

Code source de GeekLog 1.4.1

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/plugins/calendar/templates/ -> calendar.thtml (source)

   1  
   2                                  <!-- Begin Calendar -->
   3  
   4                                  <table width="100%" cellpadding="5" cellspacing="0" border="0" class="cal-header">
   5                                      <tr align="center" class="dayview_times">
   6                                          <td width="33%" align="center"><a href="{site_url}/calendar/index.php?mode={mode}&amp;view=day">{lang_day}</a></td>
   7                                          <td width="33%" align="center"><a href="{site_url}/calendar/index.php?mode={mode}&amp;view=week">{lang_week}</a></td>
   8                                          <td width="33%" align="center"><b>{lang_month}</b></td>
   9                                      </tr>
  10                                  </table><br>
  11                                  <table width="100%" cellpadding="5" cellspacing="1" border="0" class="cal-body">
  12                                      <tr align="center">
  13                                          <td colspan="8" class="cal-month">
  14                                              <table border="0" width="100%">
  15                                                  <tr>
  16                                                      <td class="cal-month" valign="top">
  17                                                          {previous_months_calendar}
  18                                                      </td>
  19                                                      <td width="100%" class="cal-month" align="center">
  20                                                          <table border="0" cellpadding="5" cellspacing="0">
  21                                                              <tr>
  22                                                                  <td colspan="2" align="center"> 
  23                                              <form method="post" action="index.php">
  24                                                                          <input type="hidden" name="mode" value="{mode}">
  25                                                                          <select name="month" onChange="this.form.submit()">
  26                                                                              <option value="1" {selected_jan}>{lang_january}</option>
  27                                                                              <option value="2" {selected_feb}>{lang_february}</option>
  28                                                                              <option value="3" {selected_mar}>{lang_march}</option>
  29                                                                              <option value="4" {selected_apr}>{lang_april}</option>
  30                                                                              <option value="5" {selected_may}>{lang_may}</option>
  31                                                                              <option value="6" {selected_jun}>{lang_june}</option>
  32                                                                              <option value="7" {selected_jul}>{lang_july}</option>
  33                                                                              <option value="8" {selected_aug}>{lang_august}</option>
  34                                                                              <option value="9" {selected_sep}>{lang_september}</option>
  35                                                                              <option value="10" {selected_oct}>{lang_october}</option>
  36                                                                              <option value="11" {selected_nov}>{lang_november}</option>
  37                                                                              <option value="12" {selected_dec}>{lang_december}</option>
  38                                                                          </select>&nbsp;
  39                                                                          <select name="year" onChange="this.form.submit()">
  40                                                                          {year_options}
  41                                                                          </select>
  42                                                                      </form><br>
  43                                                                  </td>
  44                                                              </tr>
  45                                                              <tr>
  46                                                                  <td align="right">
  47                                                                      {add_event_option} 
  48                                                                  </td>
  49                                                                  <td>
  50                                                                      {personal_calendar_option} 
  51                                                                      {master_calendar_option}
  52                                                                  </td>
  53                                                              </tr>
  54                                                          </table>
  55                                                      </td>
  56                                                      <td class="cal-month" valign="top">
  57                                                          {next_months_calendar}
  58                                                      </td>
  59                                              </table>
  60                                          </td>
  61                                      </tr>
  62                                      <tr>
  63                                          <td>&nbsp;</td>
  64                                          <td width="15%" class="cal-day">{lang_sunday}</td>
  65                                          <td width="14%" class="cal-day">{lang_monday}</td>
  66                                          <td width="14%" class="cal-day">{lang_tuesday}</td>
  67                                          <td width="14%" class="cal-day">{lang_wednesday}</td>
  68                                          <td width="14%" class="cal-day">{lang_thursday}</td>
  69                                          <td width="14%" class="cal-day">{lang_friday}</td>
  70                                          <td width="15%" class="cal-day">{lang_saturday}</td>
  71                                      </tr>
  72                                      {cal_week}
  73                                  </table>
  74                                  <table align="center">
  75                                      <tr>
  76                                          <td>
  77                                              <form method="post" action="index.php">
  78                                                  <input type="submit" value="<<">
  79                                                  <input type="hidden" name="month" value="{cal_prevmo_num}">
  80                                                  <input type="hidden" name="year" value="{cal_prevyr_num}">
  81                                                  <input type="hidden" name="mode" value="{mode}">
  82                                              </form>
  83                                          </td>
  84                                          <td>
  85                                              {add_event_option}
  86                                          </td>
  87                                          <td>
  88                                          {personal_calendar_option}
  89                                          {master_calendar_option}
  90                                          </td>
  91                                          <td>
  92                                              <form method="post" action="index.php">
  93                                                  <input type="submit" value=">>">
  94                                                  <input type="hidden" name="month" value="{cal_nextmo_num}">
  95                                                  <input type="hidden" name="year" value="{cal_nextyr_num}">
  96                                                  <input type="hidden" name="mode" value="{mode}">
  97                                              </form>
  98                                          </td>
  99                                      </tr>
 100                                  </table>
 101  
 102                                  <!-- End Calendar -->
 103                                  


Généré le : Wed Nov 21 12:27:40 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics