refresh layout

This commit is contained in:
Milan
2018-12-10 13:09:42 +01:00
parent 7449b53667
commit e9b17e5c91
14 changed files with 223 additions and 134 deletions

View File

@@ -11,6 +11,7 @@ Content-Type: text/html; charset=UTF-8;
<TMPL_INCLUDE header_head.html>
</head>
<body>
<center>
<TMPL_IF action_result>
<br/> <br/> <br/>
<div class="ok head"><TMPL_VAR action_result></div>

View File

@@ -7,7 +7,7 @@
</head>
<body>
<div id="selectEvent" class="panel">
<div id="selectEvent">
<table>
<TMPL_IF selectProjectStudio>

View File

@@ -1,14 +1,5 @@
<!doctype html>
<html5>
<html>
<head>
<script src="js/jquery.tablesorter.min.js"></script>
<script src="js/jquery.tablesorter.widgets.min.js"></script>
<script src="js/jquery.tablesorter.scroller.js"></script>
<script>
var region='<TMPL_VAR loc.region>';
</script>
</head>
<body>
<TMPL_VAR .loc.label_show_schedule>
@@ -22,7 +13,7 @@
<th><TMPL_VAR .loc.label_studio></th>
</tr>
</thead>
<body>
<tbody>
<TMPL_LOOP dates>
<tr class="<TMPL_IF exclude>exclude</TMPL_IF>">
<td><TMPL_VAR start_weekday></td>
@@ -32,9 +23,8 @@
<td><TMPL_VAR studio_name></td>
</tr>
</TMPL_LOOP>
</body>
</tbody>
</table>
</body>
</html>