refresh layout
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="selectEvent" class="panel">
|
||||
<div id="selectEvent">
|
||||
<table>
|
||||
|
||||
<TMPL_IF selectProjectStudio>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user