Project

General

Profile

« Previous | Next » 

Revision 1428

Added by Dietmar over 13 years ago

update Argostheme to version 1.5 (Tks to Argos)
validation fixes
call edit_full_area on the fly

View differences:

templates.htt
1
<!-- BEGIN main_block -->

2

  
3
<table cellpadding="5" cellspacing="0" border="0" align="center" width="100%" style="margin-bottom:10px;">

4
	<tr style="background:#f0f0f0;">

5
		<td align="left">{CHANGE_TEMPLATE_NOTICE}</td>

6
		<td align="right">

7
			{URL_MODULES}

8
			-

9
			{URL_LANGUAGES}

10
			-

11
			{URL_ADVANCED}

12
		</td>

13
     </tr>

14
</table>

15

  
16
<form name="install" enctype="multipart/form-data" action="install.php" method="post" class="{DISPLAY_INSTALL}">

17
{FTAN}

18

  
19
<h2>{HEADING_INSTALL_TEMPLATE}</h2>

20

  
21
<table cellpadding="2" cellspacing="0" border="0" width="100%">

22
<tr>

23
	<td>

24
		<input type="file" name="userfile" size="82%" />

25
		<script type="text/javascript">

26
		document.install.userfile.focus();

27
		</script>

28
	</td>

29
	<td width="110" align="left">

30
		<input type="submit" name="submit" value="{TEXT_INSTALL}" style="width: 100px;" />

31
	</td>

32
</tr>

33
</table>

34

  
35
<br />

36

  
37
</form>

38

  
39
<form name="uninstall" action="uninstall.php" method="post" class="{DISPLAY_UNINSTALL}">

40
{FTAN}

41

  
42
<h2>{HEADING_UNINSTALL_TEMPLATE}</h2>

43

  
44
<table cellpadding="2" cellspacing="0" border="0" width="100%">

45
<tr>

46
	<td>

47
		<select name="file" style="width: 97%;">

48
		<option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option>

49
		<!-- BEGIN template_list_block -->

50
			<option value="{VALUE}">{NAME}</option>

51
		<!-- END template_list_block -->

52
		</select>

53
	</td>

54
	<td width="110">

55
		<input type="submit" name="submit" value="{TEXT_UNINSTALL}" style="width: 100px;" />

56
	</td>

57
</tr>

58
</table>

59

  
60
<br />

61

  
62
</form>

63

  
64
<form name="details" action="details.php" method="post" class="{DISPLAY_LIST}">

65
{FTAN}

66

  
67
<h2>{HEADING_TEMPLATE_DETAILS}</h2>

68

  
69
<table cellpadding="2" cellspacing="0" border="0" width="100%">

70
<tr>

71
	<td>

72
		<select name="file" style="width: 97%;">

73
		<option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option>

74
		<!-- BEGIN template_list_block -->

75
			<option value="{VALUE}">{NAME}</option>

76
		<!-- END template_list_block -->

77
		</select>

78
	</td>

79
	<td width="110">

80
		<input type="submit" name="submit" value="{TEXT_VIEW_DETAILS}" style="width: 100px;" />

81
	</td>

82
</tr>

83
</table>

84

  
85
<br />

86
</form>

87

  
1
<!-- BEGIN main_block -->
2

  
3
<table summary="" cellpadding="5" cellspacing="0" border="0" align="center" width="100%" style="margin-bottom:10px;">
4
	<tr style="background:#f0f0f0;">
5
		<td align="left">{CHANGE_TEMPLATE_NOTICE}</td>
6
		<td align="right">
7
			{URL_MODULES}
8
			-
9
			{URL_LANGUAGES}
10
			-
11
			{URL_ADVANCED}
12
		</td>
13
     </tr>
14
</table>
15

  
16
<form name="install" enctype="multipart/form-data" action="install.php" method="post" class="{DISPLAY_INSTALL}">
17
{FTAN}
18

  
19
<h2>{HEADING_INSTALL_TEMPLATE}</h2>
20

  
21
<table summary="" cellpadding="2" cellspacing="0" border="0" width="100%">
22
<tr>
23
	<td>
24
		<input type="file" name="userfile" size="82" />
25
		<script type="text/javascript">
26
		document.install.userfile.focus();
27
		</script>
28
	</td>
29
	<td width="110" align="left">
30
		<input type="submit" name="submit" value="{TEXT_INSTALL}" style="width: 100px;" />
31
	</td>
32
</tr>
33
</table>
34

  
35
<br />
36

  
37
</form>
38

  
39
<form name="uninstall" action="uninstall.php" method="post" class="{DISPLAY_UNINSTALL}">
40
{FTAN}
41

  
42
<h2>{HEADING_UNINSTALL_TEMPLATE}</h2>
43

  
44
<table summary="" cellpadding="2" cellspacing="0" border="0" width="100%">
45
<tr>
46
	<td>
47
		<select name="file" style="width: 97%;">
48
		<option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option>
49
		<!-- BEGIN template_list_block -->
50
			<option value="{VALUE}">{NAME}</option>
51
		<!-- END template_list_block -->
52
		</select>
53
	</td>
54
	<td width="110">
55
		<input type="submit" name="submit" value="{TEXT_UNINSTALL}" style="width: 100px;" />
56
	</td>
57
</tr>
58
</table>
59

  
60
<br />
61

  
62
</form>
63

  
64
<form name="details" action="details.php" method="post" class="{DISPLAY_LIST}">
65
{FTAN}
66

  
67
<h2>{HEADING_TEMPLATE_DETAILS}</h2>
68

  
69
<table summary="" cellpadding="2" cellspacing="0" border="0" width="100%">
70
<tr>
71
	<td>
72
		<select name="file" style="width: 97%;">
73
		<option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option>
74
		<!-- BEGIN template_list_block -->
75
			<option value="{VALUE}">{NAME}</option>
76
		<!-- END template_list_block -->
77
		</select>
78
	</td>
79
	<td width="110">
80
		<input type="submit" name="submit" value="{TEXT_VIEW_DETAILS}" style="width: 100px;" />
81
	</td>
82
</tr>
83
</table>
84

  
85
<br />
86
</form>
87

  
88 88
<!-- END main_block -->

Also available in: Unified diff