source: extensions/ShareThis/template/admin.tpl @ 31059

Last change on this file since 31059 was 31059, checked in by SergeD, 9 years ago

version 1.0.2 - see change log for details

  • Property svn:eol-style set to native
File size: 3.3 KB
RevLine 
[31051]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>&nbsp;|&nbsp;</li>
5      {if $CUSTOM_CSS=="yes"}
6      <li><a class="ajax cboxElement" href="{$SHARETHIS_PATH|cat:"changelog.php"}?version={$SHARETHIS_VERSION}">{'Changelog'|@translate}</a>&nbsp;|&nbsp;</li>
7      {/if}
[31053]8      <li><a href="http://piwigo.org/forum/viewtopic.php?id=158356" target="_blank">{'Support'|@translate}</a>&nbsp;|&nbsp;</li>
[31051]9      <li><a title="Follow me on Twitter" href="http://twitter.com/greydragon_th" target="_blank">{'Follow'|@translate}</a>&nbsp;|&nbsp;</li>
[31059]10      <li><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=GYVNZCNDMSD58" target="_blank">{'Coffee Fund'|@translate}</a>&nbsp;|&nbsp;</li>
[31053]11      <li><a href="http://piwigo.org/ext/extension_view.php?eid=793" onclick="return false" target="_blank">{'Download'|@translate}</a></li>
[31051]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}">&nbsp;</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}">&nbsp;</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}">&nbsp;</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}">&nbsp;</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  </ul>
25</fieldset>
26<fieldset>
27  <p><input type="submit" name="submit" value="{'Submit'|@translate}"></p>
28</fieldset>
29</form>
30
31{combine_css path=$SHARETHIS_PATH|cat:"/css/admin.css"}
32
33{if $CUSTOM_CSS=="yes"}
34  {combine_css path="themes/default/js/plugins/colorbox/style2/colorbox.css"}
35  {combine_css path=$GDTHEME_PATH|cat:"admin/css/styles.css"}
36  {combine_script id='jquery.colorbox' load='footer' require='jquery' path='themes/default/js/plugins/jquery.colorbox.min.js' }
37  {combine_script id='greydragon.admin' load='footer' require='jquery,jquery.ui.button.js' path=$GDTHEME_PATH|cat:"admin/js/admin.js" }
38{else}
39{html_head}{literal}
40<style type="text/css">
41  .graphicalCheckbox { display: none; }
42  p.buttons { margin-top: 0; }
43  .content select { width: 20.4em !important; margin-right: 0.6em; }
44</style>
45{/literal}{/html_head}
46{/if}
47
48{*
49{combine_script id='iloader' load='footer' path=$GDTHUMB_PATH|cat:"/js/image.loader.js"}
50{combine_script id='admin.precache' load='footer' path=$GDTHUMB_PATH|cat:"/js/gdthumb.admin.js" require='jquery.ui.effect-slide'}
51*}
Note: See TracBrowser for help on using the repository browser.