{include file='include/datepicker.inc.tpl'} {footer_script} jQuery(function(){ {* *} jQuery('[data-datepicker]').pwgDatepicker(); }); var dateObj = new Date(); var month = dateObj.getUTCMonth() + 1; //months from 1-12 var day = dateObj.getUTCDate(); var year = dateObj.getUTCFullYear(); var filter_user_name = "{$USER_NAME}"; if (month < 10) month = "0" + month; if (day < 10) day = "0" + day; today = year + "-" + month + "-" + day; var current_param = { start: "", end: today, types: { 0: "none", 1: "picture", 2: "high", 3: "other" }, user_id: {$USER_ID}, image_id: {if isset($IMAGE_ID)}"{$IMAGE_ID}"{else}""{/if}, filename: "", ip: {if isset($IP)}"{$IP}"{else}""{/if}, display_thumbnail: "display_thumbnail_classic", pageNumber: 0 {* fetch lines from line 0 to line 100*} } const API_METHOD = "{$API_METHOD}"; const str_dwld = "{'Downloaded'|translate}"; const str_most_visited = "{'Most visited'|translate}"; const str_best_rated = "{'Best rated'|translate}"; const str_list = "{'Random photo'|translate}"; const str_favorites = "{'Your favorites'|translate}"; const str_recent_cats = "{'Recent albums'|translate}"; const str_recent_pics = "{'Recent photos'|translate}"; const str_memories = "{'Memories'|translate}"; const str_no_longer_exist_photo = "{'This photo no longer exists'|@translate}"; const str_tags = "{'Tags'|translate}"; const unit_MB = "{"%s MB"|@translate}"; const str_guest = '{'guest'|@translate}'; const str_contact_form = '{'Contact Form'|@translate}'; const str_edit_img = '{'Edit photo'|@translate}'; const str_search_details = { "allwords": "{'Search for words'|@translate}", "date_posted": "{'Post date'|@translate}", "tags": str_tags, "cat": "{'Album'|@translate}", "author": "{'Author'|@translate}", "added_by": "{'Added by'|@translate}", "filetypes": "{'File type'|@translate}", }; const str_and_more = "{'and %d more'|@translate}" const guest_id = {$guest_id}; {/footer_script} {combine_script id='common' load='footer' path='admin/themes/default/js/common.js'} {combine_script id='history' load='footer' path='admin/themes/default/js/history.js'} {combine_script id='jquery.confirm' load='footer' require='jquery' path='themes/default/js/plugins/jquery-confirm.min.js'} {combine_css path="admin/themes/default/fontello/css/animation.css" order=10} {* order 10 is required, see issue 1080 *} {combine_css path="themes/default/vendor/fontello/css/gallery-icon.css" order=-10}
{'unset'|translate}
{'unset'|translate}
test
{if isset($search_summary)}
{'Summary'|@translate}
{/if} {* Used to be copied in JS *} User test {* *}
...
{if !empty($navbar) }{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if}
{'No results'|@translate}
{'Date'|translate}
{'User'|translate}
{'Object'|translate}
{'Details'|translate}
{* Used to be copied in js *}
July 4th, 2042 at 23:59:59
Zac le boss 192.168.0.0
detail 1
detail 2
detail 3
{if !empty($navbar) }{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if} {combine_script id='jquery.geoip' load='async' path='admin/themes/default/js/jquery.geoip.js'} {footer_script}{literal} jQuery(document).ready( function() { jQuery(".IP").one( "mouseenter", function(){ var that = $(this); that .data("isOver", true) .one("mouseleave", function() { that.removeData("isOver"); }); GeoIp.get( that.text(), function(data) { if (!data.fullName) return; var content = data.fullName; if (data.latitude && data.region_name) { content += '
'; jQuery(parent).append(append); return false; }); }); {/literal}{/footer_script}