Changeset 1161 in ExiteCMS for modules/common/wiki/php-files/modules/wiki/actions/footer.php
- Timestamp:
- 12/08/07 00:11:27 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/common/wiki/php-files/modules/wiki/actions/footer.php
r986 r1161 34 34 } 35 35 36 print "</td>< td width='1%' align='right' style='white-space:nowrap;'>";36 print "</td></tr><tr>"; 37 37 echo $this->FormOpen("", "TextSearch", "get"); 38 ?>39 Search: <input name="phrase" size="15" class="searchbox" />40 <?php41 echo $this->FormClose();42 38 ?> 43 39 </td> … … 46 42 <table width='100%'> 47 43 <tr> 48 <td width='1%'> 44 <td width='1%' style='white-space:nowrap;'> 45 46 Search: <input name="phrase" size="75" class="searchbox" /> 47 <?php 48 echo $this->FormClose(); 49 ?> 50 </td> 51 <td width='1%' align='right'> 49 52 <?php 50 53 echo $this->GetPageTime() ? " <a href=\"".$this->href("revisions.xml")."\" title=\"Click to view recent page revisions in XML format.\"><img src=\"images/xml.png\" width=\"36\" height=\"14\" align=\"bottom\" style=\"border : 0px;\" alt=\"XML\" /></a>\n" : " "; 51 54 ?> 52 55 </td> 53 <td width='99%' align='right'> 56 </tr> 57 <tr> 58 <td colspan='2' width='99%' align='right'> 54 59 <div class="smallprint"> 55 60 <?php echo $this->Link("http://validator.w3.org/check/referer", "", "Valid XHTML 1.0 Transitional") ?> |
Note: See TracChangeset
for help on using the changeset viewer.
