Subversion-Projekte lars-tiefland.ci

Revision

Revision 1598 | Revision 1601 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 1598 Revision 1600
Zeile 72... Zeile 72...
72
                            <a class="close white"> </a>
72
                            <a class="close white"> </a>
73
                            <a class="play-pause"> </a>
73
                            <a class="play-pause"> </a>
74
                            <ol class="indicator"> </ol>
74
                            <ol class="indicator"> </ol>
75
                        </div>
75
                        </div>
76
                        <!-- BEGIN JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) -->
76
                        <!-- BEGIN JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) -->
77
                        <script id="template-upload" type="text/x-tmpl"> {% for (var i=0, file; file=o.files[i]; i++) { %}
77
                        <script id="template-upload" type="text/x-tmpl">
-
 
78
						{literal} 
-
 
79
						{% for (var i=0, file; file=o.files[i]; i++) { %}
78
                            <tr class="template-upload fade">
80
                            <tr class="template-upload fade">
79
                                <td>
81
                                <td>
80
                                    <span class="preview"></span>
82
                                    <span class="preview"></span>
81
                                </td>
83
                                </td>
82
                                <td>
84
                                <td>
Zeile 97... Zeile 99...
97
                                    <button class="btn red cancel">
99
                                    <button class="btn red cancel">
98
                                        <i class="fa fa-ban"></i>
100
                                        <i class="fa fa-ban"></i>
99
                                        <span>Cancel</span>
101
                                        <span>Cancel</span>
100
                                    </button> {% } %} </td>
102
                                    </button> {% } %} </td>
101
                            </tr> {% } %} 
103
                            </tr> {% } %} 
-
 
104
      					{/literal}
102
						</script>
105
						</script>
103
                        <!-- The template to display files available for download -->
106
                        <!-- The template to display files available for download -->
104
                        <script id="template-download" type="text/x-tmpl"> {% for (var i=0, file; file=o.files[i]; i++) { %}
107
                        <script id="template-download" type="text/x-tmpl">
-
 
108
						{literal} 
-
 
109
						{% for (var i=0, file; file=o.files[i]; i++) { %}
105
                            <tr class="template-download fade">
110
                            <tr class="template-download fade">
106
                                <td>
111
                                <td>
107
                                    <span class="preview"> {% if (file.thumbnailUrl) { %}
112
                                    <span class="preview"> {% if (file.thumbnailUrl) { %}
108
                                        <a href="{%=file.url%}" title="{%=file.name%}" download="{%=file.name%}" data-gallery>
113
                                        <a href="{%=file.url%}" title="{%=file.name%}" download="{%=file.name%}" data-gallery>
109
                                            <img src="{%=file.thumbnailUrl%}">
114
                                            <img src="{%=file.thumbnailUrl%}">
Zeile 127... Zeile 132...
127
                                    <button class="btn yellow cancel btn-sm">
132
                                    <button class="btn yellow cancel btn-sm">
128
                                        <i class="fa fa-ban"></i>
133
                                        <i class="fa fa-ban"></i>
129
                                        <span>Cancel</span>
134
                                        <span>Cancel</span>
130
                                    </button> {% } %} </td>
135
                                    </button> {% } %} </td>
131
                            </tr> {% } %} 
136
                            </tr> {% } %} 
-
 
137
                            {/literal}
132
							</script>
138
							</script>