Changeset 401 for trunk


Ignore:
Timestamp:
Mar 29, 2004, 10:45:38 PM (20 years ago)
Author:
z0rglub
Message:

html code refactoring

Location:
trunk/template/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/default/footer.tpl

    r375 r401  
    1 <!-- BEGIN debug -->
    2     <div class="copyright">{L_GEN_TIME} {TIME}</div>
    3 <!-- END debug -->
    4     <!-- Please, do not remove this copyright. If you really want to,
    5          contact me pierrick@z0rglub.com to find a solution on how
    6          to show the origin of the script...-->
    7     <div class="copyright">Powered by <a href="{U_SITE}" class="back">PhpWebGallery</a> {VERSION}</div>
    8         <div class="copyright">{L_SEND_MAIL}&nbsp;:&nbsp;<a href="mailto:{MAIL}?subject={L_TITLE_MAIL}"><span style="font-weight:bold;">{WEBMASTER}</span></a></div>
    9   </td></tr>
     1     <!-- BEGIN debug -->
     2     <div class="copyright">{L_GEN_TIME} {TIME}</div>
     3     <!-- END debug -->
     4
     5     <!-- Please, do not remove this copyright. If you really want to,
     6          contact me pierrick@phpwebgallery.net to find a solution on how
     7          to show the origin of the script...-->
     8
     9     <div class="copyright">
     10      Powered by <a href="{U_SITE}" class="back">PhpWebGallery</a>
     11      {VERSION}
     12     </div>
     13
     14     <div class="copyright">
     15      {L_SEND_MAIL}&nbsp;:&nbsp;
     16      <a href="mailto:{MAIL}?subject={L_TITLE_MAIL}">
     17       <span style="font-weight:bold;">{WEBMASTER}</span>
     18      </a>
     19     </div>
     20
     21    </td>
     22   </tr>
    1023  </table>
    11   </body>
     24 </body>
    1225</html>
  • trunk/template/default/header.tpl

    r393 r401  
    11<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    22<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{LANG}" lang="{LANG}" dir="{DIR}">
    3 <head>
    4 <meta http-equiv="Content-Type" content="text/html; charset={CONTENT_ENCODING}"  />
    5 <meta http-equiv="Content-Style-Type" content="text/css" />
    6 <!-- BEGIN refresh -->
    7 <meta http-equiv="refresh" content="{REFRESH_TIME};url={U_REFRESH}">
    8 <!-- END refresh -->
    9 <title>{PAGE_TITLE}</title>
    10 <link rel="stylesheet" href="{T_STYLE}" type="text/css" />
    11 <script type="text/javascript" src="include/scripts.js"></script>
    12 </head>
    13 <body>
    14 <table class="main">
    15 <tr><td>
     3
     4 <head>
     5  <meta http-equiv="Content-Type" content="text/html; charset={CONTENT_ENCODING}" />
     6  <meta http-equiv="Content-Style-Type" content="text/css" />
     7  <!-- BEGIN refresh -->
     8  <meta http-equiv="refresh" content="{REFRESH_TIME};url={U_REFRESH}">
     9  <!-- END refresh -->
     10  <title>{PAGE_TITLE}</title>
     11  <link rel="stylesheet" href="{T_STYLE}" type="text/css" />
     12  <script type="text/javascript" src="include/scripts.js"></script>
     13 </head>
     14
     15 <body>
     16  <table class="main">
     17   <tr>
     18    <td>
Note: See TracChangeset for help on using the changeset viewer.