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

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

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

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

    
79

    
80
<!-- END main_block -->
(30-30/38)