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

search_results.html

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


001  <!-- INCLUDE overall_header.html -->
002   
003  <form method="post" action="{S_SEARCH_ACTION}">
004   
005  <table width="100%" cellspacing="1">
006  <tr>
007      <td colspan="2"><span class="titles"><!-- IF SEARCH_TITLE -->{SEARCH_TITLE}<!-- ELSE -->{SEARCH_MATCHES}<!-- ENDIF --></span><br /></td>
008  </tr>
009  <tr>
010      <td class="genmed"><!-- IF SEARCH_TOPIC -->{L_SEARCHED_TOPIC}: <a href="{U_SEARCH_TOPIC}"><b>{SEARCH_TOPIC}</b></a><br /><!-- ENDIF --><!-- IF SEARCH_WORDS -->{L_SEARCHED_FOR}: <a href="{U_SEARCH_WORDS}"><b>{SEARCH_WORDS}</b></a><!-- ENDIF --><!-- IF IGNORED_WORDS --> {L_IGNORED_TERMS}: <b>{IGNORED_WORDS}</b><!-- ENDIF --></td>
011      <td align="{S_CONTENT_FLOW_END}"><!-- IF SEARCH_IN_RESULTS --><span class="genmed">{L_SEARCH_IN_RESULTS}: </span><input type="text" name="add_keywords" value="" /> <input class="btnlite" type="submit" name="submit" value="{L_GO}" /><!-- ENDIF --></td>
012  </tr>
013  </table>
014   
015  <br clear="all" />
016   
017  <!-- IF S_SHOW_TOPICS -->
018   
019      <table class="tablebg" width="100%" cellspacing="1">
020      <tr>
021          <th width="4%" nowrap="nowrap">&nbsp;</th>
022          <th colspan="2" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
023          <th nowrap="nowrap">&nbsp;{L_AUTHOR}&nbsp;</th>
024          <th nowrap="nowrap">&nbsp;{L_REPLIES}&nbsp;</th>
025          <th nowrap="nowrap">&nbsp;{L_VIEWS}&nbsp;</th>
026          <th nowrap="nowrap">&nbsp;{L_LAST_POST}&nbsp;</th>
027      </tr>
028      <!-- BEGIN searchresults -->
029          <tr valign="middle">
030              <td class="row1" width="25" align="center">{searchresults.TOPIC_FOLDER_IMG}</td>
031              <td class="row1" width="25" align="center">
032              <!-- IF searchresults.TOPIC_ICON_IMG -->
033                  <img src="{T_ICONS_PATH}{searchresults.TOPIC_ICON_IMG}" width="{searchresults.TOPIC_ICON_IMG_WIDTH}" height="{searchresults.TOPIC_ICON_IMG_HEIGHT}" alt="" title="" />
034              <!-- ENDIF -->
035              </td>
036              <td class="row1">
037                  <!-- IF searchresults.S_UNREAD_TOPIC --><a href="{searchresults.U_NEWEST_POST}">{NEWEST_POST_IMG}</a><!-- ENDIF -->
038                  {topicrow.ATTACH_ICON_IMG} <a href="{searchresults.U_VIEW_TOPIC}" class="topictitle">{searchresults.TOPIC_TITLE}</a>
039                  <!-- IF searchresults.S_TOPIC_UNAPPROVED or searchresults.S_POSTS_UNAPPROVED -->
040                      <a href="{searchresults.U_MCP_QUEUE}">{searchresults.UNAPPROVED_IMG}</a>&nbsp;
041                  <!-- ENDIF -->
042                  <!-- IF searchresults.S_TOPIC_REPORTED -->
043                      <a href="{searchresults.U_MCP_REPORT}">{REPORTED_IMG}</a>&nbsp;
044                  <!-- ENDIF -->
045                  <!-- IF searchresults.PAGINATION -->
046                      <p class="gensmall"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {searchresults.PAGINATION} ] </p>
047                  <!-- ENDIF -->
048                  <!-- IF searchresults.S_TOPIC_GLOBAL -->
049                      <p class="gensmall">{L_GLOBAL}</p>
050                  <!-- ELSE -->
051                      <p class="gensmall">{L_IN} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a></p>
052                  <!-- ENDIF -->
053              </td>
054              <td class="row2" width="100" align="center"><p class="topicauthor">{searchresults.TOPIC_AUTHOR_FULL}</p></td>
055              <td class="row1" width="50" align="center"><p class="topicdetails">{searchresults.TOPIC_REPLIES}</p></td>
056              <td class="row2" width="50" align="center"><p class="topicdetails">{searchresults.TOPIC_VIEWS}</p></td>
057              <td class="row1" width="120" align="center">
058                  <p class="topicdetails">{searchresults.LAST_POST_TIME}</p>
059                  <p class="topicdetails">{searchresults.LAST_POST_AUTHOR_FULL}
060                      <a href="{searchresults.U_LAST_POST}">{LAST_POST_IMG}</a>
061                  </p>
062              </td>
063          </tr>
064      <!-- BEGINELSE -->
065          <tr valign="middle">
066              <td colspan="7" class="row3" align="center">{L_NO_SEARCH_RESULTS}</td>
067          </tr>
068      <!-- END searchresults -->
069      <tr>
070          <td class="cat" colspan="7" valign="middle" align="center"><!-- IF S_SELECT_SORT_DAYS or S_SELECT_SORT_KEY --><span class="gensmall">{L_DISPLAY_POSTS}:</span> {S_SELECT_SORT_DAYS}<!-- IF S_SELECT_SORT_KEY -->&nbsp;<span class="gensmall">{L_SORT_BY}:</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}<!-- ENDIF -->&nbsp;<input class="btnlite" type="submit" value="{L_GO}" name="sort" /><!-- ENDIF --></td>
071      </tr>
072      </table>
073   
074  <!-- ELSE -->
075   
076      <table class="tablebg" width="100%" cellspacing="1">
077      <tr>
078          <th width="150" nowrap="nowrap">{L_AUTHOR}</th>
079          <th width="100%" nowrap="nowrap">{L_MESSAGE}</th>
080      </tr>
081   
082      <!-- BEGIN searchresults -->
083          <tr class="row2">
084          <!-- IF searchresults.S_IGNORE_POST -->
085              <td class="gensmall" colspan="2" height="25" align="center">{searchresults.L_IGNORE_POST}</td>
086          <!-- ELSE -->
087                  <td colspan="2" height="25"><p class="topictitle"><a name="p{searchresults.POST_ID}" id="p{searchresults.POST_ID}"></a>&nbsp;<!-- IF searchresults.FORUM_TITLE -->{L_FORUM}: <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a><!-- ELSE -->{L_GLOBAL}<!-- ENDIF --> &nbsp; {L_TOPIC}: <a href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a> </p></td>
088              </tr>
089              <tr class="row1">
090                  <td width="150" align="center" valign="middle"><b class="postauthor">{searchresults.POST_AUTHOR_FULL}</b></td>
091                  <td height="25">
092                      <table width="100%" cellspacing="0" cellpadding="0" border="0">
093                      <tr>
094                          <td class="gensmall">
095                              <div style="float: {S_CONTENT_FLOW_BEGIN};">
096                              <!-- IF searchresults.POST_SUBJECT neq "" -->
097                                  &nbsp;<b>{L_POST_SUBJECT}:</b> <a href="{searchresults.U_VIEW_POST}">{searchresults.POST_SUBJECT}</a> 
098                              <!-- ELSE -->
099                                  [ <a href="{searchresults.U_VIEW_POST}">{L_JUMP_TO_POST}</a> ]
100                              <!-- ENDIF -->
101                              </div>
102                              <div style="float: {S_CONTENT_FLOW_END};"><b>{L_POSTED}:</b> {searchresults.POST_DATE}&nbsp;</div>
103                          </td>
104                      </tr>
105                      </table>
106                  </td>
107              </tr>
108              <tr class="row1">
109                  <td width="150" align="center" valign="top"><br /><span class="postdetails">{L_REPLIES}: <b>{searchresults.TOPIC_REPLIES}</b><br />{L_VIEWS}: <b>{searchresults.TOPIC_VIEWS}</b></span><br /><br /></td>
110                  <td valign="top">
111                      <table width="100%" cellspacing="5">
112                      <tr>
113                          <td class="postbody">{searchresults.MESSAGE}</td>
114                      </tr>
115                      </table>
116                  </td>
117              </tr>
118          <!-- ENDIF -->
119          <tr>
120              <td class="spacer" colspan="2"><img src="images/spacer.gif" height="1" alt="" /></td>
121          </tr>
122      <!-- BEGINELSE -->
123          <tr valign="middle">
124              <td colspan="2" class="row3" align="center">{L_NO_SEARCH_RESULTS}</td>
125          </tr>
126      <!-- END searchresults -->
127      <tr>
128          <td class="cat" colspan="2" align="center"><!-- IF S_SELECT_SORT_KEY --><span class="gensmall">{L_SORT_BY}:</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<input class="btnlite" type="submit" name="sort" value="{L_GO}" /><!-- ENDIF --></td>
129      </tr>
130      </table>
131  <!-- ENDIF -->
132   
133  </form>
134   
135  <div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};"><span class="nav">{PAGE_NUMBER}</span> [ {SEARCH_MATCHES} ]</div>
136  <div class="nav" style="float: {S_CONTENT_FLOW_END};"><!-- INCLUDE pagination.html --></div>
137   
138  <br clear="all" /><br />
139   
140  <!-- INCLUDE breadcrumbs.html -->
141   
142  <br clear="all" />
143   
144  <div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div>
145   
146  <!-- INCLUDE overall_footer.html -->