source: extensions/pwgCumulus/template/admin.tpl @ 5323

Last change on this file since 5323 was 5323, checked in by nikrou, 14 years ago

Update translation keys (prepare for gettext)

File size: 1.9 KB
Line 
1<div class="titrePage">
2  <h2>{'Cumulus Tags Cloud Plugin'|@translate}</h2>
3</div>
4
5<p>
6{'That plugin display tags using a flash movie that rotates them in 3D. It works like a regular tags cloud but in a more amazing and exciting way.'|@translate}
7</p>
8
9<p>
10{'Vous can choose that mode for tags default display mode by adding (or changing) in the configuration file'|@translate}  <strong>include/config_local.inc.php</strong> :<p>
11<pre>
12$conf['tags_default_display_mode'] = 'cumulus';
13</pre>
14
15<form method="post" action="" class="general">
16<fieldset>
17  <legend>{'Animation width and height'|@translate}</legend>
18  <p class="field">
19    <label>{'Width'|@translate}
20      <input type="text" name="pwg_cumulus_width" value="{$PWG_CUMULUS_WIDTH}">
21    </label>
22  </p>
23  <p class="field">
24    <label>{'Height'|@translate}
25      <input type="text" name="pwg_cumulus_height" value="{$PWG_CUMULUS_HEIGHT}">
26    </label>
27  </p>
28</fieldset>
29
30<fieldset>
31  <legend>{'Tags size'|@translate}</legend>
32  <p class="field">
33    <label>{'Coefficient'|@translate}
34      <input type="text" name="pwg_cumulus_coeff" value="{$PWG_CUMULUS_COEFF}">
35    </label>     
36  </p>
37</fieldset>
38
39<fieldset>
40  <legend>{'pwg_cumulus_colors'|@translate}</legend>
41  <div id="picker" style="float: right;"></div>
42  <p class="field">
43    <label>{'Color 1'|@translate}
44      <input class="colorwell" type="text" name="pwg_cumulus_color1" value="{$PWG_CUMULUS_COLOR1}">
45    </label>     
46  </p>
47  <p class="field">
48    <label>{'Color 2'|@translate}
49      <input class="colorwell" type="text" name="pwg_cumulus_color2" value="{$PWG_CUMULUS_COLOR2}">
50    </label>     
51  </p>
52  <p class="field">
53    <label>{'Mouseover color'|@translate}
54      <input class="colorwell" type="text" name="pwg_cumulus_hicolor" value="{$PWG_CUMULUS_HICOLOR}">
55    </label>     
56  </p>
57</fieldset>
58<p><input class="submit" type="submit" name="submit" value="{'Submit'|@translate}"></p>
59</form>
Note: See TracBrowser for help on using the repository browser.