Ignore:
Timestamp:
01/26/09 14:47:04 (15 years ago)
Author:
niltonneto
Message:

Resolve #399.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mobile/templates/default/home.tpl

    r524 r623  
    1 <!-- BEGIN mobile_header --> 
     1<!-- BEGIN mobile_home --> 
    22<html> 
    33<head> 
    4 <meta http-equiv="Content-Language" content="en" /> 
     4<meta http-equiv="Content-Language" content="pt-BR" /> 
    55<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
    6 <!-- <LINK href="../phpgwapi/templates/{template_set}/css/{template_set}.css" type=text/css rel=StyleSheet> --> 
    76<LINK href="./templates/css/mobile.css" type=text/css rel=StyleSheet> 
    87<title>Expresso Mobile {lang_home}</title> 
    98</head> 
    109<body style="background-color:white !important"> 
     10<!-- BEGIN mobile_home_content --> 
     11{content}<br>{footer} 
     12<!-- END mobile_home_content --> 
    1113<p>&nbsp;&nbsp;<strong>{fullname}: [{account_lid}]</strong></p> 
    1214<hr /> 
    13 <!-- END mobile_header --> 
    14  
    15 <!-- BEGIN mobile_navbar --> 
    1615<!-- TODO: Yep! Deveria ser flexível, não hardcoded do jeito que tá --> 
    1716<!--<p>&nbsp;&nbsp;<strong>:: Expresso Mini</strong> </p>--> 
    1817<p> 
    19 :: {newmail} <br> 
    20 :: {mobilemail} <br> 
    21 :: {agenda} <br> 
    22 :: {contactcenter} <br> 
     18:: <a href="{href_newmail}">{lang_newmail}</a> <br> 
     19:: <a href="{href_email}">{lang_email}</a> <br> 
     20:: <a href="{href_calendar}">{lang_calendar}</a> <br> 
     21:: <a href="{href_cc}">{lang_cc}</a> <br> 
    2322:: <a href="./login.php?cd=1">{lang_logout}</a> 
    2423</p> 
    2524<hr /> 
    26 <!-- END mobile_navbar --> 
    27  
    28 <!-- BEGIN new_mail --> 
    29 {begin_anchor}{lang_newmail}{end_anchor} 
    30 <!-- END new_mail --> 
    31  
    32 <!-- BEGIN agenda --> 
    33 {begin_anchor}{lang_agenda}{end_anchor} 
    34 <!-- END agenda --> 
    35  
    36 <!-- BEGIN mobilemail --> 
    37 {begin_anchor}{lang_email}{end_anchor} 
    38 <!-- END mobilemail --> 
    39  
    40 <!-- BEGIN mobilecc --> 
    41 {begin_anchor}{lang_cc}{end_anchor} 
    42 <!-- END mobilecc --> 
    43  
    44 <!-- BEGIN begin_anchor --> 
    45 <a href="{href}"> 
    46 <!-- END begin_anchor --> 
    47  
    48 <!-- BEGIN end_anchor --> 
    49 </a> 
    50 <!-- END end_anchor --> 
    51  
    52 <!-- BEGIN mobile_footer --> 
    5325</body> 
    5426</html> 
    55 <!-- END mobile_footer --> 
     27<!-- END mobile_home --> 
Note: See TracChangeset for help on using the changeset viewer.