~alexharrington/xibo/pyclient-1.1.0a22

« back to all changes in this revision

Viewing changes to server/template/pages/template_view.php

  • Committer: Dan Garner
  • Date: 2008-12-14 14:42:52 UTC
  • mto: (1.1.80 Xibo)
  • mto: This revision was merged to the branch mainline in revision 2.
  • Revision ID: mail@dangarner.co.uk-20081214144252-8dosaegtfwvv0dsl
Moved 3rd Party libraries to their own folder.
Updated jQuery to the latest revision and now use jQuery UI instead of individual plugins.

Tabs are not currently working

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 */
21
21
defined('XIBO') or die("Sorry, you are not allowed to directly access this page.<br /> Please press the back button in your browser.");
22
22
 
23
 
$msgFilter              = __('Filter');
24
 
$msgShowFilter  = __('Show Filter');
25
23
?>
26
24
<div id="form_container">
27
25
        <div id="form_header">
32
30
        </div>
33
31
 
34
32
        <div id="form_body">
35
 
                <div class="SecondNav">
36
 
                        <!-- Maybe at a later date we could have these buttons generated from the DB - and therefore passed through the security system ? -->
37
 
                        <ul>
38
 
                                <li><a title="<?php echo $msgShowFilter; ?>" href="#" onclick="ToggleFilterView('TemplateFilter')"><span><?php echo $msgFilter; ?></span></a></li>
39
 
                        </ul>
 
33
                <div class="filter_form_container">
 
34
                        <div class="buttons">
 
35
                                
 
36
                        </div>
 
37
                        <div class="leftbuttons">
 
38
                                <div class="buttons">
 
39
                                        <a id="toggle_button" onclick="toggle_div_view('playlist_filterform_div')"><div class="button_text">Filter</div></a>
 
40
                                        <a id="help_button" onclick="toggle_div_view('notes')"><div class="button_text">Help</div></a>
 
41
                                </div>  
 
42
                                        <div id="notes" style="display:none;">
 
43
                                                <h4>Template Help <a href="manual/index.html" target="_blank" alt="The Manual">(Click for Manual)</a></h4>
 
44
                                                <div id="helptabs">
 
45
                                                        <ul id="help" class="tabs-nav"><!-- the class on this element has to remain the same -->
 
46
                                                                <li><a href="#tips_div" class="help_tab"><span>Tips</span></a></li>
 
47
                                                        </ul>
 
48
 
 
49
                                                        <div id="tips_div">
 
50
                                                                <p>A template is a stored layout without any media assigned to it. It is used when creating a new layout.</p>
 
51
                                                                <p>Templates can be created from the Layout Designer.</p>
 
52
                                                                <p>Templates are for a particular screen resolution.</p>
 
53
                                                        </div>
 
54
                                                </div>
 
55
                                        </div>  
 
56
                        </div>
 
57
                        <div id="playlist_filterform_div">
 
58
                                <?php $this->template_filter(); ?>
 
59
                        </div>
40
60
                </div>
41
 
                <?php $this->TemplateFilter(); ?>
 
61
                        <!-- Do not rename this div -->
 
62
                        <div id="paging">
 
63
                                <form>
 
64
                                        <img src="img/forms/first.png" class="first"/>
 
65
                                        <img src="img/forms/previous.png" class="prev"/>
 
66
                                        <input type="text" class="pagedisplay" readonly size="5"/>
 
67
                                        <img src="img/forms/next.png" class="next"/>
 
68
                                        <img src="img/forms/last.png" class="last"/>
 
69
                                        <select class="pagesize">
 
70
                                                <option selected="selected" value="10">10</option>
 
71
                                                <option value="20">20</option>
 
72
                                                <option value="30">30</option>
 
73
                                                <option  value="40">40</option>
 
74
                                        </select>
 
75
                                </form>
 
76
                        </div>
 
77
                        <div id="data_table">
 
78
 
 
79
                        </div>
42
80
        </div>
 
81
</div>
43
82
        
44
83
        <div id="form_footer">
45
84
                <div id="form_footer_left">