source: trunk/template/default/upload.vtp @ 13

Last change on this file since 13 was 13, checked in by z0rglub, 21 years ago

* empty log message *

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.7 KB
Line 
1<html>
2  <head>
3    {#style}
4    <title>{#upload_title}</title>
5  </head>
6  <body>
7    <table style="width:100%;height:100%">
8      <tr align="center" valign="middle">
9        <td>
10          {#frame_start}1px{#frame_begin}
11            <div class="titrePage">{#upload_title}</div>
12          {#frame_end}
13          <div style="margin-bottom:5px;">&nbsp;</div>
14          {#frame_start}50%{#frame_begin}
15            <!--VTP_upload_not_successful-->
16            <form enctype="multipart/form-data" method="post" action="{#form_action}">
17              <table style="width:80%;margin-left:auto;margin-right:auto;">
18                <!--VTP_errors-->
19                <tr>
20                  <td colspan="3">
21                    <div class="errors">
22                      <ul>
23                        <!--VTP_li-->
24                        <li>{#li}</li>
25                        <!--/VTP_li-->
26                      </ul>
27                    </div>
28                  </td>
29                </tr>
30                <!--/VTP_errors-->
31                <tr>
32                  <td colspan="2" class="menu">
33                    <div style="text-align:center;">{#advise_title}</div>
34                    <ul>
35                      <!--VTP_advise-->
36                      <li>{#content}</li>
37                      <!--/VTP_advise-->
38                    </ul>
39                  </td>
40                </tr>
41                <tr>
42                  <td colspan="2" align="center" style="padding:10px;">
43                    <input name="picture" type="file" value="" />
44                  </td>
45                </tr>
46                <!--VTP_fields-->
47                <tr>
48                  <td class="menu">{#upload_username}</td>
49                  <td align="center" style="padding:10px;">
50                    <input name="username" type="text" value="{#user_login}" />
51                  </td>
52                </tr>
53                <tr>
54                  <td class="menu">{#mail_address}</td>
55                  <td align="center" style="padding:10px;">
56                    <input name="mail_address" type="text" value="{#user_mail_address}" />
57                  </td>
58                </tr>
59                <!--/VTP_fields-->
60                <tr>
61                  <td colspan="2" align="center">
62                    <input name="submit" type="submit" value="{#submit}" />
63                  </td>
64                </tr>
65              </table>
66            </form>
67            <!--/VTP_upload_not_successful-->
68            <!--VTP_upload_successful-->
69            {#upload_successful}<br />
70            <!--/VTP_upload_successful-->
71            <div style="text-align:center;">
72              <a href="{#return_url}">[ {#search_return_main_page} ]</a>
73            </div>
74          {#frame_end}
75        </td>
76      </tr>
77    </table>
78  </body>
79</html>
Note: See TracBrowser for help on using the repository browser.