diff options
Diffstat (limited to 'templates/front.template')
| -rwxr-xr-x[-rw-r--r--] | templates/front.template | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/front.template b/templates/front.template index c66249f..19da2b1 100644..100755 --- a/templates/front.template +++ b/templates/front.template @@ -30,7 +30,7 @@ Content-Type:text/html <tr> <td valign=top> <img src="/platdoc/img/logo.gif"> - <small><b>Headlines:</b> + <br><small><b>Headlines:</b> %HEADLINES% </small> <h4>Welcome</h4> @@ -42,13 +42,13 @@ Content-Type:text/html </ol> </td> <td rowspan=3> </td> - <td rowspan=3 width="100%"> + <td rowspan=3 width=100% height=100%> %IFRAME% </td> </tr> <tr> - <td height="100%" > - <table border=0 cellpadding=2 cellspacing=0 width=100%> + <td > + <table border=0 cellpadding=2 cellspacing=0 width=100% > <tr valign="top"> <td> <h3>Search</h3> @@ -153,7 +153,7 @@ Content-Type:text/html <tr> <td valign=bottom> <small>%CUSTOM% - <hr width=90% size=1 color=white align=left> + <hr size=1 color=white align=left> Version: <b>%VERSION%</b><br> User: <b>%USER%</b><br> <a href="javascript:setCookie('target', '_top');location.reload();">Mobile</a></small> |
