source: extensions/Image_For_All/admin/img_admin.tpl @ 9752

Last change on this file since 9752 was 3437, checked in by sakkhho, 15 years ago

update

File size: 1.7 KB
Line 
1{known_script id="jquery.dimensions" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.dimensions.packed.js"}
2
3{known_script id="jquery.cluetip" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.cluetip.packed.js"}
4
5{known_script id="jquery.growfield" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.growfield.packed.js"}
6
7
8
9<script type="text/javascript">
10
11jQuery().ready(function(){ldelim}
12
13  jQuery('.cluetip').cluetip({ldelim}
14
15    width: 400,
16
17    splitTitle: '|'
18
19  });
20
21  jQuery("textarea").growfield({ldelim}
22
23    animate: false
24
25  });
26
27});
28
29</script>
30
31
32
33<div class="titrePage">
34
35<h2>{'img_title'|translate}</h2>
36
37</div>
38
39
40
41  <span>{'Howto'|translate}</span>
42
43 
44
45<form method="post" action="" class="properties" ENCTYPE="multipart/form-data"> 
46
47<fieldset>
48
49    <legend>{'Edit expression'|translate}</legend>
50
51   
52
53           <table>
54
55            <tr>
56
57            <td align="left">{'Current expression'|@translate}&nbsp;
58
59                        {$CURRENT}
60
61                </td>
62
63                </tr>
64
65
66
67                <tr>   
68
69                 <td>{'New Expression'|@translate}&nbsp;&nbsp;</td>
70
71             <td>
72
73                </tr>
74
75
76
77                <tr>
78
79                         <td>
80
81                          <input class="submit" type="submit" name="insert_nb_access" value="{'Insert Nb acces'|@translate}"/>
82
83                          <input class="submit" type="submit" name="insert_nb_tot" value="{'Insert Nb total'|@translate}"/>
84
85                      </td>
86
87           </tr>
88
89                   
90
91                <tr>   
92
93              <td>
94
95              <input type="text" name="new_form" size="88" value="{$NEW_EXPRESS}"/>
96
97              <input class="submit" type="submit" name="insert_default" value="{'Insert_default'|@translate}"/>
98
99              </td>
100
101        </tr>   
102
103       </table>
104
105   
106
107        <p><input class="submit" type="submit" name="submit" value="{'Submit'|@translate}"/></p>
108
109</fieldset>
110
111</form>
112
Note: See TracBrowser for help on using the repository browser.