Verzeichnisstruktur phpBB-3.0.0


Veröffentlicht
12.12.2007

So funktioniert es


Auf das letzte Element klicken. Dies geht jeweils ein Schritt zurück

Auf das Icon klicken, dies öffnet das Verzeichnis. Nochmal klicken schließt das Verzeichnis.
Auf den Verzeichnisnamen klicken, dies zeigt nur das Verzeichnis mit Inhalt an

(Beispiel Datei-Icons)

Auf das Icon klicken um den Quellcode anzuzeigen

ucp_prefs_personal.html

Zuletzt modifiziert: 09.10.2024, 12:53 - Dateigröße: 5.96 KiB


001  <!-- INCLUDE ucp_header.html -->
002   
003  <form id="ucp" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
004   
005  <h2>{L_TITLE}</h2>
006   
007  <div class="panel">
008      <div class="inner"><span class="corners-top"><span></span></span>
009   
010      <fieldset>
011      <!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF -->
012      <dl>
013          <dt><label for="viewemail0">{L_SHOW_EMAIL}:</label></dt>
014          <dd>
015              <label for="viewemail1"><input type="radio" name="viewemail" id="viewemail1" value="1"<!-- IF S_VIEW_EMAIL --> checked="checked"<!-- ENDIF --> /> {L_YES}</label> 
016              <label for="viewemail0"><input type="radio" name="viewemail" id="viewemail0" value="0"<!-- IF not S_VIEW_EMAIL --> checked="checked"<!-- ENDIF --> /> {L_NO}</label>
017          </dd>
018      </dl>
019      <dl>
020          <dt><label for="massemail1">{L_ADMIN_EMAIL}:</label></dt>
021          <dd>
022              <label for="massemail1"><input type="radio" name="massemail" id="massemail1" value="1"<!-- IF S_MASS_EMAIL --> checked="checked"<!-- ENDIF --> /> {L_YES}</label> 
023              <label for="massemail0"><input type="radio" name="massemail" id="massemail0" value="0"<!-- IF not S_MASS_EMAIL --> checked="checked"<!-- ENDIF --> /> {L_NO}</label>
024          </dd>
025      </dl>
026      <dl>
027          <dt><label for="allowpm1">{L_ALLOW_PM}:</label><br /><span>{L_ALLOW_PM_EXPLAIN}</span></dt>
028          <dd>
029              <label for="allowpm1"><input type="radio" name="allowpm" id="allowpm1" value="1"<!-- IF S_ALLOW_PM --> checked="checked"<!-- ENDIF --> /> {L_YES}</label> 
030              <label for="allowpm0"><input type="radio" name="allowpm" id="allowpm0" value="0"<!-- IF not S_ALLOW_PM --> checked="checked"<!-- ENDIF --> /> {L_NO}</label>
031          </dd>
032      </dl>
033      <!-- IF S_CAN_HIDE_ONLINE -->
034          <dl>
035              <dt><label for="hideonline0">{L_HIDE_ONLINE}:</label><br /><span>{L_HIDE_ONLINE_EXPLAIN}</span></dt>
036              <dd>
037                  <label for="hideonline1"><input type="radio" name="hideonline" id="hideonline1" value="1"<!-- IF S_HIDE_ONLINE --> checked="checked"<!-- ENDIF --> /> {L_YES}</label> 
038                  <label for="hideonline0"><input type="radio" name="hideonline" id="hideonline0" value="0"<!-- IF not S_HIDE_ONLINE --> checked="checked"<!-- ENDIF --> /> {L_NO}</label>
039              </dd>
040          </dl>
041      <!-- ENDIF -->        
042      <!-- IF S_SELECT_NOTIFY -->
043          <dl>
044              <dt><label for="notifymethod0">{L_NOTIFY_METHOD}:</label></dt>
045              <dd>
046                  <label for="notifymethod0"><input type="radio" name="notifymethod" id="notifymethod0" value="0"<!-- IF S_NOTIFY_EMAIL --> checked="checked"<!-- ENDIF --> /> {L_NOTIFY_METHOD_EMAIL}</label> 
047                  <label for="notifymethod1"><input type="radio" name="notifymethod" id="notifymethod1" value="1"<!-- IF S_NOTIFY_IM --> checked="checked"<!-- ENDIF --> /> {L_NOTIFY_METHOD_IM}</label> 
048                  <label for="notifymethod2"><input type="radio" name="notifymethod" id="notifymethod2" value="2"<!-- IF S_NOTIFY_BOTH --> checked="checked"<!-- ENDIF --> /> {L_NOTIFY_METHOD_BOTH}</label>
049              </dd>
050          </dl>
051      <!-- ENDIF -->
052      <dl>
053          <dt><label for="notifypm1">{L_NOTIFY_ON_PM}:</label></dt>
054          <dd>
055              <label for="notifypm1"><input type="radio" name="notifypm" id="notifypm1" value="1"<!-- IF S_NOTIFY_PM --> checked="checked"<!-- ENDIF --> /> {L_YES}</label> 
056              <label for="notifypm0"><input type="radio" name="notifypm" id="notifypm0" value="0"<!-- IF not S_NOTIFY_PM --> checked="checked"<!-- ENDIF --> /> {L_NO}</label>
057          </dd>
058      </dl>
059      <dl>
060          <dt><label for="popuppm0">{L_POPUP_ON_PM}:</label></dt>
061          <dd>
062              <label for="popuppm1"><input type="radio" name="popuppm" id="popuppm1" value="1"<!-- IF S_POPUP_PM --> checked="checked"<!-- ENDIF --> /> {L_YES}</label> 
063              <label for="popuppm0"><input type="radio" name="popuppm" id="popuppm0" value="0"<!-- IF not S_POPUP_PM --> checked="checked"<!-- ENDIF --> /> {L_NO}</label>
064          </dd>
065      </dl>
066      <dl>
067          <dt><label for="lang">{L_BOARD_LANGUAGE}:</label></dt>
068          <dd><select name="lang" id="lang">{S_LANG_OPTIONS}</select></dd>
069      </dl>
070      <!-- IF S_STYLE_OPTIONS -->
071          <dl>
072              <dt><label for="style">{L_BOARD_STYLE}:</label></dt>
073              <dd><select name="style" id="style">{S_STYLE_OPTIONS}</select></dd>
074          </dl>
075      <!-- ENDIF -->
076      <dl>
077          <dt><label for="timezone">{L_BOARD_TIMEZONE}:</label></dt>
078          <dd><select name="tz" id="timezone" class="autowidth">{S_TZ_OPTIONS}</select></dd>
079      </dl>
080      <dl>
081          <dt><label for="dst1">{L_BOARD_DST}:</label></dt>
082          <dd>
083              <label for="dst1"><input type="radio" name="dst" id="dst1" value="1"<!-- IF S_DST --> checked="checked"<!-- ENDIF --> /> {L_YES}</label> 
084              <label for="dst0"><input type="radio" name="dst" id="dst0" value="0"<!-- IF not S_DST --> checked="checked"<!-- ENDIF --> /> {L_NO}</label>
085          </dd>
086      </dl>
087      <dl>
088          <dt><label for="dateformat">{L_BOARD_DATE_FORMAT}:</label><br /><span>{L_BOARD_DATE_FORMAT_EXPLAIN}</span></dt>
089          <dd>
090              <select name="dateoptions" id="dateoptions" onchange="if(this.value=='custom'){dE('custom_date',1);}else{dE('custom_date',-1);} if (this.value == 'custom') { document.getElementById('dateformat').value = default_dateformat; } else { document.getElementById('dateformat').value = this.value; }">
091                  {S_DATEFORMAT_OPTIONS}
092              </select>
093          </dd>
094          <dd id="custom_date" style="display:none;"><input type="text" name="dateformat" id="dateformat" value="{DATE_FORMAT}" maxlength="30" class="inputbox narrow" style="margin-top: 3px;" /></dd>
095      </dl>
096      </fieldset>
097   
098      <span class="corners-bottom"><span></span></span></div>
099  </div>
100      
101  <fieldset class="submit-buttons">
102      {S_HIDDEN_FIELDS}<input type="reset" value="{L_RESET}" name="reset" class="button2" />&nbsp; 
103      <input type="submit" name="submit" value="{L_SUBMIT}" class="button1" />
104      {S_FORM_TOKEN}
105  </fieldset>
106  </form>
107   
108  <script type="text/javascript">
109  // <![CDATA[
110      var date_format = '{A_DATE_FORMAT}';
111      var default_dateformat = '{A_DEFAULT_DATEFORMAT}';
112   
113      function customDates()
114      {
115          var e = document.getElementById('dateoptions');
116      
117          e.selectedIndex = e.length - 1;
118      
119          // Loop and match date_format in menu
120          for (var i = 0; i < e.length; i++)
121          {
122              if (e.options[i].value == date_format)
123              {
124                  e.selectedIndex = i;
125                  break;
126              }
127          }
128      
129          // Show/hide custom field
130          if (e.selectedIndex == e.length - 1)
131          {
132              dE('custom_date',1);
133          }
134          else
135          {
136              dE('custom_date',-1);
137          }
138      }
139   
140      customDates();
141  // ]]>
142  </script>
143   
144  <!-- INCLUDE ucp_footer.html -->