[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/styles/prosilver/template/ -> ucp_notifications.html (source)

   1  <!-- INCLUDE ucp_header.html -->
   2  
   3  <form id="ucp" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
   4  
   5  <h2>{TITLE}</h2>
   6  <div class="panel">
   7      <div class="inner">
   8  
   9          <p>{TITLE_EXPLAIN}</p>
  10  
  11          <!-- IF MODE == 'notification_options' -->
  12              <table class="table1">
  13                  <thead>
  14                      <tr>
  15                          <th>{L_NOTIFICATION_TYPE}</th>
  16                          <!-- BEGIN notification_methods -->
  17                              <th class="mark">{notification_methods.NAME}</th>
  18                          <!-- END notification_methods -->
  19                          <th class="mark">{L_NOTIFICATIONS}</th>
  20                      </tr>
  21                  </thead>
  22                  <tbody>
  23                  <!-- BEGIN notification_types -->
  24                      <!-- IF notification_types.GROUP_NAME -->
  25                          <tr class="bg3">
  26                              <td colspan="{NOTIFICATION_TYPES_COLS}">{notification_types.GROUP_NAME}</td>
  27                          </tr>
  28                      <!-- ELSE -->
  29                          <tr class="<!-- IF notification_types.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
  30                              <td>
  31                                  {notification_types.NAME}
  32                                  <!-- IF notification_types.EXPLAIN --><br />&nbsp; &nbsp;{notification_types.EXPLAIN}<!-- ENDIF -->
  33                              </td>
  34                              <!-- BEGIN notification_methods -->
  35                                  <td class="mark"><input type="checkbox" name="{notification_types.TYPE}_{notification_methods.METHOD}"<!-- IF notification_methods.SUBSCRIBED --> checked="checked"<!-- ENDIF --> /></td>
  36                              <!-- END notification_methods -->
  37                              <td class="mark"><input type="checkbox" name="{notification_types.TYPE}_notification"<!-- IF notification_types.SUBSCRIBED --> checked="checked"<!-- ENDIF --> /></td>
  38                          </tr>
  39                      <!-- ENDIF -->
  40                  <!-- END notification_types -->
  41                  </tbody>
  42              </table>
  43          <!-- ELSE -->
  44              <!-- IF .notification_list -->
  45                  <div class="action-bar top">
  46                      <div class="pagination">
  47                          <!-- IF U_MARK_ALL --><a href="{U_MARK_ALL}" class="mark">{L_NOTIFICATIONS_MARK_ALL_READ}</a> &bull; <!-- ENDIF -->
  48                          {L_NOTIFICATIONS} [<strong>{TOTAL_COUNT}</strong>]
  49                          <!-- IF .pagination -->
  50                              <!-- INCLUDE pagination.html -->
  51                          <!-- ELSE -->
  52                               &bull; {PAGE_NUMBER}
  53                          <!-- ENDIF -->
  54                      </div>
  55                  </div>
  56  
  57              <div class="notification_list">
  58                  <ul class="topiclist two-columns">
  59                      <li class="header">
  60                          <dl>
  61                              <dt><div class="list-inner">{L_NOTIFICATIONS}</div></dt>
  62                              <dd class="mark">{L_MARK_READ}</dd>
  63                          </dl>
  64                      </li>
  65                  </ul>
  66                  <ul class="topiclist cplist two-columns">
  67                      <!-- BEGIN notification_list -->
  68                          <li class="row<!-- IF notification_list.UNREAD --> bg3<!-- ELSE --><!-- IF notification_list.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- ENDIF --><!-- IF notification_list.STYLING --> {notification_list.STYLING}<!-- ENDIF -->">
  69                              <dl>
  70                                  <dt>
  71                                      <div class="list-inner">                                        
  72                                          <!-- IF notification_list.AVATAR -->{notification_list.AVATAR}<!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" /><!-- ENDIF -->
  73                                          <div class="notifications">
  74                                              <!-- IF notification_list.URL --><a href="<!-- IF notification_list.UNREAD -->{notification_list.U_MARK_READ}<!-- ELSE -->{notification_list.URL}<!-- ENDIF -->"><!-- ENDIF -->
  75                                              <p class="notifications_title">{notification_list.FORMATTED_TITLE}<!-- IF notification_list.REFERENCE --> {notification_list.REFERENCE}<!-- ENDIF --></p>
  76                                              <!-- IF notification_list.URL --></a><!-- ENDIF -->                
  77                                              <!-- IF notification_list.FORUM --><p class="notifications_forum">{notification_list.FORUM}</p><!-- ENDIF -->
  78                                              <!-- IF notification_list.REASON --><p class="notifications_reason">{notification_list.REASON}</p><!-- ENDIF -->
  79                                              <p class="notifications_time">{notification_list.TIME}</p>
  80                                          </div>
  81                                      </div>
  82                                  </dt>
  83  
  84                                  <dd class="mark">&nbsp;<input type="checkbox" name="mark[]" value="{notification_list.NOTIFICATION_ID}"<!-- IF not notification_list.UNREAD --> disabled="disabled"<!-- ENDIF --> /> <dfn>{L_MARK_READ}</dfn>&nbsp;</dd>
  85                              </dl>
  86                          </li>
  87                      <!-- END notification_list -->
  88                  </ul>
  89              </div>
  90  
  91              <div class="action-bar bottom">
  92                  <div class="pagination">
  93                      {L_NOTIFICATIONS} [<strong>{TOTAL_COUNT}</strong>]
  94                      <!-- IF .pagination -->
  95                          <!-- INCLUDE pagination.html -->
  96                      <!-- ELSE -->
  97                            &bull; {PAGE_NUMBER}
  98                      <!-- ENDIF -->
  99                  </div>
 100              </div>
 101  
 102              <!-- ELSE -->
 103                  <p><strong>{L_NO_NOTIFICATIONS}</strong></p>
 104              <!-- ENDIF -->
 105  
 106          <!-- ENDIF -->
 107      </div>
 108  </div>
 109  
 110  <!-- IF .notification_types or .notification_list -->
 111  <fieldset class="display-actions">
 112      <input type="hidden" name="form_time" value="{FORM_TIME}" />
 113      {S_HIDDEN_FIELDS}
 114      <input type="submit" name="submit" value="<!-- IF MODE == 'notification_options' -->{L_SUBMIT}<!-- ELSE -->{L_MARK_READ}<!-- ENDIF -->" class="button1" />
 115      <div><a href="#" onclick="$('#ucp input:checkbox').prop('checked', true); return false;">{L_MARK_ALL}</a> &bull; <a href="#" onclick="$('#ucp input:checkbox').prop('checked', false); return false;">{L_UNMARK_ALL}</a></div>
 116      {S_FORM_TOKEN}
 117  </fieldset>
 118  <!-- ENDIF -->
 119  
 120  </form>
 121  
 122  <!-- INCLUDE ucp_footer.html -->


Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1