Project

General

Profile

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

    
7

    
8
<style type="text/css">
9
body,td,th,input,textarea {
10
	font-family: Verdana, Arial, Helvetica, sans-serif;
11
	font-size: 10px;
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
</style>
34
</head>
35
<body>
36

    
37
<table cellpadding="4" cellspacing="0" border="0" width="100%" style="border-bottom: 1px solid #666; width: 100%;">
38
<tr style="background-color: #DDD;">
39
	<td align="center">{TEXT_HEADER}</td>
40
</tr>
41
</table>
42
<form method="post" action="{ADMIN_URL}/media/setparameter.php">
43
<table cellpadding="4" cellspacing="0" border="0" width="100%" class="{DISPLAY_LIST_TABLE}">
44
	<tr><td>{SETTINGS}</td><td><input type="checkbox" name="show_thumbs" {NO_SHOW_THUMBS_SELECTED}> {NO_SHOW_THUMBS}</td></tr>
45
	<tr class="{DISPLAY_ADMIN}"><td></td>&nbsp;<td><input type="checkbox" name="admin_only" {ADMIN_ONLY_SELECTED}> {ADMIN_ONLY}</td></tr>
46
	<tr><td colspan="2" style="border-bottom: 1px solid #666; line-height: 1px;">&nbsp;</td></tr>
47
<!-- BEGIN list_block -->
48
	<tr style="background-color: #{ROW_BG_COLOR};">
49
		<td>{PATH_NAME}</td>
50
		<td>{WIDTH} <input size="5" type="text" name="{FIELD_NAME_W}" value="{CUR_WIDTH}"> {HEIGHT} <input size="5" type="text" name="{FIELD_NAME_H}" value="{CUR_HEIGHT}"></td>
51
	</tr>
52
<!-- END list_block -->
53
	<tr>
54
		<td><input type="button" onclick="javascript: window.location = 'browse.php'" value="{BACK}"></td>
55
		<td><input type="submit" name="save" value="{SAVE_TEXT}"></td>
56
	</tr>
57
</table>
58

    
59
</body>
60
</html>
61

    
62

    
63
<!-- END main_block -->
(24-24/33)