Initial repo created
[timetracker.git] / WEB-INF / templates / mobile / login.tpl
1 <script>
2 <!--
3 function get_date() {
4   var date = new Date();
5   return date.strftime("%Y-%m-%d");
6 }
7 //-->
8 </script>
9 <table cellspacing="4" cellpadding="7" border="0">
10   <tr>
11     <td>
12       {$forms.loginForm.open}
13       {include file="mobile/login.`$smarty.const.AUTH_MODULE`.tpl"}
14       {$forms.loginForm.close}
15     </td>
16   </tr>
17 </table>