aboutsummaryrefslogtreecommitdiffstats
path: root/template/cclear/admin/cat_options.tpl
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2005-08-18 07:04:05 +0000
committerchrisaga <chrisaga@piwigo.org>2005-08-18 07:04:05 +0000
commit2bbc7ba8bea747db08a8adac9e80e8a2aa7cbf2d (patch)
tree825df1cd8fc4c9cbf5eeb01c36e6434cbcdc9c4f /template/cclear/admin/cat_options.tpl
parentaf3802982b31b13e6f94015bba484233c3b1a9e1 (diff)
Let's begin the new customizable clear template :-)
git-svn-id: http://piwigo.org/svn/trunk@820 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/cclear/admin/cat_options.tpl')
-rw-r--r--template/cclear/admin/cat_options.tpl31
1 files changed, 31 insertions, 0 deletions
diff --git a/template/cclear/admin/cat_options.tpl b/template/cclear/admin/cat_options.tpl
new file mode 100644
index 000000000..c9cf1e8ef
--- /dev/null
+++ b/template/cclear/admin/cat_options.tpl
@@ -0,0 +1,31 @@
+<div class="admin">{L_CAT_TITLE}</div>
+<form name="form1" method="post" action="{F_ACTION}" style="text-align:center;width:800px;">
+<div style="clear:both;"></div>
+<div style="height:auto;">
+ <div style="float:left;padding:10px;width:300px;">
+ <span class="titreMenu">{L_CAT_OPTIONS_TRUE}</span><br />
+ <select style="height:auto;width:280px" name="cat_true[]" multiple="multiple" size="10">
+ <!-- BEGIN category_option_true -->
+ <option class="{category_option_true.CLASS}" {category_option_true.SELECTED} value="{category_option_true.VALUE}">{category_option_true.OPTION}</option>
+ <!-- END category_option_true -->
+ </select>
+ </div>
+ <div style="float:left;padding-top:80px;padding-bottom:80px;text-align:center;width:160px;" >
+ <input type="submit" value="&laquo;" name="trueify" style="font-size:15px;" class="bouton" /><br/>
+ <input type="submit" value="&raquo;" name="falsify" style="font-size:15px;" class="bouton" />
+ </div>
+ <div style="float:right;padding:10px;width:300px;">
+ <span class="titreMenu">{L_CAT_OPTIONS_FALSE}</span><br />
+ <select style="width:280px" name="cat_false[]" multiple="multiple" size="10">
+ <!-- BEGIN category_option_false -->
+ <option class="{category_option_false.CLASS}" {category_option_false.SELECTED} value="{category_option_false.VALUE}">{category_option_false.OPTION}</option>
+ <!-- END category_option_false -->
+ </select>
+ </div>
+</div>
+<div style="clear:both;"></div>
+<input type="hidden" name="{HIDDEN_NAME}" value="{HIDDEN_VALUE}" />
+<input type="reset" name="reset" value="{L_RESET}" class="bouton" />
+</form>
+<div class="information">{L_CAT_OPTIONS_INFO}</div>
+