Line | |
---|
1 | {combine_css path=$TWEET_PATH|@cat:"style.css"} |
---|
2 | |
---|
3 | <div class="titrePage"> |
---|
4 | <h2>TweetThis</h2> |
---|
5 | </div> |
---|
6 | |
---|
7 | <form method="post" action="" class="properties" ENCTYPE="multipart/form-data"> |
---|
8 | <p><img src="{$TWEET_PATH}/images/logo.png"/></p> |
---|
9 | |
---|
10 | <table class="twitter_buttons"> |
---|
11 | <tr class="property"> |
---|
12 | <td> |
---|
13 | {'Button size'|@translate} |
---|
14 | </td> |
---|
15 | <td></td> |
---|
16 | </tr> |
---|
17 | <tr> |
---|
18 | <td><label> |
---|
19 | <img src="{$TWEET_PATH}images/small.png"/> |
---|
20 | <input type="radio" name="button_size" value="small" {if $button_size == 'small'}checked="checked"{/if}/> |
---|
21 | </label></td> |
---|
22 | <td><label> |
---|
23 | <img src="{$TWEET_PATH}images/large.png"/> |
---|
24 | <input type="radio" name="button_size" value="large" {if $button_size == 'large'}checked="checked"{/if}/> |
---|
25 | </label></td> |
---|
26 | </tr> |
---|
27 | |
---|
28 | <tr class="property"> |
---|
29 | <td> |
---|
30 | <label for="count">{'Display counter'|@translate}</label> |
---|
31 | </td> |
---|
32 | <td> |
---|
33 | <input type="checkbox" id="count" name="count" value="1" {$count_check}/> |
---|
34 | </td> |
---|
35 | </tr> |
---|
36 | <tr class="property"> |
---|
37 | <td> |
---|
38 | {'Button position on picture page'|@translate} |
---|
39 | </td> |
---|
40 | <td> |
---|
41 | <label><input type="radio" name="position" value="top" {if $position == 'top'}checked="checked"{/if}/> {'Top'|@translate}</label> |
---|
42 | <label><input type="radio" name="position" value="bottom" {if $position == 'bottom'}checked="checked"{/if}/> {'Bottom'|@translate}</label> |
---|
43 | <label><input type="radio" name="position" value="toolbar" {if $position == 'toolbar'}checked="checked"{/if}/> {'Toolbar'|@translate}</label> |
---|
44 | </td> |
---|
45 | </tr> |
---|
46 | <tr class="property"> |
---|
47 | <td> |
---|
48 | {'Via'|@translate} |
---|
49 | </td> |
---|
50 | <td> |
---|
51 | @ <input type="text" name="via" value="{$via}"/> |
---|
52 | </td> |
---|
53 | </tr> |
---|
54 | |
---|
55 | <tr class="submit"> |
---|
56 | <td colspan="2"> |
---|
57 | <input class="submit" type="submit" value="{'Submit'|@translate}" name="submit" /> |
---|
58 | </td> |
---|
59 | </tr> |
---|
60 | </table> |
---|
61 | </form> |
---|
Note: See
TracBrowser
for help on using the repository browser.