source: branches/2.2/filemanager/templates/default/config_quota.tpl @ 3874

Revision 3874, 1.7 KB checked in by alexandrecorreia, 13 years ago (diff)

Ticket #1647 - Erro na Gestao de Cotas do File Manager

Line 
1<!-- BEGIN body -->
2<script src='{path_filemanager}/inc/load_lang.php'></script>
3<script src='{path_filemanager}/js/connector.js'></script>
4<script src='{path_filemanager}/js/common_functions.js'></script>
5<script src='{path_filemanager}/js/config.js'></script>
6
7<center>
8        <div style="width:700px;border:1px solid #000;">
9                <br/>
10                <div style="width:660px;text-align:left; border:0px solid #000;">
11                        <div style=" height:35px;text-align: bottom;">
12                                <img src="{path_filemanager}/images/button_createdir.png"/>
13                                <label style="font-size:12px;font-weight:bold;"> {lang_Management_Quota} </label>
14                        </div>
15                        <div style="margin:8px 0px; position:relative;height:5px;">     
16                                <label id="result_folders" style="font-size:10pt; color:red; font-weight:bold;"></label>
17                        </div> 
18                        <br clear="all">
19                        <label>{lang_search} .:</label>
20                        <input onkeyup="search_dir(this,event);" size="30" type="text" value=""/>
21                        <font color="red">
22                                <span id="span_searching1"/>
23                        </font>
24                </div>
25                <br/>
26                <br/>
27                <div style="width:660px; text-align:left; align:">
28                        <div style="position:relative; float:left; width:350px;">
29                                <label style>:: Resultado da Busca</label>
30                                <span style="margin-left:45px;">
31                                        <label>Quota ::</label>
32                                        <input id="quota_size" size="10" type="text" />
33                                        <span style="margin-left:2px;">mb</span>
34                                </span>
35                        </div>
36                        </br>
37                        <select id="search1" onclick="load_quota(this)" size="3" style="width: 400px;"></select>
38                </div>
39                <div style="width:700px; margin:10px;">
40                        <input onclick="save_quota()" type="button" value="{lang_save}" />
41                        <input type="button" onclick="javascript:history.back();" value="{lang_back}" name="back" />
42                </div>
43
44        </div>
45</center>
46<!-- END body -->
47
Note: See TracBrowser for help on using the repository browser.