source: extensions/Juza/include/Juzaconfig.tpl @ 14974

Last change on this file since 14974 was 4716, checked in by vdigital, 14 years ago

[Update] - Juza Theme is full working (Not tested with plugins).

Recommended organization: Don't mixed Pictures and subcategories in a category.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.6 KB
Line 
1<div id="JuzaShade"></div>
2<div id="JuzaBox">
3  <div id="JuzaWrap">
4    <div id="JuzaCloseBox">X</div>
5    <form id="Juza_config" method="post" class="properties" action="index.php">
6    <fieldset id="Juza_config_fs">
7      <legend><span class="legend">{'Juza Theme Configuration'|@translate}</span></legend>
8      <ul>
9        <li>
10          <span class="property">
11            <label for="Juza_width">{'Index picture max-width'|@translate}</label>
12          </span>
13          <input type="text" size="4" maxlength="4" name="Juza_width" id="Juza_width" value="{$Juza_width}">
14          <span class="range">{'[300:885]'|@translate}</span>
15        </li>
16        <li>
17          <span class="property">
18            <label for="Juza_height">{'Index picture cropping-height'|@translate}</label>
19          </span>
20          <input type="text" size="4" maxlength="4" name="Juza_height" id="Juza_height" value="{$Juza_height}">
21           <span class="range">{'[110:400]'|@translate}</span>
22       </li>
23        <li>
24          <span class="property">
25            <label for="Juza_shift">{'Index picture top-shift'|@translate}</label>
26          </span>
27          <input type="text" size="4" maxlength="4" name="Juza_shift" id="Juza_shift" value="{$Juza_shift}">
28          <span class="range">{'[-320:0]'|@translate}</span>
29        </li>
30      </ul>
31    </fieldset>
32    <input type="hidden" value="true" name="Juza_conf">
33    <input class="submit" type="submit" name="Juza_submit" value="{'Juza_Submit'|@translate}">
34    <input class="submit" type="submit" name="Juza_reset" value="{'Juza_Reset'|@translate}">
35    </form>
36  </div>
37</div>
Note: See TracBrowser for help on using the repository browser.