Changeset 4200 for branches/2.2/mobile


Ignore:
Timestamp:
05/04/11 09:43:23 (13 years ago)
Author:
thiagoaos
Message:

Ticket #1817 - Adicionado link para acesso a versão Clássica a partir da Expresso Mini.

Location:
branches/2.2/mobile/templates/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/mobile/templates/default/login.tpl

    r4120 r4200  
    1414                <link rel="icon" href="./templates/default/images/favicon.png" type="image/x-ico" /> 
    1515                <meta name="apple-touch-fullscreen" content="YES" />  
     16 
    1617                <script type="text/javascript"> 
    1718 
     
    3637                </script> 
    3738        </head> 
    38          
    39         <body>           
     39 
     40        <body> 
    4041                <div class="topo"> 
    4142                <h1>{website_title} - {lang_login}</h1> 
    4243                </div> 
    4344 
    44                 {message_box}            
     45                {message_box} 
    4546                 
    4647                <form name="form_login" method="post" action="./login.php" id="login_form" autocomplete=off onSubmit="return validate_login(this);"> 
     
    6263 
    6364                <div class="rodape">Projeto ExpressoLivre 2004 - 2010 :: Licen&ccedil;a de Software</div> 
     65                <div class="rodape center"><a href="/login.php?dont_redirect_if_moble=1">Versão Clássica</a></div> 
    6466        </body> 
    6567</html> 
  • branches/2.2/mobile/templates/default/pc_template.tpl

    r3996 r4200  
    9595                        <p>Projeto ExpressoLivre 2004 - 2010 :: Licen&ccedil;a de Software</p> 
    9696                        <p><a href="index.php?menuaction=mobile.ui_home.change_template&template=mini_mobile">{lang_mini_mobile}</a></p> 
     97                        <p><a href="/index.php">Versão Clássica</a></p> 
    9798                </div> 
    9899        </body> 
Note: See TracChangeset for help on using the changeset viewer.