File: index.php

package info (click to toggle)
postaci 1.1.3-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,176 kB
  • ctags: 1,382
  • sloc: php: 6,083; sql: 1,035; sh: 488; makefile: 47; pascal: 24
file content (178 lines) | stat: -rwxr-xr-x 9,232 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<?
/*
   File name         : index.php
   Version           : 1.1.3
   Last Modified By  : Umut Gokbayrak
   e-mail            : umut@trlinux.com
   Purpose           : The welcome screeen for Postaci Webmail
   Last modified     : 07 Nov. 2000
*/

include ("includes/global.inc");
include ("$postaci_directory" . "includes/commonhead.inc");
include ("$postaci_directory" . "includes/stylesheets.inc");
include ("$postaci_directory" . "includes/javascripts.inc");

//session_start();
session_register('lang_choice');
?>

</head>


<body bgcolor='#F3F3F3' leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" background="images/background.gif" text="#000000" link="#1F4687" vlink="#1F4687" alink="#1F4687" onLoad="MM_preloadImages('images/polski_version2.gif','images/espanol_version2.gif','images/norsk_version2.gif','images/francais_version2.gif','images/deutsch_version2.gif','images/italiano_version2.gif','images/turkce_version2.gif','images/english_version2.gif','images/portugues_version2.gif','images/dutch_version2.gif')">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="1%" bgcolor="#273C79"><img src="images/empty.gif" width="15" height="1"></td>
    <td width="1%" bgcolor="#273C79" background="images/line_vertical_blue_back.gif"><img src="images/empty.gif" width="152" height="1"></td>
    <td width="98%" bgcolor="#273C79" background="images/line_vertical_blue_back.gif" align="right"><img src="images/postaci_webmail.jpg" width="349" height="32" alt="ver :  <? echo $postaci_version; ?>"></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="1">
  <tr>
    <td height="1" width="1%" bgcolor="#273C79"><img src="images/empty.gif" width="15" height="1"></td>
    <td height="1" width="1%"><img src="images/line_horizantal_shadow.gif" width="165" height="1"></td>
    <td height="1" width="98%"><img src="images/empty.gif" width="10" height="1"></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="400">
  <tr>
    <td width="1%"><img src="images/empty.gif" width="15" height="1"></td>
    <td width="1%" valign="top" align="left"><img src="images/company_logo.jpg" width="152" height="152"><br>
      <table width="111" border="0" cellspacing="0" cellpadding="0" align="center">
        <tr valign="top" align="center">
          <td>
           <?
            if ($turkce_support) {
              echo "<a href=\"index.php?l=turkce\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('Image1','','images/turkce_version2.gif',1)\"><img src=\"images/turkce_version1.gif\" width=\"111\" height=\"15\" border=\"0\" name=\"Image1\"></a><br>\n";
            }
            if ($english_support) {
              echo "<a href=\"index.php?l=english\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('Image2','','images/english_version2.gif',1)\"><img src=\"images/english_version1.gif\" width=\"111\" height=\"15\" border=\"0\" name=\"Image2\"></a><br>\n";
            }
            if ($dutch_support) {
              echo "<a href=\"index.php?l=dutch\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('Image3','','images/dutch_version2.gif',1)\"><img src=\"images/dutch_version1.gif\" width=\"111\" height=\"15\" border=\"0\" name=\"Image3\"></a><br>\n";
            }
            if ($portugues_support) {
              echo "<a href=\"index.php?l=portugues\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('Image4','','images/portugues_version2.gif',1)\"><img src=\"images/portugues_version1.gif\" width=\"111\" height=\"15\" border=\"0\" name=\"Image4\"></a><br>\n";
            }
            if ($italiano_support) {
              echo "<a href=\"index.php?l=italiano\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('Image5','','images/italiano_version2.gif',1)\"><img src=\"images/italiano_version1.gif\" width=\"111\" height=\"15\" border=\"0\" name=\"Image5\"></a><br>\n";
            }
            if ($deutsch_support) {
              echo "<a href=\"index.php?l=deutsch\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('Image6','','images/deutsch_version2.gif',1)\"><img src=\"images/deutsch_version1.gif\" width=\"111\" height=\"15\" border=\"0\" name=\"Image6\"></a><br>\n";
            }
            if ($francais_support) {
              echo "<a href=\"index.php?l=francais\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('Image7','','images/francais_version2.gif',1)\"><img src=\"images/francais_version1.gif\" width=\"111\" height=\"15\" border=\"0\" name=\"Image7\"></a><br>\n";
            }
            if ($norsk_support) {
              echo "<a href=\"index.php?l=norsk\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('Image8','','images/norsk_version2.gif',1)\"><img src=\"images/norsk_version1.gif\" width=\"111\" height=\"15\" border=\"0\" name=\"Image8\"></a><br>\n";
            }
            if ($polski_support) {
              echo "<a href=\"index.php?l=polski\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('Image9','','images/polski_version2.gif',1)\"><img src=\"images/polski_version1.gif\" width=\"111\" height=\"15\" border=\"0\" name=\"Image9\"></a><br>\n";
            }
            if ($espanol_support) {
              echo "<a href=\"index.php?l=espanol\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('Image10','','images/espanol_version2.gif',1)\"><img src=\"images/espanol_version1.gif\" width=\"111\" height=\"15\" border=\"0\" name=\"Image10\"></a><br>\n";
            }
           ?>
          </td>
        </tr>
        <tr>
          <td nowrap>&nbsp;<br><img src="images/dot.gif" width="10" height="10"> <a href="http://www.trlinux.com/" target="newpage"><? echo "$text76"; ?></a></td>
        </tr>
        <tr valign="bottom" align="center">
          <?
            if($show_sponsor) {
              echo "<td height=\"70\" class=\"style=\"8\">$text78</td>\n";
            } else {
              echo "<td height=\"70\" class=\"style=\"8\">&nbsp;</td>\n";
            }
          ?>
        </tr>
        <tr>
          <td>
            <div align="center">
              <table width="111" border="0" cellspacing="0" cellpadding="1" bgcolor="#333333">
                <tr>
                  <?
                    if ($show_sponsor) {
                      echo "<td><a href=\"http://www.yimpas.net.tr\"><img src=\"images/sponsor.gif\" width=\"109\" height=\"30\" border=\"0\"></a></td>\n";
                    }
                  ?>
                </tr>
              </table>
            </div>
          </td>
        </tr>
      </table>
    </td>
    <td width="98%" valign="top">
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td height="300" width="91%" align="center">
            <p>&nbsp;</p>
            <form method="post" action="validate_login.php">
              <br>
              <br>
              <img src="<? echo "images/welcome_" . $lang_choice . ".gif"; ?>" width="393" height="111" alt="<? echo $text82; ?>"><br>
              <?
                 switch ($error_id) {
                   case 1:
                     echo "<b class='styleerror'>$text5</b><br>";
                     break;
                   case 2:
                     echo "<b class='styleerror'>$text9</b><br>";
                     break;
                   case 3:
                     echo "<b class='styleerror'>$text89</b><br>";
                     break;
                   default:
                     echo "<b class='styleerror'>&nbsp;</b><br>";
                 }
              ?>

              <table width="290" border="0" cellspacing="0" cellpadding="3" bgcolor='#F3F3F3'>
                <tr>
                  <td colspan="3">
                    <hr size="1" noshade width="280" align="left">
                  </td>
                </tr>
                <tr>
                  <td nowrap><b><? echo "$text2"; ?></b></td>
                  <td><b>:</b></td>
                  <td>
                    <input type="text" name="txtusername" size="15" maxlength="20" class="styletextbox">
                  </td>
                </tr>
                <tr>
                  <td nowrap><b><? echo "$text3"; ?></b></td>
                  <td><b>:</b></td>
                  <td>
                    <input type="password" name="txtpassword" size="15" maxlength="20" class="styletextbox">
                  </td>
                </tr>
                <tr>
                  <td colspan="3">
                    <hr size="1" noshade width="280" align="left">
                  </td>
                </tr>
                <tr>
                  <td>&nbsp;</td>
                  <td>&nbsp;</td>
                  <td>
                    <input type="submit" name="Submit" value="<? echo "$text4"; ?>">
                  </td>
                </tr>
              </table>
            </form>
            <p>&nbsp;</p>
            <p>&nbsp;</p>
          </td>
          <td width="2%" valign="top"><img src="images/empty.gif" width="15" height="10">
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</body>
</html>