tvid is a redirection manager for televisions, lobby displays, status dashboards, and the like, so that you can set all of the displays in your organization to one URL and manage them via the web.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
tvid/views/loginform.tpl

32 lines
698 B

% rebase('base.tpl', refresh=None, title=None)
<div class="container">
<div class="wrapper fadeInDown">
<div id="formContent">
<!-- Tabs Titles -->
<div class="fadeIn first">
<h2>tvid administration</h2>
</div>
% if defined('msg') and msg:
<p>
<div class="card card-body bg-light">{{msg}}</div>
</p>
% end
<!-- Login Form -->
<form action="/checklogin" method="post">
<input type="password" id="password" class="fadeIn third"
name="password" placeholder="password">
<input type="submit" class="fadeIn fourth" value="Log In">
</form>
</div>
</div>
<p><small>Powered by tvid v{{version}}</small></p>
</div>