home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-cocoon-addon-1.4.9-installer.exe / IncludeBottom.vm < prev    next >
Encoding:
Text File  |  2004-07-12  |  1.1 KB  |  38 lines

  1. #*
  2.   Copyright 1999-2004 The Apache Software Foundation
  3.  
  4.   Licensed under the Apache License, Version 2.0 (the "License");
  5.   you may not use this file except in compliance with the License.
  6.   You may obtain a copy of the License at
  7.  
  8.       http://www.apache.org/licenses/LICENSE-2.0
  9.  
  10.   Unless required by applicable law or agreed to in writing, software
  11.   distributed under the License is distributed on an "AS IS" BASIS,
  12.   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13.   See the License for the specific language governing permissions and
  14.   limitations under the License.
  15. *#
  16. <br />
  17. #if ($accountForm.account)
  18.   #if ($accountForm.account.username)
  19.     #if ($accountForm.account.bannerOption) 
  20.       <table align="center" background="images/bkg-topbar.gif" cellpadding="5" width="100%">
  21.       <tr><td>
  22. #if ($accountForm.account.bannerName.length() > 0) 
  23.       <center>
  24.           $accountForm.account.bannerName
  25.       </image>
  26.       </center>
  27. #end
  28.       </td></tr>
  29.       </table>
  30.     #end
  31.   #end
  32. #end
  33. <p align="center">
  34. <a href="http://cocoon.apache.org/"><img border="0" align="center" src="images/cocoon.gif" /></a>
  35. </p>
  36. </body>
  37. </html>
  38.