1 | {include file='include/autosize.inc.tpl'} |
---|
2 | |
---|
3 | <div class="titrePage"> |
---|
4 | <h2>{'dl_title'|@translate}</h2> |
---|
5 | </div> |
---|
6 | |
---|
7 | <form method="post" action="{$F_ACTION}" class="properties"> |
---|
8 | |
---|
9 | <fieldset id="mainConf"> |
---|
10 | <ul> |
---|
11 | <li> |
---|
12 | <span class="property"> |
---|
13 | <label for="downloadmulti_active_comment">{'dl_zip_active_comment'|@translate}</label> |
---|
14 | </span> |
---|
15 | <input type="checkbox" name="downloadmulti_active_comment" id="downloadmulti_active_comment"{$DOWNLOADMULTI_ACTIVECOMMENT} /> |
---|
16 | </li> |
---|
17 | |
---|
18 | <li> |
---|
19 | <span class="property"> |
---|
20 | <label for="downloadmulti_comment">{'dl_zip_comment'|@translate}</label> |
---|
21 | </span> |
---|
22 | <input type="text" maxlength="255" size="50" name="downloadmulti_comment" id="downloadmulti_comment" value="{$DOWNLOADMULTI_COMMENT}" /> |
---|
23 | </li> |
---|
24 | |
---|
25 | <li> |
---|
26 | <span class="property"> |
---|
27 | <label for="downloadmulti_group">{'dl_group_id'|@translate}</label> |
---|
28 | </span> |
---|
29 | <select name="downloadmulti_group[]" size="{$downloadmulti_group_id|@count}" MULTIPLE> |
---|
30 | {html_options values=$downloadmulti_group_id output=$downloadmulti_group_name selected=$downloadmulti_group_select} |
---|
31 | </select> |
---|
32 | </li> |
---|
33 | |
---|
34 | <li> |
---|
35 | <span class="property"> |
---|
36 | <label for="downloadmulti_archive_size">{'dl_max_size'|@translate} (<a href="http://www.docmemo.com/informatique/unitesinf.php" target="_blank" title="Conversion en ligne">{'dl_converter'|@translate}</a>)</label> |
---|
37 | </span> |
---|
38 | <input type="text" maxlength="255" size="50" name="downloadmulti_archive_size" id="downloadmulti_archive_size" value="{$DOWNLOADMULTI_ARCHIVE_SIZE}" /> |
---|
39 | </li> |
---|
40 | |
---|
41 | <li> |
---|
42 | <span class="property"> |
---|
43 | <label for="downloadmulti_prefix">{'dl_zip_prefix'|@translate}</label> |
---|
44 | </span> |
---|
45 | <input type="text" maxlength="255" size="50" name="downloadmulti_prefix" id="downloadmulti_prefix" value="{$DOWNLOADMULTI_PREFIX}" /> |
---|
46 | </li> |
---|
47 | |
---|
48 | <li> |
---|
49 | <span class="property"> |
---|
50 | <label for="downloadmulti_prefix_dir">{'dl_zip_dir_prefix'|@translate}</label> |
---|
51 | </span> |
---|
52 | <input type="text" maxlength="255" size="50" name="downloadmulti_prefix_dir" id="downloadmulti_prefix_dir" value="{$DOWNLOADMULTI_PREFIX_DIR}" /> |
---|
53 | </li> |
---|
54 | |
---|
55 | <li> |
---|
56 | <span class="property"> |
---|
57 | <label for="downloadmulti_pattern_name">{'dl_zip_pattern_name'|@translate}</label> |
---|
58 | </span> |
---|
59 | <input type="text" maxlength="255" size="50" name="downloadmulti_pattern_name" id="downloadmulti_pattern_name" value="{$DOWNLOADMULTI_PATTERN_NAME}" /> |
---|
60 | </li> |
---|
61 | |
---|
62 | <li> |
---|
63 | <span class="property"> |
---|
64 | <label for="downloadmulti_select_dl">{'dl_select_dl'|@translate}</label> |
---|
65 | </span> |
---|
66 | {html_options name=downloadmulti_select_dl options=$downloadmulti_select_dl selected=$select_dl} |
---|
67 | </li> |
---|
68 | |
---|
69 | <li> |
---|
70 | <span class="property"> |
---|
71 | <label for="downloadmulti_create_category">{'dl_create_category'|@translate}</label> |
---|
72 | </span> |
---|
73 | <input type="checkbox" name="downloadmulti_create_category" id="downloadmulti_create_category"{$DOWNLOADMULTI_CREATECATEGORY} /> |
---|
74 | </li> |
---|
75 | |
---|
76 | </ul> |
---|
77 | </fieldset> |
---|
78 | |
---|
79 | <input type="hidden" name="downloadmulti_post_form" id="downloadmulti_post_form" value="1" /> |
---|
80 | <p><input type="submit" value="{'Submit'|@translate}" /></p> |
---|
81 | </form> |
---|
82 | |
---|
83 | <fieldset id="mainConf"> |
---|
84 | <legend>{'dl_title_information'|@translate}</legend> |
---|
85 | <ul> |
---|
86 | <li>{'dl_class_zip'|@translate}{$DmServeurConfiguration.ZIP}</li> |
---|
87 | <li>PHP : {$DmServeurConfiguration.PHP_VERSION}</li> |
---|
88 | </ul> |
---|
89 | </fieldset> |
---|