mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-11 03:24:00 +01:00
changed my repo to elmarkou branch of rembo10
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
<%inherit file="base.html"/>
|
||||
lossless<%inherit file="base.html"/>
|
||||
<%!
|
||||
from headphones import helpers
|
||||
%>
|
||||
|
||||
<%def name="body()">
|
||||
<div class="title">
|
||||
<h1 class="clearfix"><img src="interfaces/default/images/icon_logs.png" alt="Logs"/>Logs</h1>
|
||||
</div>
|
||||
<table class="display" id="log_table">
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -33,7 +36,7 @@
|
||||
</%def>
|
||||
|
||||
<%def name="headIncludes()">
|
||||
<link rel="stylesheet" href="css/data_table.css">
|
||||
<link rel="stylesheet" href="interfaces/default/css/data_table.css">
|
||||
</%def>
|
||||
|
||||
<%def name="javascriptIncludes()">
|
||||
|
||||
Reference in New Issue
Block a user