Server IP : 80.241.246.6 / Your IP : 216.73.216.188 Web Server : Apache/2.4.25 (Debian) System : Linux kharagauli 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64 User : www-data ( 33) PHP Version : 7.0.33-0+deb9u12 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/kharagauli1/site/view/templates_1/ |
Upload File : |
{extends file='base.tpl'} {block name="scripts"} {/block} {block name="css_base"} {/block} {block name="css"} <style type="text/css"> {literal} * { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } body { margin: 0; pading: 0; color: #fff; background: url('img/bg-login.png') repeat #1b1b1b; font-size: 14px; text-shadow: #050505 0 -1px 0; font-weight: bold; } li { list-style: none; } #dummy { position: absolute; top: 0; left: 0; border-bottom: solid 3px #777973; height: 250px; width: 100%; background: url('img/bg-login-top.png') repeat #fff; z-index: 1; } #dummy2 { position: absolute; top: 0; left: 0; border-bottom: solid 2px #545551; height: 252px; width: 100%; background: transparent; z-index: 2; } #login-wrapper { margin: 0 0 0 -160px; width: 320px; text-align: center; z-index: 99; position: absolute; top: 0; left: 50%; } #login-top { height: 120px; padding-top: 140px; text-align: center; } label { width: 70px; float: left; padding: 8px; line-height: 14px; margin-top: -4px; } input.text-input { width: 200px; float: right; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background: #fff; border: solid 1px transparent; color: #555; padding: 8px; font-size: 13px; } input.button { float: right; padding: 6px 10px; color: #fff; font-size: 14px; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a4d04a), to(#459300)); text-shadow: #050505 0 -1px 0; background-color: #459300; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; border: solid 1px transparent; font-weight: bold; cursor: pointer; letter-spacing: 1px; } input.button:hover { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a4d04a), to(#a4d04a), color-stop(80%, #76b226)); text-shadow: #050505 0 -1px 2px; background-color: #a4d04a; color: #fff; } div.error { padding: 8px; background: rgba(52, 4, 0, 0.4); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; border: solid 1px transparent; margin: 6px 0; } {/literal} </style> {/block} {block name="top"} {/block} {block name="left"} {/block} {block name="body"} <div id="login-wrapper" class="png_bg"> <div id="login-top"> {*<img src="img/logo.png" alt="Treemo Labs Dashboard" width="300" title="Powered By Treemo Labs" /> *} </div> <div id="login-content"> <form method="post"> <p> <label>Username</label> <input value="" name="username" class="text-input" type="text" /> </p> <br style="clear: both;" /> <p> <label>Password</label> <input name="password" class="text-input" type="password" /> </p> <br style="clear: both;" /> <p> <input class="button" type="submit" value="შესვლა" /> </p> </form> </div> </div> <div id="dummy"></div> <div id="dummy2"></div> {/block} {block name="footer"}{/block}