Project

General

Profile

1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
<head>
4
<title>Set Upload Parameters</title>
5
<!-- BEGIN main_block -->
6

    
7
<style type="text/css">
8
body,td,th,input,textarea {
9
	font-family: Verdana, Arial, Helvetica, sans-serif;
10
	font-size: 11px;
11
    text-align:left;
12
}
13
body {
14
	background-color: #FFF;
15
	margin: 0px;
16
}
17
hr {
18
	margin: 0px;
19
	color: #003366;
20
	height: 1px;
21
}
22
.hide {
23
	display: none;
24
}
25
a:link, a:visited, a:active {
26
	color: #003366;
27
	text-decoration: none;
28
}
29
a:hover {
30
	text-decoration: none;
31
	color: #336699;
32
}
33
.bold { color: #2C50A3; }
34
.path-name { width: 65%;}
35
tbody.path-option tr th  { font-weight: normal;}
36
.show-img { width: 30px; text-align: center;}
37

    
38
</style>
39
</head>
40
<body>
41

    
42
<table summary="" cellpadding="4" cellspacing="0" border="0" width="100%" style="border-bottom: 1px solid #666; width: 100%;">
43
<tr style="background-color: #ddd;">
44
	<td>{TEXT_HEADER}</td>
45
</tr>
46
</table>
47
<form method="post" action="{ADMIN_URL}/media/setparameter.php">
48
	{FTAN}
49
<table summary="" cellpadding="4" cellspacing="0" border="0" width="100%" class="{DISPLAY_LIST_TABLE}">
50
<tbody class="path-option">
51
	<tr><th>{SETTINGS}</th><th><input type="checkbox" name="show_thumbs" {NO_SHOW_THUMBS_SELECTED} /> {NO_SHOW_THUMBS}</th></tr>
52
	<tr class="{DISPLAY_ADMIN}"><th>&nbsp;</th><th><input type="checkbox" name="admin_only" {ADMIN_ONLY_SELECTED} /> {ADMIN_ONLY}</th></tr>
53
	<tr><th colspan="2" style="border-bottom: 1px solid #666; line-height: 1px;">&nbsp;</th></tr>
54
</tbody>
55
</table>
56

    
57
<table summary="" cellpadding="4" cellspacing="0" border="0" width="100%" class="{DISPLAY_LIST_TABLE}">
58
<tbody>
59
<!-- BEGIN list_block -->
60
	<tr style="background-color: {ROW_BG_COLOR};" class="{CAN_EDIT_CLASS}">
61
		<td class="path-name">{PATH_NAME}</td>
62
		<td>
63
        {WIDTH}
64
        <input size="5" type="text" name="{FIELD_NAME_W}" value="{CUR_WIDTH}"{READ_ONLY_DIR} />
65
        {HEIGHT}
66
        <input size="5" type="text" name="{FIELD_NAME_H}" value="{CUR_HEIGHT}"{READ_ONLY_DIR} />
67
        </td>
68
		<td class="show-img" >
69
            <img class="{SHOW_EDIT_CLASS}" height="16" width="16" alt="" src="{THEME_URL}/images/resize_16.png" />
70
        </td>
71
	</tr>
72
<!-- END list_block -->
73
	<tr>
74
		<td><input type="button" onclick="javascript:window.location='browse.php'" value="{BACK}" /></td>
75
		<td><input type="submit" name="save" value="{SAVE_TEXT}" /></td>
76
	</tr>
77
</tbody>
78
</table>
79
</form>
80
</body>
81
</html>
82

    
83

    
84
<!-- END main_block -->
(29-29/37)