blob: 823d5302541993a8968fca3c50ea965263c4fcc1 (
plain)
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
|
<html>
<head>
{#style}
<title>{#register_page_title}</title>
<meta http-equiv="Content-Type" content="text/html; {#charset}">
</head>
<body>
<table style="width:100%;height:100%">
<tr align="center" valign="middle">
<td>
{#frame_start}1px{#frame_begin}
<div class="titrePage">{#register_title}</div>
{#frame_end}
<div style="margin-bottom:20px"></div>
{#frame_start}50%{#frame_begin}
<form method="post" action="{#form_action}">
<table style="width:80%;margin-top:10px;margin-bottom:10px;margin-left:auto;margin-right:auto;">
<!--VTP_errors-->
<tr>
<td colspan="2">
<div class="errors">
<ul>
<!--VTP_li-->
<li>{#li}</li>
<!--/VTP_li-->
</ul>
</div>
</td>
</tr>
<!--/VTP_errors-->
<!--VTP_line-->
<tr>
<td class="menu">{#name}</td>
<td class="menu">
<!--VTP_select-->
<select name="{#name}">
<!--VTP_option-->
<option{#selected}>{#option}</option>
<!--/VTP_option-->
</select>
<!--/VTP_select-->
<!--VTP_text-->
<input type="text" name="{#name}" value="{#value}" />
<!--/VTP_text-->
<!--VTP_password-->
<input type="password" name="{#name}" value="{#value}" />
<!--/VTP_password-->
</td>
</tr>
<!--/VTP_line-->
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<tr>
<td colspan="2" align="center">
<input type="submit" name="submit" value="{#submit}" style="margin:5px;"/>
</td>
</tr>
<tr>
<td colspan="2" align="center">
<a href="./category.php">[ {#ident_guest_visit} ]</a>
</td>
</tr>
</table>
</form>
{#frame_end}
</td>
</tr>
</table>
</body>
</html>
|