1 | <div class="titrePage"> |
---|
2 | <h2>ShareThis - {$SHARETHIS_VERSION}</h2> |
---|
3 | <div class="left-links{if $CUSTOM_CSS!=="yes"} no-gd{/if}"> |
---|
4 | <ul><li><a href="http://blog.dragonsoft.us/piwigo/" target="_blank">{'Home'|@translate}</a> | </li> |
---|
5 | {if $CUSTOM_CSS=="yes"} |
---|
6 | <li><a class="ajax cboxElement" href="{$SHARETHIS_PATH|cat:"changelog.php"}?version={$SHARETHIS_VERSION}">{'Changelog'|@translate}</a> | </li> |
---|
7 | {/if} |
---|
8 | <li><a href="http://piwigo.org/forum/viewtopic.php?id=158356" target="_blank">{'Support'|@translate}</a> | </li> |
---|
9 | <li><a title="Follow me on Twitter" href="http://twitter.com/greydragon_th" target="_blank">{'Follow'|@translate}</a> | </li> |
---|
10 | <li><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=GYVNZCNDMSD58" target="_blank">{'Coffee Fund'|@translate}</a> | </li> |
---|
11 | <li><a href="http://piwigo.org/ext/extension_view.php?eid=793" onclick="return false" target="_blank">{'Download'|@translate}</a></li> |
---|
12 | </ul> |
---|
13 | </div> |
---|
14 | </div> |
---|
15 | |
---|
16 | <form action="" method="post"> |
---|
17 | <fieldset id="ShareThis"> |
---|
18 | <legend>{'Configuration'|@translate}</legend> |
---|
19 | <ul> |
---|
20 | <li><label><span class="graphicalCheckbox {if $INC_FACEBOOK}icon-check{else}icon-check-empty{/if}"> </span><input name="inc_facebook" id="inc_facebook" type="checkbox" value="1" {if $INC_FACEBOOK}checked="checked"{/if}>{'Post to Facebook'|@translate}</label></li> |
---|
21 | <li><label><span class="graphicalCheckbox {if $INC_PINTEREST}icon-check{else}icon-check-empty{/if}"> </span><input name="inc_pinterest" id="inc_pinterest" type="checkbox" value="1" {if $INC_PINTEREST}checked="checked"{/if}>{'Post to Pinterest'|@translate}</label></li> |
---|
22 | <li><label><span class="graphicalCheckbox {if $INC_TWITTER}icon-check{else}icon-check-empty{/if}"> </span><input name="inc_twitter" id="inc_twitter" type="checkbox" value="1" {if $INC_TWITTER}checked="checked"{/if}>{'Post to Twitter'|@translate}</label></li> |
---|
23 | <li><label><span class="graphicalCheckbox {if $INC_GOOGLEPLUS}icon-check{else}icon-check-empty{/if}"> </span><input name="inc_googleplus" id="inc_googleplus" type="checkbox" value="1" {if $INC_GOOGLEPLUS}checked="checked"{/if}>{'Post to Google Plus'|@translate}</label></li> |
---|
24 | <li><label><span class="graphicalCheckbox {if $INC_TUMBLR}icon-check{else}icon-check-empty{/if}"> </span><input name="inc_tumblr" id="inc_tumblr" type="checkbox" value="1" {if $INC_TUMBLR}checked="checked"{/if}>{'Post to Tumblr'|@translate}</label></li> |
---|
25 | </ul> |
---|
26 | </fieldset> |
---|
27 | <fieldset> |
---|
28 | <p><input type="submit" name="submit" value="{'Submit'|@translate}"></p> |
---|
29 | </fieldset> |
---|
30 | </form> |
---|
31 | |
---|
32 | {combine_css path=$SHARETHIS_PATH|cat:"/css/admin.css"} |
---|
33 | |
---|
34 | {if $CUSTOM_CSS=="yes"} |
---|
35 | {combine_css path="themes/default/js/plugins/colorbox/style2/colorbox.css"} |
---|
36 | {combine_css path=$GDTHEME_PATH|cat:"admin/css/styles.css"} |
---|
37 | {combine_script id='jquery.colorbox' load='footer' require='jquery' path='themes/default/js/plugins/jquery.colorbox.min.js' } |
---|
38 | {combine_script id='greydragon.admin' load='footer' require='jquery,jquery.ui.button.js' path=$GDTHEME_PATH|cat:"admin/js/admin.js" } |
---|
39 | {else} |
---|
40 | {html_head}{literal} |
---|
41 | <style type="text/css"> |
---|
42 | .graphicalCheckbox { display: none; } |
---|
43 | p.buttons { margin-top: 0; } |
---|
44 | .content select { width: 20.4em !important; margin-right: 0.6em; } |
---|
45 | </style> |
---|
46 | {/literal}{/html_head} |
---|
47 | {/if} |
---|
48 | |
---|
49 | {* |
---|
50 | {combine_script id='iloader' load='footer' path=$GDTHUMB_PATH|cat:"/js/image.loader.js"} |
---|
51 | {combine_script id='admin.precache' load='footer' path=$GDTHUMB_PATH|cat:"/js/gdthumb.admin.js" require='jquery.ui.effect-slide'} |
---|
52 | *} |
---|