Project

General

Profile

« Previous | Next » 

Revision 1037

Added by Matthias almost 15 years ago

Fixed Backend-Themes to get more valide output (Thanks to Luisehahne)

View differences:

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

  
3
<div class="box">
4
	{URL_MODULES}&nbsp;&nbsp;{URL_LANGUAGES}
5
</div>
6

  
7
<br />
8
{CHANGE_TEMPLATE_NOTICE}<br /><br />
9

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

  
12
<h2>{HEADING_INSTALL_TEMPLATE}</h2>
13

  
14
<table cellpadding="2" cellspacing="0" border="0" width="100%">
15
<tr>
16
	<td>
17
		<input type="file" name="userfile" size="82%" />
18
		<script language="javascript" type="text/javascript">
19
		document.install.userfile.focus();
20
		</script>
21
	</td>
22
	<td width="110" align="left">
23
		<input type="submit" name="submit" value="{TEXT_INSTALL}" style="width: 100px;" />
24
	</td>
25
</tr>
26
</table>
27

  
28
<br />
29

  
30
</form>
31

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

  
34
<h2>{HEADING_UNINSTALL_TEMPLATE}</h2>
35

  
36
<table cellpadding="2" cellspacing="0" border="0" width="100%">
37
<tr>
38
	<td>
39
		<select name="file" style="width: 97%;">
40
		<option value="" selected>{TEXT_PLEASE_SELECT}...</option>
41
		<!-- BEGIN template_list_block -->
42
			<option value="{VALUE}">{NAME}</option>
43
		<!-- END template_list_block -->
44
		</select>
45
	</td>
46
	<td width="110">
47
		<input type="submit" name="submit" value="{TEXT_UNINSTALL}" style="width: 100px;" />
48
	</td>
49
</tr>
50
</table>
51

  
52
<br />
53

  
54
</form>
55

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

  
58
<h2>{HEADING_TEMPLATE_DETAILS}</h2>
59

  
60
<table cellpadding="2" cellspacing="0" border="0" width="100%">
61
<tr>
62
	<td>
63
		<select name="file" style="width: 97%;">
64
		<option value="" selected>{TEXT_PLEASE_SELECT}...</option>
65
		<!-- BEGIN template_list_block -->
66
			<option value="{VALUE}">{NAME}</option>
67
		<!-- END template_list_block -->
68
		</select>
69
	</td>
70
	<td width="110">
71
		<input type="submit" name="submit" value="{TEXT_VIEW_DETAILS}" style="width: 100px;" />
72
	</td>
73
</tr>
74
</table>
75

  
76
<br />
77
</form>
78

  
1
<!-- BEGIN main_block -->

2

  
3
<div class="box">

4
	{URL_MODULES}&nbsp;&nbsp;{URL_LANGUAGES}

5
</div>

6

  
7
<br />

8
{CHANGE_TEMPLATE_NOTICE}<br /><br />

9

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

11

  
12
<h2>{HEADING_INSTALL_TEMPLATE}</h2>

13

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

15
<tr>

16
	<td>

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

18
		<script language="javascript" type="text/javascript">

19
		document.install.userfile.focus();

20
		</script>

21
	</td>

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

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

24
	</td>

25
</tr>

26
</table>

27

  
28
<br />

29

  
30
</form>

31

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

33

  
34
<h2>{HEADING_UNINSTALL_TEMPLATE}</h2>

35

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

37
<tr>

38
	<td>

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

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

41
		<!-- BEGIN template_list_block -->

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

43
		<!-- END template_list_block -->

44
		</select>

45
	</td>

46
	<td width="110">

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

48
	</td>

49
</tr>

50
</table>

51

  
52
<br />

53

  
54
</form>

55

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

57

  
58
<h2>{HEADING_TEMPLATE_DETAILS}</h2>

59

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

61
<tr>

62
	<td>

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

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

65
		<!-- BEGIN template_list_block -->

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

67
		<!-- END template_list_block -->

68
		</select>

69
	</td>

70
	<td width="110">

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

72
	</td>

73
</tr>

74
</table>

75

  
76
<br />

77
</form>

78

  
79 79
<!-- END main_block -->

Also available in: Unified diff