blob: a381fac684630bbe61bdd42ae0893fc4a50c85b5 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=1080, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Pony Mail!</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="all">
<link href="css/popup.css" rel="stylesheet" media="all">
<link href="css/solar.css" rel="alternate stylesheet" type="text/css" title="Solar theme" media="all">
<link rel="alternate" href="/api/static.lua"/>
<link rel="stylesheet" href="//cdn.jsdelivr.net/font-hack/2.013/css/hack.min.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body onload="preGetListInfo(null, document.location.search.substr(1))">
<header class="navbar navbar-default" style="margin-bottom: 5px; background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(191,191,191,1) 100%);">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header" style="min-width: 200px;">
<a class="navbar-brand" href="/"><span><img src="images/logo.png" style="margin-top: -10px !important;" height="27" width="32"/>&nbsp;Pony Mail!</span></a>
</div>
<!-- Quick search -->
<form style="padding-top: 8px; float: left; page-break-before: avoid; page-break-after: avoid; id="quickform" action="list.html" method="get" onsubmit="return search(this.elements['q'].value,this.elements['d'].value, false, this.elements['checkall'].checked);">
<input type="text" name="q" id="q" placeholder="Search list..." style="width: 150px;"/>
<select name="d" id='dp' onmousedown="datePicker(this);">
<option selected="selected" value="30">past month</option>
</select>
<input type="checkbox" value="all" id="checkall"><label for="checkall" id="lcheckall" style='font-weight: normal;'>Check all these lists</label> &nbsp;
<input type="submit" value="Search!" class="btn btn-primary"/>&nbsp;
<a href="javascript:void(0);" onclick="addSearchEngine();"><img src="/images/opensearch.png" id="opensearch" title="Add these MLs as a search engine in your browser"/></a> &nbsp;
<input type="button" value="Advanced" onclick="toggleView('advanced');toggleView('quicksearch');" style="float: right;" class="btn btn-warning"/>
</form>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1" style="float: left;">
<ul class="nav navbar-nav" id="listslist">
</ul>
<ul class="nav navbar-nav" id="otherstuff">
<li class="dropdown navbar-right" id="listchoice">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Available projects: <span class="caret"></span></a>
<ul class="dropdown-menu should-scroll" id="lc_dropdown">
</ul>
</li>
</ul>
<div class="nav navbar-nav hidden-large" id="filler" style="float: right; width: 128px;"></div>
<ul class="nav navbar-nav" id="userprefs" style="position: absolute; right: 8px;">
<li class="dropdown navbar-right">
<!-- themes -->
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><img id="timg" src="images/themes.png" title="Theme selctor"/>
<span class="caret"></span></a>
<ul class="dropdown-menu" id="themes_dropdown">
<li><a href="javascript:void(0)" onclick="setTheme('default')">Default theme</a></li>
<li><a href="javascript:void(0)" onclick="setTheme('social')">Social theme</a></li>
<li><a href="/api/static.lua/" onclick="location.href='/api/static.lua/' + xlist;return false;">Static HTML lists</a></li>
</ul>
</li>
<li class="dropdown navbar-right" id="listchoice">
<!-- user prefs -->
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><img id="uimg" src="images/user_loggedout.png" title="Not logged in"/>
<span class="caret"></span></a>
<ul class="dropdown-menu" id="prefs_dropdown">
<li><a href="oauth.html">Log in</a></li>
</ul>
</li>
</ul>
</div>
</div>
</header>
<div class="container-fluid">
<noscript>
<div class="bs-callout bs-callout-alert">
This site requires JavaScript enabled. Please enable it.
</div>
</noscript>
<div class="row">
<!-- Advanced search -->
<div style="display: none;" class="bs-callout bs-callout-danger fade-in" id="advanced" style="margin: 2px !important; padding: 5px;">
<form action="list.html" method="get" onsubmit="return searchAll(this.elements['aq'].value,this.elements['dp'].value, this.elements['header_from'].value, this.elements['header_subject'].value, this.elements['lookwhere'].value);">
<p>This search allows you to search all archives you have access to at once. Use with care.</p>
<div style="float: left; width: 100%;">
<div style="width: 120px; float: left;">When:</div>
<div style="width: 300px; float: left; page-break-after: always;">
<select name="dp" id='dp' onmousedown="datePicker(this)">
<option selected="selected" value="lte=30d">past month</option>
</select>
</div>
</div>
<div style="float: left; width: 100%;">
<div style="width: 120px; float: left;">Quick query:</div>
<div style="width: 300px; float: left; page-break-after: always;"><input type="text" name="aq" id="aq"/></div>
</div>
<div style="float: left; width: 100%;">
<div style="width: 120px; float: left;">From:</div>
<div style="width: 300px; float: left;"><input type="text" name="header_from" id="header_from"/></div>
</div>
<div style="float: left; width: 100%;">
<div style="width: 120px; float: left;">Subject:</div>
<div style="width: 300px; float: left;"><input type="text" name="header_subject" id="header_subject"/></div>
</div>
<div style="float: left; width: 100%;">
<div style="width: 120px; float: left;">Look in:</div>
<div style="width: 300px; float: left;">
<input type="radio" name="lookwhere" checked="checked" id="lookwhere_this" value="xlist"/> <label for="lookwhere_this">Current list</label>
<input type="radio" name="lookwhere" id="lookwhere_all" value="*"/> <label for="lookwhere_all">All list</label>
</div>
</div>
<input type="submit" value="Search!" class="btn btn-primary"/> &nbsp;
<input type="button" value="Hide this panel" onclick="toggleView('advanced');toggleView('quicksearch');" style="float: right;" class="btn btn-warning"/>
</form>
</div>
<!-- Popup box for various notices -->
<div style="display: none;" class="bs-callout bs-callout-success" id="popupper" style="margin: 2px !important; padding: 5px;">
</div>
<div>
<h3 id="listtitle" style="text-align: center; margin: 6px; padding: 0px;"><a href="#">&nbsp;</a></h3>
</div>
</div>
<div class="row">
<div id="datepicker" class="col-md-2">
&nbsp;
</div>
<div id="stats" class="hidden-xs hidden-sm hidden-md col-lg-3" style="font-size: 9pt;">
&nbsp;
</div>
<div id="emails" class="col-xs-10 col-lg-7">
&nbsp;
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script src="js/config.js"></script>
<script src="js/wordcloud.js"></script>
<script src="js/ponymail.js"></script>
<script src="js/weburl.js"></script>
<div id="splash" class="splash fade-in"> &nbsp; </div>
</body>
</html>