images & path fix
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1961037.tpl
diff --git a/data/templates/own_templates/1961037.tpl b/data/templates/own_templates/1961037.tpl
new file mode 100644 (file)
index 0000000..5107626
--- /dev/null
@@ -0,0 +1,76 @@
+{if $header_id neq true}
+<html>
+<head>
+<META http-equiv="Default-Style" content="kyberia">
+<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
+<link rel='stylesheet' title="kyberia" type='text/css' href='/data/css/kyberia.css'>
+<title>analyza dokazala hovno</title>
+<script>
+function vymena() {ldelim}
+        document.formular.mail_to.value = document.formular.mail_to.value.toLowerCase() ;
+        document.images['fricon'].src = '/images/users/'+document.formular.mail_to.value+'.gif';
+{rdelim}
+
+function chngto(name,id) {ldelim}
+        document.formular.mail_to.value = name ;
+        name = name.toLowerCase() ;
+        document.images['fricon'].src = '/images/nodes/' +id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
+{rdelim}
+</script>
+</head>
+
+<body>
+{if $user_id eq true}{include file="modules/toolbar.tpl"}{/if}
+{if $error eq true}<center><span class='most_important'>{$error}</span></center>{/if}
+{if $new_mail eq true}<center><a href='/id/24/' class='mail'>u have {$new_mail} new mail,last from {$new_mail_name}</a></center>{/if}
+<!--<span class='most_important'>dnes v noci od 23:23 bude niekolko hodin kyberia vypnuta, vdaka za pochopenie</span>-->
+{/if}
+{if $error eq true}
+
+<center><font style='error'>{$error}</font></center>
+{/if}
+
+{if $user_id eq false}
+<center>{include file="modules/loginbox.tpl"}</center>
+
+{else}
+
+<table width='100%'><tr>
+
+<!--left column-->
+<td valign='top' align='center' width='23%'>
+{include file="modules/node_settings.tpl"}
+
+</td>
+<!--end of left column-->
+
+<td valign='top'>
+{include file="modules/movement.tpl"}
+{get_stats user_id=$node.node_id offset=$offset listing_amount=$listing_amount}
+<table class='bordered'>
+{foreach from=$get_stats item=stat}
+<tr><td>
+<img width='50%' height='50%' src='{get_image_link id=$stat.user_id}' border=0></td><td>
+<a href='/id/{$stat.user_id}'>{$stat.login}</a>
+&nbsp;({$stat.last_visit|date_format:"%d.%m.%Y. - %H:%M:%S"})
+&nbsp;({$stat.node_user_subchild_count}) NEW
+{if $stat.node_bookmark eq 'yes'},booked{/if}
+{if $stat.given_k eq 'yes'},K{/if}
+, {$stat.visits} visitz
+</td></tr>
+{/foreach}
+</table>
+</td>
+
+<!--end of central column-->
+
+</td></tr></table>
+{/if}
+
+
+
+
+
+
+
+
This page took 0.18115 seconds and 4 git commands to generate.