Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1127895.tpl
1 <!--
2 This program is free software. It comes without any warranty, to
3 the extent permitted by applicable law. You can redistribute it
4 and/or modify it under the terms of the Do What The Fuck You Want
5 To Public License, Version 2, as published by Sam Hocevar. See
6 http://sam.zoy.org/wtfpl/COPYING for more details.
7 -->
8
9 <html>
10 <head>
11 <title>{$user_id}@kyberia.sk</title>
12 <meta http-equiv="Cache-Control" content="Public">
13 <meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
14 <style type="text/css">
15 body {
16 color : #1d42ae;
17 font-size: 8pt;
18 font-family: Verdana;
19 text-decoration: none;
20 margin: 0px;
21 background-color: #000000;
22 }
23 .t1 {
24 position: fixed;
25 top: 0px;
26 left: 0px;
27 text-align: center;
28 background-color: transparent;
29 width: 100%;
30 height: 20px
31 }
32 inframe {
33 width: 90%;
34 height:230px
35 }
36 textarea.small {
37 width: 90%;
38 height : 42px;
39 border-color: #1d42ae;
40 background-color: transparent;
41 overflow: hidden;
42 font-color: white;
43 color: white
44 }
45 a {
46 color: white;
47 font-size: 8pt;
48 font-family: Verdana;
49 text-decoration: none
50 }
51 a:hover {
52 color: white;
53 font-size: 8pt;
54 font-family: Verdana;
55 text-decoration: none;
56 border-bottom: 1px solid red
57 }
58 td {
59 font-size: 8pt;
60 font-family: Verdana;
61 wordwrap: break-word
62 }
63 table[width="666"] {background: #111}
64 .bordered, .bordered2 {
65 border: solid 0px #1d42ae;
66 border-bottom: solid 1px #333333;
67 background: #000000
68 }
69 input {
70 color: white;
71 font-size: 8pt;
72 font-family: Verdana;
73 background-color: transparent;
74 vertical-align: middle;
75 border: solid 1px #1d42ae; height: 18px
76 }
77 input.small {
78 color: white;
79 font-size: 8pt;
80 font-family: Verdana;
81 background-color: transparent;
82 width: 50px;
83 vertical-align: middle;
84 border: solid 1px #1d42ae;
85 height: 18px
86 }
87 select {
88 color: white;
89 font-size: 8pt;
90 font-family: Verdana;
91 background-color: #000000;
92 width: 80px;
93 vertical-align: middle;
94 border: solid 1px #1d42ae; height: 18px
95 }
96 .header {
97 background: #020202;
98 border-bottom: solid 1px #1d42ae;
99 height: 100%;
100 width: 100%;
101 vertical-align: top;
102 align: left;
103 padding: 0pt; width: 100%
104 }
105 .important {
106 font-weight: bold;
107 text-align: center
108 }
109 .most_important {
110 font-weight: bold;
111 font-color: red;
112 color: red
113 }
114 textarea {
115 width: 666px;
116 height: 123px;
117 background-color: transparent;
118 border: 1px solid #1d42ae;
119 color: white;
120 font-family: monospace;
121 font-size: 8pt
122 }
123 </style>
124 {if $node.node_name eq 'mail'}
125 <script>
126 function vymena() {ldelim}
127 document.formular.mail_to.value=document.formular.mail_to.value.toLowerCase();
128 document.images['fricon'].src='/images/users/'+document.formular.mail_to.value+'.gif';
129 {rdelim}
130 function chngto(name,id) {ldelim}
131 document.formular.mail_to.value=name;
132 name=name.toLowerCase();
133 document.images['fricon'].src='/images/nodes/' +id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
134 {rdelim}
135 </script>
136 {/if}
137 </head>
138 <body>
139 <form enctype="multipart/form-data" action='/id/{$user_id}/' method='post'>
140 <div class="t1">
141 <a href='/id/1/'>main</a> ---
142 <a href='/id/101/'>kyberia</a> ---
143 <a href='/id/19'>bookmarks</a> ---
144 <a href='/id/24'>posta</a> ---
145 <a href='/id/23'>posledne</a> ---
146 <a href='/id/15'>k</a> ---
147 <a href='/id/27'>ludia</a> ---
148 <a href='/id/21'>denniky</a> ---
149 <a href='/id/25'>search</a> ---
150 <a href='/id/1127895/configure'>layout_edit</a> ---
151 <a href='/id/{$user_id}/configure'>{$user_id}/conf</a> -----
152 <input type='submit' value='isc het' name='event' tabindex='23'>
153 </div>
154 </form>
This page took 0.37302 seconds and 4 git commands to generate.