176 lines
9.2 KiB
PHP
176 lines
9.2 KiB
PHP
<?php include 'settings.php'; ?><!--
|
|
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · ·
|
|
· ·
|
|
· ·
|
|
· Q V I T T E R ·
|
|
· ·
|
|
· http://github.com/hannesmannerheim/qvitter ·
|
|
· ·
|
|
· ·
|
|
· <o) ·
|
|
· /_//// ·
|
|
· (____/ ·
|
|
· (o< ·
|
|
· o> \\\\_\ ·
|
|
· \\) \____) ·
|
|
· ·
|
|
· ·
|
|
· ·
|
|
· Qvitter is free software: you can redistribute it and / or modify it ·
|
|
· under the terms of the GNU Affero General Public License as published by ·
|
|
· the Free Software Foundation, either version three of the License or (at ·
|
|
· your option) any later version. ·
|
|
· ·
|
|
· Qvitter is distributed in hope that it will be useful but WITHOUT ANY ·
|
|
· WARRANTY; without even the implied warranty of MERCHANTABILTY or FITNESS ·
|
|
· FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for ·
|
|
· more details. ·
|
|
· ·
|
|
· You should have received a copy of the GNU Affero General Public License ·
|
|
· along with Qvitter. If not, see <http://www.gnu.org/licenses/>. ·
|
|
· ·
|
|
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · ·
|
|
|
|
--><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
|
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title><?php print $sitetitle; ?></title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" type="text/css" href="<?php print $qvitterpath; ?>css/1.css" />
|
|
<link rel="shortcut icon" type="image/x-icon" href="<?php print $qvitterpath; ?>favicon.ico">
|
|
<script>
|
|
window.timeBetweenPolling = <?php print $timebetweenpolling; ?>;
|
|
window.fullUrlToThisQvitterApp = '<?php print $qvitterpath; ?>';
|
|
window.siteRootDomain = '<?php print $siterootdomain; ?>';
|
|
window.useHistoryPushState = <?php if($usehistorypushstate) print 'true'; else print 'false'; ?>;
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div class="topbar">
|
|
<a id="logolink">
|
|
<div id="logo"></div>
|
|
<div class="dropdown-toggle">
|
|
<i class="nav-session"></i>
|
|
<b class="caret"></b>
|
|
</div>
|
|
</a>
|
|
<ul class="quitter-settings dropdown-menu">
|
|
<li class="dropdown-caret right">
|
|
<span class="caret-outer"></span>
|
|
<span class="caret-inner"></span>
|
|
</li>
|
|
<li><a id="logout"></a></li>
|
|
</ul>
|
|
<img id="birds-top" src="<?php print $qvitterpath; ?>img/birds.png" />
|
|
<div class="global-nav">
|
|
<div class="global-nav-inner">
|
|
<div class="container">
|
|
<div id="search">
|
|
<input type="text" spellcheck="false" autocomplete="off" name="q" placeholder="Sök" id="search-query" class="search-input">
|
|
<span class="search-icon">
|
|
<button class="icon nav-search" type="submit" tabindex="-1">
|
|
<span> Sök </span>
|
|
</button>
|
|
</span>
|
|
<input type="text" spellcheck="false" autocomplete="off" id="search-query-hint" class="search-input search-hinting-input" disabled="disabled">
|
|
</div>
|
|
<ul class="language-dropdown">
|
|
<li class="dropdown">
|
|
<a class="dropdown-toggle">
|
|
<small></small>
|
|
<span class="current-language"></span>
|
|
<b class="caret"></b>
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li class="dropdown-caret right">
|
|
<span class="caret-outer"></span>
|
|
<span class="caret-inner"></span>
|
|
</li>
|
|
<li><a class="language-link" title="Arabic" data-lang-code="ar">العربيّة</a></li>
|
|
<li><a class="language-link" title="German" data-lang-code="de">Deutsch</a></li>
|
|
<li><a class="language-link" title="English" data-lang-code="en">English</a></li>
|
|
<li><a class="language-link" title="Spanish" data-lang-code="es">Español</a></li>
|
|
<li><a class="language-link" title="Farsi" data-lang-code="fa">فارسی</a></li>
|
|
<li><a class="language-link" title="French" data-lang-code="fr">français</a></li>
|
|
<li><a class="language-link" title="Swedish" data-lang-code="sv">svenska</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="page-container">
|
|
<div id="user-container" style="display:none;">
|
|
<div id="login-content">
|
|
<div id="username-container">
|
|
<input id="username" type="text" value="" tabindex="1" />
|
|
</div>
|
|
<table class="password-signin"><tbody><tr>
|
|
<td class="flex-table-primary">
|
|
<div class="placeholding-input">
|
|
<input id="password" type="password" tabindex="2" value="" />
|
|
</div>
|
|
</td>
|
|
<td class="flex-table-secondary">
|
|
<button class="submit" type="submit" id="submit-login" tabindex="4"></button>
|
|
</td>
|
|
</tr></tbody></table>
|
|
<div id="remember-forgot">
|
|
<input type="checkbox" id="rememberme" name="rememberme" value="yes" tabindex="3"> <span id="rememberme_label"></span> · <a href="http://quitter.se/main/recoverpassword"></a>
|
|
</div>
|
|
</div>
|
|
<div id="user-header">
|
|
<img id="user-avatar" src="" />
|
|
<div id="user-name"></div>
|
|
<div id="user-screen-name"></div>
|
|
<div id="user-profile-link"></div>
|
|
</div>
|
|
<div id="user-body">
|
|
<a><div id="user-queets"><strong></strong><div class="label"></div></div></a>
|
|
<a><div id="user-following"><strong></strong><div class="label"></div></div></a>
|
|
<a><div id="user-followers"><strong></strong><div class="label"></div></div></a>
|
|
<a><div id="user-groups"><strong></strong><div class="label"></div></div></a>
|
|
</div>
|
|
<div id="user-footer">
|
|
<div id="queet-box" class="queet-box"></div>
|
|
<div id="queet-toolbar">
|
|
<div id="queet-box-extras"></div>
|
|
<div id="queet-button">
|
|
<span id="queet-counter"></span>
|
|
<button id="queet"></button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="menu-container">
|
|
<div class="stream-selection" data-stream-header="" data-stream-name="statuses/friends_timeline.json"><i class="chev-right"></i></div>
|
|
<div class="stream-selection" data-stream-header="" data-stream-name="statuses/mentions.json"><i class="chev-right"></i></div>
|
|
<div class="stream-selection" data-stream-header="" data-stream-name="favorites.json"><i class="chev-right"></i></div>
|
|
<div class="stream-selection" data-stream-header="" data-stream-name="statuses/public_timeline.json"><i class="chev-right"></i></div>
|
|
</div>
|
|
<div class="menu-container" id="history-container"></div>
|
|
</div>
|
|
<div id="feed">
|
|
<div id="feed-header">
|
|
<div id="feed-header-inner">
|
|
<h2></h2>
|
|
</div>
|
|
</div>
|
|
<div class="stream-item hidden"><div id="new-queets-bar"></div></div>
|
|
<div id="feed-body"></div>
|
|
</div>
|
|
|
|
<div id="footer"></div>
|
|
</div>
|
|
<script type="text/javascript" src="<?php print $qvitterpath; ?>js/jquery-2.0.2.min.js"></script>
|
|
<script type="text/javascript" src="<?php print $qvitterpath; ?>js/jquery-ui-1.10.3.min.js"></script>
|
|
<script type="text/javascript" src="<?php print $qvitterpath; ?>js/jquery.easing.1.3.js"></script>
|
|
<script type="text/javascript" src="<?php print $qvitterpath; ?>js/dom-functions-1.js"></script>
|
|
<script type="text/javascript" src="<?php print $qvitterpath; ?>js/misc-functions-1.js"></script>
|
|
<script type="text/javascript" src="<?php print $qvitterpath; ?>js/ajax-functions-1.js"></script>
|
|
<script type="text/javascript" src="<?php print $qvitterpath; ?>js/qvitter-1.js"></script>
|
|
<script type="text/javascript" src="<?php print $qvitterpath; ?>js/lan-1.js"></script>
|
|
</body>
|
|
</html>
|