First release version
This commit is contained in:
parent
d4974c0e5c
commit
7fa5c6a713
6 changed files with 29 additions and 24 deletions
|
@ -5,8 +5,8 @@
|
|||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>FLeast</title>
|
||||
<meta name="description" content="Simple HTML5 Page layout template with header, footer, sidebar etc.">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/png">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -16,7 +16,7 @@
|
|||
<section id="pageContent">
|
||||
<article>
|
||||
<h2>Usage:</h2>
|
||||
<p>Write down a game name and choose language </p>
|
||||
<p>Write down a game name and choose language.<br>Name should be _exact_ name from Twitch i.e. csgo should be "Counter-Strike: Global Offensive" </p>
|
||||
<form method="get" action="./fleast">
|
||||
<table class="Input">
|
||||
<tbody>
|
||||
|
@ -25,7 +25,7 @@
|
|||
<td><label>Language </label></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input name="game" type="text" maxlength="255" value=""/> </td>
|
||||
<td><input name="game" type="text" maxlength="255" value="{_game_name_}"/> </td>
|
||||
<td><select class="element select medium" name="lang">
|
||||
<option value="ru" selected="selected">ru</option>
|
||||
<option value="en" >eng</option>
|
||||
|
@ -39,15 +39,16 @@
|
|||
</p>
|
||||
</article>
|
||||
<artivle>
|
||||
<h2>Found {0} streams: </h2><br>
|
||||
<h2>Found {_stream_num_} streams: </h2><br>
|
||||
|
||||
<div class="container">
|
||||
{1}
|
||||
{_stream_list_}
|
||||
</div>
|
||||
</article>
|
||||
</section>
|
||||
<footer>
|
||||
<p>Developed by Alex Vanin | <a href="https://twitter.com/AlexVanin" target="_blank">twitter</a> | <a href="https://github.com/AlexVanin/fleast" target="_blank">github</a> </p>
|
||||
<p>Developed by Alex Vanin | <a href="https://twitter.com/AlexVanin" target="_blank">twitter</a> | <a href="https://github.com/AlexVanin/fleast" target="_blank">github</a><br>
|
||||
Version: {_version_} </p>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue