[9965] | 1 | {html_head} |
---|
| 2 | {literal} |
---|
[10983] | 3 | <style type="text/css"> |
---|
| 4 | form.properties span.property { |
---|
| 5 | width:60%; |
---|
| 6 | } |
---|
| 7 | </style> |
---|
[9965] | 8 | {/literal} |
---|
| 9 | {/html_head} |
---|
[3305] | 10 | |
---|
| 11 | <div class="titrePage"> |
---|
[10983] | 12 | <h2>BBCode Bar</h2> |
---|
[3305] | 13 | </div> |
---|
[9682] | 14 | |
---|
| 15 | <form method="post" action="" class="properties" ENCTYPE="multipart/form-data"> |
---|
[10983] | 16 | <fieldset> |
---|
| 17 | <legend>{'Parameters'|@translate}</legend> |
---|
| 18 | <ul> |
---|
| 19 | <li> |
---|
| 20 | <label><span class="property">{'b_help'|@translate}</span> |
---|
| 21 | <input type="checkbox" name="b" {$B_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/bold.png"></label> |
---|
| 22 | </li> |
---|
| 23 | <li> |
---|
| 24 | <label><span class="property">{'i_help'|@translate}</span> |
---|
| 25 | <input type="checkbox" name="i" {$I_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/italic.png"></label> |
---|
| 26 | </li> |
---|
| 27 | <li> |
---|
| 28 | <label><span class="property">{'u_help'|@translate}</span> |
---|
| 29 | <input type="checkbox" name="u" {$U_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/underline.png"></label> |
---|
| 30 | </li> |
---|
| 31 | <li> |
---|
| 32 | <label><span class="property">{'s_help'|@translate}</span> |
---|
| 33 | <input type="checkbox" name="s" {$S_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/stroke.png"></label> |
---|
| 34 | </li> |
---|
| 35 | <li> |
---|
| 36 | <label><span class="property">{'p_help'|@translate}</span> |
---|
| 37 | <input type="checkbox" name="p" {$P_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/p.png"></label> |
---|
| 38 | </li> |
---|
| 39 | <li> |
---|
| 40 | <label><span class="property">{'center_help'|@translate}</span> |
---|
| 41 | <input type="checkbox" name="center" {$CENTER_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/center.png"></label> |
---|
| 42 | </li> |
---|
| 43 | <li> |
---|
| 44 | <label><span class="property">{'right_help'|@translate}</span> |
---|
| 45 | <input type="checkbox" name="right" {$RIGHT_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/right.png"></label> |
---|
| 46 | </li> |
---|
| 47 | <li> |
---|
| 48 | <label><span class="property">{'quote_help'|@translate}</span> |
---|
| 49 | <input type="checkbox" name="quote" {$QUOTE_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/quote.png"></label> |
---|
| 50 | </li> |
---|
| 51 | <li> |
---|
| 52 | <label><span class="property">{'ul_help'|@translate}</span> |
---|
| 53 | <input type="checkbox" name="ul" {$UL_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/list-bullet.png"></label> |
---|
| 54 | </li> |
---|
| 55 | <li> |
---|
| 56 | <label><span class="property">{'ol_help'|@translate}</span> |
---|
| 57 | <input type="checkbox" name="ol" {$OL_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/list-numeric.png"></label> |
---|
| 58 | </li> |
---|
| 59 | <li> |
---|
| 60 | <label><span class="property">{'img_help'|@translate}</span> |
---|
| 61 | <input type="checkbox" name="img" {$IMG_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/picture.png"></label> |
---|
| 62 | </li> |
---|
| 63 | <li> |
---|
| 64 | <label><span class="property">{'url_help'|@translate}</span> |
---|
| 65 | <input type="checkbox" name="url" {$URL_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/link.png"></label> |
---|
| 66 | </li> |
---|
| 67 | <li> |
---|
| 68 | <label><span class="property">{'mail_help'|@translate}</span> |
---|
| 69 | <input type="checkbox" name="email" {$EMAIL_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/mail.png"></label> |
---|
| 70 | </li> |
---|
| 71 | <li> |
---|
| 72 | <label><span class="property">{'size_help'|@translate}</span> |
---|
| 73 | <input type="checkbox" name="size" {$SIZE_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/fonts.png"></label> |
---|
| 74 | </li> |
---|
| 75 | <li> |
---|
| 76 | <label><span class="property">{'color_help'|@translate}</span> |
---|
| 77 | <input type="checkbox" name="color" {$COLOR_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/colors.png"></label> |
---|
| 78 | </li> |
---|
| 79 | </ul> |
---|
| 80 | </fieldset> |
---|
| 81 | |
---|
| 82 | <p><input class="submit" type="submit" value="{'Submit'|@translate}" name="submit"/></p> |
---|
[3305] | 83 | </form> |
---|