[ Index ]

PHP Cross Reference of phpBB-3.2.11-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                      </tr>
  20                  </thead>
  21                  <tbody>
  22                  <!-- BEGIN notification_types -->
  23                      <!-- IF notification_types.GROUP_NAME -->
  24                          <tr class="bg3">
  25                              <td colspan="{NOTIFICATION_TYPES_COLS}">{notification_types.GROUP_NAME}</td>
  26                          </tr>
  27                      <!-- ELSE -->
  28                          <tr class="<!-- IF notification_types.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
  29                              <td>
  30                                  {notification_types.NAME}
  31                                  <!-- IF notification_types.EXPLAIN --><br />&nbsp; &nbsp;{notification_types.EXPLAIN}<!-- ENDIF -->
  32                              </td>
  33                              <!-- BEGIN notification_methods -->
  34                                  <td class="mark"><input type="checkbox" name="{notification_types.TYPE}_{notification_types.notification_methods.METHOD}"<!-- IF notification_types.notification_methods.SUBSCRIBED --> checked="checked"<!-- ENDIF --><!-- IF not notification_types.notification_methods.AVAILABLE --> disabled="disabled"<!-- ENDIF --> /></td>
  35                              <!-- END notification_methods -->
  36                          </tr>
  37                      <!-- ENDIF -->
  38                  <!-- END notification_types -->
  39                  </tbody>
  40              </table>
  41          <!-- ELSE -->
  42              <!-- IF .notification_list -->
  43                  <div class="action-bar bar-top">
  44                      <div class="pagination">
  45                          <!-- IF U_MARK_ALL --><a href="{U_MARK_ALL}" class="mark">{L_NOTIFICATIONS_MARK_ALL_READ}</a> &bull; <!-- ENDIF -->
  46                          {L_NOTIFICATIONS} [<strong>{TOTAL_COUNT}</strong>]
  47                          <!-- IF .pagination -->
  48                              <!-- INCLUDE pagination.html -->
  49                          <!-- ELSE -->
  50                               &bull; {PAGE_NUMBER}
  51                          <!-- ENDIF -->
  52                      </div>
  53                  </div>
  54  
  55              <div class="notification_list">
  56                  <ul class="topiclist two-columns">
  57                      <li class="header">
  58                          <dl>
  59                              <dt><div class="list-inner">{L_NOTIFICATIONS}</div></dt>
  60                              <dd class="mark">{L_MARK_READ}</dd>
  61                          </dl>
  62                      </li>
  63                  </ul>
  64                  <ul class="topiclist cplist two-columns">
  65                      <!-- BEGIN notification_list -->
  66                          <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 -->">
  67                              <dl>
  68                                  <dt>
  69                                      <div class="list-inner">
  70                                          <!-- IF notification_list.AVATAR -->{notification_list.AVATAR}<!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" /><!-- ENDIF -->
  71                                          <div class="notifications">
  72                                              <!-- IF notification_list.URL --><a href="<!-- IF notification_list.UNREAD -->{notification_list.U_MARK_READ}<!-- ELSE -->{notification_list.URL}<!-- ENDIF -->"><!-- ENDIF -->
  73                                              <p class="notifications_title">{notification_list.FORMATTED_TITLE}<!-- IF notification_list.REFERENCE --> {notification_list.REFERENCE}<!-- ENDIF --></p>
  74                                              <!-- IF notification_list.URL --></a><!-- ENDIF -->
  75                                              <!-- IF notification_list.FORUM --><p class="notifications_forum">{notification_list.FORUM}</p><!-- ENDIF -->
  76                                              <!-- IF notification_list.REASON --><p class="notifications_reason">{notification_list.REASON}</p><!-- ENDIF -->
  77                                              <p class="notifications_time">{notification_list.TIME}</p>
  78                                          </div>
  79                                      </div>
  80                                  </dt>
  81  
  82                                  <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>
  83                              </dl>
  84                          </li>
  85                      <!-- END notification_list -->
  86                  </ul>
  87              </div>
  88  
  89              <div class="action-bar bar-bottom">
  90                  <div class="pagination">
  91                      {L_NOTIFICATIONS} [<strong>{TOTAL_COUNT}</strong>]
  92                      <!-- IF .pagination -->
  93                          <!-- INCLUDE pagination.html -->
  94                      <!-- ELSE -->
  95                            &bull; {PAGE_NUMBER}
  96                      <!-- ENDIF -->
  97                  </div>
  98              </div>
  99  
 100              <!-- ELSE -->
 101                  <p><strong>{L_NO_NOTIFICATIONS}</strong></p>
 102              <!-- ENDIF -->
 103  
 104          <!-- ENDIF -->
 105      </div>
 106  </div>
 107  
 108  <!-- IF .notification_types or .notification_list -->
 109  <fieldset class="display-actions">
 110      <input type="hidden" name="form_time" value="{FORM_TIME}" />
 111      {S_HIDDEN_FIELDS}
 112      <input type="submit" name="submit" value="<!-- IF MODE == 'notification_options' -->{L_SUBMIT}<!-- ELSE -->{L_MARK_READ}<!-- ENDIF -->" class="button1" />
 113      <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>
 114      {S_FORM_TOKEN}
 115  </fieldset>
 116  <!-- ENDIF -->
 117  
 118  </form>
 119  
 120  <!-- INCLUDE ucp_footer.html -->


Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1